Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
DbRow (JsonTokenType jsonTokenType, int location, int sizeOrLength) | |
Properties | |
int | Location [get] |
int | SizeOrLength [get] |
bool | IsUnknownSize [get] |
bool | HasComplexChildren [get] |
int | NumberOfRows [get] |
JsonTokenType | TokenType [get] |
bool | IsSimpleValue [get] |
Private Attributes | |
readonly int | _location |
readonly int | _sizeOrLengthUnion |
readonly int | _numberOfRowsAndTypeUnion |
Definition at line 13 of file JsonDocument.cs.