Background for Skyrim SE
Member of the ObjectReference script
boolfunctionIsDisabled()Native

Description

Wiki Description

Checks to see if this object is currently disabled.

Documentation Comment

Is this object currently disabled?


Caveats

CK Wiki - Notes


Examples

; Is the shield disabled?
if (ShieldProperty.IsDisabled())
  Debug.Trace("The shield is down!")
endIf

Auto-Generated Example

bool returnedValue = myObjectReference__toCallFunctionOn.IsDisabled()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.