MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / AddClass

Method AddClass

engine/Poseidon/IO/ParamFile/ParamFile.cpp:284–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282 NotClass(GetContext(), name);
283}
284ParamClass* ParamEntry::AddClass(const RStringB& name, bool guaranteedUnique)
285{
286 NotClass(GetContext(), name);
287 return nullptr;
288}
289ParamEntry* ParamEntry::AddArray(const RStringB& name)
290{
291 NotClass(GetContext(), name);

Callers 12

OpenSubclassMethod · 0.80
SetGameStateMethod · 0.80
DisplayMainMethod · 0.80
OnChildDestroyedMethod · 0.80
ClassAddFunction · 0.80
test_paramfile.cppFile · 0.80

Calls 1

NotClassFunction · 0.85

Tested by

no test coverage detected