api: add some new functions
This commit is contained in:
parent
92c762a586
commit
ca94e31472
2 changed files with 23 additions and 1 deletions
|
|
@ -42,4 +42,10 @@ public:
|
|||
|
||||
// force bot to go to selected origin
|
||||
virtual void setBotGoalOrigin (int entity, float *origin) = 0;
|
||||
|
||||
// checks whether graph nodes is available on map
|
||||
virtual bool hasGraph () = 0;
|
||||
|
||||
// get's the graph node flags
|
||||
virtual int getNodeFlags (int node) = 0;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue