Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3035
int Lua_Client::GetBotSpawnLimit()
3036
{
3037
Lua_Safe_Call_Int();
3038
return self->GetBotSpawnLimit();
3039
}
3040
3041
int Lua_Client::GetBotSpawnLimit(uint8 class_id)
3042
{
Callers
5
spawnbotcount
Method · 0.45
createBot
Method · 0.45
Perl_Client_GetBotSpawnLimit
Function · 0.45
LoadAndSpawnAllZonedBots
Method · 0.45
CheckSpawnLimit
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected