MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getCurrentLine

Method getCurrentLine

Engine/source/core/tokenizer.cpp:244–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244U32 Tokenizer::getCurrentLine()
245{
246 // Binary search for the line number whose
247 // position is equal to or lower than the
248 // current position
249 return getLinePosition(mStartPos);
250}
251
252U32 Tokenizer::getTokenLineOffset()
253{

Callers 2

parseObjectMethod · 0.45
cmdgram.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected