Table of Contents

Method SetBool

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

SetBool(string, string, bool)

Sets a boolean preference (stored as an integer 0 or 1).

public static void SetBool(string scope, string key, bool val)

Parameters

scope string

The scope namespace.

key string

The key within the scope.

val bool

The value to store.