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

Method AddRef

ogsr_engine/xrGame/map_location.cpp:530–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528}
529
530u16 CMapLocation::AddRef()
531{
532 ++m_refCount;
533 if (m_flags.test(eTTL))
534 {
535 m_actual_time = Device.dwTimeGlobal + m_ttl * 1000;
536 }
537
538 return m_refCount;
539};
540
541void CMapLocation::HighlightSpot(bool state, const Fcolor& color)
542{

Callers 15

D3D11CtxMethod · 0.80
AddMapLocationMethod · 0.80
AddRelationLocationMethod · 0.80
surface_setMethod · 0.80
ImGui_ImplDX11_InitFunction · 0.80
SetTextureMethod · 0.80
SetViewMethod · 0.80
GetTextureMethod · 0.80
GetViewMethod · 0.80
decrement_stats_vbMethod · 0.80
decrement_stats_ibMethod · 0.80

Calls 1

testMethod · 0.45

Tested by

no test coverage detected