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

Summary

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

Sets the value of the given configuration key.

Returns

Example

Remarks

Summary

public void Set(public sealed struct MyIniKey key, string value)

Sets the value of the given configuration key.

Returns

Example

Remarks

Summary

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

Sets the value of the given configuration key.

Returns

Example

Remarks

Summary

public void Set(public sealed struct MyIniKey key, bool value)

Sets the value of the given configuration key.

Returns

Example

Remarks

Summary

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

Sets the value of the given configuration key.

Returns

Example

Remarks

Summary

public void Set(public sealed struct MyIniKey key, byte value)

Sets the value of the given configuration key.

Returns

Example

Remarks

Summary

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

Sets the value of the given configuration key.

Returns

Example

Remarks

Summary

public void Set(public sealed struct MyIniKey key, sbyte value)

Sets the value of the given configuration key.

Returns

Example

Remarks

Summary

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

Sets the value of the given configuration key.

Returns

Example

Remarks

Summary

public void Set(public sealed struct MyIniKey key, ushort value)

Sets the value of the given configuration key.

Returns

Example

Remarks

Summary

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

Sets the value of the given configuration key.

Returns

Example

Remarks

Summary

public void Set(public sealed struct MyIniKey key, short value)

Sets the value of the given configuration key.

Returns

Example

Remarks

Summary

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

Sets the value of the given configuration key.

Returns

Example

Remarks

Summary

public void Set(public sealed struct MyIniKey key, uint value)

Sets the value of the given configuration key.

Returns

Example

Remarks

Summary

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

Sets the value of the given configuration key.

Returns

Example

Remarks

Summary

public void Set(public sealed struct MyIniKey key, int value)

Sets the value of the given configuration key.

Returns

Example

Remarks

Summary

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

Sets the value of the given configuration key.

Returns

Example

Remarks

Summary

public void Set(public sealed struct MyIniKey key, ulong value)

Sets the value of the given configuration key.

Returns

Example

Remarks

Summary

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

Sets the value of the given configuration key.

Returns

Example

Remarks

Summary

public void Set(public sealed struct MyIniKey key, long value)

Sets the value of the given configuration key.

Returns

Example

Remarks

Summary

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

Sets the value of the given configuration key.

Returns

Example

Remarks

Summary

public void Set(public sealed struct MyIniKey key, float value)

Sets the value of the given configuration key.

Returns

Example

Remarks

Summary

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

Sets the value of the given configuration key.

Returns

Example

Remarks

Summary

public void Set(public sealed struct MyIniKey key, double value)

Sets the value of the given configuration key.

Returns

Example

Remarks

Summary

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

Sets the value of the given configuration key.

Returns

Example

Remarks

Summary

public void Set(public sealed struct MyIniKey key, decimal value)

Sets the value of the given configuration key.

Returns

Example

Remarks

Clone this wiki locally