查看“︁Lua接口/客户端函数索引/Pet”︁的源代码
来自天龙知识库
←
Lua接口/客户端函数索引/Pet
跳到导航
跳到搜索
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
__NOTOC__ <div class="lua-reference" style="max-width:1200px;margin:0 auto;line-height:1.8;color:#29343a;font-family:Arial,'Microsoft YaHei','PingFang SC',sans-serif;letter-spacing:0;overflow-wrap:anywhere;"> [[首页|首页]] · [[Lua接口/客户端函数索引|客户端接口]] · [[Lua接口/客户端函数索引/Pet|Pet]] · [[Lua接口/客户端窗口操作|窗口操作]] · [[Lua接口/客户端事件|客户端事件]] <div style="padding:14px 0;border-top:3px solid #287568;"> <div role="heading" aria-level="2" style="font-size:22px;font-weight:bold;color:#193d37;">Pet 对象方法</div> <div style="margin-top:6px;color:#657078;">实现类 <code style="white-space:normal;overflow-wrap:anywhere;">Pet</code> · 163 个方法</div> </div> <div style="margin:10px 0;padding:10px 12px;border-left:3px solid #9a7940;background:#faf7f0;font-size:13px;color:#5f5136;">本页信息由客户端 C++ 绑定源码与 230 个界面脚本自动整理:参数取实现体的 <code>args[n]</code> 取值点(对象方法已扣除 <code>self</code> 占用的栈位),调用示例取脚本中的真实调用,<b>未经运行验证</b>;用途摘要按实现体归纳,仅供参考。</div> == 调用方式 == 对象方法以 <code style="white-space:normal;overflow-wrap:anywhere;">Pet:方法名(参数)</code> 形式调用,例如 <code style="white-space:normal;overflow-wrap:anywhere;">Pet:ShowPetList(number)</code>。各方法的参数见下表,点方法名进入独立页。 对象名 <code style="white-space:normal;overflow-wrap:anywhere;">Pet</code> 是全局对象,可直接使用。 == 方法列表 == {| class="wikitable" style="width:100%;table-layout:fixed;border-collapse:collapse;font-size:13px;" ! scope="col" style="text-align:left;background:#edf3f2;padding:8px;width:46%;" | 方法 ! scope="col" style="text-align:left;background:#edf3f2;padding:8px;" | 说明 |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Add_Attribute|Pet:Add_Attribute]](number, number, number, number, number, number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Change_Name|Pet:Change_Name]](number, string)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_NEW_DEBUGMESSAGE;操作客户端界面;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/CheckPetSkillStudyMoreMoneyMode|Pet:CheckPetSkillStudyMoreMoneyMode]](number, number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/CheckRClick|Pet:CheckRClick]](number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/ClearSheliziPet|Pet:ClearSheliziPet]]()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/ClosePetSkillStudyMsgBox|Pet:ClosePetSkillStudyMsgBox]]()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_CLOSE_PETSKILLSTUDY_MSGBOX;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/ConfirmPetProcreate|Pet:ConfirmPetProcreate]](number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_CLOSE_PET_FRAME;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/ConfirmPetSkillStudy|Pet:ConfirmPetSkillStudy]]()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_CONFIRM_PETSKILLSTUDY;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Dome|Pet:Dome]](number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/EnumPetSkill|Pet:EnumPetSkill]](number, number, string)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/EnumPetSkillBarItem|Pet:EnumPetSkillBarItem]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/EnumTitleByIdx|Pet:EnumTitleByIdx]](number, number, string)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Feed|Pet:Feed]](number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Free_Confirm|Pet:Free_Confirm]](number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_NEW_DEBUGMESSAGE、GE_PET_FREE_CONFIRM;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetAIType|Pet:GetAIType]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetAttackTrait|Pet:GetAttackTrait]](number)</code><br /><small style="color:#657078;">2 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetBasic|Pet:GetBasic]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetConsort|Pet:GetConsort]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetCriticalAttack|Pet:GetCriticalAttack]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetCriticalDefence|Pet:GetCriticalDefence]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetCurrentTitle|Pet:GetCurrentTitle]](number, string)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetDeathWarrant|Pet:GetDeathWarrant]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetDex|Pet:GetDex]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetDexAptitude|Pet:GetDexAptitude]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetExp|Pet:GetExp]](number)</code><br /><small style="color:#657078;">2 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetFoodType|Pet:GetFoodType]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetGrowRate|Pet:GetGrowRate]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetGUID|Pet:GetGUID]](number)</code><br /><small style="color:#657078;">2 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetHappy|Pet:GetHappy]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetHP|Pet:GetHP]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetID|Pet:GetID]](number)</code><br /><small style="color:#657078;">3 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetInt|Pet:GetInt]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetIntAptitude|Pet:GetIntAptitude]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetIsFighting|Pet:GetIsFighting]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetLevel|Pet:GetLevel]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetLoyalgGade|Pet:GetLoyalgGade]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetMagicAttack|Pet:GetMagicAttack]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetMagicRecovery|Pet:GetMagicRecovery]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetMaxHP|Pet:GetMaxHP]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetMaxLife|Pet:GetMaxLife]]()</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetMaxMP|Pet:GetMaxMP]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetMiss|Pet:GetMiss]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetMP|Pet:GetMP]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetName|Pet:GetName]](number)</code><br /><small style="color:#657078;">2 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetNaturalLife|Pet:GetNaturalLife]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetPet_Count|Pet:GetPet_Count]]()</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetPetDBCName|Pet:GetPetDBCName]](number, number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 操作客户端界面;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetPetFightAction|Pet:GetPetFightAction]]()</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetPetGrowLevel|Pet:GetPetGrowLevel]](number, number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetPetImpactIconNameByIndex|Pet:GetPetImpactIconNameByIndex]](number, number)</code><br /><small style="color:#657078;">2 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetPetImpactNum|Pet:GetPetImpactNum]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetPetIndexByGUID|Pet:GetPetIndexByGUID]](number, number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetPetList_Appoint|Pet:GetPetList_Appoint]](number)</code><br /><small style="color:#657078;">2 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetPetLocation|Pet:GetPetLocation]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetPetPetMedicineHC|Pet:GetPetPetMedicineHC]](number)</code><br /><small style="color:#657078;">2 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetPetPortraitByIndex|Pet:GetPetPortraitByIndex]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetPetRelaxAction|Pet:GetPetRelaxAction]]()</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetPetSkillBarItemCount|Pet:GetPetSkillBarItemCount]]()</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetPetSkillLevelupInfo|Pet:GetPetSkillLevelupInfo]](number)</code><br /><small style="color:#657078;">2 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetPetTypeName|Pet:GetPetTypeName]](number)</code><br /><small style="color:#657078;">2 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetPF|Pet:GetPF]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetPFAptitude|Pet:GetPFAptitude]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetPhysicsAttack|Pet:GetPhysicsAttack]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetPhysicsRecovery|Pet:GetPhysicsRecovery]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetPotential|Pet:GetPotential]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetSavvy|Pet:GetSavvy]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetSex|Pet:GetSex]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetShootProbability|Pet:GetShootProbability]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetSkillIDbyIndex|Pet:GetSkillIDbyIndex]](number, number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetSkillPassive|Pet:GetSkillPassive]](number, number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetSta|Pet:GetSta]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetStaAptitude|Pet:GetStaAptitude]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetStr|Pet:GetStr]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetStrAptitude|Pet:GetStrAptitude]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetTakeLevel|Pet:GetTakeLevel]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetTitleNum|Pet:GetTitleNum]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/GetType|Pet:GetType]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Go_Fight|Pet:Go_Fight]](number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_NEW_DEBUGMESSAGE;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Go_Free|Pet:Go_Free]](number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_NEW_DEBUGMESSAGE;操作客户端界面;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Go_Relax|Pet:Go_Relax]](number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/HandlePetMenuItem|Pet:HandlePetMenuItem]](string, number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/HandlePetMenuItemSelf|Pet:HandlePetMenuItemSelf]](string)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/IsPresent|Pet:IsPresent]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/LockPetProcreate|Pet:LockPetProcreate]]()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/NotifyPetDlgClosed|Pet:NotifyPetDlgClosed]]()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_CLOSE_PET_AGNAME;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/NotifySelChange|Pet:NotifySelChange]](number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_PET_CHANGE;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/OpenPetSkillStudyMsgBox|Pet:OpenPetSkillStudyMsgBox]]()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_OPEN_PETSKILLSTUDY_MSGBOX;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetAIType|Pet:Other_GetAIType]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetAttackTrait|Pet:Other_GetAttackTrait]](number)</code><br /><small style="color:#657078;">2 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetBasic|Pet:Other_GetBasic]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetConsort|Pet:Other_GetConsort]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetCriticalAttack|Pet:Other_GetCriticalAttack]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetCriticalDefence|Pet:Other_GetCriticalDefence]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetDex|Pet:Other_GetDex]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetDexAptitude|Pet:Other_GetDexAptitude]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetExp|Pet:Other_GetExp]](number)</code><br /><small style="color:#657078;">2 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetFoodType|Pet:Other_GetFoodType]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetGrowRate|Pet:Other_GetGrowRate]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetHappy|Pet:Other_GetHappy]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetHP|Pet:Other_GetHP]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetID|Pet:Other_GetID]](number)</code><br /><small style="color:#657078;">3 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetInt|Pet:Other_GetInt]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetIntAptitude|Pet:Other_GetIntAptitude]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetLevel|Pet:Other_GetLevel]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetLoyalgGade|Pet:Other_GetLoyalgGade]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetMagicAttack|Pet:Other_GetMagicAttack]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetMagicRecovery|Pet:Other_GetMagicRecovery]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetMaxHP|Pet:Other_GetMaxHP]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetMaxLife|Pet:Other_GetMaxLife]]()</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetMaxMP|Pet:Other_GetMaxMP]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetMiss|Pet:Other_GetMiss]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetMP|Pet:Other_GetMP]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetName|Pet:Other_GetName]](number)</code><br /><small style="color:#657078;">2 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetNaturalLife|Pet:Other_GetNaturalLife]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetPet_Count|Pet:Other_GetPet_Count]]()</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetPetGrowLevel|Pet:Other_GetPetGrowLevel]](number, number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetPetIndexByGUID|Pet:Other_GetPetIndexByGUID]](number, number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetPetList_Appoint|Pet:Other_GetPetList_Appoint]](number)</code><br /><small style="color:#657078;">2 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetPetTypeName|Pet:Other_GetPetTypeName]](number)</code><br /><small style="color:#657078;">2 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetPF|Pet:Other_GetPF]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetPFAptitude|Pet:Other_GetPFAptitude]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetPhysicsAttack|Pet:Other_GetPhysicsAttack]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetPhysicsRecovery|Pet:Other_GetPhysicsRecovery]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetPotential|Pet:Other_GetPotential]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetSavvy|Pet:Other_GetSavvy]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetSex|Pet:Other_GetSex]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetShootProbability|Pet:Other_GetShootProbability]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetSta|Pet:Other_GetSta]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetStaAptitude|Pet:Other_GetStaAptitude]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetStr|Pet:Other_GetStr]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetStrAptitude|Pet:Other_GetStrAptitude]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetTakeLevel|Pet:Other_GetTakeLevel]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_GetType|Pet:Other_GetType]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_IsPresent|Pet:Other_IsPresent]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Other_SetModel|Pet:Other_SetModel]](number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/PetAskChangeCurrentTitle|Pet:PetAskChangeCurrentTitle]](number, number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/PetOpenPetJian|Pet:PetOpenPetJian]](number, string)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_OPEN_PETJIAN_DLG;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/PetOpenTitleList|Pet:PetOpenTitleList]](number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_OPEN_PET_AGNAME;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/PetProcreate_Clear|Pet:PetProcreate_Clear]]()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/PetToShelizi|Pet:PetToShelizi]](number, number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_GAMELOGIN_SYSTEM_INFO_CLOSE;操作客户端界面;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Select_Pet|Pet:Select_Pet]](number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_REPLY_MISSION_PET;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/SetCanFanzhiPet|Pet:SetCanFanzhiPet]](number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/SetFightPetAsMainTarget|Pet:SetFightPetAsMainTarget]]()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/SetModel|Pet:SetModel]](number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/SetNullCurTitle|Pet:SetNullCurTitle]](number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/SetPetLocation|Pet:SetPetLocation]](number, number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/SetProcreate_Other_Model|Pet:SetProcreate_Other_Model]]()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/SetProcreate_Self_Model|Pet:SetProcreate_Self_Model]]()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/SetSelectPetIdx|Pet:SetSelectPetIdx]](number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/SetSkillLevelupModel|Pet:SetSkillLevelupModel]](number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/SetSkillStudyModel|Pet:SetSkillStudyModel]](number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/SetStudyNewSkillModel|Pet:SetStudyNewSkillModel]](number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/SetSynModel|Pet:SetSynModel]](number, number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/ShowMyPetContexMenu|Pet:ShowMyPetContexMenu]]()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_SHOW_CONTEXMENU;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/ShowPetList|Pet:ShowPetList]](number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_OPEN_PET_LIST、GE_CLOSE_PET_LIST;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/ShowTargetPet|Pet:ShowTargetPet]](number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_UPDATE_TARGETPET_PAGE;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/SkillStudy_Do|Pet:SkillStudy_Do]](number, number, number, number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/SkillStudy_MenPaiSkill_Clear|Pet:SkillStudy_MenPaiSkill_Clear]]()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/SkillStudy_MenPaiSkill_Created|Pet:SkillStudy_MenPaiSkill_Created]](number, number, number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/SkillStudyUnlock|Pet:SkillStudyUnlock]](number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_PACKAGE_ITEM_CHANGED;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Syn_Confirm|Pet:Syn_Confirm]](number, number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/Syn_Do|Pet:Syn_Do]](number, number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_PET_SYNC_OPEN;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/Pet/ViewPetDetailData|Pet:ViewPetDetailData]](string)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_UPDATE_TARGETPET_PAGE;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script_Pet.cpp</small> |} == 多返回值方法 == * <code style="white-space:normal;overflow-wrap:anywhere;">Pet:GetAttackTrait</code> → 2 个返回值 * <code style="white-space:normal;overflow-wrap:anywhere;">Pet:GetExp</code> → 2 个返回值 * <code style="white-space:normal;overflow-wrap:anywhere;">Pet:GetGUID</code> → 2 个返回值 * <code style="white-space:normal;overflow-wrap:anywhere;">Pet:GetID</code> → 3 个返回值 * <code style="white-space:normal;overflow-wrap:anywhere;">Pet:GetName</code> → 2 个返回值 * <code style="white-space:normal;overflow-wrap:anywhere;">Pet:GetPetImpactIconNameByIndex</code> → 2 个返回值 * <code style="white-space:normal;overflow-wrap:anywhere;">Pet:GetPetList_Appoint</code> → 2 个返回值 * <code style="white-space:normal;overflow-wrap:anywhere;">Pet:GetPetPetMedicineHC</code> → 2 个返回值 * <code style="white-space:normal;overflow-wrap:anywhere;">Pet:GetPetSkillLevelupInfo</code> → 2 个返回值 * <code style="white-space:normal;overflow-wrap:anywhere;">Pet:GetPetTypeName</code> → 2 个返回值 * <code style="white-space:normal;overflow-wrap:anywhere;">Pet:Other_GetAttackTrait</code> → 2 个返回值 * <code style="white-space:normal;overflow-wrap:anywhere;">Pet:Other_GetExp</code> → 2 个返回值 * <code style="white-space:normal;overflow-wrap:anywhere;">Pet:Other_GetID</code> → 3 个返回值 * <code style="white-space:normal;overflow-wrap:anywhere;">Pet:Other_GetName</code> → 2 个返回值 * <code style="white-space:normal;overflow-wrap:anywhere;">Pet:Other_GetPetList_Appoint</code> → 2 个返回值 * <code style="white-space:normal;overflow-wrap:anywhere;">Pet:Other_GetPetTypeName</code> → 2 个返回值 == 脚本中的调用 == 以下是该对象在客户端界面脚本里的调用点(整理为注释,便于检索): <pre style="white-space:pre-wrap;overflow-wrap:anywhere;font-size:13px;line-height:1.7;padding:12px;background:#f5f7f8;border:1px solid #dbe3e6;">-- Pet/Pet.lua -- Pet/Pet.lua -- PetSkillStudy/PetSkillStudy.lua -- OtherPet/OtherPet.lua</pre> </div>
返回
Lua接口/客户端函数索引/Pet
。
导航菜单
页面操作
页面
讨论
阅读
查看源代码
历史
页面操作
页面
讨论
更多
工具
个人工具
创建账号
登录
导航
首页
最近更改
随机页面
MediaWiki帮助
特殊页面
搜索
工具
链入页面
相关更改
页面信息