Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

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

Malware edited this page May 4, 2019 · 15 revisions

IndexNamespace IndexMyIni

Summary

public void Set(string section, string name, string value)

Sets the value of the given configuration key.

Parameters

Summary

public void Set(MyIniKey key, string value)

Sets the value of the given configuration key.

Parameters

Summary

public void Set(string section, string name, bool value)

Sets the value of the given configuration key.

Parameters

Summary

public void Set(MyIniKey key, bool value)

Sets the value of the given configuration key.

Parameters

Summary

public void Set(string section, string name, byte value)

Sets the value of the given configuration key.

Parameters

Summary

public void Set(MyIniKey key, byte value)

Sets the value of the given configuration key.

Parameters

Summary

public void Set(string section, string name, sbyte value)

Sets the value of the given configuration key.

Parameters

Summary

public void Set(MyIniKey key, sbyte value)

Sets the value of the given configuration key.

Parameters

Summary

public void Set(string section, string name, ushort value)

Sets the value of the given configuration key.

Parameters

Summary

public void Set(MyIniKey key, ushort value)

Sets the value of the given configuration key.

Parameters

Summary

public void Set(string section, string name, short value)

Sets the value of the given configuration key.

Parameters

Summary

public void Set(MyIniKey key, short value)

Sets the value of the given configuration key.

Parameters

Summary

public void Set(string section, string name, uint value)

Sets the value of the given configuration key.

Parameters

Summary

public void Set(MyIniKey key, uint value)

Sets the value of the given configuration key.

Parameters

Summary

public void Set(string section, string name, int value)

Sets the value of the given configuration key.

Parameters

Summary

public void Set(MyIniKey key, int value)

Sets the value of the given configuration key.

Parameters

Summary

public void Set(string section, string name, ulong value)

Sets the value of the given configuration key.

Parameters

Summary

public void Set(MyIniKey key, ulong value)

Sets the value of the given configuration key.

Parameters

Summary

public void Set(string section, string name, long value)

Sets the value of the given configuration key.

Parameters

Summary

public void Set(MyIniKey key, long value)

Sets the value of the given configuration key.

Parameters

Summary

public void Set(string section, string name, float value)

Sets the value of the given configuration key.

Parameters

Summary

public void Set(MyIniKey key, float value)

Sets the value of the given configuration key.

Parameters

Summary

public void Set(string section, string name, double value)

Sets the value of the given configuration key.

Parameters

Summary

public void Set(MyIniKey key, double value)

Sets the value of the given configuration key.

Parameters

Summary

public void Set(string section, string name, decimal value)

Sets the value of the given configuration key.

Parameters

Summary

public void Set(MyIniKey key, decimal value)

Sets the value of the given configuration key.

Parameters

Clone this wiki locally