The player receives a speed boost if they touch ForceDash (floor code 39) collision while using the Rock power-up inside this area. The boost's direction is the area's rotated Z axis.
Name | Type | Games | Required? | Description | Values |
---|---|---|---|---|---|
Obj_arg0 | Float | SMG2 | False | Forwards Speed: The launch speed boost that the player gains. Default 50. | |
Obj_arg1 | Integer | SMG2 | False | Rock Break Time: Specifies the time in frames that the player stays inside the rock before it breaks. Default is 180. |
Name | Games | Required? | Description |
---|---|---|---|
SW_APPEAR | SMG2 | False | The object will appear when this switch is activated. |
SW_AWAKE | SMG2 | False | The object will become visible and resume movement when this switch is activated. |
Name | Games | Required? | Description |
---|---|---|---|
BaseMtxFollower | SMG2 | False | Objects of this class can follow another BaseMtxFollowTarget object. |