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

◆ GetInt32()

int System.Text.Json.JsonElement.GetInt32 ( )
inline

Definition at line 350 of file JsonElement.cs.

351 {
353 {
354 return value;
355 }
356 throw ThrowHelper.GetFormatException();
357 }
bool TryGetInt32(out int value)

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