-
-
Notifications
You must be signed in to change notification settings - Fork 5
Cmd
Anthony Headley edited this page Apr 19, 2020
·
3 revisions
Enters a command on the command line with an optional undo object.
Name | Description | Optional |
---|---|---|
string:command | A command line string | |
object:undo | An Undo session Object | ✔ |
string: "Ok" string: "Syntax Error" string: "Ilegal Command" ...
Cmd("Fixture 1 thru 36")
local undo = CreateUndo()
Cmd("Store Cue 1", undo)
CloseUndo(undo)