API ReferenceSandbox
IValidclass
Interface for objects that can become invalid over time, such as references to deleted game objects or disposed resources.
object→IValid
Properties1
Showing 1 properties
public virtual bool Sandbox.IValid.IsValid { get; set; }
Returns true if this object is still valid and can be safely accessed. When false, accessing the object's properties or methods may throw exceptions.
Returns:
bool—No results match this filter.