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.TryGetUInt32

Malware edited this page Dec 25, 2018 · 18 revisions

IndexMyIniValue

csharp[bool](System.Boolean) TryGetUInt32(ref [uint](System.UInt32) value)##### Summary

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

Returns

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

Clone this wiki locally