The SpatialObject opaque type. Can only be compared with mod.Equals, or by retrieving its id with mod.GetObjId. Can be spawned at runtime with mod.SpawnObject(RuntimeSpawn_ANY.SOME_SPATIAL_OBJECT, ...args) as mod.SpatialObject.
mod.Equals
mod.GetObjId
mod.SpawnObject(RuntimeSpawn_ANY.SOME_SPATIAL_OBJECT, ...args) as mod.SpatialObject
The SpatialObject opaque type. Can only be compared with
mod.Equals, or by retrieving its id withmod.GetObjId. Can be spawned at runtime withmod.SpawnObject(RuntimeSpawn_ANY.SOME_SPATIAL_OBJECT, ...args) as mod.SpatialObject.