VRage.Game.ModAPI.Ingame.Utilities.MyIni.ContainsKey - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← MyIni
public bool ContainsKey(string section, string name)
Determines whether a configuration key (section/key) exists in the currently parsed configuration.
public bool ContainsKey(MyIniKey key)
Determines whether a configuration key (section/key) exists in the currently parsed configuration.
- MyIniKey key