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

Method DisablePointer

ogsr_engine/xrGame/map_location.h:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 bool PointerEnabled() { return SpotEnabled() && !!m_flags.test(ePointerEnabled); };
74 void EnablePointer() { m_flags.set(ePointerEnabled, TRUE); };
75 void DisablePointer() { m_flags.set(ePointerEnabled, FALSE); };
76
77 LPCSTR GetType() const { return m_type; };
78 Fvector2 SpotSize();

Callers 3

DisableAllPointersMethod · 0.80
GiveGameTaskToActorMethod · 0.80
SetTaskStateMethod · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected