A generator that creates Coins (TubeSliderCoinCreator) or Purple Coins (TubeSliderCoinCreatorPurple) and lays them out on a tube slide. The line can be straight, twisted or a sine wave. It needs to be linked to a proper TubeSlider instance.
Name | Type | Games | Required? | Description | Values |
---|---|---|---|---|---|
Obj_arg0 | Integer | SMG2 | False | Number of Coins: The number of Coins to be spawned. Default is 1. | |
Obj_arg1 | Float | SMG2 | False | Edge Offset: The offset from the tube's edge at which the Coins should be placed. Default is 0. | |
Obj_arg2 | Float | SMG2 | False | Coin Spacing: The distance between each Coin. Default is 500. | |
Obj_arg3 | Float | SMG2 | False | Starting Angle: The angle around the tube slide from which the Coins will be placed. | |
Obj_arg4 | Float | SMG2 | False | Twist Angle / Sine Amplitude: The amount of degrees it twists around counterclockwise. However, if Obj_arg5 is set, this specifies the sine wave's amplitude. Default is 0. | |
Obj_arg5 | Float | SMG2 | False | Enable Sine Wave: If set to 1, Obj_arg4 specifies the amplitude for sine wave placement. Default is 0. | |
Obj_arg6 | Float | SMG2 | False | Sine Phase Shift: The sine wave's phase shift in degrees. Default is 0. Requires Obj_arg5 to be set to 1. | |
Obj_arg7 | Float | SMG2 | False | Sine Cycle Degrees: The number of periods multiplied by 360. Default is 360, which corresponds to one full sine period. Requires Obj_arg5 to be set to 1. |