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

来自天龙知识库
跳到导航跳到搜索
雪舞留言 | 贡献
新建客户端 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接口/客户端函数索引/GuildLeague|GuildLeague]] · [[Lua接口/客户端窗口操作|窗口操作]] · [[Lua接口/客户端事件|客户端事件]]
[[首页|首页]] · [[Lua接口/客户端函数索引|客户端接口]] · [[Lua接口/客户端函数索引/GuildLeague|GuildLeague]] · [[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;">GuildLeague 对象方法</div>
<div role="heading" aria-level="2" class="lua-h1">GuildLeague 对象方法</div>
<div style="margin-top:6px;color:#657078;">实现类 <code style="white-space:normal;overflow-wrap:anywhere;">GuildLeague</code> · 47 个方法</div>
<div class="lua-sub">实现类 <code>GuildLeague</code> · 47 个方法</div>
</div>
</div>
== 调用方式 ==
== 调用方式 ==
对象方法以 <code style="white-space:normal;overflow-wrap:anywhere;">GuildLeague:方法名(参数)</code> 形式调用,例如 <code style="white-space:normal;overflow-wrap:anywhere;">GuildLeague:GetApplyGuildID(number)</code>。各方法的参数见下表,点方法名进入独立页。
对象方法以 <code>GuildLeague:方法名(参数)</code> 形式调用,例如 <code>GuildLeague:GetApplyGuildID(number)</code>。各方法的参数见下表,点方法名进入独立页。
对象名 <code style="white-space:normal;overflow-wrap:anywhere;">GuildLeague</code> 是全局对象,可直接使用。
对象名 <code>GuildLeague</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接口/客户端/GuildLeague/AnswerEnter|GuildLeague:AnswerEnter]](number, number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/AnswerEnter|GuildLeague:AnswerEnter]](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/GMInterface_Script_Guild.cpp</small>
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/AskEnter|GuildLeague:AskEnter]](number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/AskEnter|GuildLeague:AskEnter]](number)</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/ChangeDescription|GuildLeague:ChangeDescription]](string)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/ChangeDescription|GuildLeague:ChangeDescription]](string)</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 操作客户端界面;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 操作客户端界面;读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/Create|GuildLeague:Create]](string, string)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/Create|GuildLeague:Create]](string, string)</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 操作客户端界面;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 操作客户端界面;读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/FireGuild|GuildLeague:FireGuild]](number, number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/FireGuild|GuildLeague:FireGuild]](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/GMInterface_Script_Guild.cpp</small>
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/GetApplyGuildChieftain|GuildLeague:GetApplyGuildChieftain]](number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/GetApplyGuildChieftain|GuildLeague:GetApplyGuildChieftain]](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/GMInterface_Script_Guild.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/GetApplyGuildCity|GuildLeague:GetApplyGuildCity]](number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/GetApplyGuildCity|GuildLeague:GetApplyGuildCity]](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/GMInterface_Script_Guild.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/GetApplyGuildCount|GuildLeague:GetApplyGuildCount]]()</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/GetApplyGuildCount|GuildLeague:GetApplyGuildCount]]()</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/GetApplyGuildCreateTime|GuildLeague:GetApplyGuildCreateTime]](number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/GetApplyGuildCreateTime|GuildLeague:GetApplyGuildCreateTime]](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/GMInterface_Script_Guild.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/GetApplyGuildDescription|GuildLeague:GetApplyGuildDescription]](number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/GetApplyGuildDescription|GuildLeague:GetApplyGuildDescription]](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/GMInterface_Script_Guild.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/GetApplyGuildID|GuildLeague:GetApplyGuildID]](number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/GetApplyGuildID|GuildLeague:GetApplyGuildID]](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/GMInterface_Script_Guild.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/GetApplyGuildLevel|GuildLeague:GetApplyGuildLevel]](number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/GetApplyGuildLevel|GuildLeague:GetApplyGuildLevel]](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/GMInterface_Script_Guild.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/GetApplyGuildName|GuildLeague:GetApplyGuildName]](number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/GetApplyGuildName|GuildLeague:GetApplyGuildName]](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/GMInterface_Script_Guild.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/GetApplyGuildUserCount|GuildLeague:GetApplyGuildUserCount]](number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/GetApplyGuildUserCount|GuildLeague:GetApplyGuildUserCount]](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/GMInterface_Script_Guild.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/GetChieftain|GuildLeague:GetChieftain]]()</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/GetChieftain|GuildLeague:GetChieftain]]()</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/GetChieftainGUID|GuildLeague:GetChieftainGUID]]()</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/GetChieftainGUID|GuildLeague:GetChieftainGUID]]()</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/GetCreateTime|GuildLeague:GetCreateTime]]()</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/GetCreateTime|GuildLeague:GetCreateTime]]()</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/GetCreator|GuildLeague:GetCreator]]()</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/GetCreator|GuildLeague:GetCreator]]()</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/GetDescription|GuildLeague:GetDescription]]()</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/GetDescription|GuildLeague:GetDescription]]()</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/GetID|GuildLeague:GetID]]()</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/GetID|GuildLeague:GetID]]()</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/GetLeagueChieftain|GuildLeague:GetLeagueChieftain]](number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/GetLeagueChieftain|GuildLeague:GetLeagueChieftain]](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/GMInterface_Script_Guild.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/GetLeagueCount|GuildLeague:GetLeagueCount]]()</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/GetLeagueCount|GuildLeague:GetLeagueCount]]()</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/GetLeagueCreateTime|GuildLeague:GetLeagueCreateTime]](number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/GetLeagueCreateTime|GuildLeague:GetLeagueCreateTime]](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/GMInterface_Script_Guild.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/GetLeagueDescription|GuildLeague:GetLeagueDescription]](number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/GetLeagueDescription|GuildLeague:GetLeagueDescription]](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/GMInterface_Script_Guild.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/GetLeagueID|GuildLeague:GetLeagueID]](number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/GetLeagueID|GuildLeague:GetLeagueID]](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/GMInterface_Script_Guild.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/GetLeagueMemberCount|GuildLeague:GetLeagueMemberCount]](number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/GetLeagueMemberCount|GuildLeague:GetLeagueMemberCount]](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/GMInterface_Script_Guild.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/GetLeagueName|GuildLeague:GetLeagueName]](number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/GetLeagueName|GuildLeague:GetLeagueName]](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/GMInterface_Script_Guild.cpp</small>
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/GetMemberChieftain|GuildLeague:GetMemberChieftain]](number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/GetMemberChieftain|GuildLeague:GetMemberChieftain]](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/GMInterface_Script_Guild.cpp</small>
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/GetMemberChieftainGUID|GuildLeague:GetMemberChieftainGUID]](number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/GetMemberChieftainGUID|GuildLeague:GetMemberChieftainGUID]](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/GMInterface_Script_Guild.cpp</small>
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/GetMemberCount|GuildLeague:GetMemberCount]]()</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/GetMemberCount|GuildLeague:GetMemberCount]]()</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/GetMemberEnterTime|GuildLeague:GetMemberEnterTime]](number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/GetMemberEnterTime|GuildLeague:GetMemberEnterTime]](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/GMInterface_Script_Guild.cpp</small>
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/GetMemberID|GuildLeague:GetMemberID]](number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/GetMemberID|GuildLeague:GetMemberID]](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/GMInterface_Script_Guild.cpp</small>
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/GetMemberName|GuildLeague:GetMemberName]](number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/GetMemberName|GuildLeague:GetMemberName]](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/GMInterface_Script_Guild.cpp</small>
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/GetMemberUserCount|GuildLeague:GetMemberUserCount]](number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/GetMemberUserCount|GuildLeague:GetMemberUserCount]](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/GMInterface_Script_Guild.cpp</small>
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/GetName|GuildLeague:GetName]]()</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/GetName|GuildLeague:GetName]]()</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/GetUserCount|GuildLeague:GetUserCount]]()</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/GetUserCount|GuildLeague:GetUserCount]]()</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/Quit|GuildLeague:Quit]]()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/Quit|GuildLeague:Quit]]()</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/RequestApplyList|GuildLeague:RequestApplyList]]()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/RequestApplyList|GuildLeague:RequestApplyList]]()</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/RequestInfo|GuildLeague:RequestInfo]]()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/RequestInfo|GuildLeague:RequestInfo]]()</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/RequestList|GuildLeague:RequestList]]()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/RequestList|GuildLeague:RequestList]]()</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/ShowApplyListWindow|GuildLeague:ShowApplyListWindow]]()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/ShowApplyListWindow|GuildLeague:ShowApplyListWindow]]()</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_GUILD_LEAGUE_APPLY_LIST;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 触发客户端事件 GE_GUILD_LEAGUE_APPLY_LIST;读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/ShowCreateConfirmWindow|GuildLeague:ShowCreateConfirmWindow]](string, string)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/ShowCreateConfirmWindow|GuildLeague:ShowCreateConfirmWindow]](string, string)</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_GUILD_LEAGUE_CREATE_CONFIRM;操作客户端界面;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 触发客户端事件 GE_GUILD_LEAGUE_CREATE_CONFIRM;操作客户端界面;读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/ShowCreateWindow|GuildLeague:ShowCreateWindow]]()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/ShowCreateWindow|GuildLeague:ShowCreateWindow]]()</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_GUILD_LEAGUE_CREATE;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 触发客户端事件 GE_GUILD_LEAGUE_CREATE;读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/ShowInfoWindow|GuildLeague:ShowInfoWindow]]()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/ShowInfoWindow|GuildLeague:ShowInfoWindow]]()</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_GUILD_LEAGUE_INFO;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 触发客户端事件 GE_GUILD_LEAGUE_INFO;读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/ShowListWindow|GuildLeague:ShowListWindow]]()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/ShowListWindow|GuildLeague:ShowListWindow]]()</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_GUILD_LEAGUE_LIST;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 触发客户端事件 GE_GUILD_LEAGUE_LIST;读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/ShowMemberMenu|GuildLeague:ShowMemberMenu]](number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/ShowMemberMenu|GuildLeague:ShowMemberMenu]](number)</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_SHOW_CONTEXMENU;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 触发客户端事件 GE_SHOW_CONTEXMENU;读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">[[Lua接口/客户端/GuildLeague/ShowQuitConfirmWindow|GuildLeague:ShowQuitConfirmWindow]]()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/GuildLeague/ShowQuitConfirmWindow|GuildLeague:ShowQuitConfirmWindow]]()</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_GUILD_LEAGUE_QUIT_CONFIRM;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 触发客户端事件 GE_GUILD_LEAGUE_QUIT_CONFIRM;读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|}
|}


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

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

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

GuildLeague 对象方法
实现类 GuildLeague · 47 个方法

调用方式

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

方法列表

方法 说明
GuildLeague:AnswerEnter(number, number)
无返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:AskEnter(number)
无返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:ChangeDescription(string)
1 个返回值
操作客户端界面;读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:Create(string, string)
1 个返回值
操作客户端界面;读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:FireGuild(number, number)
无返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:GetApplyGuildChieftain(number)
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:GetApplyGuildCity(number)
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:GetApplyGuildCount()
1 个返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:GetApplyGuildCreateTime(number)
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:GetApplyGuildDescription(number)
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:GetApplyGuildID(number)
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:GetApplyGuildLevel(number)
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:GetApplyGuildName(number)
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:GetApplyGuildUserCount(number)
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:GetChieftain()
1 个返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:GetChieftainGUID()
1 个返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:GetCreateTime()
1 个返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:GetCreator()
1 个返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:GetDescription()
1 个返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:GetID()
1 个返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:GetLeagueChieftain(number)
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:GetLeagueCount()
1 个返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:GetLeagueCreateTime(number)
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:GetLeagueDescription(number)
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:GetLeagueID(number)
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:GetLeagueMemberCount(number)
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:GetLeagueName(number)
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:GetMemberChieftain(number)
1 个返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:GetMemberChieftainGUID(number)
1 个返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:GetMemberCount()
1 个返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:GetMemberEnterTime(number)
1 个返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:GetMemberID(number)
1 个返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:GetMemberName(number)
1 个返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:GetMemberUserCount(number)
1 个返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:GetName()
1 个返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:GetUserCount()
1 个返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:Quit()
无返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:RequestApplyList()
无返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:RequestInfo()
无返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:RequestList()
无返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:ShowApplyListWindow()
无返回值
触发客户端事件 GE_GUILD_LEAGUE_APPLY_LIST;读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:ShowCreateConfirmWindow(string, string)
1 个返回值
触发客户端事件 GE_GUILD_LEAGUE_CREATE_CONFIRM;操作客户端界面;读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:ShowCreateWindow()
无返回值
触发客户端事件 GE_GUILD_LEAGUE_CREATE;读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:ShowInfoWindow()
无返回值
触发客户端事件 GE_GUILD_LEAGUE_INFO;读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:ShowListWindow()
无返回值
触发客户端事件 GE_GUILD_LEAGUE_LIST;读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:ShowMemberMenu(number)
无返回值
触发客户端事件 GE_SHOW_CONTEXMENU;读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
GuildLeague:ShowQuitConfirmWindow()
无返回值
触发客户端事件 GE_GUILD_LEAGUE_QUIT_CONFIRM;读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp


脚本中的调用

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

-- GuildLeague/GuildLeagueApply.lua
-- GuildLeague/GuildLeagueList.lua
-- GuildLeague/GuildLeagueInfo.lua
-- MessageBox_Self/MessageBox_Self.lua