Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

VRage.Game.ModAPI.Ingame.Utilities.MyIniValue.TryGetBoolean

Malware edited this page Dec 25, 2018 · 17 revisions

IndexMyIniValue

csharp[bool](System.Boolean) TryGetBoolean(ref [bool](System.Boolean) value)##### Summary

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

Returns

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

Clone this wiki locally