Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ Load_2
Method
Load_2
ogsr_engine/xr_3da/Envelope.cpp:61–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void CEnvelope::Load_2(IReader& F)
62
{
63
Clear();
64
behavior[0] = F.r_u8();
65
behavior[1] = F.r_u8();
66
keys.resize(F.r_u16());
67
for (auto& key : keys)
68
{
69
key = xr_new<st_Key>();
70
key->Load_2(F);
71
}
72
}
Callers
2
load
Method · 0.45
Load
Method · 0.45
Calls
4
Clear
Function · 0.70
r_u8
Method · 0.45
resize
Method · 0.45
r_u16
Method · 0.45
Tested by
no test coverage detected