Property | Type | Description | |
---|---|---|---|
locationX | int | ||
locationY | int |
Method | Description | |
---|---|---|
Draw ( Microsoft content, Microsoft batch ) : void | ||
HandleClick ( int x, int y, System.Objects mouseAction, DRObjects &actionType, DRObjects &internalActionType, object &args, |
||
HandleKeyboard ( Microsoft keyboard, DRObjects &actionType, object &args, DRObjects &coord, bool &destroy ) : bool | ||
HandleMouseOver ( int x, int y ) : void | ||
IsModal ( ) : bool | ||
PerformDrag ( int deltaX, int deltaY ) : void | ||
ReturnLocation ( ) : |
||
TradeDisplayComponent ( int locationX, int locationY, |
Method | Description | |
---|---|---|
GetSelected ( ) : List |
Gets a list of all selected inventoryitems
|
public Draw ( Microsoft content, Microsoft batch ) : void | ||
content | Microsoft | |
batch | Microsoft | |
return | void |
public HandleClick ( int x, int y, System.Objects mouseAction, DRObjects &actionType, DRObjects &internalActionType, object &args, |
||
x | int | |
y | int | |
mouseAction | System.Objects | |
actionType | DRObjects | |
internalActionType | DRObjects | |
args | object | |
itm | ||
coord | DRObjects | |
destroy | bool | |
return | bool |
public HandleKeyboard ( Microsoft keyboard, DRObjects &actionType, object &args, DRObjects &coord, bool &destroy ) : bool | ||
keyboard | Microsoft | |
actionType | DRObjects | |
args | object | |
coord | DRObjects | |
destroy | bool | |
return | bool |
public HandleMouseOver ( int x, int y ) : void | ||
x | int | |
y | int | |
return | void |
public PerformDrag ( int deltaX, int deltaY ) : void | ||
deltaX | int | |
deltaY | int | |
return | void |
public ReturnLocation ( ) : |
||
return |
public TradeDisplayComponent ( int locationX, int locationY, |
||
locationX | int | |
locationY | int | |
currentActor | ||
vendorActor | ||
return | System |