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

Function NotClass

engine/Poseidon/IO/ParamFile/ParamFile.cpp:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163inline void NotClass(const char* cName, const char* eName)
164{
165 ErrorMessage(EMError, "'%s' is not a class ('%s' accessed)", cName, eName);
166}
167
168inline void NotClass(const char* cName)
169{

Callers 8

FindEntryMethod · 0.85
ParamFile.cppFile · 0.85
AddMethod · 0.85
DeleteMethod · 0.85
AddClassMethod · 0.85
AddArrayMethod · 0.85
GetEntryCountMethod · 0.85

Calls 1

ErrorMessageFunction · 0.85

Tested by

no test coverage detected