Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <command name="copy">
- <description>Copies the current selection into a buffer.</description>
- <remarks>
- <remark>hotkey c</remark>
- </remarks>
- </command>
- <command name="copyent">
- <description>Copies the current closest entity into a buffer.</description>
- <remarks>
- <remark>
- Only works while in edit mode.
- </remark>
- </remarks>
- <references>
- <identifierReference name="pasteent" identifier="pasteent"/>
- </references>
- </command>
- <command name="paste">
- <description>Pastes a previously copied selection.</description>
- <remarks>
- <remark>
- To paste a selection back requires a same size selection at the destination location. If it is not the same
- size the selection will be resized automatically prior to the paste operation (with the red dot as anchor),
- which is easier for large selections.
- </remark>
- <remark>hotkey v</remark>
- </remarks>
- </command>
- <command name="pasteent">
- <description>Pastes a previously copied entity.</description>
- <remarks>
- <remark>
- Only works while in edit mode.
- </remark>
- </remarks>
- <references>
- <identifierReference name="copyent" identifier="copyent"/>
- </references>
- </command>
Advertisement
Add Comment
Please, Sign In to add comment