Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
390
void CRestrictedObject::actual(bool value)
391
{
392
m_actual = value;
393
if (!actual())
394
m_object->on_restrictions_change();
395
}
Callers
12
get_actual
Function · 0.45
process_game_path
Method · 0.45
process_level_path
Method · 0.45
set_game_dest_vertex
Method · 0.45
set_level_dest_vertex
Method · 0.45
update_path
Method · 0.45
actual_all
Method · 0.45
verify_detail_path
Method · 0.45
process_patrol_path
Method · 0.45
update_path_builder_state
Method · 0.45
on_path_updated
Method · 0.45
show_debug_info
Method · 0.45
Calls
1
on_restrictions_change
Method · 0.45
Tested by
no test coverage detected