Lua接口/客户端函数索引/GameProduceLogin:修订间差异

来自天龙知识库
跳到导航跳到搜索
雪舞留言 | 贡献
新建客户端 Lua 接口页:全局函数、对象方法、窗口操作与客户端事件
Waylee留言 | 贡献
新建客户端 Lua 接口页:全局函数、对象方法、窗口操作与客户端事件
 
第1行: 第1行:
__NOTOC__
__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;">
<div class="lua-reference">
[[首页|首页]] · [[Lua接口/客户端函数索引|客户端接口]] · [[Lua接口/客户端函数索引/GameProduceLogin|GameProduceLogin]] · [[Lua接口/客户端窗口操作|窗口操作]] · [[Lua接口/客户端事件|客户端事件]]
[[首页|首页]] · [[Lua接口/客户端函数索引|客户端接口]] · [[Lua接口/客户端函数索引/GameProduceLogin|GameProduceLogin]] · [[Lua接口/客户端窗口操作|窗口操作]] · [[Lua接口/客户端事件|客户端事件]]


<div style="padding:14px 0;border-top:3px solid #287568;">
<div class="lua-lead">
<div role="heading" aria-level="2" style="font-size:22px;font-weight:bold;color:#193d37;">GameProduceLogin 对象方法</div>
<div role="heading" aria-level="2" class="lua-h1">GameProduceLogin 对象方法</div>
<div style="margin-top:6px;color:#657078;">实现类 <code style="white-space:normal;overflow-wrap:anywhere;">CGameProduce_Login</code> · 69 个方法</div>
<div class="lua-sub">实现类 <code>CGameProduce_Login</code> · 69 个方法</div>
</div>
</div>
== 调用方式 ==
== 调用方式 ==
对象方法以 <code style="white-space:normal;overflow-wrap:anywhere;">GameProduceLogin:方法名(参数)</code> 形式调用,例如 <code style="white-space:normal;overflow-wrap:anywhere;">GameProduceLogin:OpenURL(string)</code>。各方法的参数见下表,点方法名进入独立页。
对象方法以 <code>GameProduceLogin:方法名(参数)</code> 形式调用,例如 <code>GameProduceLogin:OpenURL(string)</code>。各方法的参数见下表,点方法名进入独立页。
对象名 <code style="white-space:normal;overflow-wrap:anywhere;">GameProduceLogin</code> 是全局对象,可直接使用。
对象名 <code>GameProduceLogin</code> 是全局对象,可直接使用。


== 方法列表 ==
== 方法列表 ==
{| class="wikitable" style="width:100%;table-layout:fixed;border-collapse:collapse;font-size:13px;"
{| class="wikitable"
! scope="col" style="text-align:left;background:#edf3f2;padding:8px;width:46%;" | 方法
! scope="col" class="lua-w46" | 方法
! scope="col" style="text-align:left;background:#edf3f2;padding:8px;" | 说明
! scope="col" | 说明
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/AgreeProtocol|GameProduceLogin:AgreeProtocol]]()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/AgreeProtocol|GameProduceLogin:AgreeProtocol]]()</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/AutoSelLoginServer|GameProduceLogin:AutoSelLoginServer]](number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/AutoSelLoginServer|GameProduceLogin:AutoSelLoginServer]](number)</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/ChangeNewRoleEquipSet|GameProduceLogin:ChangeNewRoleEquipSet]](number, number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/ChangeNewRoleEquipSet|GameProduceLogin:ChangeNewRoleEquipSet]](number, number)</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/ChangeToAccountInputDlgFromSelectRole|GameProduceLogin:ChangeToAccountInputDlgFromSelectRole]]()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/ChangeToAccountInputDlgFromSelectRole|GameProduceLogin:ChangeToAccountInputDlgFromSelectRole]]()</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/ChangeToCreateRoleDlgFromSelectRole|GameProduceLogin:ChangeToCreateRoleDlgFromSelectRole]]()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/ChangeToCreateRoleDlgFromSelectRole|GameProduceLogin:ChangeToCreateRoleDlgFromSelectRole]]()</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_GAMELOGIN_SHOW_SYSTEM_INFO<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 触发客户端事件 GE_GAMELOGIN_SHOW_SYSTEM_INFO<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/ChangeToSelectRoleDlgFromCreateRole|GameProduceLogin:ChangeToSelectRoleDlgFromCreateRole]]()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/ChangeToSelectRoleDlgFromCreateRole|GameProduceLogin:ChangeToSelectRoleDlgFromCreateRole]]()</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/CheckAccount|GameProduceLogin:CheckAccount]](string, number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/CheckAccount|GameProduceLogin:CheckAccount]](string, number)</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 操作客户端界面<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 操作客户端界面<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/CheckAccountNoMibao|GameProduceLogin:CheckAccountNoMibao]]()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/CheckAccountNoMibao|GameProduceLogin:CheckAccountNoMibao]]()</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/CheckBilling1|GameProduceLogin:CheckBilling1]](string, string, string, string, string, number, string)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/CheckBilling1|GameProduceLogin:CheckBilling1]](string, string, string, string, string, number, string)</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/CloseNetConnect|GameProduceLogin:CloseNetConnect]]()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/CloseNetConnect|GameProduceLogin:CloseNetConnect]]()</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/ConnectToLoginServer|GameProduceLogin:ConnectToLoginServer]](number, number, number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/ConnectToLoginServer|GameProduceLogin:ConnectToLoginServer]](number, number, number)</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/CreateRole|GameProduceLogin:CreateRole]](string, number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/CreateRole|GameProduceLogin:CreateRole]](string, number)</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_GAMELOGIN_SHOW_SYSTEM_INFO;操作客户端界面<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 触发客户端事件 GE_GAMELOGIN_SHOW_SYSTEM_INFO;操作客户端界面<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/DelRole|GameProduceLogin:DelRole]](number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/DelRole|GameProduceLogin:DelRole]](number)</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/DelRole_YesNo|GameProduceLogin:DelRole_YesNo]](number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/DelRole_YesNo|GameProduceLogin:DelRole_YesNo]](number)</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_GAMELOGIN_SYSTEM_INFO_YESNO、GE_GAMELOGIN_SHOW_SYSTEM_INFO;操作客户端界面<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 触发客户端事件 GE_GAMELOGIN_SYSTEM_INFO_YESNO、GE_GAMELOGIN_SHOW_SYSTEM_INFO;操作客户端界面<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/DelSelRole|GameProduceLogin:DelSelRole]]()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/DelSelRole|GameProduceLogin:DelSelRole]]()</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/EnterNewRoleScene|GameProduceLogin:EnterNewRoleScene]](number, number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/EnterNewRoleScene|GameProduceLogin:EnterNewRoleScene]](number, number)</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_TEXTVALIDATE_SAVELOGINSELECT、GE_GAMELOGIN_SHOW_SYSTEM_INFO_NO_BUTTON;操作客户端界面;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 触发客户端事件 GE_TEXTVALIDATE_SAVELOGINSELECT、GE_GAMELOGIN_SHOW_SYSTEM_INFO_NO_BUTTON;操作客户端界面;读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/ExitGame_YesNo|GameProduceLogin:ExitGame_YesNo]]()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/ExitGame_YesNo|GameProduceLogin:ExitGame_YesNo]]()</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_GAMELOGIN_SYSTEM_INFO_YESNO;操作客户端界面<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 触发客户端事件 GE_GAMELOGIN_SYSTEM_INFO_YESNO;操作客户端界面<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/ExitToAccountInput_YesNo|GameProduceLogin:ExitToAccountInput_YesNo]]()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/ExitToAccountInput_YesNo|GameProduceLogin:ExitToAccountInput_YesNo]]()</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_GAMELOGIN_SYSTEM_INFO_YESNO;操作客户端界面<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 触发客户端事件 GE_GAMELOGIN_SYSTEM_INFO_YESNO;操作客户端界面<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/ExitToSelectServer|GameProduceLogin:ExitToSelectServer]]()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/ExitToSelectServer|GameProduceLogin:ExitToSelectServer]]()</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/GameLoginShowSystemInfo|GameProduceLogin:GameLoginShowSystemInfo]](string)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/GameLoginShowSystemInfo|GameProduceLogin:GameLoginShowSystemInfo]](string)</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_GAMELOGIN_SHOW_SYSTEM_INFO<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 触发客户端事件 GE_GAMELOGIN_SHOW_SYSTEM_INFO<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/GetAreaLoginServerCount|GameProduceLogin:GetAreaLoginServerCount]](number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/GetAreaLoginServerCount|GameProduceLogin:GetAreaLoginServerCount]](number)</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/GetAreaLoginServerInfo|GameProduceLogin:GetAreaLoginServerInfo]](number, number)</code><br /><small style="color:#657078;">4 个返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/GetAreaLoginServerInfo|GameProduceLogin:GetAreaLoginServerInfo]](number, number)</code><br /><small class="lua-muted">4 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/GetAreaServerInfo|GameProduceLogin:GetAreaServerInfo]](number)</code><br /><small style="color:#657078;">2 个返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/GetAreaServerInfo|GameProduceLogin:GetAreaServerInfo]](number)</code><br /><small class="lua-muted">2 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/GetCurSelectRole|GameProduceLogin:GetCurSelectRole]]()</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/GetCurSelectRole|GameProduceLogin:GetCurSelectRole]]()</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/GetEquipSetCount|GameProduceLogin:GetEquipSetCount]]()</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/GetEquipSetCount|GameProduceLogin:GetEquipSetCount]]()</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/GetEquipSetName|GameProduceLogin:GetEquipSetName]](number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/GetEquipSetName|GameProduceLogin:GetEquipSetName]](number)</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/GetFaceModelCount|GameProduceLogin:GetFaceModelCount]](number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/GetFaceModelCount|GameProduceLogin:GetFaceModelCount]](number)</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/GetFaceModelInfo|GameProduceLogin:GetFaceModelInfo]](number, number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/GetFaceModelInfo|GameProduceLogin:GetFaceModelInfo]](number, number)</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/GetFaceModelName|GameProduceLogin:GetFaceModelName]](number, number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/GetFaceModelName|GameProduceLogin:GetFaceModelName]](number, number)</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/GetFaceName|GameProduceLogin:GetFaceName]](number, number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/GetFaceName|GameProduceLogin:GetFaceName]](number, number)</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/GetHairModelCount|GameProduceLogin:GetHairModelCount]](number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/GetHairModelCount|GameProduceLogin:GetHairModelCount]](number)</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/GetHairModelName|GameProduceLogin:GetHairModelName]](number, number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/GetHairModelName|GameProduceLogin:GetHairModelName]](number, number)</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/GetManFaceCount|GameProduceLogin:GetManFaceCount]]()</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/GetManFaceCount|GameProduceLogin:GetManFaceCount]]()</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/GetManFaceName|GameProduceLogin:GetManFaceName]](number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/GetManFaceName|GameProduceLogin:GetManFaceName]](number)</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/GetMiBaoKey|GameProduceLogin:GetMiBaoKey]](number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/GetMiBaoKey|GameProduceLogin:GetMiBaoKey]](number)</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/GetPasswdTelByIndex|GameProduceLogin:GetPasswdTelByIndex]](number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/GetPasswdTelByIndex|GameProduceLogin:GetPasswdTelByIndex]](number)</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/GetPasswdTelCount|GameProduceLogin:GetPasswdTelCount]]()</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/GetPasswdTelCount|GameProduceLogin:GetPasswdTelCount]]()</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/GetPlayerCamp|GameProduceLogin:GetPlayerCamp]]()</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/GetPlayerCamp|GameProduceLogin:GetPlayerCamp]]()</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/GetRoleCount|GameProduceLogin:GetRoleCount]]()</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/GetRoleCount|GameProduceLogin:GetRoleCount]]()</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/GetRoleInfo|GameProduceLogin:GetRoleInfo]](number)</code><br /><small style="color:#657078;">4 个返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/GetRoleInfo|GameProduceLogin:GetRoleInfo]](number)</code><br /><small class="lua-muted">4 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/GetRoleUIModleName|GameProduceLogin:GetRoleUIModleName]](number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/GetRoleUIModleName|GameProduceLogin:GetRoleUIModleName]](number)</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/GetSceneInfo|GameProduceLogin:GetSceneInfo]](number, number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/GetSceneInfo|GameProduceLogin:GetSceneInfo]](number, number)</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/GetSceneInfoCount|GameProduceLogin:GetSceneInfoCount]](number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/GetSceneInfoCount|GameProduceLogin:GetSceneInfoCount]](number)</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/GetServerAreaCount|GameProduceLogin:GetServerAreaCount]]()</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/GetServerAreaCount|GameProduceLogin:GetServerAreaCount]]()</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/GetServerAreaDis|GameProduceLogin:GetServerAreaDis]](number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/GetServerAreaDis|GameProduceLogin:GetServerAreaDis]](number)</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/GetServerAreaName|GameProduceLogin:GetServerAreaName]](number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/GetServerAreaName|GameProduceLogin:GetServerAreaName]](number)</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/GetWomanFaceCount|GameProduceLogin:GetWomanFaceCount]]()</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/GetWomanFaceCount|GameProduceLogin:GetWomanFaceCount]]()</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/GetWomanFaceName|GameProduceLogin:GetWomanFaceName]](number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/GetWomanFaceName|GameProduceLogin:GetWomanFaceName]](number)</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/GoToCampaignDlg|GameProduceLogin:GoToCampaignDlg]]()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/GoToCampaignDlg|GameProduceLogin:GoToCampaignDlg]]()</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/LoginPlayer|GameProduceLogin:LoginPlayer]](number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/LoginPlayer|GameProduceLogin:LoginPlayer]](number)</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_GAMELOGIN_OPEN_COUNT_INPUT<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 触发客户端事件 GE_GAMELOGIN_OPEN_COUNT_INPUT<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/ModelRotBegin|GameProduceLogin:ModelRotBegin]](number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/ModelRotBegin|GameProduceLogin:ModelRotBegin]](number)</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/ModelRotEnd|GameProduceLogin:ModelRotEnd]](number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/ModelRotEnd|GameProduceLogin:ModelRotEnd]](number)</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/ModelZoom|GameProduceLogin:ModelZoom]](number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/ModelZoom|GameProduceLogin:ModelZoom]](number)</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/OpenURL|GameProduceLogin:OpenURL]](string)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/OpenURL|GameProduceLogin:OpenURL]](string)</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 操作客户端界面<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 操作客户端界面<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/PassportButNotReg|GameProduceLogin:PassportButNotReg]]()</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/PassportButNotReg|GameProduceLogin:PassportButNotReg]]()</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/ReturnToAccountDlg|GameProduceLogin:ReturnToAccountDlg]]()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/ReturnToAccountDlg|GameProduceLogin:ReturnToAccountDlg]]()</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/SelectLoginServer|GameProduceLogin:SelectLoginServer]](number, number, number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/SelectLoginServer|GameProduceLogin:SelectLoginServer]](number, number, number)</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/SendEnterGameMsg|GameProduceLogin:SendEnterGameMsg]](number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/SendEnterGameMsg|GameProduceLogin:SendEnterGameMsg]](number)</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/SendMiBaoCheckAccount|GameProduceLogin:SendMiBaoCheckAccount]]()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/SendMiBaoCheckAccount|GameProduceLogin:SendMiBaoCheckAccount]]()</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/SetCurSelect|GameProduceLogin:SetCurSelect]](number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/SetCurSelect|GameProduceLogin:SetCurSelect]](number)</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/SetFaceId|GameProduceLogin:SetFaceId]](number, number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/SetFaceId|GameProduceLogin:SetFaceId]](number, number)</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/SetFaceModelId|GameProduceLogin:SetFaceModelId]](number, number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/SetFaceModelId|GameProduceLogin:SetFaceModelId]](number, number)</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/SetHairModelId|GameProduceLogin:SetHairModelId]](number, number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/SetHairModelId|GameProduceLogin:SetHairModelId]](number, number)</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/SetMiBaoValue|GameProduceLogin:SetMiBaoValue]](number, string)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/SetMiBaoValue|GameProduceLogin:SetMiBaoValue]](number, string)</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/SetPingServer|GameProduceLogin:SetPingServer]](number, number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/SetPingServer|GameProduceLogin:SetPingServer]](number, number)</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/SetPlayerCamp|GameProduceLogin:SetPlayerCamp]](number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/SetPlayerCamp|GameProduceLogin:SetPlayerCamp]](number)</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/SetPlayerMenpai|GameProduceLogin:SetPlayerMenpai]](number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/SetPlayerMenpai|GameProduceLogin:SetPlayerMenpai]](number)</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/ShowMessageBox|GameProduceLogin:ShowMessageBox]](string, string, string)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/ShowMessageBox|GameProduceLogin:ShowMessageBox]](string, string, string)</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GameProduceLogin/StartAccountReg|GameProduceLogin:StartAccountReg]]()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GameProduceLogin/StartAccountReg|GameProduceLogin:StartAccountReg]]()</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp</small>
|}
|}


== 多返回值方法 ==
== 多返回值方法 ==
* <code style="white-space:normal;overflow-wrap:anywhere;">GameProduceLogin:GetAreaLoginServerInfo</code> → 4 个返回值
* <code>GameProduceLogin:GetAreaLoginServerInfo</code> → 4 个返回值
* <code style="white-space:normal;overflow-wrap:anywhere;">GameProduceLogin:GetAreaServerInfo</code> → 2 个返回值
* <code>GameProduceLogin:GetAreaServerInfo</code> → 2 个返回值
* <code style="white-space:normal;overflow-wrap:anywhere;">GameProduceLogin:GetRoleInfo</code> → 4 个返回值
* <code>GameProduceLogin:GetRoleInfo</code> → 4 个返回值




== 脚本中的调用 ==
== 脚本中的调用 ==
以下是该对象在客户端界面脚本里的调用点(整理为注释,便于检索):
以下是该对象在客户端界面脚本里的调用点(整理为注释,便于检索):
<pre style="white-space:pre-wrap;overflow-wrap:anywhere;font-size:13px;line-height:1.7;padding:12px;background:#f5f7f8;border:1px solid #dbe3e6;">-- Agreement/Agreement.lua
<pre>-- Agreement/Agreement.lua
-- SelectServer/SelectServer.lua
-- SelectServer/SelectServer.lua
-- CreateRole/CReateRole.lua
-- CreateRole/CReateRole.lua

2026年9月19日 (六) 17:00的最新版本

首页 · 客户端接口 · GameProduceLogin · 窗口操作 · 客户端事件

GameProduceLogin 对象方法
实现类 CGameProduce_Login · 69 个方法

调用方式

对象方法以 GameProduceLogin:方法名(参数) 形式调用,例如 GameProduceLogin:OpenURL(string)。各方法的参数见下表,点方法名进入独立页。 对象名 GameProduceLogin 是全局对象,可直接使用。

方法列表

方法 说明
GameProduceLogin:AgreeProtocol()
无返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:AutoSelLoginServer(number)
无返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:ChangeNewRoleEquipSet(number, number)
无返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:ChangeToAccountInputDlgFromSelectRole()
无返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:ChangeToCreateRoleDlgFromSelectRole()
无返回值
触发客户端事件 GE_GAMELOGIN_SHOW_SYSTEM_INFO
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:ChangeToSelectRoleDlgFromCreateRole()
无返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:CheckAccount(string, number)
无返回值
操作客户端界面
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:CheckAccountNoMibao()
无返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:CheckBilling1(string, string, string, string, string, number, string)
无返回值
读取客户端本地数据
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:CloseNetConnect()
无返回值
读取客户端本地数据
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:ConnectToLoginServer(number, number, number)
无返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:CreateRole(string, number)
无返回值
触发客户端事件 GE_GAMELOGIN_SHOW_SYSTEM_INFO;操作客户端界面
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:DelRole(number)
无返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:DelRole_YesNo(number)
无返回值
触发客户端事件 GE_GAMELOGIN_SYSTEM_INFO_YESNO、GE_GAMELOGIN_SHOW_SYSTEM_INFO;操作客户端界面
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:DelSelRole()
无返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:EnterNewRoleScene(number, number)
无返回值
触发客户端事件 GE_TEXTVALIDATE_SAVELOGINSELECT、GE_GAMELOGIN_SHOW_SYSTEM_INFO_NO_BUTTON;操作客户端界面;读取客户端本地数据
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:ExitGame_YesNo()
无返回值
触发客户端事件 GE_GAMELOGIN_SYSTEM_INFO_YESNO;操作客户端界面
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:ExitToAccountInput_YesNo()
无返回值
触发客户端事件 GE_GAMELOGIN_SYSTEM_INFO_YESNO;操作客户端界面
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:ExitToSelectServer()
无返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:GameLoginShowSystemInfo(string)
1 个返回值
触发客户端事件 GE_GAMELOGIN_SHOW_SYSTEM_INFO
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:GetAreaLoginServerCount(number)
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:GetAreaLoginServerInfo(number, number)
4 个返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:GetAreaServerInfo(number)
2 个返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:GetCurSelectRole()
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:GetEquipSetCount()
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:GetEquipSetName(number)
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:GetFaceModelCount(number)
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:GetFaceModelInfo(number, number)
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:GetFaceModelName(number, number)
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:GetFaceName(number, number)
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:GetHairModelCount(number)
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:GetHairModelName(number, number)
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:GetManFaceCount()
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:GetManFaceName(number)
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:GetMiBaoKey(number)
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:GetPasswdTelByIndex(number)
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:GetPasswdTelCount()
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:GetPlayerCamp()
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:GetRoleCount()
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:GetRoleInfo(number)
4 个返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:GetRoleUIModleName(number)
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:GetSceneInfo(number, number)
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:GetSceneInfoCount(number)
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:GetServerAreaCount()
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:GetServerAreaDis(number)
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:GetServerAreaName(number)
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:GetWomanFaceCount()
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:GetWomanFaceName(number)
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:GoToCampaignDlg()
无返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:LoginPlayer(number)
无返回值
触发客户端事件 GE_GAMELOGIN_OPEN_COUNT_INPUT
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:ModelRotBegin(number)
无返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:ModelRotEnd(number)
无返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:ModelZoom(number)
无返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:OpenURL(string)
无返回值
操作客户端界面
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:PassportButNotReg()
1 个返回值
读取客户端本地数据
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:ReturnToAccountDlg()
无返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:SelectLoginServer(number, number, number)
无返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:SendEnterGameMsg(number)
无返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:SendMiBaoCheckAccount()
无返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:SetCurSelect(number)
无返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:SetFaceId(number, number)
无返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:SetFaceModelId(number, number)
无返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:SetHairModelId(number, number)
无返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:SetMiBaoValue(number, string)
无返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:SetPingServer(number, number)
无返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:SetPlayerCamp(number)
无返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:SetPlayerMenpai(number)
无返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:ShowMessageBox(string, string, string)
无返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp
GameProduceLogin:StartAccountReg()
无返回值
实现体未体现明确的外部效果
Game/Interface/GMGameinterface_Script_GameProduceLogin.cpp

多返回值方法

  • GameProduceLogin:GetAreaLoginServerInfo → 4 个返回值
  • GameProduceLogin:GetAreaServerInfo → 2 个返回值
  • GameProduceLogin:GetRoleInfo → 4 个返回值


脚本中的调用

以下是该对象在客户端界面脚本里的调用点(整理为注释,便于检索):

-- Agreement/Agreement.lua
-- SelectServer/SelectServer.lua
-- CreateRole/CReateRole.lua
-- SelectRole/SelectRole.lua