UndoRedo.GDNativeClassBinding

Undocumented in source.

Members

Static variables

addDoMethod
GodotMethod!(void, GodotObject, String, GodotVarArgs) addDoMethod;
Undocumented in source.
addDoProperty
GodotMethod!(void, GodotObject, String, Variant) addDoProperty;
Undocumented in source.
addDoReference
GodotMethod!(void, GodotObject) addDoReference;
Undocumented in source.
addUndoMethod
GodotMethod!(void, GodotObject, String, GodotVarArgs) addUndoMethod;
Undocumented in source.
addUndoProperty
GodotMethod!(void, GodotObject, String, Variant) addUndoProperty;
Undocumented in source.
addUndoReference
GodotMethod!(void, GodotObject) addUndoReference;
Undocumented in source.
clearHistory
GodotMethod!(void, bool) clearHistory;
Undocumented in source.
commitAction
GodotMethod!(void) commitAction;
Undocumented in source.
createAction
GodotMethod!(void, String, long) createAction;
Undocumented in source.
getCurrentActionName
GodotMethod!(String) getCurrentActionName;
Undocumented in source.
getVersion
GodotMethod!(long) getVersion;
Undocumented in source.
hasRedo
GodotMethod!(bool) hasRedo;
Undocumented in source.
hasUndo
GodotMethod!(bool) hasUndo;
Undocumented in source.
isCommitingAction
GodotMethod!(bool) isCommitingAction;
Undocumented in source.
redo
GodotMethod!(bool) redo;
Undocumented in source.
undo
GodotMethod!(bool) undo;
Undocumented in source.

Meta