Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
TYPENAME_UNKNOWN in Position
Compares two positions and returns true if a
is equal to or after b
.
a
The first position.
b
The second position.
true if a is after or equal to b; false otherwise.
TYPENAME_UNKNOWN in Position
Compares two positions and returns true if a
is equal to or before b
.
a
The first position.
b
The second position.
true if a is before or equal to b; false otherwise.
Class in Yarn.Compiler
Inherits from System.Object
Represents a position in a multi-line string.
Gets or sets the zero-indexed character number of this position.
Gets a value indicating whether this position has a zero or positive line and character number.
Gets or sets the zero-indexed line of this position.
Compares two positions and returns true if a
is equal to or after b
.
Compares two positions and returns true if a
is equal to or before b
.