Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ AddArray
Method
AddArray
engine/Poseidon/IO/ParamFile/ParamFile.cpp:289–293 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
287
return nullptr;
288
}
289
ParamEntry* ParamEntry::AddArray(const RStringB& name)
290
{
291
NotClass(GetContext(), name);
292
return nullptr;
293
}
294
void ParamEntry::Clear()
295
{
296
NotArray(GetContext());
Callers
13
SerializeArray
Method · 0.80
Serialize
Method · 0.80
Save
Method · 0.80
Save
Method · 0.80
GameValueToEntry
Function · 0.80
SaveToParamFile
Method · 0.80
test_paramfile.cpp
File · 0.80
test_paramfile_crc.cpp
File · 0.80
test_paramfile_localization.cpp
File · 0.80
test_paramfile_access.cpp
File · 0.80
test_paramfile_binary.cpp
File · 0.80
test_paramfile_api.cpp
File · 0.80
Calls
1
NotClass
Function · 0.85
Tested by
no test coverage detected