-
Notifications
You must be signed in to change notification settings - Fork 123
VRage.Game.ModAPI.Ingame.Utilities.MyIni.Set
csharpvoid Set([string](System.String) section, [string](System.String) name, [string](System.String) value)##### Summary
Sets the value of the given configuration key.
csharpvoid Set([MyIniKey](VRage.Game.ModAPI.Ingame.Utilities.MyIniKey) key, [string](System.String) value)##### Summary
Sets the value of the given configuration key.
csharpvoid Set([string](System.String) section, [string](System.String) name, [bool](System.Boolean) value)##### Summary
Sets the value of the given configuration key.
csharpvoid Set([MyIniKey](VRage.Game.ModAPI.Ingame.Utilities.MyIniKey) key, [bool](System.Boolean) value)##### Summary
Sets the value of the given configuration key.
csharpvoid Set([string](System.String) section, [string](System.String) name, [byte](System.Byte) value)##### Summary
Sets the value of the given configuration key.
csharpvoid Set([MyIniKey](VRage.Game.ModAPI.Ingame.Utilities.MyIniKey) key, [byte](System.Byte) value)##### Summary
Sets the value of the given configuration key.
csharpvoid Set([string](System.String) section, [string](System.String) name, [sbyte](System.SByte) value)##### Summary
Sets the value of the given configuration key.
csharpvoid Set([MyIniKey](VRage.Game.ModAPI.Ingame.Utilities.MyIniKey) key, [sbyte](System.SByte) value)##### Summary
Sets the value of the given configuration key.
csharpvoid Set([string](System.String) section, [string](System.String) name, [ushort](System.UInt16) value)##### Summary
Sets the value of the given configuration key.
csharpvoid Set([MyIniKey](VRage.Game.ModAPI.Ingame.Utilities.MyIniKey) key, [ushort](System.UInt16) value)##### Summary
Sets the value of the given configuration key.
csharpvoid Set([string](System.String) section, [string](System.String) name, [short](System.Int16) value)##### Summary
Sets the value of the given configuration key.
csharpvoid Set([MyIniKey](VRage.Game.ModAPI.Ingame.Utilities.MyIniKey) key, [short](System.Int16) value)##### Summary
Sets the value of the given configuration key.
csharpvoid Set([string](System.String) section, [string](System.String) name, [uint](System.UInt32) value)##### Summary
Sets the value of the given configuration key.
csharpvoid Set([MyIniKey](VRage.Game.ModAPI.Ingame.Utilities.MyIniKey) key, [uint](System.UInt32) value)##### Summary
Sets the value of the given configuration key.
csharpvoid Set([string](System.String) section, [string](System.String) name, [int](System.Int32) value)##### Summary
Sets the value of the given configuration key.
csharpvoid Set([MyIniKey](VRage.Game.ModAPI.Ingame.Utilities.MyIniKey) key, [int](System.Int32) value)##### Summary
Sets the value of the given configuration key.
csharpvoid Set([string](System.String) section, [string](System.String) name, [ulong](System.UInt64) value)##### Summary
Sets the value of the given configuration key.
csharpvoid Set([MyIniKey](VRage.Game.ModAPI.Ingame.Utilities.MyIniKey) key, [ulong](System.UInt64) value)##### Summary
Sets the value of the given configuration key.
csharpvoid Set([string](System.String) section, [string](System.String) name, [long](System.Int64) value)##### Summary
Sets the value of the given configuration key.
csharpvoid Set([MyIniKey](VRage.Game.ModAPI.Ingame.Utilities.MyIniKey) key, [long](System.Int64) value)##### Summary
Sets the value of the given configuration key.
csharpvoid Set([string](System.String) section, [string](System.String) name, [float](System.Single) value)##### Summary
Sets the value of the given configuration key.
csharpvoid Set([MyIniKey](VRage.Game.ModAPI.Ingame.Utilities.MyIniKey) key, [float](System.Single) value)##### Summary
Sets the value of the given configuration key.
csharpvoid Set([string](System.String) section, [string](System.String) name, [double](System.Double) value)##### Summary
Sets the value of the given configuration key.
csharpvoid Set([MyIniKey](VRage.Game.ModAPI.Ingame.Utilities.MyIniKey) key, [double](System.Double) value)##### Summary
Sets the value of the given configuration key.
csharpvoid Set([string](System.String) section, [string](System.String) name, [decimal](System.Decimal) value)##### Summary
Sets the value of the given configuration key.
csharpvoid Set([MyIniKey](VRage.Game.ModAPI.Ingame.Utilities.MyIniKey) key, [decimal](System.Decimal) value)##### Summary
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!