Description
Wiki Description
Checks to see if this object is currently enabled. (The opposite of ObjectReference.IsDisabled())
Documentation Comment
Because Shane got tired of remembering which way to call this
Caveats
CK Wiki - Notes
- This is a convenience function that inverts ObjectReference.IsDisabled(), thus '!IsDisabled()' is slightly faster.
Examples
No human-generated examples found for this function.
Auto-Generated Example
bool returnedValue = myObjectReference__toCallFunctionOn.IsEnabled()