MCPcopy Create free account
hub / github.com/ZDoom/Raze / GetMessage

Method GetMessage

source/common/utility/engineerrors.h:68–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 m_Message[MAX_ERRORTEXT - 1] = '\0';
67 }
68 const char *GetMessage (void) const noexcept
69 {
70 if (m_Message[0] != '\0')
71 return (const char *)m_Message;
72 else
73 return NULL;
74 }
75 char const *what() const noexcept override
76 {
77 return m_Message;

Callers 5

ReadObjectsMethod · 0.45
ParsePatchMethod · 0.45
CreateClassTypesMethod · 0.45
BuildMethod · 0.45
CompileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected