Entity
An entity is the manifestation of an agent in a place.
The only fixed information in an entity is its id. Everything else is specified as a set of components.
Methods
Entity:getParent ()
Gets the parent of a given Entity.
Arguments
None
Returns
Type | Description |
---|---|
Entity | The parent Entity, or nil if it has no parent. |