C# Class DarkEmu_GameServer.Attack

Afficher le fichier Open project: CarlosX/DarkEmu

Méthodes publiques

Méthode Description
BeginSkill ( int Index_ ) : void
EndSkill ( int Index_ ) : void
NormalAttack ( int Index_ ) : void
OnMonsterAttack ( int Index_ ) : void

Private Methods

Méthode Description
GetAmountAndSkillIdByWeaponType ( int Index_, uint &SkillId ) : byte

Method Details

BeginSkill() public static méthode

public static BeginSkill ( int Index_ ) : void
Index_ int
Résultat void

EndSkill() public static méthode

public static EndSkill ( int Index_ ) : void
Index_ int
Résultat void

NormalAttack() public static méthode

public static NormalAttack ( int Index_ ) : void
Index_ int
Résultat void

OnMonsterAttack() public static méthode

public static OnMonsterAttack ( int Index_ ) : void
Index_ int
Résultat void