-
Notifications
You must be signed in to change notification settings - Fork 16
settings.list()
Samir Zahran edited this page Aug 30, 2016
·
1 revision
Gets list of each setting and it's value.
Returns: An object containing all settings and their values.
// Global
Controller.globalSettings.list();
>> Object {
>> setting: value,
>> setting: value,
>> …
>> setting: value
>> }// Per-controller
Controller.getController(0).settings.list();
>> Object {
>> setting: value,
>> setting: value,
>> …
>> setting: value
>> }The MIT License (MIT)
Copyright © 2016 Samir Zahran
Setup
Buttons & Analog Sticks
Controller Layouts
Configuring Settings
Controller Events
Button Events
Analog Stick Events
Controller.supported
Controller.controllers
Controller.controllerCount
Controller.search()
Controller.getController()
Controller.watchAll()
Controller.unwatchAll()
.connectedTimestamp
.id
.index
.inputs
.layoutInfo
.name
.watch()
.unwatch()
Settings Objects
List of Settings
settings.list()
settings.clear()
settings.update()
→ Grunt Tasks
→ Registering Settings
→ Creating Layout Maps