Click or drag to resize

UndoRedoGetVersion Method

Gets the version. Every time a new action is committed, the UndoRedo's version number is increased automatically.

This is useful mostly to check if something changed from a saved version.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public ulong GetVersion()

Return Value

Type: UInt64

[Missing <returns> documentation for "M:Godot.UndoRedo.GetVersion"]

See Also