mirror of
https://github.com/edubart/otclient.git
synced 2025-11-03 12:16:23 +01:00
Spawns: add function to find a spawn to place a creature on
This commit is contained in:
@@ -121,6 +121,7 @@ public:
|
||||
const CreatureTypePtr& getCreatureByLook(int look);
|
||||
|
||||
SpawnPtr getSpawn(const Position& centerPos);
|
||||
SpawnPtr getSpawnForPlacePos(const Position& pos);
|
||||
SpawnPtr addSpawn(const Position& centerPos, int radius);
|
||||
|
||||
bool isLoaded() { return m_loaded; }
|
||||
|
||||
Reference in New Issue
Block a user