s&box docs

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.

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.System
Doc IDT:Sandbox.IValid

On this page