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

Method PickupModeOff

ogsr_engine/xrGame/Actor_Feel.cpp:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63void CActor::PickupModeOn() { m_bPickupMode = true; }
64
65void CActor::PickupModeOff() { m_bPickupMode = false; }
66
67ICF static BOOL info_trace_callback(collide::rq_result& result, LPVOID params)
68{

Callers 2

disable_inputFunction · 0.80
StartMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected