Exemple #1
0
 /*
 ============================================================================
 Drag and drop functions
 ============================================================================
 */
 public void SetDrop(DropType t, DragOrigin d, int id, int charID)
 {
     this.dropType = t;
     this.dragDestination = d;
     this.dropID = id;
     this.characterID = charID;
     this.droptarget = true;
 }
Exemple #2
0
 public void SetDrag(DragType t, DragOrigin o, int id, int ul)
 {
     this.dragType = t;
     this.dragOrigin = o;
     this.dragID = id;
     this.dragLevel = ul;
     this.dragable = true;
 }