Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EQEmu/EQEmu
/ SaveGuardSpot
Method
SaveGuardSpot
zone/lua_npc.cpp:324–327 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
322
}
323
324
void Lua_NPC::SaveGuardSpot() {
325
Lua_Safe_Call_Void();
326
self->SaveGuardSpot();
327
}
328
329
void Lua_NPC::SaveGuardSpot(bool clear) {
330
Lua_Safe_Call_Void();
Callers
12
AI_Process
Method · 0.45
DoOutOfCombatChecks
Method · 0.45
IsValidTarget
Method · 0.45
GetBotTarget
Method · 0.45
ReturningFlagChecks
Method · 0.45
PullingFlagChecks
Method · 0.45
BotPullerProcess
Method · 0.45
Perl_NPC_SaveGuardSpot
Function · 0.45
Handle_OP_ClientUpdate
Method · 0.45
Handle_OP_PetCommands
Method · 0.45
GMMove
Method · 0.45
command_ai
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected