Object¶
- Object
All script classes inherit from this type. A variable of type Object can hold anything.
Methods¶
- bool IsValid()¶
Returns true if the Object contains a valid (non-null) reference to a corresponding object instance in memory.
Note
Same as !IsNull()