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

Malware edited this page Dec 25, 2018 · 16 revisions

IndexMyIni

csharp[string](System.String) GetComment([string](System.String) section, [string](System.String) name)##### Summary

Gets any comment that might be associated with the given key. Returnsnullif the key does not exist or has no comment.

Returns

csharp[string](System.String) GetComment([MyIniKey](VRage.Game.ModAPI.Ingame.Utilities.MyIniKey) key)##### Summary

Gets any comment that might be associated with the given key. Returnsnullif the key does not exist or has no comment.

Returns

Clone this wiki locally