Table of Contents

Method SetString

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

SetString(string, string, string)

Sets a string preference.

public static void SetString(string scope, string key, string value)

Parameters

scope string

The scope namespace.

key string

The key within the scope.

value string

The value to store.