Method | Description | |
---|---|---|
Disappear ( ) : void |
Called when entity is removed from world, due to DisappearTime.
|
|
GetLocation ( ) : Location |
Returns entity's current location.
|
|
GetPosition ( ) : Position |
Entity's current position
|
|
HasTag ( string tag ) : bool |
Returns true if entity's data has the tag.
|
|
Is ( DataType type ) : bool |
Returns true if entity is of the given data type.
|