Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
override int | GetHashCode () |
override bool | Equals ([NotNullWhen(true)] object other) |
override string | ToString () |
Package Functions | |
KeySequence (int dim, int line, int col) | |
bool | IsQualified () |
Properties | |
int | PosLine [get] |
int | PosCol [get] |
object | this[int index] [get, set] |
Private Attributes | |
readonly TypedObject[] | _ks |
readonly int | _dim |
int | _hashcode = -1 |
readonly int | _posline |
readonly int | _poscol |
Definition at line 6 of file KeySequence.cs.