-
-
Notifications
You must be signed in to change notification settings - Fork 5
AddFixtures
Anthony Headley edited this page Jul 14, 2021
·
3 revisions
work in progress
AddFixtures( table fixture_definition) : true on success or nil| Name | Type | Description | Optional |
|---|---|---|---|
| Fixture Definition | table | Defines the parameters of the fixture to be patched |
fixture = {
"mode" = ,-- ?? : handle to DMX mode
,"amount" = ,-- int : number of fixtures to patch
[,"undo" = ] ,-- string: (optional)
[,"parent" = ] ,-- handle: (optional)
[,"insert_index" = ] ,-- int : (optional)
[,"idtype" =] ,-- string: (optional)
[,"cid" =] ,-- string: (optional)
[,"fid" =] ,-- string: (optional)
[,"name" =] ,-- string: (optional)
[,"layer" =] ,-- string: (optional)
[,"class" =] ,-- string: (optional)
[,"patch" =] -- array : (optional)
}true on success or nil