MCPcopy 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
188bool WeaponTypeExt::LoadGlobals(PhobosStreamReader& Stm)
189{
190 return Stm
191 .Process(OldRadius)
192 .Success();
193}
194
195bool WeaponTypeExt::SaveGlobals(PhobosStreamWriter& Stm)
196{

Callers

nothing calls this directly

Calls 2

SuccessMethod · 0.80
ProcessMethod · 0.45

Tested by

no test coverage detected