Update - 1.13.0.124
EN: 1.13.0.124 CN: 1.13.0.124 JP: 1.13.0.128 KR: 1.13.0.130
This commit is contained in:
@@ -316,10 +316,11 @@ function BreakOutSkillBtnCtrl:OnEvent_ChangeKeyLayout()
|
||||
self:SetCDTextSize()
|
||||
end
|
||||
function BreakOutSkillBtnCtrl:GetCanUseSkill()
|
||||
local bUseSkill = self.nCurCharId == 14501 and self.bEnableShoot
|
||||
local bUseSkill = self.bSkillChar and self.bEnableShoot
|
||||
return not bUseSkill
|
||||
end
|
||||
function BreakOutSkillBtnCtrl:OnEvent_GetShootState(bEnableShoot)
|
||||
function BreakOutSkillBtnCtrl:OnEvent_GetShootState(bEnableShoot, bNeedSkillUseTip)
|
||||
self.bEnableShoot = bEnableShoot
|
||||
self.bSkillChar = bNeedSkillUseTip
|
||||
end
|
||||
return BreakOutSkillBtnCtrl
|
||||
|
||||
Reference in New Issue
Block a user