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

Method GetLF

Source/Scripting/angelscript/asdebugger.cpp:777–781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

775}
776
777LineFile ASDebugger::GetLF(asIScriptContext* ctx) {
778 const char* scriptSection;
779 int line = ctx->GetLineNumber(0, 0, &scriptSection);
780 return module->GetCorrectedLine(line);
781}

Callers

nothing calls this directly

Calls 2

GetLineNumberMethod · 0.45
GetCorrectedLineMethod · 0.45

Tested by

no test coverage detected