C# Class DarkEmu_GameServer.Attack

Show file Open project: CarlosX/DarkEmu

Public Methods

Method Description
BeginSkill ( int Index_ ) : void
EndSkill ( int Index_ ) : void
NormalAttack ( int Index_ ) : void
OnMonsterAttack ( int Index_ ) : void

Private Methods

Method Description
GetAmountAndSkillIdByWeaponType ( int Index_, uint &SkillId ) : byte

Method Details

BeginSkill() public static method

public static BeginSkill ( int Index_ ) : void
Index_ int
return void

EndSkill() public static method

public static EndSkill ( int Index_ ) : void
Index_ int
return void

NormalAttack() public static method

public static NormalAttack ( int Index_ ) : void
Index_ int
return void

OnMonsterAttack() public static method

public static OnMonsterAttack ( int Index_ ) : void
Index_ int
return void