Empeld
Empeld plugin documentation.
|
A world object that has position More...
Properties | |
uint | ObjectId [get] |
Gets the object identifier. More... | |
ushort | OwnerId [get] |
Gets the owner identifier. (Net Ident) More... | |
ushort | ObjectTypeId [get] |
Gets the object type identifier, as defined by the attribute More... | |
bool | DestroyFlag [get] |
Gets a value indicating whether this pluginbase.Objects.Syncable.Entity.IEntity is destroyable. More... | |
bool | Spawned [get] |
Gets a value indicating whether this entity has been spawned More... | |
bool | Transient [get] |
Gets a value indicating whether this entity is transient (Won't be saved) More... | |
A world object that has position
|
get |
Gets a value indicating whether this pluginbase.Objects.Syncable.Entity.IEntity is destroyable.
true
if destroyable; otherwise, false
.
|
get |
Gets the object identifier.
The object identifier.
|
get |
Gets the object type identifier, as defined by the attribute
The object type identifier.
|
get |
Gets the owner identifier. (Net Ident)
The owner identifier.
|
get |
Gets a value indicating whether this entity has been spawned
true
if spawned; otherwise, false
.
|
get |
Gets a value indicating whether this entity is transient (Won't be saved)
true
if transient; otherwise, false
.