Description
Wiki Description
Checks to see if this object is currently disabled.
Documentation Comment
Is this object currently disabled?
Examples
; Is the shield disabled?
if (ShieldProperty.IsDisabled())
Debug.Trace("The shield is down!")
endIfAuto-Generated Example
bool returnedValue = myObjectReference__toCallFunctionOn.IsDisabled()