IterStackRecord::StringPos
Engine/source/console/codeInterpreter.h
Information for a string iterator loop.
Public Attributes
The raw string data on the string stack.
Detailed Description
Information for a string iterator loop.
Public Attributes
U32 mIndex
Current parsing position.
StringStackPtr mString
The raw string data on the string stack.