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

Method NpcAIHandler

src/logic/NpcAIHandler.cpp:13–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13NpcAIHandler::NpcAIHandler(World::WorldInstance& world, Handle::EntityHandle hostVob)
14 : m_World(world)
15 , m_HostVob(hostVob)
16{
17 unbindKeys();
18 m_ActiveMovementState = EMovementState::None;
19}
20
21void NpcAIHandler::update(float deltaTime)
22{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected