C# Class MapServer.PlayerTrad

Afficher le fichier Open project: dream-young-soul/soul Class Usage Examples

Méthodes publiques

Свойство Type Description
play PlayerObject

Méthodes publiques

Méthode 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 méthode

public AddTradItem ( uint itemid ) : void
itemid uint
Résultat void

ClearTradItem() public méthode

public ClearTradItem ( ) : void
Résultat void

GetSureTradTag() public méthode

public GetSureTradTag ( ) : bool
Résultat bool

GetTradGameGold() public méthode

public GetTradGameGold ( ) : int
Résultat int

GetTradGold() public méthode

public GetTradGold ( ) : int
Résultat int

GetTradItem() public méthode

public GetTradItem ( ) : List
Résultat List

GetTradTarget() public méthode

public GetTradTarget ( ) : uint
Résultat uint

IsTrading() public méthode

public IsTrading ( ) : bool
Résultat bool

PlayerTrad() public méthode

public PlayerTrad ( PlayerObject _play ) : System
_play PlayerObject
Résultat System

QuitTrad() public méthode

public QuitTrad ( NetMsg info ) : void
info NetMsg
Résultat void

RequstTrad() public méthode

public RequstTrad ( NetMsg info ) : void
info NetMsg
Résultat void

SetSureTradTag() public méthode

public SetSureTradTag ( bool v ) : void
v bool
Résultat void

SetTradGameGold() public méthode

public SetTradGameGold ( int gamegold ) : void
gamegold int
Résultat void

SetTradGold() public méthode

public SetTradGold ( int gold ) : void
gold int
Résultat void

SetTradTarget() public méthode

public SetTradTarget ( uint typeid ) : void
typeid uint
Résultat void

SetTrading() public méthode

public SetTrading ( bool v ) : void
v bool
Résultat void

SureTrad() public méthode

public SureTrad ( ) : void
Résultat void

Trad() public méthode

public Trad ( PlayerObject obj ) : void
obj PlayerObject
Résultat void

Property Details

play public_oe property

public PlayerObject,MapServer play
Résultat PlayerObject