A seesaw-like platform that rotates when stepped on. It supports two (SMG1) / three (SMG2) rotation modes. Furthermore, it can use optional sound effects. If RotateAxis is 0, the sounds are MapPartsSeesaw1AxisRotatorBound and MapPartsSeesaw1AxisRotatorMove. If RotateAxis is 1, the only sound is MapPartsRotateLoop. If RotateAxis is 2, the only sound is MapPartsSeesaw2AxisRollerRotatorMove.
Name | Games | Required? | Description | Values |
---|---|---|---|---|
RotateSpeed | Both | False | Rotation Speed: How fast it rotates. Default is 0. Only used if RotateAxis is 0. | |
RotateAngle | Both | False | Rotation Angle: How many angles in degrees the platform rotates. Default is 0. | |
RotateAxis | Both | False | Rotation Type: How the platform moves when stepped on. Default corresponds to 1. |
|
RotateAccelType | Both | False | Inertia Factor / Acceleration: Affects how long it will remain in motion. If RotateAxis is 0 or 1, it also affects how fast rotation will speed up. Default is 0. | |
RotateStopTime | Both | False | Restore Force: The force used to restore its original rotation after getting of the platform. Only used if RotateAxis is 0 or 1. |
Name | Games | Required? | Description |
---|---|---|---|
SW_APPEAR | Both | False | Appears when this switch is activated. |
SW_DEAD | Both | False | Can be activated when the object is killed through a cutscene action. |
SW_AWAKE | Both | False | Enables rendering and resumes updates when this switch is active. |
Name | Games | Required? | Description | Values |
---|---|---|---|---|
DemoCast | Both | False | Can take part in a cutscene. |