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

Method actual

ogsr_engine/xrGame/restricted_object.cpp:390–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388}
389
390void CRestrictedObject::actual(bool value)
391{
392 m_actual = value;
393 if (!actual())
394 m_object->on_restrictions_change();
395}

Callers 12

get_actualFunction · 0.45
process_game_pathMethod · 0.45
process_level_pathMethod · 0.45
set_game_dest_vertexMethod · 0.45
set_level_dest_vertexMethod · 0.45
update_pathMethod · 0.45
actual_allMethod · 0.45
verify_detail_pathMethod · 0.45
process_patrol_pathMethod · 0.45
on_path_updatedMethod · 0.45
show_debug_infoMethod · 0.45

Calls 1

Tested by

no test coverage detected