Bukz

reference.xml documentation of copyent/pasteent

Mar 29th, 2011
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.41 KB | None | 0 0
  1. <command name="copy">
  2.                     <description>Copies the current selection into a buffer.</description>
  3.                     <remarks>
  4.                         <remark>hotkey c</remark>
  5.                     </remarks>
  6.                 </command>
  7.  
  8.         <command name="copyent">
  9.           <description>Copies the current closest entity into a buffer.</description>
  10.           <remarks>
  11.           <remark>
  12.             Only works while in edit mode.
  13.           </remark>
  14.           </remarks>
  15.           <references>
  16.             <identifierReference name="pasteent" identifier="pasteent"/>
  17.           </references>
  18.         </command>
  19.  
  20.                 <command name="paste">
  21.                     <description>Pastes a previously copied selection.</description>
  22.                     <remarks>
  23.                     <remark>
  24.                         To paste a selection back requires a same size selection at the destination location. If it is not the same
  25.                         size the selection will be resized automatically prior to the paste operation (with the red dot as anchor),
  26.                         which is easier for large selections.
  27.                     </remark>
  28.                     <remark>hotkey v</remark>
  29.                     </remarks>
  30.                 </command>
  31.  
  32.         <command name="pasteent">
  33.           <description>Pastes a previously copied entity.</description>
  34.           <remarks>
  35.           <remark>
  36.             Only works while in edit mode.
  37.           </remark>
  38.           </remarks>
  39.           <references>
  40.             <identifierReference name="copyent" identifier="copyent"/>
  41.           </references>
  42.         </command>
Advertisement
Add Comment
Please, Sign In to add comment