Description:

Get value as float, will only succeed if value was created using Set(string key, float value)

Syntax:
public bool TryGetFloat(
string key,
out float value
)
Returns:
Type: bool
Available since:
5.0

Nothing found