Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetInt16()

short System.Text.Json.Utf8JsonReader.GetInt16 ( )
inline

Definition at line 4143 of file Utf8JsonReader.cs.

4144 {
4145 if (!TryGetInt16(out var value))
4146 {
4147 throw ThrowHelper.GetFormatException(NumericType.Int16);
4148 }
4149 return value;
4150 }
bool TryGetInt16(out short value)

References System.Text.Json.Dictionary, System.Text.Json.ThrowHelper.GetFormatException(), System.Text.Json.Utf8JsonReader.TryGetInt16(), and System.value.