Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

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

Malware edited this page Apr 8, 2019 · 18 revisions

IndexNamespace IndexMyIniValue

Summary

public bool TryGetBoolean(ref bool value)

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

Returns

bool

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

Parameters

Clone this wiki locally