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

Class ASErrReport

Source/Scripting/angelscript/asmodule.cpp:88–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88struct ASErrReport {
89 ASErrType type;
90 unsigned line_number;
91 unsigned column_number;
92 std::string message;
93 std::string file_name;
94
95 ASErrReport(const std::string& err_line);
96};
97
98ASErrReport::ASErrReport(const std::string& err_line) {
99 // Lines are like this:

Callers 1

CorrectASErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected