Skip to content

VRage.Game.ModAPI.Ingame.Utilities.MyIni.Get

Malware edited this page May 4, 2019 · 15 revisions

IndexNamespace IndexMyIni

Summary

public MyIniValue Get(string section, string name)

Gets the MyIniValue of the given configuration key.

Returns

MyIniValue

Parameters

Summary

public MyIniValue Get(MyIniKey key)

Gets the MyIniValue of the given configuration key.

Returns

MyIniValue

Parameters

Clone this wiki locally