EntitySystem class
re.EntitySystem
Inheritance
No base class.
Derived
None.
Properties
None.
Functions
bool Create(TDBID record, Vector3 position, Quaternion orientation, Action<ent.Entity?> callback, bool persist_after_termination = false)staticextensionbool Create(string path, Vector3 position, Quaternion orientation, Action<ent.Entity?> callback, bool persist_after_termination = false)staticextensionstatic bool Exists(ent.EntityID id)staticextensionstatic re.EntityId[] GetEntities()staticextensionstatic WeakHandle<ent.Entity> GetEntityFromNetId(re.EntityId id)staticextensionstatic ent.EntityID GetEntityIdFromNetId(re.EntityId id)staticextensionstatic re.EntityId GetNetIdFromEntity(ent.Entity id)staticextensionstatic re.EntityId GetNetIdFromEntiyId(ent.EntityID id)staticextension