Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
814
float CInventory::TotalWeight() const
815
{
816
VERIFY(m_fTotalWeight >= 0.f);
817
return m_fTotalWeight;
818
}
819
820
float CInventory::CalcTotalWeight()
821
{
Callers
5
ffGetValue
Method · 0.80
GetCarryWeight
Method · 0.80
g_cl_CheckControls
Method · 0.80
GetTotalWeight
Method · 0.80
fire
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected