Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1697
LineFile ASModule::GetCorrectedLine(int line) {
1698
return script_file_ptr_->GetCorrectedLine(line);
1699
}
1700
1701
void ASModule::ResetGlobals() {
1702
module_->ResetGlobalVars();
Callers
8
CorrectASError
Function · 0.45
run
Method · 0.45
GetCallstack
Method · 0.45
DumpCallstack
Method · 0.45
DebugLineCallback
Function · 0.45
GetCallFile
Method · 0.45
UpdateGUI
Method · 0.45
GetLF
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected