Click or drag to resize

SettingsManagerExists Method

Returns whether a setting exists.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static bool Exists(
	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.

Return Value

Type: Boolean
See Also