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

来自天龙知识库
跳到导航跳到搜索
雪舞留言 | 贡献
新建客户端 Lua 接口页:全局函数、对象方法、窗口操作与客户端事件
Waylee留言 | 贡献
新建客户端 Lua 接口页:全局函数、对象方法、窗口操作与客户端事件
 
(未显示1个用户的3个中间版本)
第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接口/客户端函数索引/Guild|Guild]] · [[Lua接口/客户端窗口操作|窗口操作]] · [[Lua接口/客户端事件|客户端事件]]
[[首页|首页]] · [[Lua接口/客户端函数索引|客户端接口]] · [[Lua接口/客户端函数索引/Guild|Guild]] · [[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;">Guild 对象方法</div>
<div role="heading" aria-level="2" class="lua-h1">Guild 对象方法</div>
<div style="margin-top:6px;color:#657078;">实现类 <code style="white-space:normal;overflow-wrap:anywhere;">Guild</code> · 54 个方法</div>
<div class="lua-sub">实现类 <code>Guild</code> · 54 个方法</div>
</div>
</div>
<div style="margin:10px 0;padding:10px 12px;border-left:3px solid #9a7940;background:#faf7f0;font-size:13px;color:#5f5136;">本页信息由客户端 C++ 绑定源码与 230 个界面脚本自动整理:参数取实现体的 <code>args[n]</code> 取值点(对象方法已扣除 <code>self</code> 占用的栈位),调用示例取脚本中的真实调用,<b>未经运行验证</b>;用途摘要按实现体归纳,仅供参考。</div>
== 调用方式 ==
== 调用方式 ==
对象方法以 <code style="white-space:normal;overflow-wrap:anywhere;">Guild:方法名(参数)</code> 形式调用,例如 <code style="white-space:normal;overflow-wrap:anywhere;">Guild:GetMyGuildDetailInfo(string)</code>。各方法的参数见下表,点方法名进入独立页。
对象方法以 <code>Guild:方法名(参数)</code> 形式调用,例如 <code>Guild:GetMyGuildDetailInfo(string)</code>。各方法的参数见下表,点方法名进入独立页。
对象名 <code style="white-space:normal;overflow-wrap:anywhere;">Guild</code> 是全局对象,可直接使用。
对象名 <code>Guild</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:34%;" | 方法
! 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;">Guild:AdjustMemberAuth(number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/Guild/AdjustMemberAuth|Guild:AdjustMemberAuth]](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;">Guild:AskAnyGuildDetailInfo(number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/Guild/AskAnyGuildDetailInfo|Guild:AskAnyGuildDetailInfo]](number)</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_GUILD_ID_FORDETAILINFO2;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 触发客户端事件 GE_GUILD_ID_FORDETAILINFO2;读取客户端本地数据<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;">Guild:AskAnyGuildMembersInfo(number, number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/Guild/AskAnyGuildMembersInfo|Guild:AskAnyGuildMembersInfo]](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;">Guild:AskCurCustomPositionName()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/Guild/AskCurCustomPositionName|Guild:AskCurCustomPositionName]]()</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;">Guild:AskGuildAppointPosInfo(number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/Guild/AskGuildAppointPosInfo|Guild:AskGuildAppointPosInfo]](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;">Guild:AskGuildDetailInfo()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/Guild/AskGuildDetailInfo|Guild:AskGuildDetailInfo]]()</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;">Guild:AskGuildLeaveWord()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/Guild/AskGuildLeaveWord|Guild:AskGuildLeaveWord]]()</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;">Guild:AskGuildList4Page(number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/Guild/AskGuildList4Page|Guild:AskGuildList4Page]](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;">Guild:AskGuildMembersInfo()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/Guild/AskGuildMembersInfo|Guild:AskGuildMembersInfo]]()</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;">Guild:AskGuildNameList()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/Guild/AskGuildNameList|Guild:AskGuildNameList]]()</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_PLAYERLIST_SHOW;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 触发客户端事件 GE_PLAYERLIST_SHOW;读取客户端本地数据<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;">Guild:AskModifyCustomPositionName(number, string, number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/Guild/AskModifyCustomPositionName|Guild:AskModifyCustomPositionName]](number, string, 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;">Guild:CityRnameCheck(string)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/Guild/CityRnameCheck|Guild:CityRnameCheck]](string)</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_NEW_DEBUGMESSAGE、GE_UI_COMMAND;操作客户端界面;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 触发客户端事件 GE_NEW_DEBUGMESSAGE、GE_UI_COMMAND;操作客户端界面;读取客户端本地数据<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;">Guild:CityRnameConfirm(string)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/Guild/CityRnameConfirm|Guild:CityRnameConfirm]](string)</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_CITY_RANAME_CONFIRM;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 触发客户端事件 GE_CITY_RANAME_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;">Guild:ClearCustomPositionName()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/Guild/ClearCustomPositionName|Guild:ClearCustomPositionName]]()</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;">Guild:CloseKickGuildBox()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/Guild/CloseKickGuildBox|Guild:CloseKickGuildBox]]()</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_CLOSE_KICK_MEMBER_MSGBOX;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 触发客户端事件 GE_CLOSE_KICK_MEMBER_MSGBOX;读取客户端本地数据<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;">Guild:CreateGuild(string, string)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/Guild/CreateGuild|Guild:CreateGuild]](string, string)</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_GUILD_CREATE_CONFIRM;操作客户端界面;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 触发客户端事件 GE_GUILD_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;">Guild:CreateGuildConfirm(number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/Guild/CreateGuildConfirm|Guild:CreateGuildConfirm]](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;">Guild:DemisGuild()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/Guild/DemisGuild|Guild:DemisGuild]]()</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_GUILD_DEMIS_CONFIRM;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 触发客户端事件 GE_GUILD_DEMIS_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;">Guild:DemisGuildOK()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/Guild/DemisGuildOK|Guild:DemisGuildOK]]()</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;">Guild:DestoryGuild()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/Guild/DestoryGuild|Guild:DestoryGuild]]()</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_GUILD_DESTORY_CONFIRM;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 触发客户端事件 GE_GUILD_DESTORY_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;">Guild:ExchangeBangGong(number, number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/Guild/ExchangeBangGong|Guild:ExchangeBangGong]](number, number)</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_EXCHANGE_BANGGONG;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 触发客户端事件 GE_EXCHANGE_BANGGONG;读取客户端本地数据<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;">Guild:FixGuildInfo(string, string)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/Guild/FixGuildInfo|Guild:FixGuildInfo]](string, string)</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_GUILD_UPDATE_MEMBERINFO;操作客户端界面;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 触发客户端事件 GE_GUILD_UPDATE_MEMBERINFO;操作客户端界面;读取客户端本地数据<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;">Guild:GetAnyGuildMembersInfo(number, string)</code><br /><small style="color:#657078;">2 个返回值</small>
| <code>[[Lua接口/客户端/Guild/GetAnyGuildMembersInfo|Guild:GetAnyGuildMembersInfo]](number, string)</code><br /><small class="lua-muted">2 个返回值</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;">Guild:GetCurCustomPositionName(number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/Guild/GetCurCustomPositionName|Guild:GetCurCustomPositionName]](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;">Guild:GetGuildContri()</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/Guild/GetGuildContri|Guild:GetGuildContri]]()</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;">Guild:GetGuildInfo(number, string)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/Guild/GetGuildInfo|Guild:GetGuildInfo]](number, 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;">Guild:GetGuildLeaveWord()</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/Guild/GetGuildLeaveWord|Guild:GetGuildLeaveWord]]()</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;">Guild:GetGuildNum()</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/Guild/GetGuildNum|Guild:GetGuildNum]]()</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;">Guild:GetGuildNumCurPage()</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/Guild/GetGuildNumCurPage|Guild:GetGuildNumCurPage]]()</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;">Guild:GetMemberBak()</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/Guild/GetMemberBak|Guild:GetMemberBak]]()</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;">Guild:GetMembersInfo(number, string)</code><br /><small style="color:#657078;">2 个返回值</small>
| <code>[[Lua接口/客户端/Guild/GetMembersInfo|Guild:GetMembersInfo]](number, string)</code><br /><small class="lua-muted">2 个返回值</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;">Guild:GetMembersNum(number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/Guild/GetMembersNum|Guild:GetMembersNum]](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;">Guild:GetMyGuildDetailInfo(string)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/Guild/GetMyGuildDetailInfo|Guild:GetMyGuildDetailInfo]](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;">Guild:GetMyGuildInfo(string, number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/Guild/GetMyGuildInfo|Guild:GetMyGuildInfo]](string, 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;">Guild:GetMyGuildPower()</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/Guild/GetMyGuildPower|Guild:GetMyGuildPower]]()</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;">Guild:GetMyPosition()</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/Guild/GetMyPosition|Guild:GetMyPosition]]()</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;">Guild:GetShowMembersIdx(number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/Guild/GetShowMembersIdx|Guild:GetShowMembersIdx]](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;">Guild:GetShowTraineesIdx(number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/Guild/GetShowTraineesIdx|Guild:GetShowTraineesIdx]](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;">Guild:InviteToGuild(string)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/Guild/InviteToGuild|Guild:InviteToGuild]](string)</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_NEW_DEBUGMESSAGE;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 触发客户端事件 GE_NEW_DEBUGMESSAGE;读取客户端本地数据<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;">Guild:IsGuildKeptOneWeed(number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/Guild/IsGuildKeptOneWeed|Guild:IsGuildKeptOneWeed]](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;">Guild:JoinGuild(number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/Guild/JoinGuild|Guild:JoinGuild]](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;">Guild:KickGuild(number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/Guild/KickGuild|Guild:KickGuild]](number)</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_KICK_MEMBER_MSGBOX;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 触发客户端事件 GE_KICK_MEMBER_MSGBOX;读取客户端本地数据<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;">Guild:ModifyGuildLeaveWord(number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/Guild/ModifyGuildLeaveWord|Guild:ModifyGuildLeaveWord]](number)</code><br /><small class="lua-muted">1 个返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_GUILD_LEAVE_WORD、GE_NEW_DEBUGMESSAGE;操作客户端界面;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 触发客户端事件 GE_GUILD_LEAVE_WORD、GE_NEW_DEBUGMESSAGE;操作客户端界面;读取客户端本地数据<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;">Guild:PrepareMembersInfomation()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/Guild/PrepareMembersInfomation|Guild:PrepareMembersInfomation]]()</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;">Guild:PutGuildMoney(number, number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/Guild/PutGuildMoney|Guild:PutGuildMoney]](number, number)</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_PUT_GUILDMONEY;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 触发客户端事件 GE_PUT_GUILDMONEY;读取客户端本地数据<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;">Guild:QuitGuild()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/Guild/QuitGuild|Guild:QuitGuild]]()</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_GUILD_QUIT_CONFIRM;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 触发客户端事件 GE_GUILD_QUIT_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;">Guild:RecruitGuild(number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/Guild/RecruitGuild|Guild:RecruitGuild]](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;">Guild:SendCityRnameMsg(string)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/Guild/SendCityRnameMsg|Guild:SendCityRnameMsg]](string)</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;">Guild:Show_OfficialPopMenu(number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/Guild/Show_OfficialPopMenu|Guild:Show_OfficialPopMenu]](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;">Guild:Show_PopMemu(number, number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/Guild/Show_PopMemu|Guild:Show_PopMemu]](number, 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;">Guild:Sort2UnSortIndex(number)</code><br /><small style="color:#657078;">1 个返回值</small>
| <code>[[Lua接口/客户端/Guild/Sort2UnSortIndex|Guild:Sort2UnSortIndex]](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;">Guild:SortAnyGuildMembersByPosition()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/Guild/SortAnyGuildMembersByPosition|Guild:SortAnyGuildMembersByPosition]]()</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;">Guild:SureKickGuild(number)</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/Guild/SureKickGuild|Guild:SureKickGuild]](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;">Guild:ToggleGuildDetailInfo()</code><br /><small style="color:#657078;">无返回值</small>
| <code>[[Lua接口/客户端/Guild/ToggleGuildDetailInfo|Guild:ToggleGuildDetailInfo]]()</code><br /><small class="lua-muted">无返回值</small>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_GUILD_SELFEQUIP_CLICK;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMInterface_Script_Guild.cpp</small>
| 触发客户端事件 GE_GUILD_SELFEQUIP_CLICK;读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small>
|}
|}


== 多返回值方法 ==
== 多返回值方法 ==
* <code style="white-space:normal;overflow-wrap:anywhere;">Guild:GetAnyGuildMembersInfo</code> → 2 个返回值
* <code>Guild:GetAnyGuildMembersInfo</code> → 2 个返回值
* <code style="white-space:normal;overflow-wrap:anywhere;">Guild:GetMembersInfo</code> → 2 个返回值
* <code>Guild:GetMembersInfo</code> → 2 个返回值




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

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

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

Guild 对象方法
实现类 Guild · 54 个方法

调用方式

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

方法列表

方法 说明
Guild:AdjustMemberAuth(number)
无返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:AskAnyGuildDetailInfo(number)
无返回值
触发客户端事件 GE_GUILD_ID_FORDETAILINFO2;读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:AskAnyGuildMembersInfo(number, number)
无返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:AskCurCustomPositionName()
无返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:AskGuildAppointPosInfo(number)
无返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:AskGuildDetailInfo()
无返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:AskGuildLeaveWord()
无返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:AskGuildList4Page(number)
无返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:AskGuildMembersInfo()
无返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:AskGuildNameList()
无返回值
触发客户端事件 GE_PLAYERLIST_SHOW;读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:AskModifyCustomPositionName(number, string, number)
1 个返回值
操作客户端界面;读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:CityRnameCheck(string)
1 个返回值
触发客户端事件 GE_NEW_DEBUGMESSAGE、GE_UI_COMMAND;操作客户端界面;读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:CityRnameConfirm(string)
无返回值
触发客户端事件 GE_CITY_RANAME_CONFIRM;读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:ClearCustomPositionName()
无返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:CloseKickGuildBox()
无返回值
触发客户端事件 GE_CLOSE_KICK_MEMBER_MSGBOX;读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:CreateGuild(string, string)
1 个返回值
触发客户端事件 GE_GUILD_CREATE_CONFIRM;操作客户端界面;读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:CreateGuildConfirm(number)
无返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:DemisGuild()
无返回值
触发客户端事件 GE_GUILD_DEMIS_CONFIRM;读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:DemisGuildOK()
无返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:DestoryGuild()
无返回值
触发客户端事件 GE_GUILD_DESTORY_CONFIRM;读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:ExchangeBangGong(number, number)
无返回值
触发客户端事件 GE_EXCHANGE_BANGGONG;读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:FixGuildInfo(string, string)
无返回值
触发客户端事件 GE_GUILD_UPDATE_MEMBERINFO;操作客户端界面;读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:GetAnyGuildMembersInfo(number, string)
2 个返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:GetCurCustomPositionName(number)
1 个返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:GetGuildContri()
1 个返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:GetGuildInfo(number, string)
1 个返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:GetGuildLeaveWord()
1 个返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:GetGuildNum()
1 个返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:GetGuildNumCurPage()
1 个返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:GetMemberBak()
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMInterface_Script_Guild.cpp
Guild:GetMembersInfo(number, string)
2 个返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:GetMembersNum(number)
1 个返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:GetMyGuildDetailInfo(string)
1 个返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:GetMyGuildInfo(string, number)
1 个返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:GetMyGuildPower()
1 个返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:GetMyPosition()
1 个返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:GetShowMembersIdx(number)
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMInterface_Script_Guild.cpp
Guild:GetShowTraineesIdx(number)
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMInterface_Script_Guild.cpp
Guild:InviteToGuild(string)
1 个返回值
触发客户端事件 GE_NEW_DEBUGMESSAGE;读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:IsGuildKeptOneWeed(number)
1 个返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:JoinGuild(number)
无返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:KickGuild(number)
无返回值
触发客户端事件 GE_KICK_MEMBER_MSGBOX;读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:ModifyGuildLeaveWord(number)
1 个返回值
触发客户端事件 GE_GUILD_LEAVE_WORD、GE_NEW_DEBUGMESSAGE;操作客户端界面;读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:PrepareMembersInfomation()
无返回值
实现体未体现明确的外部效果
Game/Interface/GMInterface_Script_Guild.cpp
Guild:PutGuildMoney(number, number)
无返回值
触发客户端事件 GE_PUT_GUILDMONEY;读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:QuitGuild()
无返回值
触发客户端事件 GE_GUILD_QUIT_CONFIRM;读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:RecruitGuild(number)
无返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:SendCityRnameMsg(string)
无返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:Show_OfficialPopMenu(number)
无返回值
触发客户端事件 GE_SHOW_CONTEXMENU;读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:Show_PopMemu(number, number)
无返回值
触发客户端事件 GE_SHOW_CONTEXMENU;读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:Sort2UnSortIndex(number)
1 个返回值
实现体未体现明确的外部效果
Game/Interface/GMInterface_Script_Guild.cpp
Guild:SortAnyGuildMembersByPosition()
无返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:SureKickGuild(number)
无返回值
读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp
Guild:ToggleGuildDetailInfo()
无返回值
触发客户端事件 GE_GUILD_SELFEQUIP_CLICK;读取客户端本地数据
Game/Interface/GMInterface_Script_Guild.cpp

多返回值方法

  • Guild:GetAnyGuildMembersInfo → 2 个返回值
  • Guild:GetMembersInfo → 2 个返回值


脚本中的调用

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

-- ConfraternityPosition/ConfraternityPosition.lua
-- ConfraternityList/ConfraternityList.lua
-- ConfraternityList/ConfraternityList.lua
-- ConfraternityManage/ConfraternityManage.lua