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,9 @@
<h1 id="Player_PlayerManager" data-uid="Player.PlayerManager" class="text-break">Class PlayerManager
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 summary"><p>This class manages player-related functionality, such as joining, leaving, and assigning colors.
It also handles starting the game once players have joined.</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
@@ -101,7 +103,8 @@
<h4 id="Player_PlayerManager_cards" data-uid="Player.PlayerManager.cards">cards</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>A list of player join cards, which represent players in the UI.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
@@ -125,7 +128,8 @@
<h4 id="Player_PlayerManager_Instance" data-uid="Player.PlayerManager.Instance">Instance</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>The singleton instance of the <a class="xref" href="Player.PlayerManager.html">PlayerManager</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
@@ -149,7 +153,8 @@
<h4 id="Player_PlayerManager_playerColors" data-uid="Player.PlayerManager.playerColors">playerColors</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>A list of colors assigned to players for identification.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
@@ -173,7 +178,8 @@
<h4 id="Player_PlayerManager_playerSelect" data-uid="Player.PlayerManager.playerSelect">playerSelect</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>The UI element used for player selection.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
@@ -200,7 +206,8 @@
<a id="Player_PlayerManager_StartGame_" data-uid="Player.PlayerManager.StartGame*"></a>
<h4 id="Player_PlayerManager_StartGame" data-uid="Player.PlayerManager.StartGame">StartGame()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Starts the game if at least one player has joined.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">