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

Method getCurrentLine

Engine/source/core/tokenizer.cpp:241–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

parseObjectMethod · 0.45
cmdgram.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected