Skip to content

Commit

Permalink
Generated from 99f6fa8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 19, 2024
1 parent 92b248c commit bc7939f
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 2 deletions.
56 changes: 56 additions & 0 deletions api/InscryptionAPI.Card.CardExtensions.html
Original file line number Diff line number Diff line change
Expand Up @@ -2339,6 +2339,62 @@ <h5 class="returns">Returns</h5>
</tr>
</tbody>
</table>
<a id="InscryptionAPI_Card_CardExtensions_GetShieldCount_" data-uid="InscryptionAPI.Card.CardExtensions.GetShieldCount*"></a>
<h4 id="InscryptionAPI_Card_CardExtensions_GetShieldCount__1_DiskCardGame_PlayableCard_" data-uid="InscryptionAPI.Card.CardExtensions.GetShieldCount``1(DiskCardGame.PlayableCard)">GetShieldCount&lt;T&gt;(PlayableCard)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static int GetShieldCount&lt;T&gt;(this PlayableCard card)
where T : DamageShieldBehaviour</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">DiskCardGame.PlayableCard</span></td>
<td><span class="parametername">card</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="parametername">T</span></td>
<td></td>
</tr>
</tbody>
</table>
<a id="InscryptionAPI_Card_CardExtensions_GetStatIconHealthBuffs_" data-uid="InscryptionAPI.Card.CardExtensions.GetStatIconHealthBuffs*"></a>
<h4 id="InscryptionAPI_Card_CardExtensions_GetStatIconHealthBuffs_DiskCardGame_PlayableCard_" data-uid="InscryptionAPI.Card.CardExtensions.GetStatIconHealthBuffs(DiskCardGame.PlayableCard)">GetStatIconHealthBuffs(PlayableCard)</h4>
<div class="markdown level1 summary"><p>Gets the health adjustment given by a PlayableCard&apos;s Stat Icon.</p>
Expand Down
2 changes: 1 addition & 1 deletion index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@
"output": {
".html": {
"relative_path": "api/InscryptionAPI.Card.CardExtensions.html",
"hash": "vVI8grXqBzRxoWTmT988AHHCg9NaPQRGfDBcyYi+9tI="
"hash": "YIOE77iXqj9TYayFt3Cuyv2QnY4Cb7TYIyI1fMMpfEM="
}
},
"is_incremental": false,
Expand Down
16 changes: 16 additions & 0 deletions xrefmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4060,6 +4060,22 @@ references:
isSpec: "True"
fullName: InscryptionAPI.Card.CardExtensions.GetPlayableCard
nameWithType: CardExtensions.GetPlayableCard
- uid: InscryptionAPI.Card.CardExtensions.GetShieldCount*
name: GetShieldCount
href: api/InscryptionAPI.Card.CardExtensions.html#InscryptionAPI_Card_CardExtensions_GetShieldCount_
commentId: Overload:InscryptionAPI.Card.CardExtensions.GetShieldCount
isSpec: "True"
fullName: InscryptionAPI.Card.CardExtensions.GetShieldCount
nameWithType: CardExtensions.GetShieldCount
- uid: InscryptionAPI.Card.CardExtensions.GetShieldCount``1(DiskCardGame.PlayableCard)
name: GetShieldCount<T>(PlayableCard)
href: api/InscryptionAPI.Card.CardExtensions.html#InscryptionAPI_Card_CardExtensions_GetShieldCount__1_DiskCardGame_PlayableCard_
commentId: M:InscryptionAPI.Card.CardExtensions.GetShieldCount``1(DiskCardGame.PlayableCard)
name.vb: GetShieldCount(Of T)(PlayableCard)
fullName: InscryptionAPI.Card.CardExtensions.GetShieldCount<T>(DiskCardGame.PlayableCard)
fullName.vb: InscryptionAPI.Card.CardExtensions.GetShieldCount(Of T)(DiskCardGame.PlayableCard)
nameWithType: CardExtensions.GetShieldCount<T>(PlayableCard)
nameWithType.vb: CardExtensions.GetShieldCount(Of T)(PlayableCard)
- uid: InscryptionAPI.Card.CardExtensions.GetStatIconHealthBuffs(DiskCardGame.PlayableCard)
name: GetStatIconHealthBuffs(PlayableCard)
href: api/InscryptionAPI.Card.CardExtensions.html#InscryptionAPI_Card_CardExtensions_GetStatIconHealthBuffs_DiskCardGame_PlayableCard_
Expand Down

0 comments on commit bc7939f

Please sign in to comment.