Store a list of entities and their last bounds.
More...
#include <navigation_recast_obstacle.h>
|
const Vector & | GetMin (unsigned int entnum) const |
|
const Vector & | GetMax (unsigned int entnum) const |
|
int | GetContents (unsigned int entnum) const |
|
void | SetContents (unsigned int entnum, int contents) |
|
solid_t | GetSolidType (unsigned int entnum) const |
|
void | SetSolidType (unsigned int entnum, solid_t type) |
|
void | SetBounds (unsigned int entnum, const Vector &min, const Vector &max) |
|
bool | IsActive (unsigned int entnum) const |
|
void | Add (unsigned int entnum) |
|
void | Set (unsigned int entnum, const Vector &position) |
|
void | Remove (unsigned int entnum) |
|
|
int | contents [MAX_GENTITIES] |
|
Vector | bounds [2][MAX_GENTITIES] |
|
byte | flag [MAX_GENTITIES] |
|
solid_t | solid [MAX_GENTITIES] |
|
Store a list of entities and their last bounds.
The documentation for this struct was generated from the following files: