MCPcopy Create free account
hub / github.com/EQEmu/EQEmu / GetBotSpawnLimit

Method GetBotSpawnLimit

zone/lua_client.cpp:3035–3039  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3033}
3034
3035int Lua_Client::GetBotSpawnLimit()
3036{
3037 Lua_Safe_Call_Int();
3038 return self->GetBotSpawnLimit();
3039}
3040
3041int Lua_Client::GetBotSpawnLimit(uint8 class_id)
3042{

Callers 5

spawnbotcountMethod · 0.45
createBotMethod · 0.45
CheckSpawnLimitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected