Skip to content

Commit a53bb58

Browse files
author
github-actions
committed
Generated from e3d3144
1 parent 5f1edfc commit a53bb58

File tree

5 files changed

+64
-5
lines changed

5 files changed

+64
-5
lines changed

api/InscryptionAPI.Items.Extensions.ConsumableItemDataExtensions.html

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,6 +1222,52 @@ <h5 class="returns">Returns</h5>
12221222
<tr>
12231223
<td><span class="xref">DiskCardGame.ConsumableItemData</span></td>
12241224
<td><p>The same ConsumableItemData so a chain can continue.</p>
1225+
</td>
1226+
</tr>
1227+
</tbody>
1228+
</table>
1229+
<a id="InscryptionAPI_Items_Extensions_ConsumableItemDataExtensions_SetPrefabModelType_" data-uid="InscryptionAPI.Items.Extensions.ConsumableItemDataExtensions.SetPrefabModelType*"></a>
1230+
<h4 id="InscryptionAPI_Items_Extensions_ConsumableItemDataExtensions_SetPrefabModelType_DiskCardGame_ConsumableItemData_InscryptionAPI_Items_ConsumableItemManager_ModelType_" data-uid="InscryptionAPI.Items.Extensions.ConsumableItemDataExtensions.SetPrefabModelType(DiskCardGame.ConsumableItemData,InscryptionAPI.Items.ConsumableItemManager.ModelType)">SetPrefabModelType(ConsumableItemData, ConsumableItemManager.ModelType)</h4>
1231+
<div class="markdown level1 summary"></div>
1232+
<div class="markdown level1 conceptual"></div>
1233+
<h5 class="decalaration">Declaration</h5>
1234+
<div class="codewrapper">
1235+
<pre><code class="lang-csharp hljs">public static ConsumableItemData SetPrefabModelType(this ConsumableItemData data, ConsumableItemManager.ModelType modelType)</code></pre>
1236+
</div>
1237+
<h5 class="parameters">Parameters</h5>
1238+
<table class="table table-bordered table-striped table-condensed">
1239+
<thead>
1240+
<tr>
1241+
<th>Type</th>
1242+
<th>Name</th>
1243+
<th>Description</th>
1244+
</tr>
1245+
</thead>
1246+
<tbody>
1247+
<tr>
1248+
<td><span class="xref">DiskCardGame.ConsumableItemData</span></td>
1249+
<td><span class="parametername">data</span></td>
1250+
<td></td>
1251+
</tr>
1252+
<tr>
1253+
<td><a class="xref" href="InscryptionAPI.Items.ConsumableItemManager.ModelType.html">ConsumableItemManager.ModelType</a></td>
1254+
<td><span class="parametername">modelType</span></td>
1255+
<td></td>
1256+
</tr>
1257+
</tbody>
1258+
</table>
1259+
<h5 class="returns">Returns</h5>
1260+
<table class="table table-bordered table-striped table-condensed">
1261+
<thead>
1262+
<tr>
1263+
<th>Type</th>
1264+
<th>Description</th>
1265+
</tr>
1266+
</thead>
1267+
<tbody>
1268+
<tr>
1269+
<td><span class="xref">DiskCardGame.ConsumableItemData</span></td>
1270+
<td><p>The same ConsumableItemData so a chain can continue.</p>
12251271
</td>
12261272
</tr>
12271273
</tbody>

api/InscryptionAPI.Sound.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
<h1 id="InscryptionAPI_Sound" data-uid="InscryptionAPI.Sound" class="text-break">Namespace InscryptionAPI.Sound
7575
</h1>
76-
<div class="markdown level0 summary"><p>This namespace is dedicated to managing custom talking cards. Talking cards use an animated portrait rather than a static Sprite, and will speak using dialogue events.</p>
76+
<div class="markdown level0 summary"><p>This namespace is dedicated to managing custom sound files, as well as custom tracks for the Gramophone in Act 1.</p>
7777
</div>
7878
<div class="markdown level0 conceptual"></div>
7979
<div class="markdown level0 remarks"></div>

index.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,7 +1321,7 @@
13211321
"output": {
13221322
".html": {
13231323
"relative_path": "api/InscryptionAPI.Items.Extensions.ConsumableItemDataExtensions.html",
1324-
"hash": "XYJ/Bt+FzFCG7zglSklEC0H0+6QqP2uVnsZjidWSSxI="
1324+
"hash": "hoqMtsG3riSJil5cgIUUVi9oWcDfXj2SvWS6+WOJNkg="
13251325
}
13261326
},
13271327
"is_incremental": false,
@@ -2317,7 +2317,7 @@
23172317
"output": {
23182318
".html": {
23192319
"relative_path": "api/InscryptionAPI.Sound.html",
2320-
"hash": "Uf1wB1xJNFjF3X33dF2/FRvSvx0l6C0xUcqWeQ5FydU="
2320+
"hash": "eyRuDhWWIsP3as5W6tCZ0CZVE1PrrciH0O/3uI8akaE="
23212321
}
23222322
},
23232323
"is_incremental": false,

xrefmap.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13119,6 +13119,19 @@ references:
1311913119
isSpec: "True"
1312013120
fullName: InscryptionAPI.Items.Extensions.ConsumableItemDataExtensions.SetPrefabID
1312113121
nameWithType: ConsumableItemDataExtensions.SetPrefabID
13122+
- uid: InscryptionAPI.Items.Extensions.ConsumableItemDataExtensions.SetPrefabModelType(DiskCardGame.ConsumableItemData,InscryptionAPI.Items.ConsumableItemManager.ModelType)
13123+
name: SetPrefabModelType(ConsumableItemData, ConsumableItemManager.ModelType)
13124+
href: api/InscryptionAPI.Items.Extensions.ConsumableItemDataExtensions.html#InscryptionAPI_Items_Extensions_ConsumableItemDataExtensions_SetPrefabModelType_DiskCardGame_ConsumableItemData_InscryptionAPI_Items_ConsumableItemManager_ModelType_
13125+
commentId: M:InscryptionAPI.Items.Extensions.ConsumableItemDataExtensions.SetPrefabModelType(DiskCardGame.ConsumableItemData,InscryptionAPI.Items.ConsumableItemManager.ModelType)
13126+
fullName: InscryptionAPI.Items.Extensions.ConsumableItemDataExtensions.SetPrefabModelType(DiskCardGame.ConsumableItemData, InscryptionAPI.Items.ConsumableItemManager.ModelType)
13127+
nameWithType: ConsumableItemDataExtensions.SetPrefabModelType(ConsumableItemData, ConsumableItemManager.ModelType)
13128+
- uid: InscryptionAPI.Items.Extensions.ConsumableItemDataExtensions.SetPrefabModelType*
13129+
name: SetPrefabModelType
13130+
href: api/InscryptionAPI.Items.Extensions.ConsumableItemDataExtensions.html#InscryptionAPI_Items_Extensions_ConsumableItemDataExtensions_SetPrefabModelType_
13131+
commentId: Overload:InscryptionAPI.Items.Extensions.ConsumableItemDataExtensions.SetPrefabModelType
13132+
isSpec: "True"
13133+
fullName: InscryptionAPI.Items.Extensions.ConsumableItemDataExtensions.SetPrefabModelType
13134+
nameWithType: ConsumableItemDataExtensions.SetPrefabModelType
1312213135
- uid: InscryptionAPI.Items.Extensions.ConsumableItemDataExtensions.SetRegionSpecific(DiskCardGame.ConsumableItemData,System.Boolean)
1312313136
name: SetRegionSpecific(ConsumableItemData, Boolean)
1312413137
href: api/InscryptionAPI.Items.Extensions.ConsumableItemDataExtensions.html#InscryptionAPI_Items_Extensions_ConsumableItemDataExtensions_SetRegionSpecific_DiskCardGame_ConsumableItemData_System_Boolean_

0 commit comments

Comments
 (0)