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

Malware edited this page Dec 25, 2018 · 18 revisions

IndexMyIniValue

csharp[bool](System.Boolean) TryGetInt16(ref [short](System.Int16) value)##### Summary

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

Returns

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

Clone this wiki locally