Click or drag to resize

SettingsManagerSet Method

Set the value of a setting.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static void Set(
	string category,
	string entity,
	string property,
	Object value
)
Request Example View Source

Parameters

category
Type: SystemString
Category/system the setting is for.
entity
Type: SystemString
Object/entity the setting is for.
property
Type: SystemString
Name of the setting.
value
Type: SystemObject
Value of the setting.
See Also