Lua接口/客户端函数索引/Guild:修订间差异
来自天龙知识库
跳到导航跳到搜索
新建客户端 Lua 接口页:全局函数、对象方法、窗口操作与客户端事件 |
新建客户端 Lua 接口页:全局函数、对象方法、窗口操作与客户端事件 |
||
| (未显示另一用户的1个中间版本) | |||
| 第1行: | 第1行: | ||
__NOTOC__ | __NOTOC__ | ||
<div class="lua-reference | <div class="lua-reference"> | ||
[[首页|首页]] · [[Lua接口/客户端函数索引|客户端接口]] · [[Lua接口/客户端函数索引/Guild|Guild]] · [[Lua接口/客户端窗口操作|窗口操作]] · [[Lua接口/客户端事件|客户端事件]] | [[首页|首页]] · [[Lua接口/客户端函数索引|客户端接口]] · [[Lua接口/客户端函数索引/Guild|Guild]] · [[Lua接口/客户端窗口操作|窗口操作]] · [[Lua接口/客户端事件|客户端事件]] | ||
<div | <div class="lua-lead"> | ||
<div role="heading" aria-level="2" | <div role="heading" aria-level="2" class="lua-h1">Guild 对象方法</div> | ||
<div | <div class="lua-sub">实现类 <code>Guild</code> · 54 个方法</div> | ||
</div> | </div> | ||
== 调用方式 == | == 调用方式 == | ||
对象方法以 <code | 对象方法以 <code>Guild:方法名(参数)</code> 形式调用,例如 <code>Guild:GetMyGuildDetailInfo(string)</code>。各方法的参数见下表,点方法名进入独立页。 | ||
对象名 <code | 对象名 <code>Guild</code> 是全局对象,可直接使用。 | ||
== 方法列表 == | == 方法列表 == | ||
{| class="wikitable | {| class="wikitable" | ||
! scope="col" | ! scope="col" class="lua-w46" | 方法 | ||
! scope="col | ! scope="col" | 说明 | ||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/AdjustMemberAuth|Guild:AdjustMemberAuth]](number)</code><br /><small class="lua-muted">无返回值</small> | |||
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/AskAnyGuildDetailInfo|Guild:AskAnyGuildDetailInfo]](number)</code><br /><small class="lua-muted">无返回值</small> | |||
| 触发客户端事件 GE_GUILD_ID_FORDETAILINFO2;读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/AskAnyGuildMembersInfo|Guild:AskAnyGuildMembersInfo]](number, number)</code><br /><small class="lua-muted">无返回值</small> | |||
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/AskCurCustomPositionName|Guild:AskCurCustomPositionName]]()</code><br /><small class="lua-muted">无返回值</small> | |||
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/AskGuildAppointPosInfo|Guild:AskGuildAppointPosInfo]](number)</code><br /><small class="lua-muted">无返回值</small> | |||
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/AskGuildDetailInfo|Guild:AskGuildDetailInfo]]()</code><br /><small class="lua-muted">无返回值</small> | |||
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/AskGuildLeaveWord|Guild:AskGuildLeaveWord]]()</code><br /><small class="lua-muted">无返回值</small> | |||
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/AskGuildList4Page|Guild:AskGuildList4Page]](number)</code><br /><small class="lua-muted">无返回值</small> | |||
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/AskGuildMembersInfo|Guild:AskGuildMembersInfo]]()</code><br /><small class="lua-muted">无返回值</small> | |||
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/AskGuildNameList|Guild:AskGuildNameList]]()</code><br /><small class="lua-muted">无返回值</small> | |||
| 触发客户端事件 GE_PLAYERLIST_SHOW;读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/AskModifyCustomPositionName|Guild:AskModifyCustomPositionName]](number, string, number)</code><br /><small class="lua-muted">1 个返回值</small> | |||
| 操作客户端界面;读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/CityRnameCheck|Guild:CityRnameCheck]](string)</code><br /><small class="lua-muted">1 个返回值</small> | |||
| 触发客户端事件 GE_NEW_DEBUGMESSAGE、GE_UI_COMMAND;操作客户端界面;读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/CityRnameConfirm|Guild:CityRnameConfirm]](string)</code><br /><small class="lua-muted">无返回值</small> | |||
| 触发客户端事件 GE_CITY_RANAME_CONFIRM;读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/ClearCustomPositionName|Guild:ClearCustomPositionName]]()</code><br /><small class="lua-muted">无返回值</small> | |||
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/CloseKickGuildBox|Guild:CloseKickGuildBox]]()</code><br /><small class="lua-muted">无返回值</small> | |||
| 触发客户端事件 GE_CLOSE_KICK_MEMBER_MSGBOX;读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/CreateGuild|Guild:CreateGuild]](string, string)</code><br /><small class="lua-muted">1 个返回值</small> | |||
| 触发客户端事件 GE_GUILD_CREATE_CONFIRM;操作客户端界面;读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/CreateGuildConfirm|Guild:CreateGuildConfirm]](number)</code><br /><small class="lua-muted">无返回值</small> | |||
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/DemisGuild|Guild:DemisGuild]]()</code><br /><small class="lua-muted">无返回值</small> | |||
| 触发客户端事件 GE_GUILD_DEMIS_CONFIRM;读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/DemisGuildOK|Guild:DemisGuildOK]]()</code><br /><small class="lua-muted">无返回值</small> | |||
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/DestoryGuild|Guild:DestoryGuild]]()</code><br /><small class="lua-muted">无返回值</small> | |||
| 触发客户端事件 GE_GUILD_DESTORY_CONFIRM;读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/ExchangeBangGong|Guild:ExchangeBangGong]](number, number)</code><br /><small class="lua-muted">无返回值</small> | |||
| 触发客户端事件 GE_EXCHANGE_BANGGONG;读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/FixGuildInfo|Guild:FixGuildInfo]](string, string)</code><br /><small class="lua-muted">无返回值</small> | |||
| 触发客户端事件 GE_GUILD_UPDATE_MEMBERINFO;操作客户端界面;读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/GetAnyGuildMembersInfo|Guild:GetAnyGuildMembersInfo]](number, string)</code><br /><small class="lua-muted">2 个返回值</small> | |||
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/GetCurCustomPositionName|Guild:GetCurCustomPositionName]](number)</code><br /><small class="lua-muted">1 个返回值</small> | |||
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/GetGuildContri|Guild:GetGuildContri]]()</code><br /><small class="lua-muted">1 个返回值</small> | |||
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/GetGuildInfo|Guild:GetGuildInfo]](number, string)</code><br /><small class="lua-muted">1 个返回值</small> | |||
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/GetGuildLeaveWord|Guild:GetGuildLeaveWord]]()</code><br /><small class="lua-muted">1 个返回值</small> | |||
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/GetGuildNum|Guild:GetGuildNum]]()</code><br /><small class="lua-muted">1 个返回值</small> | |||
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/GetGuildNumCurPage|Guild:GetGuildNumCurPage]]()</code><br /><small class="lua-muted">1 个返回值</small> | |||
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/GetMemberBak|Guild:GetMemberBak]]()</code><br /><small class="lua-muted">1 个返回值</small> | |||
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/GetMembersInfo|Guild:GetMembersInfo]](number, string)</code><br /><small class="lua-muted">2 个返回值</small> | |||
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/GetMembersNum|Guild:GetMembersNum]](number)</code><br /><small class="lua-muted">1 个返回值</small> | |||
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/GetMyGuildDetailInfo|Guild:GetMyGuildDetailInfo]](string)</code><br /><small class="lua-muted">1 个返回值</small> | |||
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/GetMyGuildInfo|Guild:GetMyGuildInfo]](string, number)</code><br /><small class="lua-muted">1 个返回值</small> | |||
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/GetMyGuildPower|Guild:GetMyGuildPower]]()</code><br /><small class="lua-muted">1 个返回值</small> | |||
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/GetMyPosition|Guild:GetMyPosition]]()</code><br /><small class="lua-muted">1 个返回值</small> | |||
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/GetShowMembersIdx|Guild:GetShowMembersIdx]](number)</code><br /><small class="lua-muted">1 个返回值</small> | |||
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/GetShowTraineesIdx|Guild:GetShowTraineesIdx]](number)</code><br /><small class="lua-muted">1 个返回值</small> | |||
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/InviteToGuild|Guild:InviteToGuild]](string)</code><br /><small class="lua-muted">1 个返回值</small> | |||
| 触发客户端事件 GE_NEW_DEBUGMESSAGE;读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/IsGuildKeptOneWeed|Guild:IsGuildKeptOneWeed]](number)</code><br /><small class="lua-muted">1 个返回值</small> | |||
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/JoinGuild|Guild:JoinGuild]](number)</code><br /><small class="lua-muted">无返回值</small> | |||
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/KickGuild|Guild:KickGuild]](number)</code><br /><small class="lua-muted">无返回值</small> | |||
| 触发客户端事件 GE_KICK_MEMBER_MSGBOX;读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/ModifyGuildLeaveWord|Guild:ModifyGuildLeaveWord]](number)</code><br /><small class="lua-muted">1 个返回值</small> | |||
| 触发客户端事件 GE_GUILD_LEAVE_WORD、GE_NEW_DEBUGMESSAGE;操作客户端界面;读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/PrepareMembersInfomation|Guild:PrepareMembersInfomation]]()</code><br /><small class="lua-muted">无返回值</small> | |||
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/PutGuildMoney|Guild:PutGuildMoney]](number, number)</code><br /><small class="lua-muted">无返回值</small> | |||
| 触发客户端事件 GE_PUT_GUILDMONEY;读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/QuitGuild|Guild:QuitGuild]]()</code><br /><small class="lua-muted">无返回值</small> | |||
| 触发客户端事件 GE_GUILD_QUIT_CONFIRM;读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/RecruitGuild|Guild:RecruitGuild]](number)</code><br /><small class="lua-muted">无返回值</small> | |||
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/SendCityRnameMsg|Guild:SendCityRnameMsg]](string)</code><br /><small class="lua-muted">无返回值</small> | |||
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/Show_OfficialPopMenu|Guild:Show_OfficialPopMenu]](number)</code><br /><small class="lua-muted">无返回值</small> | |||
| 触发客户端事件 GE_SHOW_CONTEXMENU;读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/Show_PopMemu|Guild:Show_PopMemu]](number, number)</code><br /><small class="lua-muted">无返回值</small> | |||
| 触发客户端事件 GE_SHOW_CONTEXMENU;读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/Sort2UnSortIndex|Guild:Sort2UnSortIndex]](number)</code><br /><small class="lua-muted">1 个返回值</small> | |||
| 实现体未体现明确的外部效果<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/SortAnyGuildMembersByPosition|Guild:SortAnyGuildMembersByPosition]]()</code><br /><small class="lua-muted">无返回值</small> | |||
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/SureKickGuild|Guild:SureKickGuild]](number)</code><br /><small class="lua-muted">无返回值</small> | |||
| 读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|- | |- | ||
| <code>[[Lua接口/客户端/Guild/ToggleGuildDetailInfo|Guild:ToggleGuildDetailInfo]]()</code><br /><small class="lua-muted">无返回值</small> | |||
| 触发客户端事件 GE_GUILD_SELFEQUIP_CLICK;读取客户端本地数据<br /><small class="lua-muted">Game/Interface/GMInterface_Script_Guild.cpp</small> | |||
|} | |} | ||
== 多返回值方法 == | == 多返回值方法 == | ||
* <code | * <code>Guild:GetAnyGuildMembersInfo</code> → 2 个返回值 | ||
* <code | * <code>Guild:GetMembersInfo</code> → 2 个返回值 | ||
== 脚本中的调用 == | == 脚本中的调用 == | ||
以下是该对象在客户端界面脚本里的调用点(整理为注释,便于检索): | 以下是该对象在客户端界面脚本里的调用点(整理为注释,便于检索): | ||
<pre | <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