copy(sid,tindex,tobj,tid)

  • Type: Method
  • File: core/move.js
  • Implemented in: DataMove
  • Included in:

copies an item to the same or another object

Parameters

  • sid - the id of the copied object
    • string,dimention
  • tindex - the index of the copy (optional)
    • dimention
  • tobj - the object that an item is copied to (optional)
    • object
  • tid - the id of the copy-item (optional)
    • string,dimention

Returns