Skip to content

VRage.Game.ModAPI.Ingame.Utilities.MyIniValue.TryGetDecimal

Morten Aune Lyrstad edited this page Oct 10, 2019 · 17 revisions

IndexNamespace IndexMyIniValue

Summary

public bool TryGetDecimal(out decimal value)

Attempts to get this value as a System.Decimal . Fills thevalueon success.

Returns

bool

trueif the value could be understood as this data type;falseotherwise

Parameters

Clone this wiki locally