LuaSettings

class LuaSettings - sort
get_player_settings(player)
startup :: CustomDictionary stringModSetting [R]
global :: CustomDictionary stringModSetting [R]
player :: CustomDictionary stringModSetting [R]

Runtime settings can be changed through console commands and by the mod that owns the settings.

get_player_settings(player)

Parameters
player :: LuaPlayer
Note: This can become invalid if during operation if the given player becomes invalid.
startup :: CustomDictionary stringModSetting [Read-only]

global :: CustomDictionary stringModSetting [Read-only]

player :: CustomDictionary stringModSetting [Read-only]