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

VRage.Game.ModAPI.Ingame.Utilities.MyIniValue.TryGetInt32

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

IndexNamespace IndexMyIniValue

Summary

public bool TryGetInt32(out int value)

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

Returns

bool

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

Parameters

Clone this wiki locally