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

Method TotalWeight

ogsr_engine/xrGame/Inventory.cpp:814–818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

812}
813
814float CInventory::TotalWeight() const
815{
816 VERIFY(m_fTotalWeight >= 0.f);
817 return m_fTotalWeight;
818}
819
820float CInventory::CalcTotalWeight()
821{

Callers 5

ffGetValueMethod · 0.80
GetCarryWeightMethod · 0.80
g_cl_CheckControlsMethod · 0.80
GetTotalWeightMethod · 0.80
fireMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected