User Tools

Site Tools


4rpl:commands:editaddundo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
4rpl:commands:editaddundo [2025/02/14 14:57] – external edit 127.0.0.14rpl:commands:editaddundo [2025/03/25 01:50] (current) – Improved clarity and wording. Made clear how to best use the API. Vertu
Line 6: Line 6:
  
 ===== Description ===== ===== Description =====
-Creates an undo entry when editing the map.  The argument specifies the type of undo. A value of 0 means any terrain change. +Creates an undo entry when editing the map. The argument specifies the type of undo. A value of 0 means any terrain change.\\ 
-An undo entry can be restored by the map makerby pressing ctrl/command-z+Only undoType of 0 (zero) is supported.\\ 
-This command does nothing if the game is not in mission edit mode.+An undo entry can be restored by the map maker while in edit mode by pressing <key>CTRL</key>+<key>Z</key>.\\ 
 +This command does nothing when the editor is not currently active. (Enabled/disabled via <key>Shift</key>+<key>E</key>). 
 + 
 +Do note that you should use this API before applying a terrain change, not after.
  
-Note: Only undoType of 0 (zero) is supported. 
  
 ===== Examples ===== ===== Examples =====
 <code 4rpl> <code 4rpl>
-EditAddUndo(0) +EditAddUndo(0) #--Add an undo state (before changing terrain). 
-SetTerrain(42 23 10) +SetTerrain(42 23 10) #--Apply terrain change. 
-#The make can press ctrl-z to under the terrain change.+#--The terrain change is now part of the undo state and can be undone by the map maker via CTRL/command-z.
 </code> </code>
 <=[[4rpl:start| Index]] <=[[4rpl:start| Index]]
  
4rpl/commands/editaddundo.txt · Last modified: 2025/03/25 01:50 by Vertu