Skip to content

CloseUndo

Anthony Headley edited this page Apr 19, 2020 · 2 revisions

CloseUndo(object:undo) : boolean

Breif:

Closes an undo object

Paramiters:

Name Description Optional
object:undo An undo object created with CreateUndo

Returns:

boolean: true if closed boolean: false if in use ...

Examples:

local undo = CreateUndo()
Cmd("Store Cue 1", undo)
CloseUndo(undo)
Clone this wiki locally