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