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="Game_GameTimer" data-uid="Game.GameTimer" class="text-break">Class GameTimer
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 summary"><p>This class manages the game's countdown timer.
It starts, updates, and stops the timer, and ends the game when time runs out.</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
@@ -101,7 +103,8 @@
<h4 id="Game_GameTimer_startTime" data-uid="Game.GameTimer.startTime">startTime</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>The starting time for the timer, in seconds.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
@@ -125,7 +128,8 @@
<h4 id="Game_GameTimer_timerText" data-uid="Game.GameTimer.timerText">timerText</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>The UI text element that displays the timer.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
@@ -152,7 +156,8 @@
<a id="Game_GameTimer_StartTimer_" data-uid="Game.GameTimer.StartTimer*"></a>
<h4 id="Game_GameTimer_StartTimer" data-uid="Game.GameTimer.StartTimer">StartTimer()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Starts the timer if it is not already running.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">