Add some info |
add last info for now |
||
Line 8: | Line 8: | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|MaxUndoSteps|Int| The maximum memory for Undoable actions per user for the current world. | |MaxUndoSteps|Int| The maximum memory for Undoable actions per user for the current world. | ||
|UnsavedChanges|Bool| | |UnsavedChanges|Bool| Whether the user has done anything that makes an undo step, which tells the world it has unsaved changes. | ||
}} | }} | ||
Line 16: | Line 16: | ||
[[Category:Components:Uncategorized{{#translation:}}|Undo Manager]] | [[Category:Components:Uncategorized{{#translation:}}|Undo Manager]] | ||
[[Category:Components{{#translation:}}|Undo Manager]] | [[Category:Components{{#translation:}}|Undo Manager]] | ||
Latest revision as of 14:37, 20 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 | Whether the user has done anything that makes an undo step, which tells the world it has unsaved changes. |