feat: allow bots to be added into the game even if no default spawn points (ref #511)
This commit is contained in:
parent
a2bb32f80b
commit
05e10bae6e
6 changed files with 36 additions and 4 deletions
|
|
@ -220,6 +220,9 @@ public:
|
|||
// search entities in sphere
|
||||
void searchEntities (const Vector &position, float radius, EntitySearch functor);
|
||||
|
||||
// check if map has entity
|
||||
bool hasEntityInGame (StringRef classname);
|
||||
|
||||
// print the version to server console on startup
|
||||
void printBotVersion ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue