Data Handler
A collection of methods for handling everything related to modifying the data for autoactions.
There are methods for adding and removing actions to and from the config. There are also methods for modifying already stored data, such as clearing a room or rotating faulty data. Lastly there are methods for coordinate transformations.
Author
Aton
See also
Functions
Clears all extras blocks in the current room.
Clears all auto clips in the current room.
Clears all auto etherwarps in the current room.
Gets the relative player position in a room
Returns the real rotations of the given vec in a room with given rotation. To get the relative rotation inside a room use 360 - rotation.
Rotates the extras blocks data in the current room.
Rotates the clip data in the current room by 90°.
Rotates the auto ether data in the current room.
Undos the last clearBlocks action.
Undos the last clearClip action.
Undos the last clearEther action.