VRage.Game.ModAPI.Ingame.Utilities.MyIniValue.TryGetInt16 - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← MyIniValue
public bool TryGetInt16(out short value)
Attempts to get this value as a System.Int16 . Fills thevalue
on success.
true
if the value could be understood as this data type;false
otherwise
- short value