api: add some new functions

This commit is contained in:
ds 2020-11-06 09:10:19 +03:00
commit ca94e31472
2 changed files with 23 additions and 1 deletions

View file

@ -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;
};