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

◆ GetInt16()

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

Definition at line 318 of file JsonElement.cs.

319 {
321 {
322 return value;
323 }
324 throw new FormatException();
325 }
bool TryGetInt16(out short value)

References System.Text.Json.JsonElement.TryGetInt16(), and System.value.