Functions
Getters
GetUIState
Retrieving the state of the interface. The available states are Welcome, Configuration, and Game. It returns an object if no argument is passed.
exports['ZSX_UI']:GetUIState(state)
GetPlayerSettings
Retrieving player settings. It returns an object if no argument is passed.
exports['ZSX_UI']:GetPlayerSettings(setting)
Last updated