|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| bool | MoveNext () |
| void | Reset () |
| void IDisposable. | Dispose () |
Package Functions | |
| Enumerator (MemoryBlock block, DocumentHandle document) | |
Properties | |
| SequencePoint | Current [get] |
| object IEnumerator. | Current [get] |
Private Member Functions | |
| void | ReadDeltaLinesAndColumns (out int deltaLines, out int deltaColumns) |
| int | ReadLine () |
| ushort | ReadColumn () |
| int | AddOffsets (int value, int delta) |
| int | AddLines (int value, int delta) |
| ushort | AddColumns (ushort value, int delta) |
| DocumentHandle | ReadDocumentHandle () |
Private Attributes | |
| BlobReader | _reader |
| SequencePoint | _current |
| int | _previousNonHiddenStartLine |
| ushort | _previousNonHiddenStartColumn |
Definition at line 10 of file SequencePointCollection.cs.