A grid of hotkeys.
API Overview #
- Constructors - API calls which return an object, typically one that offers API methods
- Methods - API calls which can only be made on an object returned by a constructor
API Documentation #
Constructors #
new #
Signature | GridCraft.Grid.new(table, string, table, string) -> table |
Type | Constructor |
Description | Create a new grid of hotkeys |
Parameters |
|
Returns |
|
Methods #
applyConfiguration #
Signature | GridCraft.Grid:applyConfiguration() |
Type | Method |
Description | Apply the configuration to the grid. |
Notes |
|
setConfig #
Signature | GridCraft.Grid:setConfig(config) |
Type | Method |
Description | Set the configuration for the grid. |
Parameters |
|
Returns |
|
Notes |
|