Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
163
inline void NotClass(const char* cName, const char* eName)
164
{
165
ErrorMessage(EMError,
"'%s' is not a class ('%s' accessed)"
, cName, eName);
166
}
167
168
inline void NotClass(const char* cName)
169
{
Callers
8
FindEntry
Method · 0.85
FindEntryNoInheritance
Method · 0.85
ParamFile.cpp
File · 0.85
Add
Method · 0.85
Delete
Method · 0.85
AddClass
Method · 0.85
AddArray
Method · 0.85
GetEntryCount
Method · 0.85
Calls
1
ErrorMessage
Function · 0.85
Tested by
no test coverage detected