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

Malware edited this page Dec 25, 2018 · 17 revisions

IndexMyIniValue

Summary

public bool TryGetByte(ref byte value)

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

Returns

bool

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

Clone this wiki locally