EvilEngine/MRKR: Difference between revisions

no edit summary
Battlepedia>Igorseabra4
(Created page with "A Marker represents a 3D position in global space. ===Format=== float[3] position // XYZ coordinates Category:Asset")
 
Battlepedia>Igorseabra4
No edit summary
Line 1:
A Markermarker represents a 3D position in global space. It is usually used to place the player in the stage after a warp or checkpoint.
 
===Format===
{| class="wikitable"
float[3] position // XYZ coordinates
! Offset !! Type !! Description
|-
| 0x00 || Vector3 || Position
|}
 
[[Category:Asset]]