Click or drag to resize

SettingsManagerDelete Method

Delete a setting.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static void Delete(
	string category,
	string entity,
	string property
)
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.
See Also