Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ Add
Method
Add
engine/Poseidon/IO/ParamFile/ParamFile.cpp:267–270 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
265
}
266
267
void ParamEntry::Add(const RStringB& name, const RStringB& val)
268
{
269
NotClass(GetContext(), name);
270
}
271
void ParamEntry::Add(const RStringB& name, float val)
272
{
273
NotClass(GetContext(), name);
Callers
15
TransferString
Method · 0.45
ParsePlainText
Method · 0.45
Parse
Method · 0.45
SerializeBin
Method · 0.45
LoadVariables
Method · 0.45
ParamArray
Class · 0.45
SetValue
Method · 0.45
ParamArrayValueArray
Class · 0.45
ParamValueSpec
Class · 0.45
put
Method · 0.45
Init
Method · 0.45
Load
Method · 0.45
Calls
1
NotClass
Function · 0.85
Tested by
no test coverage detected