VRage.Game.ModAPI.Ingame.Utilities.MyIniValue.TryGetInt64 - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← MyIniValue
public bool TryGetInt64(out long value)Attempts to get this value as a System.Int64 . Fills thevalueon success.
trueif the value could be understood as this data type;falseotherwise
- long value