Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ SetHeading
Method
SetHeading
ogsr_engine/xrGame/UIZoneMap.cpp:98–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
void CUIZoneMap::SetHeading(float angle) const
99
{
100
m_activeMap->SetHeading(angle);
101
m_compass->SetHeading(angle);
102
};
103
104
void CUIZoneMap::UpdateRadar(Fvector pos) const
105
{
Callers
7
UpdateSpot
Method · 0.80
UpdateSpotPointer
Method · 0.80
HitEntity
Method · 0.80
CreateDragItem
Method · 0.80
InitAddon
Method · 0.80
Update
Method · 0.80
Update
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected