LightningLightsabreScriptTurnOn Method |
True to turn on the lightsabre, false to turn it off
Namespace:
DigitalRuby.ThunderAndLightning
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public bool TurnOn(
bool value
)
Public Function TurnOn (
value As Boolean
) As Boolean
public:
bool TurnOn(
bool value
)
member TurnOn :
value : bool -> bool
Parameters
- value
- Type: SystemBoolean
Whether the lightsabre is on or off
Return Value
Type:
BooleanTrue if success, false if invalid operation (i.e. lightsabre is already on or off)
See Also