查看“︁Lua接口/客户端函数索引/全局函数”︁的源代码
来自天龙知识库
←
Lua接口/客户端函数索引/全局函数
跳到导航
跳到搜索
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
__NOTOC__ <div class="lua-reference" style="max-width:1200px;margin:0 auto;line-height:1.8;color:#29343a;font-family:Arial,'Microsoft YaHei','PingFang SC',sans-serif;letter-spacing:0;overflow-wrap:anywhere;"> [[首页|首页]] · [[Lua接口/客户端函数索引|客户端接口]] · [[Lua接口/客户端函数索引/全局函数|全局函数]] · [[Lua接口/客户端窗口操作|窗口操作]] · [[Lua接口/客户端事件|客户端事件]] <div style="padding:14px 0;border-top:3px solid #287568;"> <div role="heading" aria-level="2" style="font-size:22px;font-weight:bold;color:#193d37;">全局函数</div> <div style="margin-top:6px;color:#657078;">213 个函数,直接作为全局名调用</div> </div> <div style="margin:10px 0;padding:10px 12px;border-left:3px solid #9a7940;background:#faf7f0;font-size:13px;color:#5f5136;">本页参数与返回值由客户端 C++ 绑定源码自动推断(参数取自 <code>args[n]</code> 与 <code>lua_is*</code> 的实际取值点,返回项数取自 <code>return n</code>),<b>未经运行验证</b>;用途摘要按实现体归纳,仅供参考。</div> == 界面与提示(77) == {| class="wikitable" style="width:100%;table-layout:fixed;border-collapse:collapse;font-size:13px;" ! scope="col" style="text-align:left;background:#edf3f2;padding:8px;width:34%;" | 函数 ! scope="col" style="text-align:left;background:#edf3f2;padding:8px;" | 说明 |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">CallScriptString(string, string)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">CloseAllWindow()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 操作客户端界面<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">CloseBooth()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">CloseFangDaohao()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_CLOSEDLG_FANGDAOHAO;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">CloseInputYuanbao()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_CLOSE_INPUT_YUANBAO;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">CloseMessageBoxCommon()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_MESSAGEBOX_COMMON_CLOSE;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">CloseShopFitting()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_CLOSE_SHOP_FITTING;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">CloseTitleList()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_CLOSE_AGNAME;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">CloseWindow(string, boolean)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_CLOSE_WINDOW;操作客户端界面;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">EnterQuitWait(number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_GAMELOGIN_SHOW_SYSTEM_INFO;操作客户端界面;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">EnterReconnect(boolean)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">GetDictionaryString(string)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 操作客户端界面<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">MessageBoxCommon(string, string, string, string, string)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_MESSAGEBOX_COMMON;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">OpenAutoSearch()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_OPEN_AUTOSEARCH;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">OpenBooth()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">OpenChangeMinorPasswordDlg()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_MINORPASSWORD_OPEN_CHANGE_PASSWORD_DLG;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">OpenCharacter()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_OPEN_CHARACTOR;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">OpenCommonSkillPage()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_TOGLE_COMMONSKILL_PAGE、GE_PROGRESSBAR_WIDTH;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">OpenDlg4ProtectTime()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_NEW_DEBUGMESSAGE、GE_OPENDLG_FANGDAOHAO、GE_OPENDLG_FOR_SETPROTECTTIME;操作客户端界面;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">OpenEquip(number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_OPEN_EQUIP;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">OpenFangdao()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_OPEN_FANGDAO;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">OpenLifePage()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_TOGLE_LIFE_PAGE、GE_UPDATE_TARGETPET_PAGE、GE_PROGRESSBAR_WIDTH;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">OpenMinimap()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_OPEN_MINIMAP、GE_OPEN_MINIMAPEXP;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">OpenMinorPassword()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_MINORPASSWORD_OPEN_CHANGE、GE_MINORPASSWORD_OPEN_SET;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">OpenRidePage()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_OPEN_RIDE_PAGE;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">OpenSetMinorPasswordDlg()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_MINORPASSWORD_OPEN_SET_PASSWORD_DLG;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">OpenShimingrenzhengDlg()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_OPEN_SHIMINGRENZHENG_DLG;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">OpenShopFitting()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_OPEN_SHOP_FITTING;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">OpenSkillBook()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_TOGLE_SKILL_BOOK、GE_PROGRESSBAR_WIDTH;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">OpenTargetMenu()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">OpenTitleList()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_OPEN_AGNAME;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">OpenTodayCampaignList()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_SHOW_TODAY_CAMPAIGN_LIST;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">OpenUnLockeMinorPasswordDlg()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_MINORPASSWORD_OPEN_UNLOCK_PASSWORD_DLG;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">OpenWindow(string)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_OPEN_WINDOW;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">OpenWordrefence(string)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_OPEN_ACCOUNT_SAFE、GE_OPEN_WORLDREFERENCE;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">OpenYBShopReference(string)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_OPEN_YBSHOPREFERENCE;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">PushEvent(string, ...)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">PutSkillToMainmenuBar(number, number, number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">ResetCamera()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">Set_XSCRIPT_Function_Name(string)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">Set_XSCRIPT_ParamCount(number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">Set_XSCRIPT_Parameter(number, number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">Set_XSCRIPT_ScriptID(number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">SetAutoRunTargetNPCName(string)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">SetCurSelMember()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">SetDefaultMouse()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">SetGlobalInteger(number, string)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">SetMainTargetFromList(number, boolean, boolean)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">SetMenuBarPageNumber(number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">SetNotifyTip(string)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_NEW_DEBUGMESSAGE;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">SetSoftKeyAim(string)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_SET_SOFTKEY_AIM;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">SetTimer(string, string, number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Script/GMUITimer.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">Show_Team_Func_Menu()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_SHOW_CONTEXMENU、GE_SHOW_TEAM_FUNC_MENU_LEADER、GE_SHOW_TEAM_FUNC_MENU_MEMBER;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">Show_Team_Member_Pet_Menu()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_SHOW_CONTEXMENU;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">ShowAcceptChangePVPMode(number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_MENU_SHOWACCEPTCHANGEPVP、GE_OPEN_PKDESC;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">ShowChangePVPMode()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_MENU_SHOWCHANGEPVP;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">ShowContexMenu(string)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_SHOW_CONTEXMENU;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">ShowNotice(string)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_NEW_DEBUGMESSAGE;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">ShowPacket()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_OPEN_PACKET;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">ShowSystemInfo(string)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_GAMELOGIN_SHOW_SYSTEM_INFO;操作客户端界面;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">ShowSystemTipInfo(string)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_OPEN_SYSTEM_TIP_INFO_DLG;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">ShowTeamInfoDlg()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_TEAM_OPEN_TEAMINFO_DLG;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">ToggleComposeWnd()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_TOGLE_COMPOSE_WINDOW;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">ToggleContainer()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_TOGLE_CONTAINER;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">ToggleLargeMap()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_TOGLE_LARGEMAP;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">ToggleMission()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_TOGLE_MISSION;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">ToggleMissionOutLine()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_TOGLE_MISSION_OUTLINE;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">TogglePetPage()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_TOGLE_PET_PAGE、GE_PROGRESSBAR_SHOW、GE_PROGRESSBAR_WIDTH;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">ToggleSceneMap()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_TOGLE_SCENEMAP;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">ToggleSkillBook()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_CLOSE_SKILL_BOOK、GE_TOGLE_COMMONSKILL_PAGE、GE_PROGRESSBAR_WIDTH;操作客户端界面;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">ToggleWindow(string)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_TOGGLE_WINDOW;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">ToggleYuanbaoShop()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_TOGGLE_YUANBAOSHOP;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">TurnMenuBar(string)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_OPEN_MENUBAR_2;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">Update_PartyFrame_Menu()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_ON_TEAM_UPDATE_PARTYFRAME;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">UpdateDoubleExpData()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">UpdateMinimap()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">UpdatePlayerList(boolean)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |} == 角色、物品与对象(17) == {| class="wikitable" style="width:100%;table-layout:fixed;border-collapse:collapse;font-size:13px;" ! scope="col" style="text-align:left;background:#edf3f2;padding:8px;width:34%;" | 函数 ! scope="col" style="text-align:left;background:#edf3f2;padding:8px;" | 说明 |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">AcceptRide()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">AskDetailByGuid(string)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">AskEquipDetial()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">AskEvaluateAndLevelup()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_OPEN_EVALUATE;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">AskLevelUp(number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">AskLevelUpAfterValidate()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">AskNewLevelUpCode()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">AskRet2SelServer()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">CacheMainTarget()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">DisbandRide()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">EquipItem(number, number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">GetMountID()</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">GetPlayerFromList(number)</code><br /><small style="color:#657078;">6 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">GetRideStatic()</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">GetTargetPlayerGUID()</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">InviteRide()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">IsItemExist(number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |} == 系统与设置(17) == {| class="wikitable" style="width:100%;table-layout:fixed;border-collapse:collapse;font-size:13px;" ! scope="col" style="text-align:left;background:#edf3f2;padding:8px;width:34%;" | 函数 ! scope="col" style="text-align:left;background:#edf3f2;padding:8px;" | 说明 |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">ClearAllTimer()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Script/GMUITimer.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">KillTimer(number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Script/GMUITimer.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">PlaySound(number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">QuitApplication(string)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_QUEST_QUIT_GAME;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">SafeBox(string, number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_TOGLE_INPUT_MONEY、GE_SAFEBOX_UNLOCK_CONFIRM、GE_SAFEBOX_LOCK_CONFIRM、GE_CLOSE_SAFEBOX_CONFIRM、GE_CLOSE_INPUT_MONEY;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">Send_XSCRIPT()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">SendAUTOMove(number, number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">SendChatMessage()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">SendGMCommand(string)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">SendModifyMinorPassword(string)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_NEW_DEBUGMESSAGE;操作客户端界面;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">SendSafeSignMsg()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">SendScrollInfo(string)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_SET_SCROLLINFO;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">SendSetMinorPassword(string)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">SendSetProtectTimeMsg(number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">ServerLogin()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">UTF8Length(string)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Script/GMScriptSystm.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">UTF8Prefix(string, number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Script/GMScriptSystm.cpp</small> |} == 其他(102) == {| class="wikitable" style="width:100%;table-layout:fixed;border-collapse:collapse;font-size:13px;" ! scope="col" style="text-align:left;background:#edf3f2;padding:8px;width:34%;" | 函数 ! scope="col" style="text-align:left;background:#edf3f2;padding:8px;" | 说明 |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">AnswerLevelUpCode(string)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">AutoHit()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">AutoRunToTarget(number, number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">AxTrace(number, number, string)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">BankAcquireListWithPW(string)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">CancelLockAfterConfirm()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">CancelQuitWait()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">Clear_XSCRIPT()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">CollectMissionOutline()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">ComposeItem_Begin(number, number, number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">ComposeItem_Cancel(number, number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_PROGRESSBAR_HIDE;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">ConvertStringToURLCoding(string)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">DiscardItem()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_NEW_DEBUGMESSAGE;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">DiscardItemCancelLocked()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_PACKAGE_ITEM_CHANGED;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">DuelAccept()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">DuelByGuid_OKClicked()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">DuelByName_OKClicked()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">EnumAction(number, string)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">EnumCampaign(number, number, string)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">EnumMethod(number)</code><br /><small style="color:#657078;">3 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">FakeObj_SetCamera(string, number, number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">FindFriendQuery(number, number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_ZHENGYOUPT_NOTIFY_INPUT_YAOQIU;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">FlashTeamButton()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_TEAM_NOTIFY_APPLY;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">ForceUnLockMinorPassword()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_NEW_DEBUGMESSAGE;操作客户端界面;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">Get_XParam_INT(number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">Get_XParam_STR(number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">GetActionNum(string)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">GetCampaignCount(number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">GetCurClientSize()</code><br /><small style="color:#657078;">2 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">GetCurMousePos()</code><br /><small style="color:#657078;">2 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">GetCurrentSceneName()</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">GetCurrentSceneNameById(number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">GetCurrentTime()</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">GetGlobalInteger(string)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">GetItemBindStatus(number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">GetMasterName()</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">GetMethodNumber(number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">GetMissionOutlineInfo(number, number)</code><br /><small style="color:#657078;">10 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">GetMissionOutlineNum(number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">GetMousePos()</code><br /><small style="color:#657078;">2 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">GetOperationType()</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">GetSceneID()</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">GetSceneSize()</code><br /><small style="color:#657078;">2 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">GetShopType(string)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">GetSkillImage(number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">GetStudySkillLevel(number, number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">GetStudySkillMoney(number, number)</code><br /><small style="color:#657078;">4 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">GetStudySkillMS(number, number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">GetStudySkillName(number, number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">GetUplevelXinfaSpendExp(number, number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">GetUplevelXinfaSpendMoney(number, number)</code><br /><small style="color:#657078;">4 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">GetXinfaLevel(number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">IsIdleLogic()</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">IsInStall()</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">IsMinorPwdSetup()</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">IsMoveLogic()</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">IsWindowShow(string)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 操作客户端界面<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">LockAfterConfirm()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">Lua_SetProtectTime(number, number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_CHANGEPROTECTTIME;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">ModifyMinorPassword(string, string)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">MouseCmd_ShopFittingSet()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">MsgBall(string, number, string)</code><br /><small style="color:#657078;">2 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMMessageBall.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">NewUserCard(string)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_NEWUSERCARD_CHECK_RESULT、GE_GAMELOGIN_SHOW_SYSTEM_INFO;操作客户端界面;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">OtherInfoPage()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_OPEN_OTHER_INFO;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">PopSystemNotice()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">PrepearAddFriend()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">PrepearAsunder()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_NEW_DEBUGMESSAGE;操作客户端界面;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">PrepearBuyMult()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">PrepearExchange()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_NEW_DEBUGMESSAGE;操作客户端界面;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">PrepearSale()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">PushDebugMessage(string)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_NEW_DEBUGMESSAGE;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">QuestFrameAcceptClicked()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">QuestFrameMissionAbnegate(number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">QuestFrameMissionComplete(number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">QuestFrameMissionContinue()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">QuestFrameOptionClicked(number, number, number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">QuestFrameRefuseClicked()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">RepairAll()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">RepairOne()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">RequestAddOrEditFindFriendInfo(number, number, number, number, number, number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">RequestDeleteFindFriendInfo(number, number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">RequestFindFriendDetailInfo(number, number, number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_ZHENGYOUPT_RESPONSE_PLAYERDETAILINFO;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">RequestFindFriendList(number, number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_ZHENGYOUPT_RESPONSE_SEARCHPLAYERLIST;读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">RequestSearchFindFriendInfo(number, number, number, number, number, number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">RequestServerNoteLog(number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">RequestVoteFindFriendInfo(number, number, number, number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">RestoreShopFitting()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">RevengeAccept()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">SkillsStudyFrame_study(number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">StopMove()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">ToAUTOHit()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 触发客户端事件 GE_GAMELOGIN_SYSTEM_INFO_YESNO<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">UnLockMinorPassword(string)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">WRAskTime()</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 读取客户端本地数据<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">WRBOSSTblCollectVisiableContex(number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">WRBOSSTblGetContexInfo(number)</code><br /><small style="color:#657078;">2 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">WRCollectVisiableContex(number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">WRCollectVisiableContexEx(number, number, number)</code><br /><small style="color:#657078;">无返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">WRGetContexType(number, number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">WRGetTitle(number, number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">WRGetVisiableContex(number, number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">WRGetVisiableContexCount()</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |- | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">WRGetVisiableContexID(number)</code><br /><small style="color:#657078;">1 个返回值</small> | style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 实现体未体现明确的外部效果<br /><small style="color:#657078;">Game/Interface/GMGameInterface_Script.cpp</small> |} </div>
返回
Lua接口/客户端函数索引/全局函数
。
导航菜单
页面操作
页面
讨论
阅读
查看源代码
历史
页面操作
页面
讨论
更多
工具
个人工具
创建账号
登录
导航
首页
最近更改
随机页面
MediaWiki帮助
特殊页面
搜索
工具
链入页面
相关更改
页面信息