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

Function get_actual

ogsr_engine/xrGame/action_planner_script.cpp:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15void set_goal_world_state(CScriptActionPlanner* action_planner, CScriptActionPlanner::CState* world_state) { action_planner->set_target_state(*world_state); }
16
17bool get_actual(const CScriptActionPlanner* action_planner) { return (action_planner->actual()); }
18
19
20void CActionPlanner<CScriptGameObject>::script_register(lua_State* L)

Callers

nothing calls this directly

Calls 1

actualMethod · 0.45

Tested by

no test coverage detected