MCPcopy 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
267void ParamEntry::Add(const RStringB& name, const RStringB& val)
268{
269 NotClass(GetContext(), name);
270}
271void ParamEntry::Add(const RStringB& name, float val)
272{
273 NotClass(GetContext(), name);

Callers 15

TransferStringMethod · 0.45
ParsePlainTextMethod · 0.45
ParseMethod · 0.45
SerializeBinMethod · 0.45
LoadVariablesMethod · 0.45
ParamArrayClass · 0.45
SetValueMethod · 0.45
ParamValueSpecClass · 0.45
putMethod · 0.45
InitMethod · 0.45
LoadMethod · 0.45

Calls 1

NotClassFunction · 0.85

Tested by

no test coverage detected