MCPcopy 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
324void Lua_NPC::SaveGuardSpot() {
325 Lua_Safe_Call_Void();
326 self->SaveGuardSpot();
327}
328
329void Lua_NPC::SaveGuardSpot(bool clear) {
330 Lua_Safe_Call_Void();

Callers 12

AI_ProcessMethod · 0.45
DoOutOfCombatChecksMethod · 0.45
IsValidTargetMethod · 0.45
GetBotTargetMethod · 0.45
ReturningFlagChecksMethod · 0.45
PullingFlagChecksMethod · 0.45
BotPullerProcessMethod · 0.45
Perl_NPC_SaveGuardSpotFunction · 0.45
Handle_OP_PetCommandsMethod · 0.45
GMMoveMethod · 0.45
command_aiFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected