Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ AddArrayValue
Method
AddArrayValue
engine/Poseidon/IO/ParamFile/ParamFile.cpp:311–315 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
309
NotArray(GetContext());
310
}
311
IParamArrayValue* ParamEntry::AddArrayValue()
312
{
313
NotArray(GetContext());
314
return nullptr;
315
}
316
317
int ParamEntry::GetEntryCount() const
318
{
Callers
3
GameValueToEntry
Function · 0.45
test_paramfile.cpp
File · 0.45
test_paramfile_api.cpp
File · 0.45
Calls
1
NotArray
Function · 0.85
Tested by
no test coverage detected