-
Notifications
You must be signed in to change notification settings - Fork 125
VRage.Game.ModAPI.Ingame.Utilities.MyIni.Set
← Index ← Namespace Index ← MyIni
public void Set(string section, string name, string value)
Sets the value of the given configuration key.
public void Set(MyIniKey key, string value)
Sets the value of the given configuration key.
public void Set(string section, string name, bool value)
Sets the value of the given configuration key.
public void Set(MyIniKey key, bool value)
Sets the value of the given configuration key.
public void Set(string section, string name, byte value)
Sets the value of the given configuration key.
public void Set(MyIniKey key, byte value)
Sets the value of the given configuration key.
public void Set(string section, string name, sbyte value)
Sets the value of the given configuration key.
public void Set(MyIniKey key, sbyte value)
Sets the value of the given configuration key.
public void Set(string section, string name, ushort value)
Sets the value of the given configuration key.
public void Set(MyIniKey key, ushort value)
Sets the value of the given configuration key.
public void Set(string section, string name, short value)
Sets the value of the given configuration key.
public void Set(MyIniKey key, short value)
Sets the value of the given configuration key.
public void Set(string section, string name, uint value)
Sets the value of the given configuration key.
public void Set(MyIniKey key, uint value)
Sets the value of the given configuration key.
public void Set(string section, string name, int value)
Sets the value of the given configuration key.
public void Set(MyIniKey key, int value)
Sets the value of the given configuration key.
public void Set(string section, string name, ulong value)
Sets the value of the given configuration key.
public void Set(MyIniKey key, ulong value)
Sets the value of the given configuration key.
public void Set(string section, string name, long value)
Sets the value of the given configuration key.
public void Set(MyIniKey key, long value)
Sets the value of the given configuration key.
public void Set(string section, string name, float value)
Sets the value of the given configuration key.
public void Set(MyIniKey key, float value)
Sets the value of the given configuration key.
public void Set(string section, string name, double value)
Sets the value of the given configuration key.
public void Set(MyIniKey key, double value)
Sets the value of the given configuration key.
public void Set(string section, string name, decimal value)
Sets the value of the given configuration key.
public void Set(MyIniKey key, decimal value)
Sets the value of the given configuration key.
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!