24 lines
842 B
Plaintext
24 lines
842 B
Plaintext
URL: https://wiki.studiominus.nl/internalReference/PreferenceExtensions.html
|
|
Title: People Playground Modding - PreferenceExtensions
|
|
==================================================
|
|
|
|
public static class PreferenceExtensions
|
|
No description provided
|
|
Methods
|
|
public static float GetFloat(this Preferences instance, string key)
|
|
No description provided
|
|
|
|
public static string GetString(this Preferences instance, string key)
|
|
No description provided
|
|
|
|
public static void SetByName(this Preferences instance, string name, T value)
|
|
No description provided
|
|
|
|
public static T GetByName(this Preferences instance, string name)
|
|
No description provided
|
|
|
|
public static void SetByName(this Preferences instance, string name, object value)
|
|
No description provided
|
|
|
|
public static object GetByName(this Preferences instance, string name)
|
|
No description provided |