Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRage.Game.ModAPI.Ingame.Utilities.MyIni.Set

Malware edited this page Dec 25, 2018 · 16 revisions

IndexMyIni

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.

Clone this wiki locally