Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Phobos-developers/Phobos
/ LoadGlobals
Method
LoadGlobals
src/Ext/ParticleSystemType/Body.cpp:37–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
bool ParticleSystemTypeExt::LoadGlobals(PhobosStreamReader& Stm)
38
{
39
return Stm
40
.Success();
41
}
42
43
bool ParticleSystemTypeExt::SaveGlobals(PhobosStreamWriter& Stm)
44
{
Callers
nothing calls this directly
Calls
1
Success
Method · 0.80
Tested by
no test coverage detected