LightningBoltScriptHasActiveBolts Property |
Whether the script has active lightning bolts
Namespace:
DigitalRuby.ThunderAndLightning
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public bool HasActiveBolts { get; }
Public ReadOnly Property HasActiveBolts As Boolean
Get
public:
property bool HasActiveBolts {
bool get ();
}
member HasActiveBolts : bool with get
Property Value
Type:
BooleanSee Also