CloseUndo - hossimo/GMA3Plugins GitHub Wiki

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)