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

Method nonscript_usable

ogsr_engine/xrGame/UsableScriptObject.cpp:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31void CUsableScriptObject::set_tip_text_default() { m_sTipText = NULL; }
32
33bool CUsableScriptObject::nonscript_usable() { return m_bNonscriptUsable; }
34void CUsableScriptObject::set_nonscript_usable(bool usable) { m_bNonscriptUsable = usable; }

Callers 3

GetNonscriptUsableMethod · 0.80
ActorUseMethod · 0.80
PickupModeUpdate_CODMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected