mirror of
https://github.com/Squareville/TestEventServer.git
synced 2026-01-04 16:42:56 -06:00
Required script functions added
Re-added the required script functions.
This commit is contained in:
@@ -25,8 +25,10 @@ public:
|
||||
void SpawnSection(Entity* self, const std::string& sectionName, float iMultiplier);
|
||||
void SetSpawnerNetwork(Entity* self, const std::string& spawnerName, int32_t spawnNum, LOT spawnLOT);
|
||||
BaseRandomServer::Zone* GetRandomLoad(Entity* self, const std::string& sectionName);
|
||||
void SpawnersUp(Entity* self);
|
||||
void SpawnersDown(Entity* self);
|
||||
void BaseOnTimerDone(Entity* self, const std::string& timerName);
|
||||
|
||||
|
||||
void NotifySpawnerOfDeath(Entity* self, Spawner* spawner);
|
||||
void NamedEnemyDeath(Entity* self, Spawner* spawner);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user