![]() |
Mod Helpers
v5.9.6
A centralized collection of library code, helpful services, and end-user functions for mod management and information.
|
Defines config settings for a specific "privileged user" entry (used by assorted APIs). More...
Inherits ModConfig.
Public Attributes | |
string | PrivilegedUserId = "" |
User ID of a designated privileged (admin) player. Refers to the internal player UID used by Mod Helpers. More... | |
Static Public Attributes | |
static ModHelpersPrivilegedUserConfig | Instance => ModContent.GetInstance<ModHelpersPrivilegedUserConfig>() |
Gets the singleton instance of this config file. More... | |
Defines config settings for a specific "privileged user" entry (used by assorted APIs).
Definition at line 16 of file Config_User.cs.
|
static |
Gets the singleton instance of this config file.
Definition at line 20 of file Config_User.cs.
string HamstarHelpers.ModHelpersPrivilegedUserConfig.PrivilegedUserId = "" |
User ID of a designated privileged (admin) player. Refers to the internal player UID used by Mod Helpers.
Definition at line 35 of file Config_User.cs.