C# Class MapServer.PlayerTrad

Mostrar archivo Open project: dream-young-soul/soul Class Usage Examples

Public Properties

Property Type Description
play PlayerObject

Public Methods

Method Description
AddTradItem ( uint itemid ) : void
ClearTradItem ( ) : void
GetSureTradTag ( ) : bool
GetTradGameGold ( ) : int
GetTradGold ( ) : int
GetTradItem ( ) : List
GetTradTarget ( ) : uint
IsTrading ( ) : bool
PlayerTrad ( PlayerObject _play ) : System
QuitTrad ( NetMsg info ) : void
RequstTrad ( NetMsg info ) : void
SetSureTradTag ( bool v ) : void
SetTradGameGold ( int gamegold ) : void
SetTradGold ( int gold ) : void
SetTradTarget ( uint typeid ) : void
SetTrading ( bool v ) : void
SureTrad ( ) : void
Trad ( PlayerObject obj ) : void

Method Details

AddTradItem() public method

public AddTradItem ( uint itemid ) : void
itemid uint
return void

ClearTradItem() public method

public ClearTradItem ( ) : void
return void

GetSureTradTag() public method

public GetSureTradTag ( ) : bool
return bool

GetTradGameGold() public method

public GetTradGameGold ( ) : int
return int

GetTradGold() public method

public GetTradGold ( ) : int
return int

GetTradItem() public method

public GetTradItem ( ) : List
return List

GetTradTarget() public method

public GetTradTarget ( ) : uint
return uint

IsTrading() public method

public IsTrading ( ) : bool
return bool

PlayerTrad() public method

public PlayerTrad ( PlayerObject _play ) : System
_play PlayerObject
return System

QuitTrad() public method

public QuitTrad ( NetMsg info ) : void
info NetMsg
return void

RequstTrad() public method

public RequstTrad ( NetMsg info ) : void
info NetMsg
return void

SetSureTradTag() public method

public SetSureTradTag ( bool v ) : void
v bool
return void

SetTradGameGold() public method

public SetTradGameGold ( int gamegold ) : void
gamegold int
return void

SetTradGold() public method

public SetTradGold ( int gold ) : void
gold int
return void

SetTradTarget() public method

public SetTradTarget ( uint typeid ) : void
typeid uint
return void

SetTrading() public method

public SetTrading ( bool v ) : void
v bool
return void

SureTrad() public method

public SureTrad ( ) : void
return void

Trad() public method

public Trad ( PlayerObject obj ) : void
obj PlayerObject
return void

Property Details

play public_oe property

public PlayerObject,MapServer play
return PlayerObject