-
-
Notifications
You must be signed in to change notification settings - Fork 5
CreateUndo
Anthony Headley edited this page Apr 19, 2020
·
2 revisions
Creates an undo object
| Name | Description | Optional |
|---|---|---|
| string:description | undo Description |
Object: Undo
local undo = CreateUndo("Undo Store Cue 1")
Cmd("Store Cue 1", undo)
local result = CloseUndo(undo)