Click or drag to resize

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
)

Parameters

value
Type: SystemBoolean
Whether the lightsabre is on or off

Return Value

Type: Boolean
True if success, false if invalid operation (i.e. lightsabre is already on or off)
See Also