Table of Contents

Method SetInt

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

SetInt(string, string, int)

Sets an integer preference.

public static void SetInt(string scope, string key, int val)

Parameters

scope string

The scope namespace.

key string

The key within the scope.

val int

The value to store.