-
-
Notifications
You must be signed in to change notification settings - Fork 5
CloseUndo
Anthony Headley edited this page Apr 19, 2020
·
2 revisions
Closes an undo object
Name | Description | Optional |
---|---|---|
object:undo | An undo object created with CreateUndo
|
boolean: true if closed boolean: false if in use ...
local undo = CreateUndo()
Cmd("Store Cue 1", undo)
CloseUndo(undo)