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

Malware edited this page May 4, 2019 · 15 revisions

IndexNamespace IndexMyIni

Summary

public string GetComment(string section, string name)

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

Returns

string

Parameters

Summary

public string GetComment(MyIniKey key)

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

Returns

string

Parameters

Clone this wiki locally