VRage.Game.ModAPI.Ingame.Utilities.MyIni.GetComment - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← MyIni
public string GetComment(string section, string name)
Gets any comment that might be associated with the given key. Returnsnull
if the key does not exist or has no comment.
public string GetComment(MyIniKey key)
Gets any comment that might be associated with the given key. Returnsnull
if the key does not exist or has no comment.
- MyIniKey key