MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / GiveTaskToActor

Method GiveTaskToActor

ogsr_engine/xrGame/script_game_object_inventory_owner.cpp:905–905  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

903}
904
905void CScriptGameObject::GiveTaskToActor(CGameTask* t, u32 dt, bool bCheckExisting) { Actor()->GameTaskManager().GiveGameTaskToActor(t, dt, bCheckExisting); }
906
907u32 CScriptGameObject::active_slot()
908{

Callers

nothing calls this directly

Calls 2

ActorFunction · 0.85
GiveGameTaskToActorMethod · 0.80

Tested by

no test coverage detected