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

Method GetPDA

ogsr_engine/xrGame/InventoryOwner.cpp:215–215  ·  view source on GitHub ↗

достать PDA из специального слота инвентаря

Source from the content-addressed store, hash-verified

213
214//достать PDA из специального слота инвентаря
215CPda* CInventoryOwner::GetPDA() const { return (CPda*)(m_inventory->m_slots[PDA_SLOT].m_pIItem); }
216
217CTrade* CInventoryOwner::GetTrade()
218{

Callers 11

OnRenderMethod · 0.80
IR_OnKeyboardPressMethod · 0.80
OnCancelMethod · 0.80
ActionMethod · 0.80
feel_touch_contactMethod · 0.80
GetPdaFromOwnerMethod · 0.80
UpdateMethod · 0.80
OnMouseMethod · 0.80
MouseMovementMethod · 0.80
OnKeyboardMethod · 0.80
UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected