找回密码
 register

QQ登录

只需一步,快速开始

查看: 88|回复: 0

客户端:获取珍兽宝宝攻击特效 Pet:GetAttackTrait

[复制链接]

客户端:获取珍兽宝宝攻击特效 Pet:GetAttackTrait

[复制链接]
  • 打卡等级:热心大叔
  • 打卡总天数:95
  • 打卡月天数:18
  • 打卡总奖励:95
  • 最近打卡:2025-01-20 23:11:04
Waylee

主题

0

回帖

1万

积分

仙帝

积分
12398
Waylee 2024-2-19 14:11 | 显示全部楼层 |阅读模式

马上注册,查看网站隐藏内容!!

您需要 登录 才可以下载或查看,没有账号?register

×
local AttackTraitName = Pet : GetAttackTrait(PET_CURRENT_SELECT);
                local AttackTraitID = 0
                if AttackTraitName ~= nil and string.find(AttackTraitName,"外功") ~= nil then
                        AttackTraitID = 11
                elseif AttackTraitName ~= nil and string.find(AttackTraitName,"内功") ~= nil then
                        AttackTraitID = 12
                else
                        AttackTraitID = 13
                end



返回值两个:
strName,strIcon = Pet : GetAttackTrait(nIndex);



您需要登录后才可以回帖 登录 | register

本版积分规则

雪舞知识库 | 浙ICP备15015590号-1 | 萌ICP备20232229号|浙公网安备33048102000118号 |天天打卡

GMT+8, 2025-1-21 02:52 , Processed in 0.095850 second(s), 8 queries , Redis On.

Powered by XueWu Licensed

Copyright © Tencent Cloud.

快速回复 返回顶部 返回列表