MCPcopy Create free account
hub / github.com/anjo76/angelscript / Warning

Method Warning

sdk/angelscript/source/as_parser.cpp:1078–1085  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1076}
1077
1078void asCParser::Warning(const asCString &text, sToken *token)
1079{
1080 int row, col;
1081 script->ConvertPosToRowCol(token->pos, &row, &col);
1082
1083 if( builder )
1084 builder->WriteWarning(script->name, text, row, col);
1085}
1086
1087void asCParser::Info(const asCString &text, sToken *token)
1088{

Callers

nothing calls this directly

Calls 2

ConvertPosToRowColMethod · 0.80
WriteWarningMethod · 0.80

Tested by

no test coverage detected