| Description | Hierarchy | Fields | Methods | Properties |
type TInitialArenaObjectProperty = record
Record variable containing the initial values of a TArenaObject. This record is used internally for bringing the arena back to its initial state (as defined in the arena definition file). See TArena.ResetState.
| Name | Description | |
|---|---|---|
![]() |
Angle |
Initial rotation angle (around Z axis) of a TArenaObject object. |
![]() |
VelocityX |
Initial velocity in the X-direction of a TArenaObject object. |
![]() |
VelocityY |
Initial velocity in the Y-direction of a TArenaObject object. |
![]() |
VelocityZ |
Initial velocity in the Z-direction of a TArenaObject object. |
![]() |
X |
Initial X-position of a TArenaObject object. |
![]() |
Y |
Initial Y-position of a TArenaObject object. |
![]() |
Z |
Initial Z-position of a TArenaObject object. |