Skip to content

CreateUndo

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

CreateUndo(string:description) : object

Breif:

Creates an undo object

Paramiters:

Name Description Optional
string:description undo Description

Returns:

Object: Undo

Examples:

local undo = CreateUndo("Undo Store Cue 1")
Cmd("Store Cue 1", undo)
local result = CloseUndo(undo)

Clone this wiki locally