VRage.Game.ModAPI.Ingame.Utilities.MyIni.GetComment - bimbam2103/space_engineers GitHub Wiki

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

⚠️ **GitHub.com Fallback** ⚠️