Automated: create new component page |
Add some info |
||
Line 3: | Line 3: | ||
|Name=Undo Manager | |Name=Undo Manager | ||
}} | }} | ||
See [[Undo]]. | |||
== Usage == | == Usage == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|MaxUndoSteps|Int| | |MaxUndoSteps|Int| The maximum memory for Undoable actions per user for the current world. | ||
|UnsavedChanges|Bool| | |UnsavedChanges|Bool| | ||
}} | }} | ||
== See Also == | == See Also == | ||
[[Undo]] | |||
[[Category:Components:Uncategorized{{#translation:}}|Undo Manager]] | [[Category:Components:Uncategorized{{#translation:}}|Undo Manager]] | ||
[[Category:Components{{#translation:}}|Undo Manager]] | [[Category:Components{{#translation:}}|Undo Manager]] | ||
[[Category:ComponentStubs]] | [[Category:ComponentStubs]] |
Revision as of 16:35, 17 October 2024
Component image
See Undo.
Usage
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. |
MaxUndoSteps
|
Int | The maximum memory for Undoable actions per user for the current world. |
UnsavedChanges
|
Bool |