This commit is contained in:
RochesterX
2025-04-18 20:11:19 -04:00
parent a7e181a900
commit ce741c87d5
450 changed files with 59358 additions and 963 deletions

View File

@@ -83,7 +83,8 @@
<h1 id="Game_PlayerCardCreator" data-uid="Game.PlayerCardCreator" class="text-break">Class PlayerCardCreator
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 summary"><p>This class is used to create cards for players when they join the game.</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
@@ -101,7 +102,8 @@
<h4 id="Game_PlayerCardCreator_Instance" data-uid="Game.PlayerCardCreator.Instance">Instance</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>A single instance of this class that can be accessed from anywhere.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
@@ -125,7 +127,8 @@
<h4 id="Game_PlayerCardCreator_playerJoinCardPrefab" data-uid="Game.PlayerCardCreator.playerJoinCardPrefab">playerJoinCardPrefab</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>The template used to create new player cards.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
@@ -152,7 +155,8 @@
<a id="Game_PlayerCardCreator_CreateCard_" data-uid="Game.PlayerCardCreator.CreateCard*"></a>
<h4 id="Game_PlayerCardCreator_CreateCard" data-uid="Game.PlayerCardCreator.CreateCard">CreateCard()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Creates a new player card and returns it.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
@@ -169,7 +173,8 @@
<tbody>
<tr>
<td><a class="xref" href="Game.PlayerJoinCard.html">PlayerJoinCard</a></td>
<td></td>
<td><p>The new player card, or nothing if it couldn't be created.</p>
</td>
</tr>
</tbody>
</table>