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

Method FScriptPosition

source/common/engine/sc_man.cpp:1259–1263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1257
1258
1259FScriptPosition::FScriptPosition(FString fname, int line)
1260{
1261 FileName = fname;
1262 ScriptLine = line;
1263}
1264
1265FScriptPosition::FScriptPosition(FScanner &sc)
1266{

Callers

nothing calls this directly

Calls 1

GetMessageLineMethod · 0.80

Tested by

no test coverage detected