#include <entity.h>
Inheritance diagram for DALT_Client::Entity:

Public Methods | |
| Entity () | |
| Entity (string entity_type, int entity_id, vector< int > &position) | |
| ~Entity () | |
Public Attributes | |
| string | type |
| type of the entity. More... | |
| int | id |
| unique id of the entity. More... | |
| vector<int> | coordinates |
| relative coordinates; the absolute coordinates are kept in the map. More... | |
Definition at line 31 of file entity.h.
|
|
|
|
|
|
|
|
|
|
|
relative coordinates; the absolute coordinates are kept in the map.
|
|
|
unique id of the entity.
|
|
|
type of the entity.
|
1.2.8 written by Dimitri van Heesch,
© 1997-2001