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

Method initialize

ogsr_engine/xrGame/object_actions.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29{}
30
31void CObjectActionCommand::initialize()
32{
33 inherited::initialize();
34 object().inventory().Action(m_command, CMD_START);
35}
36
37//////////////////////////////////////////////////////////////////////////
38// CObjectActionShow

Callers

nothing calls this directly

Calls 15

try_advance_ammoFunction · 0.85
ActiveItemMethod · 0.80
can_kill_memberMethod · 0.80
add_callbackMethod · 0.80
animationMethod · 0.80
initializeFunction · 0.50
objectFunction · 0.50
ActionMethod · 0.45
GetSlotMethod · 0.45
RuckMethod · 0.45
SlotMethod · 0.45
objectMethod · 0.45

Tested by

no test coverage detected