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

Method GetCorrectedLine

Source/Scripting/angelscript/asmodule.cpp:1697–1699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1695}
1696
1697LineFile ASModule::GetCorrectedLine(int line) {
1698 return script_file_ptr_->GetCorrectedLine(line);
1699}
1700
1701void ASModule::ResetGlobals() {
1702 module_->ResetGlobalVars();

Callers 8

CorrectASErrorFunction · 0.45
runMethod · 0.45
GetCallstackMethod · 0.45
DumpCallstackMethod · 0.45
DebugLineCallbackFunction · 0.45
GetCallFileMethod · 0.45
UpdateGUIMethod · 0.45
GetLFMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected