Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Phobos-developers/Phobos
/ LoadGlobals
Method
LoadGlobals
src/Ext/WeaponType/Body.cpp:188–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
186
}
187
188
bool WeaponTypeExt::LoadGlobals(PhobosStreamReader& Stm)
189
{
190
return Stm
191
.Process(OldRadius)
192
.Success();
193
}
194
195
bool WeaponTypeExt::SaveGlobals(PhobosStreamWriter& Stm)
196
{
Callers
nothing calls this directly
Calls
2
Success
Method · 0.80
Process
Method · 0.45
Tested by
no test coverage detected