MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / StringFromErrType

Function StringFromErrType

Source/Scripting/angelscript/asmodule.cpp:76–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74};
75
76std::string StringFromErrType(ASErrType type) {
77 switch (type) {
78 case _ERR:
79 return "ERR";
80 case _WARN:
81 return "WARN";
82 case _INFO:
83 return "INFO";
84 }
85 return "";
86}
87
88struct ASErrReport {
89 ASErrType type;

Callers 1

CorrectASErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected