GameSettingsService
Noir.Services.GameSettingsService: NoirService
A service for changing and accessing the game's settings.
Returns a list of all game settings.
Returns
SWGameSettings
Returns the value of the provided game setting.
Parameters
name
: SWGameSettingEnum
Returns
any
Sets the value of the provided game setting.
Parameters
name
: SWGameSettingEnumvalue
: any
Last updated