API ReferenceSandbox
public abstract interface Sandbox.IValid
Interface for objects that can become invalid over time, such as references to deleted game objects or disposed resources.
Properties
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.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.System |
| Doc ID | T:Sandbox.IValid |