godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
UndoRedo.addUndoMethod
godot
undoredo
UndoRedo
Register a method that will be called when the action is undone.
struct
UndoRedo
@
nogc
nothrow
Variant
addUndoMethod
(
StringArg1
VarArgs
...
)
(
GodotObject
object
,
in
StringArg1
method
,
VarArgs
varArgs
)
Meta
Source
See Implementation
godot
undoredo
UndoRedo
aliases
BaseClasses
enums
Constants
MergeMode
functions
addDoMethod
addDoProperty
addDoReference
addUndoMethod
addUndoProperty
addUndoReference
clearHistory
commitAction
createAction
getCurrentActionName
getVersion
opAssign
opEquals
redo
undo
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name
Register a method that will be called when the action is undone.