MCPcopy 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
98void CUIZoneMap::SetHeading(float angle) const
99{
100 m_activeMap->SetHeading(angle);
101 m_compass->SetHeading(angle);
102};
103
104void CUIZoneMap::UpdateRadar(Fvector pos) const
105{

Callers 7

UpdateSpotMethod · 0.80
UpdateSpotPointerMethod · 0.80
HitEntityMethod · 0.80
CreateDragItemMethod · 0.80
InitAddonMethod · 0.80
UpdateMethod · 0.80
UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected