Description
Wiki Description
Checks to see if this object is currently disabled.
Documentation Comment
Is this object currently disabled?
Caveats
Examples
; Is the shield disabled?
if (ShieldProperty.IsDisabled())
Debug.Trace("The shield is down!")
endIfAuto-Generated Example
bool returnedValue = myObjectReference__toCallFunctionOn.IsDisabled()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
