MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / Enter

Method Enter

src/SB/Game/zNPCGoalScript.cpp:59–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59S32 zNPCGoalScript::Enter(F32 dt, void* updCtxt)
60{
61 zNPCCommon* npc = (zNPCCommon*)psyche->clt_owner;
62
63 zEntEvent(npc, npc, eEventNPCScript_ScriptReady);
64
65 return zNPCGoalCommon::Enter(dt, updCtxt);
66}
67
68S32 zNPCGoalScript::Exit(F32 dt, void* updCtxt)
69{

Callers

nothing calls this directly

Calls 2

zEntEventFunction · 0.50
EnterFunction · 0.50

Tested by

no test coverage detected