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_TeleportPlatform" data-uid="Player.TeleportPlatform" class="text-break">Class TeleportPlatform
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 summary"><p>This class handles teleportation for platforms and players when they collide with the teleport trigger.
It can teleport either the platform itself or a player to a specified location.</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
@@ -101,7 +103,9 @@
<h4 id="Player_TeleportPlatform_isPlatform" data-uid="Player.TeleportPlatform.isPlatform">isPlatform</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Determines whether this script is handling a platform or a player.
If true, it teleports players. If false, it teleports the platform itself.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
@@ -125,7 +129,8 @@
<h4 id="Player_TeleportPlatform_playerTag" data-uid="Player.TeleportPlatform.playerTag">playerTag</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>The tag used to identify player objects.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
@@ -149,7 +154,8 @@
<h4 id="Player_TeleportPlatform_teleportPoint" data-uid="Player.TeleportPlatform.teleportPoint">teleportPoint</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>The position where the platform or player will be teleported.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
@@ -173,7 +179,8 @@
<h4 id="Player_TeleportPlatform_teleportTag" data-uid="Player.TeleportPlatform.teleportTag">teleportTag</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>The tag used to identify objects (e.g., platforms) that can trigger teleportation.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">