C# Class MapServer.PlayerFight

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

Méthodes publiques

Méthode Description
Attack ( NetMsg info ) : void
IsAddMagicVisibleObj ( BaseObject obj ) : bool
IsComboMagic ( uint magic_id ) : bool
IsFighting ( ) : bool
MagicAttack ( NetMsg info ) : void
PassiveMagic ( NetMsg info ) : bool
PlayerFight ( PlayerObject _play ) : System
RefreshMagicVisibleObject ( uint magicid, NetMsg magicinfo ) : List
RemoveQiShiTuanGuardEffect ( ) : void
Run ( ) : void
SetAutoAttackTarget ( BaseObject obj ) : void
SetFighting ( ) : void

Private Methods

Méthode Description
AutoAttack ( ) : void
ComboMagic ( NetMsg info, BaseObject target ) : void
CutTrail ( int x, int y ) : int
GetBombVisibleObj ( NetMsg magicinfo ) : List
GetFanVisibleObj ( NetMsg magicinfo ) : List
GetLineVisibleObj ( NetMsg magicinfo ) : List
GetPointBombVisibleObj ( NetMsg magicinfo ) : List
POS2INDEX ( int x, int y, int cx, int cy ) : int

Method Details

Attack() public méthode

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

IsAddMagicVisibleObj() public méthode

public IsAddMagicVisibleObj ( BaseObject obj ) : bool
obj BaseObject
Résultat bool

IsComboMagic() public méthode

public IsComboMagic ( uint magic_id ) : bool
magic_id uint
Résultat bool

IsFighting() public méthode

public IsFighting ( ) : bool
Résultat bool

MagicAttack() public méthode

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

PassiveMagic() public méthode

public PassiveMagic ( NetMsg info ) : bool
info NetMsg
Résultat bool

PlayerFight() public méthode

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

RefreshMagicVisibleObject() public méthode

public RefreshMagicVisibleObject ( uint magicid, NetMsg magicinfo ) : List
magicid uint
magicinfo NetMsg
Résultat List

RemoveQiShiTuanGuardEffect() public méthode

public RemoveQiShiTuanGuardEffect ( ) : void
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void

SetAutoAttackTarget() public méthode

public SetAutoAttackTarget ( BaseObject obj ) : void
obj BaseObject
Résultat void

SetFighting() public méthode

public SetFighting ( ) : void
Résultat void