MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / NpcScriptState

Method NpcScriptState

src/logic/NpcScriptState.cpp:36–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 "ZS_FOLLOW"};
35
36NpcScriptState::NpcScriptState(World::WorldInstance& world, Handle::EntityHandle hostVob)
37 : m_World(world)
38 , m_HostVob(hostVob)
39{
40 m_Routine.startNewRoutine = true;
41 m_Routine.hasRoutine = false;
42 m_Routine.routineActiveIdx = 0;
43}
44
45NpcScriptState::~NpcScriptState()
46{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected