Searched refs:blockAbilityList (Results 1 – 3 of 3) sorted by relevance
629 std::vector<string> blockAbilityList; in CheckBlockAbility() local630 WuKongUtil::GetInstance()->GetBlockAbilityList(blockAbilityList); in CheckBlockAbility()631 auto it = find(blockAbilityList.begin(), blockAbilityList.end(), currentAbility); in CheckBlockAbility()632 if (it != blockAbilityList.end()) { in CheckBlockAbility()
111 void GetBlockAbilityList(std::vector<std::string> &blockAbilityList);
358 void WuKongUtil::GetBlockAbilityList(std::vector<std::string> &blockAbilityList) in GetBlockAbilityList() argument360 blockAbilityList = blockAbilityList_; in GetBlockAbilityList()