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

◆ GetSingle()

float System.Text.Json.JsonElement.GetSingle ( )
inline

Definition at line 429 of file JsonElement.cs.

430 {
432 {
433 return value;
434 }
435 throw ThrowHelper.GetFormatException();
436 }
bool TryGetSingle(out float value)

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