Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRage.Game.ModAPI.Ingame.Utilities.MyIni.ContainsKey

Malware edited this page Dec 25, 2018 · 16 revisions

IndexMyIni

csharp[bool](System.Boolean) ContainsKey([string](System.String) section, [string](System.String) name)##### Summary

Determines whether a configuration key (section/key) exists in the currently parsed configuration.

Returns

csharp[bool](System.Boolean) ContainsKey([MyIniKey](VRage.Game.ModAPI.Ingame.Utilities.MyIniKey) key)##### Summary

Determines whether a configuration key (section/key) exists in the currently parsed configuration.

Returns

Clone this wiki locally