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

◆ GetInt64()

long System.Text.Json.JsonElement.GetInt64 ( )
inline

Definition at line 382 of file JsonElement.cs.

383 {
385 {
386 return value;
387 }
388 throw ThrowHelper.GetFormatException();
389 }
bool TryGetInt64(out long value)

References System.Text.Json.ThrowHelper.GetFormatException(), System.Text.Json.JsonElement.TryGetInt64(), and System.value.