diff --git a/Mirserver/DBServer/dbsrc.ini b/Mirserver/DBServer/dbsrc.ini
index ea6a0b18..496f12c8 100644
--- a/Mirserver/DBServer/dbsrc.ini
+++ b/Mirserver/DBServer/dbsrc.ini
@@ -3,7 +3,7 @@ ServerName=996Mir
ServerAddr=127.0.0.1
GatePort=7200
GateAddr=127.0.0.1
-ServerPath=E:\传奇版本\bayuMir\Mirserver\DBServer\
+ServerPath=F:\八域攻速\bayuMir\Mirserver\DBServer\
plateformid=1881
DynamicIPMode=0
Attack=0
@@ -28,12 +28,12 @@ ServerID=1881
ServerType=0
[DBSetup]
-HeroDBName=box
-SQLIP=127.0.0.1
+HeroDBName=box_6
+SQLIP=10.10.10.1
SQLUSERNAME=sa
SQLPASSWORD=www.996m2.com
SQLPORT=1433
[DB]
-LogDir=E:\传奇版本\bayuMir\Mirserver\DBServer\\Log\
+LogDir=F:\八域攻速\bayuMir\Mirserver\DBServer\\Log\
diff --git a/Mirserver/Mir200/!Setup.txt b/Mirserver/Mir200/!Setup.txt
index 3f77e233..e2694f42 100644
--- a/Mirserver/Mir200/!Setup.txt
+++ b/Mirserver/Mir200/!Setup.txt
@@ -221,18 +221,18 @@ BoneKingMonster1=BoneCaptain
BoneKingMonster2=BoneArcher
BoneKingMonster3=BoneSpearman
[Share]
-BaseDir=E:\传奇版本\bayuMir\Mirserver\Mir200\share\
-GuildDir=E:\传奇版本\bayuMir\Mirserver\Mir200\GuildBase\Guilds\
-GuildFile=E:\传奇版本\bayuMir\Mirserver\Mir200\ShareV\
+BaseDir=F:\八域攻速\bayuMir\Mirserver\Mir200\share\
+GuildDir=F:\八域攻速\bayuMir\Mirserver\Mir200\GuildBase\Guilds\
+GuildFile=F:\八域攻速\bayuMir\Mirserver\Mir200\ShareV\
VentureDir=d:\Mirserver11\Mir200\ShareV\
-ConLogDir=E:\传奇版本\bayuMir\Mirserver\Mir200\ConLogDir\
-CastleDir=E:\传奇版本\bayuMir\Mirserver\Mir200\Castle\
-EnvirDir=E:\传奇版本\bayuMir\Mirserver\Mir200\Envir\
-MapDir=E:\传奇版本\bayuMir\Mirserver\Mir200\map\
-NoticeDir=E:\传奇版本\bayuMir\Mirserver\Mir200\Notice\
+ConLogDir=F:\八域攻速\bayuMir\Mirserver\Mir200\ConLogDir\
+CastleDir=F:\八域攻速\bayuMir\Mirserver\Mir200\Castle\
+EnvirDir=F:\八域攻速\bayuMir\Mirserver\Mir200\Envir\
+MapDir=F:\八域攻速\bayuMir\Mirserver\Mir200\map\
+NoticeDir=F:\八域攻速\bayuMir\Mirserver\Mir200\Notice\
PlugDir=.\
-LogDir=E:\传奇版本\bayuMir\Mirserver\Mir200\Log\
-CastleFile=E:\传奇版本\bayuMir\Mirserver\Mir200\Castle\List.txt
+LogDir=F:\八域攻速\bayuMir\Mirserver\Mir200\Log\
+CastleFile=F:\八域攻速\bayuMir\Mirserver\Mir200\Castle\List.txt
PayMentPointName=秒卡点
ChatDir=.\ChatLog\
GameGold=人民币
diff --git a/Mirserver/Mir200/Envir/Market_Def/QFunction-0.lua b/Mirserver/Mir200/Envir/Market_Def/QFunction-0.lua
index 6da02322..c00801b6 100644
--- a/Mirserver/Mir200/Envir/Market_Def/QFunction-0.lua
+++ b/Mirserver/Mir200/Envir/Market_Def/QFunction-0.lua
@@ -322,12 +322,14 @@ end
function addbagbefore(actor, itemMakeIndex, itemIndex)
- ---* 未开通特权绑定
- if getflagstatus(actor, VarCfg.Falg_tequan) == 0 then
+ ---* 未开通月卡绑定; 王者特权不再附带掉落不绑定
+ local yueKaExpireTime = Player.getTLint(actor, VarCfg.Player.TL.int["月卡"]) or 0
+ if yueKaExpireTime <= os.time() then
Item.Setstate(actor, itemMakeIndex)
end
end
+
function addbag(actor, itemMakeIndex, itemIndex)
local Info = {}
Info.player = Player.getname(actor)
diff --git a/Mirserver/Mir200/Envir/QuestDiary/config/VarCfg.lua b/Mirserver/Mir200/Envir/QuestDiary/config/VarCfg.lua
index b86dfe91..e19f6dc9 100644
--- a/Mirserver/Mir200/Envir/QuestDiary/config/VarCfg.lua
+++ b/Mirserver/Mir200/Envir/QuestDiary/config/VarCfg.lua
@@ -79,6 +79,7 @@ VarCfg.Player.TL.int["
VarCfg.Player.TL.int["每日充值"] = "INT_每日充值金额" ---* 每日充值金额
VarCfg.Player.TL.int["每日充值领取"] = "INT_每日充值领取" ---* 每日充值领取记录
VarCfg.Player.TL.int["灵魂祭坛"] = "INT_灵魂祭坛每日次数" ---* 灵魂祭坛每日次数
+VarCfg.Player.TL.int["月卡"] = "INT_月卡" ---* 月卡到期时间戳
VarCfg.Player.TL.int["个人天关进入"] = "INT_个人天关进入" ---* 个人天关进入记录
diff --git a/Mirserver/Mir200/Envir/QuestDiary/娓告垙鍔熻兘/A0_閫氱敤绫/鏈堝崱.lua b/Mirserver/Mir200/Envir/QuestDiary/娓告垙鍔熻兘/A0_閫氱敤绫/鏈堝崱.lua
new file mode 100644
index 00000000..4310ed2f
--- /dev/null
+++ b/Mirserver/Mir200/Envir/QuestDiary/娓告垙鍔熻兘/A0_閫氱敤绫/鏈堝崱.lua
@@ -0,0 +1,52 @@
+YueKaOBJ = Up_BaseClass:new()
+
+YueKaOBJ._name = "YueKaOBJ"
+
+YueKaOBJ.cfg = {
+ price = 680,
+ days = 30,
+ xh = { { "元宝", 680, 1 } },
+}
+
+---* 加入上线同步数据
+Player.sycCfg[YueKaOBJ._name] = YueKaOBJ.cfg
+
+function YueKaOBJ:getExpireTime(actor)
+ return Player.getTLint(actor, VarCfg.Player.TL.int["月卡"]) or 0
+end
+
+function YueKaOBJ:getRemainDays(actor)
+ local expireTime = self:getExpireTime(actor)
+ local nowTime = os.time()
+ if expireTime <= nowTime then
+ return 0
+ end
+ return math.ceil((expireTime - nowTime) / 86400)
+end
+
+function YueKaOBJ:main(actor)
+ local data = {}
+ data.cfg = self.cfg
+ data.expireTime = self:getExpireTime(actor)
+ Message:SubLink(actor, self._name .. "_main", data)
+end
+
+function YueKaOBJ:buy(actor)
+ local nowTime = os.time()
+ local expireTime = self:getExpireTime(actor)
+ local baseTime = expireTime > nowTime and expireTime or nowTime
+ local newExpireTime = baseTime + self.cfg.days * 24 * 60 * 60
+
+ if Func.takeitmes(actor, self.cfg.xh, true, true) then
+ Player.setTLint(actor, VarCfg.Player.TL.int["月卡"], newExpireTime, newExpireTime)
+ changemoney(actor,ConstCfg.sysMoney["绑定金币"],"+",100000,"开通月卡",true)
+ local remainDays = math.ceil((newExpireTime - nowTime) / 86400)
+ Func.sendmsg9(actor, string.format("[月卡]:#70|开通成功,当前剩余#251|%d天#215|.", remainDays))
+ sendmsgnew(actor, 251, 0,
+ string.format("<[月卡特权]/FCOLOR=70>恭喜<[%s]/FCOLOR=249>成功开通月卡,掉落装备不绑定!", Player.getname(actor)), 1, 3)
+ end
+end
+
+
+YueKaOBJ.allowFunc = { "main", "buy" }
+return YueKaOBJ
\ No newline at end of file
diff --git a/Mirserver/Mir200/Envir/RedVar.txt b/Mirserver/Mir200/Envir/RedVar.txt
index c3041171..dc17fbeb 100644
--- a/Mirserver/Mir200/Envir/RedVar.txt
+++ b/Mirserver/Mir200/Envir/RedVar.txt
@@ -32,3 +32,4 @@ $HUMAN(INT_每
$GLOBAL(STR_MiGongBOSSInfo)
$HUMAN(STR_特戒盒子)
$HUMAN(INT_攻城区域计秒)
+$HUMAN(INT_月卡)
diff --git a/client/dev/.vscode/Client.code-snippets b/client/dev/.vscode/Client.code-snippets
index f510e85e..91a63ac3 100644
--- a/client/dev/.vscode/Client.code-snippets
+++ b/client/dev/.vscode/Client.code-snippets
@@ -1,7137 +1,8258 @@
{
- "鍒涘缓绐楀彛鎺т欢":{
- "prefix":"GUI:Win_Create",
- "description":"鍒涘缓绐楀彛鎺т欢",
- "body":"GUI:Win_Create(ID,X,Y,W,H,Main,Last,NV,EscC,IsRev,NpcID,Rpos,Type)"
- },
- "鍒涘缓鍥剧墖鎺т欢":{
- "prefix":"GUI:Image_Create",
- "description":"鍒涘缓鍥剧墖鎺т欢",
- "body":"GUI:Image_Create(Parent,ID,X,Y,nimg)"
- },
- "鍒涘缓鎸夐挳鎺т欢":{
- "prefix":"GUI:Button_Create",
- "description":"鍒涘缓鎸夐挳鎺т欢",
- "body":"GUI:Button_Create(Parent, ID, X, Y, nimg)"
- },
- "鍒涘缓鏂囨湰鎺т欢":{
- "prefix":"GUI:Text_Create",
- "description":"鍒涘缓鏂囨湰鎺т欢",
- "body":"GUI:Text_Create(Parent, ID, X, Y, fontSize, fontColor, str)"
- },
- "鍒涘缓Bmp鏂囨湰":{
- "prefix":"GUI:BmpText_Create",
- "description":"鍒涘缓Bmp鏂囨湰",
- "body":"GUI:BmpText_Create(parent, ID, x, y, fontColor, str, fontPath)"
- },
- "鍒涘缓鑹烘湳瀛楁枃鏈":{
- "prefix":"GUI:TextAtlas_Create",
- "description":"鍒涘缓鑹烘湳瀛楁枃鏈",
- "body":"GUI:TextAtlas_Create(parent, ID, x, y, stringValue, charMapFile, itemWidth, itemHeight, startCharMap, sheet)"
- },
- "鍒涘缓瀵屾枃鏈":{
- "prefix":"GUI:RichText_Create",
- "description":"鍒涘缓瀵屾枃鏈",
- "body":"GUI:RichText_Create(parent, ID, x, y, str, width, fontSize, fontColor, vspace, hyperlinkCB, defaultFontFace)"
- },
- "鍒涘缓鍘熷瀵屾枃鏈":{
- "prefix":"GUI:RichTextFCOLOR_Create",
- "description":"鍒涘缓鍘熷瀵屾枃鏈",
- "body":"GUI:RichTextFCOLOR_Create(parent, ID, x, y, str, width, fontSize, color, vspace, hyperlinkCB, fontPath, outlineParam)"
- },
- "鍒涘缓鑷畾涔夌粍鍚堝瘜鏂囨湰":{
- "prefix":"GUI:RichTextCombine_Create",
- "description":"鍒涘缓鑷畾涔夌粍鍚堝瘜鏂囨湰",
- "body":"GUI:RichTextCombine_Create(parent, ID, x, y, width, vspace)"
- },
- "鍒涘缓鑷畾涔夌粍鍚堝瘜鏂囨湰cell":{
- "prefix":"GUI:RichTextCombineCell_Create",
- "description":"鍒涘缓鑷畾涔夌粍鍚堝瘜鏂囨湰cell",
- "body":"GUI:RichTextCombineCell_Create(parent, ID, x, y, type, param)"
- },
- "鍒涘缓婊氬姩鏂囨湰":{
- "prefix":"GUI:ScrollText_Create",
- "description":"鍒涘缓婊氬姩鏂囨湰",
- "body":"GUI:ScrollText_Create(parent, ID, x, y, width, fontSize, fontColor, str, scrollTime, fontPath)"
- },
- "鍒涘缓鑺傜偣":{
- "prefix":"GUI:Node_Create",
- "description":"鍒涘缓鑺傜偣",
- "body":"GUI:Node_Create(parent, ID, x, y)"
- },
- "鍒涘缓Widget":{
- "prefix":"GUI:Widget_Create",
- "description":"鍒涘缓Widget",
- "body":"GUI:Widget_Create(parent, ID, x, y, width, height)"
- },
- "鍒涘缓鐗╁搧妗":{
- "prefix":"GUI:ItemShow_Create",
- "description":"鍒涘缓鐗╁搧妗",
- "body":"GUI:ItemShow_Create(parent, ID, x, y, setData)"
- },
- "鍒涘缓鐗╁搧鏀惧叆妗":{
- "prefix":"GUI:ItemBox_Create",
- "description":"鍒涘缓鐗╁搧鏀惧叆妗",
- "body":"GUI:ItemBox_Create(parent, ID, x, y, img, boxindex, stdmode)"
- },
- "鍒涘缓澶嶉夋":{
- "prefix":"GUI:CheckBox_Create",
- "description":"鍒涘缓澶嶉夋",
- "body":"GUI:CheckBox_Create(parent, ID, x, y, nimg, pimg)"
- },
- "鍒涘缓杈撳叆妗":{
- "prefix":"GUI:TextInput_Create",
- "description":"鍒涘缓杈撳叆妗",
- "body":"GUI:TextInput_Create(parent, ID, x, y, width, height, fontSize)"
- },
- "鍒涘缓婊氬姩鏉":{
- "prefix":"GUI:Slider_Create",
- "description":"鍒涘缓婊氬姩鏉",
- "body":"GUI:Slider_Create(parent, ID, x, y, barimg, pbarimg, nimg)"
- },
- "鍒涘缓鍦嗗舰杩涘害鏉":{
- "prefix":"GUI:ProgressTimer_Create",
- "description":"鍒涘缓鍦嗗舰杩涘害鏉",
- "body":"GUI:ProgressTimer_Create(parent, ID, x, y, img)"
- },
- "鍒涘缓杩涘害鏉":{
- "prefix":"GUI:LoadingBar_Create",
- "description":"鍒涘缓杩涘害鏉",
- "body":"GUI:LoadingBar_Create(parent, ID, x, y, nimg, direction)"
- },
- "鍒涘缓鐗规晥":{
- "prefix":"GUI:Effect_Create",
- "description":"鍒涘缓鐗规晥",
- "body":"GUI:Effect_Create(parent, ID, x, y, effecttype, effectid, sex, act, dir, speed)"
- },
- "鍒涘缓浜虹墿妯″瀷":{
- "prefix":"GUI:UIModel_Create",
- "description":"鍒涘缓浜虹墿妯″瀷",
- "body":"GUI:UIModel_Create(parent, ID, x, y, sex, feature, scale, useStaticScale, job, ext_param)"
- },
- "鍒涘缓灞傚鍣":{
- "prefix":"GUI:Layout_Create",
- "description":"鍒涘缓灞傚鍣",
- "body":"GUI:Layout_Create(parent, ID, x, y, width, height, isClip)"
- },
- "鍒涘缓鍒楄〃瀹瑰櫒(TableView)":{
- "prefix":"GUI:TableView_Create",
- "description":"鍒涘缓鍒楄〃瀹瑰櫒(TableView)",
- "body":"GUI:TableView_Create(parent, ID, x, y, width, height, direction, cellWid, cellHei, num)"
- },
- "鍒涘缓婊氬姩瀹瑰櫒":{
- "prefix":"GUI:ScrollView_Create",
- "description":"鍒涘缓婊氬姩瀹瑰櫒",
- "body":"GUI:ScrollView_Create(parent, ID, x, y, width, height, direction)"
- },
- "鍒涘缓缈婚〉瀹瑰櫒":{
- "prefix":"GUI:PageView_Create",
- "description":"鍒涘缓缈婚〉瀹瑰櫒",
- "body":"GUI:PageView_Create(parent, ID, x, y, width, height, direction)"
- },
- "鍒涘缓婊氬姩瀹瑰櫒瀛愯妭鐐":{
- "prefix":"GUI:QuickCell_Create",
- "description":"鍒涘缓婊氬姩瀹瑰櫒瀛愯妭鐐",
- "body":"GUI:QuickCell_Create(parent, ID, x, y, w, h, createCB, activeCB)"
- },
- "鍒涘缓搴忓垪甯у姩鐢":{
- "prefix":"GUI:Frames_Create",
- "description":"鍒涘缓搴忓垪甯у姩鐢",
- "body":"GUI:Frames_Create(parent, ID, x, y, prefix, suffix, beginframe, finishframe, ext)"
- },
- "鍒涘缓绮掑瓙鐗规晥":{
- "prefix":"GUI:ParticleEffect_Create",
- "description":"鍒涘缓绮掑瓙鐗规晥",
- "body":"GUI:ParticleEffect_Create(parent, ID, x, y, res)"
- },
- "鍒涘缓楠ㄩ鍔ㄧ敾":{
- "prefix":"GUI:SpineAnim_Create",
- "description":"鍒涘缓楠ㄩ鍔ㄧ敾",
- "body":"GUI:SpineAnim_Create(parent, ID, x, y, jsonPath, atlasPath, trackIndex, name, loop)"
- },
- "鍒涘缓鎷栨嫿瀹瑰櫒":{
- "prefix":"GUI:MoveWidget_Create",
- "description":"鍒涘缓鎷栨嫿瀹瑰櫒",
- "body":"GUI:MoveWidget_Create(parent, ID, x, y, width, height, from, ext)"
- },
- "鍒涘缓鍒浘":{
- "prefix":"GUI:ScrapePic_Create",
- "description":"鍒涘缓鍒浘",
- "body":"GUI:ScrapePic_Create(parent, ID, x, y, showImg, maskImg, clearHei, moveTime, beginTime, callback)"
- },
- "鍒涘缓鏃嬭浆瀹瑰櫒":{
- "prefix":"GUI:RotateView_Create",
- "description":"鍒涘缓鏃嬭浆瀹瑰櫒",
- "body":"GUI:RotateView_Create(parent, ID, x, y, width, height, scrollGap, param)"
- },
- "鍒涘缓瑁呭妗":{
- "prefix":"GUI:EquipShow_Create",
- "description":"鍒涘缓瑁呭妗",
- "body":"GUI:EquipShow_Create(parent, ID, x, y, pos, isHero, data)"
- },
- "鍒涘缓娓愬彉瀛楁枃鏈":{
- "prefix":"GUI:GradientColorText_Create",
- "description":"鍒涘缓娓愬彉瀛楁枃鏈",
- "body":"GUI:GradientColorText_Create(parent, ID, x, y, size, txt, color1,color2,param1,param2)"
- },
- "鍒涘缓鍒楄〃瀹瑰櫒(ListView)":{
- "prefix":"GUI:ListView_Create",
- "description":"鍒涘缓鍒楄〃瀹瑰櫒(ListView)",
- "body":"GUI:ListView_Create(parent, ID, x, y, width, height, direction)"
- },
- "鍒涘缓瑙嗛鎾斁鍣":{
- "prefix":"GUI:VideoPlayer_Create",
- "description":"鍒涘缓瑙嗛鎾斁鍣",
- "body":"GUI:VideoPlayer_Create(parent, ID, x, y, width, height)"
- },
- "鑾峰彇鐣岄潰鎺т欢":{
- "prefix":"GUI:GetWindow",
- "description":"鑾峰彇鐣岄潰鎺т欢",
- "body":"GUI:GetWindow(parent, ID)"
- },
- "鑾峰彇鎺т欢鑷畾涔夊弬鏁":{
- "prefix":"GUI:Win_GetParam",
- "description":"鑾峰彇鎺т欢鑷畾涔夊弬鏁",
- "body":"GUI:Win_GetParam(widget)"
- },
- "鑾峰彇鎸夐挳鏂囧瓧":{
- "prefix":"GUI:Button_getTitleText",
- "description":"鑾峰彇鎸夐挳鏂囧瓧",
- "body":"GUI:Button_getTitleText(widget)"
- },
- "鑾峰彇鏂囨湰":{
- "prefix":"GUI:Text_getString",
- "description":"鑾峰彇鏂囨湰",
- "body":"GUI:Text_getString(widget)"
- },
- "鑾峰彇鑹烘湳瀛楁枃鏈":{
- "prefix":"GUI:TextAtlas_getString",
- "description":"鑾峰彇鑹烘湳瀛楁枃鏈",
- "body":"GUI:TextAtlas_getString(widget)"
- },
- "鑾峰彇婊氬姩鏂囨湰鍐呭":{
- "prefix":"GUI:ScrollText_getString",
- "description":"鑾峰彇婊氬姩鏂囨湰鍐呭",
- "body":"GUI:ScrollText_getString(widget)"
- },
- "鑾峰彇瀵瑰簲ID鏀剧疆妗嗙殑鐗╁搧鏁版嵁":{
- "prefix":"GUI:ItemBox_GetItemData",
- "description":"鑾峰彇瀵瑰簲ID鏀剧疆妗嗙殑鐗╁搧鏁版嵁",
- "body":"GUI:ItemBox_GetItemData(widget, boxindex)"
- },
- "鑾峰彇澶嶉夋鏄惁閫変腑":{
- "prefix":"GUI:CheckBox_isSelected",
- "description":"鑾峰彇澶嶉夋鏄惁閫変腑",
- "body":"GUI:CheckBox_isSelected(widget)"
- },
- "鑾峰彇杈撳叆妗嗘枃鏈":{
- "prefix":"GUI:TextInput_getString",
- "description":"鑾峰彇杈撳叆妗嗘枃鏈",
- "body":"GUI:TextInput_getString(widget)"
- },
- "鑾峰緱婊氬姩鏉¤繘搴":{
- "prefix":"GUI:Slider_getPercent",
- "description":"鑾峰緱婊氬姩鏉¤繘搴",
- "body":"GUI:Slider_getPercent(widget)"
- },
- "鑾峰彇鍦嗗舰杩涘害鏉$櫨鍒嗘瘮":{
- "prefix":"GUI:ProgressTimer_getPercentage",
- "description":"鑾峰彇鍦嗗舰杩涘害鏉$櫨鍒嗘瘮",
- "body":"GUI:ProgressTimer_getPercentage(widget)"
- },
- "鑾峰彇杩涘害鏉¤繘搴":{
- "prefix":"GUI:LoadingBar_getPercent",
- "description":"鑾峰彇杩涘害鏉¤繘搴",
- "body":"GUI:LoadingBar_getPercent(widget)"
- },
- "鑾峰彇杩涘害鏉¢鑹":{
- "prefix":"GUI:LoadingBar_getColor",
- "description":"鑾峰彇杩涘害鏉¢鑹",
- "body":"GUI:LoadingBar_getColor(widget)"
- },
- "鑾峰彇灞傝儗鏅浘鐗囨枃浠惰矾寰":{
- "prefix":"GUI:Layout_getBackGroundImageFile",
- "description":"鑾峰彇灞傝儗鏅浘鐗囨枃浠惰矾寰",
- "body":"GUI:Layout_getBackGroundImageFile(widget)"
- },
- "鑾峰彇鍒楄〃瀹瑰櫒闂撮殧":{
- "prefix":"GUI:ListView_getItemsMargin",
- "description":"鑾峰彇鍒楄〃瀹瑰櫒闂撮殧",
- "body":"GUI:ListView_getItemsMargin(widget)"
- },
- "鑾峰彇鍒楄〃瀹瑰櫒鏈椤堕儴鍙鑼冨洿瀛愯妭鐐":{
- "prefix":"GUI:ListView_getTopmostItemInCurrentView",
- "description":"鑾峰彇鍒楄〃瀹瑰櫒鏈椤堕儴鍙鑼冨洿瀛愯妭鐐",
- "body":"GUI:ListView_getTopmostItemInCurrentView(widget)"
- },
- "鑾峰彇鍒楄〃瀹瑰櫒鏈搴曢儴閮ㄥ彲瑙佽寖鍥村瓙鑺傜偣":{
- "prefix":"GUI:ListView_getBottommostItemInCurrentView",
- "description":"鑾峰彇鍒楄〃瀹瑰櫒鏈搴曢儴閮ㄥ彲瑙佽寖鍥村瓙鑺傜偣",
- "body":"GUI:ListView_getBottommostItemInCurrentView(widget)"
- },
- "鑾峰彇瀛愯妭鐐瑰簭鍒楀彿":{
- "prefix":"GUI:ListView_getItemIndex",
- "description":"鑾峰彇瀛愯妭鐐瑰簭鍒楀彿",
- "body":"GUI:ListView_getItemIndex(widget, value)"
- },
- "閫氳繃瀛愯妭鐐瑰簭鍒楀彿鑾峰彇瀛愯妭鐐瑰璞":{
- "prefix":"GUI:ListView_getItemByIndex",
- "description":"閫氳繃瀛愯妭鐐瑰簭鍒楀彿鑾峰彇瀛愯妭鐐瑰璞",
- "body":"GUI:ListView_getItemByIndex(widget, value)"
- },
- "鑾峰彇鍒楄〃瀹瑰櫒鎵鏈夊瓙鑺傜偣瀵硅薄":{
- "prefix":"GUI:ListView_getItems",
- "description":"鑾峰彇鍒楄〃瀹瑰櫒鎵鏈夊瓙鑺傜偣瀵硅薄",
- "body":"GUI:ListView_getItems(widget)"
- },
- "鑾峰彇鍒楄〃瀹瑰櫒鎵鏈夊瓙鑺傜偣鏁伴噺":{
- "prefix":"GUI:ListView_getItemCount",
- "description":"鑾峰彇鍒楄〃瀹瑰櫒鎵鏈夊瓙鑺傜偣鏁伴噺",
- "body":"GUI:ListView_getItemCount(widget)"
- },
- "鑾峰彇鍒楄〃瀹瑰櫒婊氬姩鑼冨洿澶у皬":{
- "prefix":"GUI:ListView_getInnerContainerSize",
- "description":"鑾峰彇鍒楄〃瀹瑰櫒婊氬姩鑼冨洿澶у皬",
- "body":"GUI:ListView_getInnerContainerSize(widget)"
- },
- "鑾峰彇鍒楄〃瀹瑰櫒鍐呴儴婊氬姩鍖哄煙鍧愭爣":{
- "prefix":"GUI:ListView_getInnerContainerPosition",
- "description":"鑾峰彇鍒楄〃瀹瑰櫒鍐呴儴婊氬姩鍖哄煙鍧愭爣",
- "body":"GUI:ListView_getInnerContainerPosition(widget)"
- },
- "鑾峰彇婊氬姩瀹瑰櫒婊氬姩鑼冨洿澶у皬":{
- "prefix":"GUI:ScrollView_getInnerContainerSize",
- "description":"鑾峰彇婊氬姩瀹瑰櫒婊氬姩鑼冨洿澶у皬",
- "body":"GUI:ScrollView_getInnerContainerSize(widget)"
- },
- "鑾峰彇瀹瑰櫒鍐呴儴婊氬姩鍖哄煙鍧愭爣":{
- "prefix":"GUI:ScrollView_getInnerContainerPosition",
- "description":"鑾峰彇瀹瑰櫒鍐呴儴婊氬姩鍖哄煙鍧愭爣",
- "body":"GUI:ScrollView_getInnerContainerPosition(widget)"
- },
- "鑾峰彇褰撳墠瀛愰〉闈㈠簭鍒楀彿":{
- "prefix":"GUI:PageView_getCurrentPageIndex",
- "description":"鑾峰彇褰撳墠瀛愰〉闈㈠簭鍒楀彿",
- "body":"GUI:PageView_getCurrentPageIndex(widget)"
- },
- "鑾峰彇缈婚〉瀹瑰櫒瀛愰〉闈":{
- "prefix":"GUI:PageView_getItems",
- "description":"鑾峰彇缈婚〉瀹瑰櫒瀛愰〉闈",
- "body":"GUI:PageView_getItems(widget)"
- },
- "鑾峰彇缈婚〉瀹瑰櫒瀛愰〉闈㈡暟閲":{
- "prefix":"GUI:PageView_getItemCount",
- "description":"鑾峰彇缈婚〉瀹瑰櫒瀛愰〉闈㈡暟閲",
- "body":"GUI:PageView_getItemCount(widget)"
- },
- "鑾峰彇鍒楄〃瀹瑰櫒鍐呴儴鍖哄煙鍋忕Щ浣嶇疆":{
- "prefix":"GUI:TableView_getContentOffset",
- "description":"鑾峰彇鍒楄〃瀹瑰櫒鍐呴儴鍖哄煙鍋忕Щ浣嶇疆",
- "body":"GUI:TableView_getContentOffset(widget)"
- },
- "鑾峰彇瀹瑰櫒cell鐨勪笅鏍/搴忓垪鍙":{
- "prefix":"GUI:TableViewCell_getIdx",
- "description":"鑾峰彇瀹瑰櫒cell鐨勪笅鏍/搴忓垪鍙",
- "body":"GUI:TableViewCell_getIdx(cell)"
- },
- "鑾峰彇瀵瑰簲涓嬫爣item娣诲姞鐨勫瓙鑺傜偣":{
- "prefix":"GUI:RotateView_getChildByIndex",
- "description":"鑾峰彇瀵瑰簲涓嬫爣item娣诲姞鐨勫瓙鑺傜偣",
- "body":"GUI:RotateView_getChildByIndex(widget, index)"
- },
- "鑾峰彇瀵瑰簲涓嬫爣item":{
- "prefix":"GUI:RotateView_getItemByIndex",
- "description":"鑾峰彇瀵瑰簲涓嬫爣item",
- "body":"GUI:RotateView_getItemByIndex(widget, index)"
- },
- "鑾峰彇鐖惰妭鐐圭殑蹇嵎瀛愭帶浠剁粍":{
- "prefix":"GUI:ui_delegate",
- "description":"鑾峰彇鐖惰妭鐐圭殑蹇嵎瀛愭帶浠剁粍",
- "body":"GUI:ui_delegate(parent)"
- },
- "鑾峰彇涓荤晫闈㈠乏涓婃寕鎺ョ偣":{
- "prefix":"GUI:Attach_LeftTop",
- "description":"鑾峰彇涓荤晫闈㈠乏涓婃寕鎺ョ偣",
- "body":"GUI:Attach_LeftTop()"
- },
- "鑾峰彇涓荤晫闈㈠彸涓婃寕鎺ョ偣":{
- "prefix":"GUI:Attach_RightTop",
- "description":"鑾峰彇涓荤晫闈㈠彸涓婃寕鎺ョ偣",
- "body":"GUI:Attach_RightTop()"
- },
- "鑾峰彇涓荤晫闈㈠乏涓嬫寕鎺ョ偣":{
- "prefix":"GUI:Attach_LeftBottom",
- "description":"鑾峰彇涓荤晫闈㈠乏涓嬫寕鎺ョ偣",
- "body":"GUI:Attach_LeftBottom()"
- },
- "鑾峰彇涓荤晫闈㈠彸涓嬫寕鎺ョ偣":{
- "prefix":"GUI:Attach_RightBottom",
- "description":"鑾峰彇涓荤晫闈㈠彸涓嬫寕鎺ョ偣",
- "body":"GUI:Attach_RightBottom()"
- },
- "鑾峰彇鏈涓婂眰UI鎸傛帴鐐":{
- "prefix":"GUI:Attach_UITop",
- "description":"鑾峰彇鏈涓婂眰UI鎸傛帴鐐",
- "body":"GUI:Attach_UITop()"
- },
- "鑾峰彇涓婂眰鍦烘櫙鎸傛帴鐐":{
- "prefix":"GUI:Attach_SceneF",
- "description":"鑾峰彇涓婂眰鍦烘櫙鎸傛帴鐐",
- "body":"GUI:Attach_SceneF()"
- },
- "鑾峰彇涓嬪眰鍦烘櫙鎸傛帴鐐":{
- "prefix":"GUI:Attach_SceneB",
- "description":"鑾峰彇涓嬪眰鍦烘櫙鎸傛帴鐐",
- "body":"GUI:Attach_SceneB()"
- },
- "鑾峰彇涓荤晫闈㈡渶搴曞眰宸︿笂鎸傛帴鐐":{
- "prefix":"GUI:Attach_LeftTop_B",
- "description":"鑾峰彇涓荤晫闈㈡渶搴曞眰宸︿笂鎸傛帴鐐",
- "body":"GUI:Attach_LeftTop_B()"
- },
- "鑾峰彇涓荤晫闈㈡渶搴曞眰鍙充笂鎸傛帴鐐":{
- "prefix":"GUI:Attach_RightTop_B",
- "description":"鑾峰彇涓荤晫闈㈡渶搴曞眰鍙充笂鎸傛帴鐐",
- "body":"GUI:Attach_RightTop_B()"
- },
- "鑾峰彇涓荤晫闈㈡渶搴曞眰宸︿笅鎸傛帴鐐":{
- "prefix":"GUI:Attach_LeftBottom_B",
- "description":"鑾峰彇涓荤晫闈㈡渶搴曞眰宸︿笅鎸傛帴鐐",
- "body":"GUI:Attach_LeftBottom_B()"
- },
- "鑾峰彇涓荤晫闈㈡渶搴曞眰鍙充笅鎸傛帴鐐":{
- "prefix":"GUI:Attach_RightBottom_B",
- "description":"鑾峰彇涓荤晫闈㈡渶搴曞眰鍙充笅鎸傛帴鐐",
- "body":"GUI:Attach_RightBottom_B()"
- },
- "鑾峰彇涓荤晫闈㈡渶椤跺眰宸︿笂鎸傛帴鐐":{
- "prefix":"GUI:Attach_LeftTop_T",
- "description":"鑾峰彇涓荤晫闈㈡渶椤跺眰宸︿笂鎸傛帴鐐",
- "body":"GUI:Attach_LeftTop_T()"
- },
- "鑾峰彇涓荤晫闈㈡渶椤跺眰鍙充笂鎸傛帴鐐":{
- "prefix":"GUI:Attach_RightTop_T",
- "description":"鑾峰彇涓荤晫闈㈡渶椤跺眰鍙充笂鎸傛帴鐐",
- "body":"GUI:Attach_RightTop_T()"
- },
- "鑾峰彇涓荤晫闈㈡渶椤跺眰宸︿笅鎸傛帴鐐":{
- "prefix":"GUI:Attach_LeftBottom_T",
- "description":"鑾峰彇涓荤晫闈㈡渶椤跺眰宸︿笅鎸傛帴鐐",
- "body":"GUI:Attach_LeftBottom_T()"
- },
- "鑾峰彇涓荤晫闈㈡渶椤跺眰鍙充笅鎸傛帴鐐":{
- "prefix":"GUI:Attach_RightBottom_T",
- "description":"鑾峰彇涓荤晫闈㈡渶椤跺眰鍙充笅鎸傛帴鐐",
- "body":"GUI:Attach_RightBottom_T()"
- },
- "鑾峰彇鑷甫鐖惰妭鐐 [鎸傛帴鐐笽D: 101-111]":{
- "prefix":"GUI:Win_FindParent",
- "description":"鑾峰彇鑷甫鐖惰妭鐐 [鎸傛帴鐐笽D: 101-111]",
- "body":"GUI:Win_FindParent(ID)"
- },
- "鑾峰彇鍧愭爣":{
- "prefix":"GUI:getPosition",
- "description":"鑾峰彇鍧愭爣",
- "body":"GUI:getPosition(widget)"
- },
- "鑾峰彇妯潗鏍":{
- "prefix":"GUI:getPositionX",
- "description":"鑾峰彇妯潗鏍",
- "body":"GUI:getPositionX(widget)"
- },
- "鑾峰彇绾靛潗鏍":{
- "prefix":"GUI:getPositionY",
- "description":"鑾峰彇绾靛潗鏍",
- "body":"GUI:getPositionY(widget)"
- },
- "鑾峰彇鎺т欢閿氱偣":{
- "prefix":"GUI:getAnchorPoint",
- "description":"鑾峰彇鎺т欢閿氱偣",
- "body":"GUI:getAnchorPoint(widget)"
- },
- "鑾峰彇鎺т欢灏哄澶у皬(绾圭悊澶у皬 涓嶈冭檻缂╂斁)":{
- "prefix":"GUI:getContentSize",
- "description":"鑾峰彇鎺т欢灏哄澶у皬(绾圭悊澶у皬 涓嶈冭檻缂╂斁)",
- "body":"GUI:getContentSize(widget)"
- },
- "鑾峰彇鎺т欢灏哄澶у皬(鑰冭檻缂╂斁鐨勭湡瀹炲ぇ灏)":{
- "prefix":"GUI:getBoundingBox",
- "description":"鑾峰彇鎺т欢灏哄澶у皬(鑰冭檻缂╂斁鐨勭湡瀹炲ぇ灏)",
- "body":"GUI:getBoundingBox(widget)"
- },
- "鑾峰彇鎺т欢鏍囩":{
- "prefix":"GUI:getTag",
- "description":"鑾峰彇鎺т欢鏍囩",
- "body":"GUI:getTag(widget)"
- },
- "鑾峰彇鎺т欢鏃嬭浆瑙掑害":{
- "prefix":"GUI:getRotation",
- "description":"鑾峰彇鎺т欢鏃嬭浆瑙掑害",
- "body":"GUI:getRotation(widget)"
- },
- "鑾峰彇鎺т欢鏄惁鏄剧ず鐘舵":{
- "prefix":"GUI:getVisible",
- "description":"鑾峰彇鎺т欢鏄惁鏄剧ず鐘舵",
- "body":"GUI:getVisible(widget)"
- },
- "鑾峰彇鎺т欢Y杞存柟鍚戠缉鏀炬瘮渚":{
- "prefix":"GUI:getScaleY",
- "description":"鑾峰彇鎺т欢Y杞存柟鍚戠缉鏀炬瘮渚",
- "body":"GUI:getScaleY(widget)"
- },
- "鑾峰彇鎺т欢X杞存柟鍚戠缉鏀炬瘮渚":{
- "prefix":"GUI:getScaleX",
- "description":"鑾峰彇鎺т欢X杞存柟鍚戠缉鏀炬瘮渚",
- "body":"GUI:getScaleX(widget)"
- },
- "鑾峰彇鏄惁姘村钩缈昏浆":{
- "prefix":"GUI:getFlippedX",
- "description":"鑾峰彇鏄惁姘村钩缈昏浆",
- "body":"GUI:getFlippedX(widget)"
- },
- "鑾峰彇鏄惁鍨傜洿缈昏浆":{
- "prefix":"GUI:getFlippedY",
- "description":"鑾峰彇鏄惁鍨傜洿缈昏浆",
- "body":"GUI:getFlippedY(widget)"
- },
- "鑾峰緱鎺т欢涓栫晫鍧愭爣":{
- "prefix":"GUI:getWorldPosition",
- "description":"鑾峰緱鎺т欢涓栫晫鍧愭爣",
- "body":"GUI:getWorldPosition(widget)"
- },
- "鑾峰彇鎺т欢鏄惁鍙互瑙︽懜":{
- "prefix":"GUI:getTouchEnabled",
- "description":"鑾峰彇鎺т欢鏄惁鍙互瑙︽懜",
- "body":"GUI:getTouchEnabled(widget)"
- },
- "鑾峰彇鐖惰妭鐐":{
- "prefix":"GUI:getParent",
- "description":"鑾峰彇鐖惰妭鐐",
- "body":"GUI:getParent(widget)"
- },
- "鑾峰彇鎺т欢鎵鏈夊瓙鑺傜偣":{
- "prefix":"GUI:getChildren",
- "description":"鑾峰彇鎺т欢鎵鏈夊瓙鑺傜偣",
- "body":"GUI:getChildren(widget)"
- },
- "鑾峰彇鎺т欢鍚嶅瓧":{
- "prefix":"GUI:getName",
- "description":"鑾峰彇鎺т欢鍚嶅瓧",
- "body":"GUI:getName(widget)"
- },
- "閫氳繃鎺т欢鍚嶅瓧鑾峰彇瀛愯妭鐐":{
- "prefix":"GUI:getChildByName",
- "description":"閫氳繃鎺т欢鍚嶅瓧鑾峰彇瀛愯妭鐐",
- "body":"GUI:getChildByName(widget, name)"
- },
- "閫氳繃鎺т欢鏍囪鑾峰彇瀛愯妭鐐":{
- "prefix":"GUI:getChildByTag",
- "description":"閫氳繃鎺т欢鏍囪鑾峰彇瀛愯妭鐐",
- "body":"GUI:getChildByTag(widget, tag)"
- },
- "鑾峰彇鎺т欢瑙︽懜寮濮嬫椂浣嶇疆":{
- "prefix":"GUI:getTouchBeganPosition",
- "description":"鑾峰彇鎺т欢瑙︽懜寮濮嬫椂浣嶇疆",
- "body":"GUI:getTouchBeganPosition(widget)"
- },
- "鑾峰彇鎺т欢瑙︽懜绉诲姩鏃朵綅缃":{
- "prefix":"GUI:getTouchMovePosition",
- "description":"鑾峰彇鎺т欢瑙︽懜绉诲姩鏃朵綅缃",
- "body":"GUI:getTouchMovePosition(widget)"
- },
- "鑾峰彇鎺т欢瑙︽懜缁撴潫鏃朵綅缃":{
- "prefix":"GUI:getTouchEndPosition",
- "description":"鑾峰彇鎺т欢瑙︽懜缁撴潫鏃朵綅缃",
- "body":"GUI:getTouchEndPosition(widget)"
- },
- "鑾峰彇鎺т欢鏄惁瑙︽懜鍚炲櫖":{
- "prefix":"GUI:getSwallowTouches",
- "description":"鑾峰彇鎺т欢鏄惁瑙︽懜鍚炲櫖",
- "body":"GUI:getSwallowTouches(widget)"
- },
- "妫鏌ヨЕ鎽镐綅缃槸鍚﹁鐖惰妭鐐硅鍓":{
- "prefix":"GUI:isClippingParentContainsPoint",
- "description":"妫鏌ヨЕ鎽镐綅缃槸鍚﹁鐖惰妭鐐硅鍓",
- "body":"GUI:isClippingParentContainsPoint(widget, position)"
- },
- "璁剧疆鎺т欢鑷畾涔夊弬鏁":{
- "prefix":"GUI:Win_SetParam",
- "description":"璁剧疆鎺т欢鑷畾涔夊弬鏁",
- "body":"GUI:Win_SetParam(widget, param)"
- },
- "璁剧疆鐣岄潰鎷栨嫿":{
- "prefix":"GUI:Win_SetDrag",
- "description":"璁剧疆鐣岄潰鎷栨嫿",
- "body":"GUI:Win_SetDrag(widget, dragLayer)"
- },
- "璁剧疆涓荤晫闈㈤殣钘":{
- "prefix":"GUI:Win_SetMainHide",
- "description":"璁剧疆涓荤晫闈㈤殣钘",
- "body":"GUI:Win_SetMainHide(widget, value)"
- },
- "璁剧疆鐣岄潰缁戝畾NPC":{
- "prefix":"GUI:Win_BindNPC",
- "description":"璁剧疆鐣岄潰缁戝畾NPC",
- "body":"GUI:Win_BindNPC(widget, npcID)"
- },
- "璁剧疆鐣岄潰娴捣":{
- "prefix":"GUI:Win_SetZPanel",
- "description":"璁剧疆鐣岄潰娴捣",
- "body":"GUI:Win_SetZPanel(widget, zPanel)"
- },
- "璁剧疆鐣岄潰缁戝畾浜嬩欢":{
- "prefix":"GUI:Win_BindLuaEvent",
- "description":"璁剧疆鐣岄潰缁戝畾浜嬩欢",
- "body":"GUI:Win_BindLuaEvent(widget, eventID, eventTag)"
- },
- "璁剧疆鐣岄潰鍐呴紶鏍囧彸閿悶鍣":{
- "prefix":"GUI:Win_SetSwallowRightMouseTouch",
- "description":"璁剧疆鐣岄潰鍐呴紶鏍囧彸閿悶鍣",
- "body":"GUI:Win_SetSwallowRightMouseTouch(widget, state)"
- },
- "璁剧疆鍥剧墖涔濆鏍":{
- "prefix":"GUI:Image_setScale9Slice",
- "description":"璁剧疆鍥剧墖涔濆鏍",
- "body":"GUI:Image_setScale9Slice(widget, scale9l, scale9r, scale9t, scale9b)"
- },
- "璁剧疆鍥剧墖鏄惁鍙樼伆":{
- "prefix":"GUI:Image_setGrey",
- "description":"璁剧疆鍥剧墖鏄惁鍙樼伆",
- "body":"GUI:Image_setGrey(widget, isGrey)"
- },
- "璁剧疆鎸夐挳鐘舵佸浘鐗":{
- "prefix":"GUI:Button_loadTextures",
- "description":"璁剧疆鎸夐挳鐘舵佸浘鐗",
- "body":"GUI:Button_loadTextures(widget, Normalfilepath, Pressedfilepath, Disabledfilepath, TextureType)"
- },
- "璁剧疆姝e父鐘舵佸浘鐗":{
- "prefix":"GUI:Button_loadTextureNormal",
- "description":"璁剧疆姝e父鐘舵佸浘鐗",
- "body":"GUI:Button_loadTextureNormal(widget, filepath)"
- },
- "璁剧疆鎸変笅鐘舵佸浘鐗":{
- "prefix":"GUI:Button_loadTexturePressed",
- "description":"璁剧疆鎸変笅鐘舵佸浘鐗",
- "body":"GUI:Button_loadTexturePressed(widget, filepath)"
- },
- "璁剧疆绂佺敤鐘舵佸浘鐗":{
- "prefix":"GUI:Button_loadTextureDisabled",
- "description":"璁剧疆绂佺敤鐘舵佸浘鐗",
- "body":"GUI:Button_loadTextureDisabled(widget, filepath)"
- },
- "璁剧疆鎸夐挳鏂囧瓧":{
- "prefix":"GUI:Button_setTitleText",
- "description":"璁剧疆鎸夐挳鏂囧瓧",
- "body":"GUI:Button_setTitleText(widget, value)"
- },
- "璁剧疆鎸夐挳鏂囧瓧棰滆壊":{
- "prefix":"GUI:Button_setTitleColor",
- "description":"璁剧疆鎸夐挳鏂囧瓧棰滆壊",
- "body":"GUI:Button_setTitleColor(widget, value)"
- },
- "璁剧疆鎸夐挳鏂囧瓧澶у皬":{
- "prefix":"GUI:Button_setTitleFontSize",
- "description":"璁剧疆鎸夐挳鏂囧瓧澶у皬",
- "body":"GUI:Button_setTitleFontSize(widget, value)"
- },
- "璁剧疆鎸夐挳鏂囧瓧鏍峰紡":{
- "prefix":"GUI:Button_setTitleFontName",
- "description":"璁剧疆鎸夐挳鏂囧瓧鏍峰紡",
- "body":"GUI:Button_setTitleFontName(widget, value)"
- },
- "璁剧疆鎸夐挳鏂囨湰鏈澶у搴":{
- "prefix":"GUI:Button_setMaxLineWidth",
- "description":"璁剧疆鎸夐挳鏂囨湰鏈澶у搴",
- "body":"GUI:Button_setMaxLineWidth(widget, value)"
- },
- "璁剧疆鎸夐挳鏂囨湰鍔犳弿杈":{
- "prefix":"GUI:Button_titleEnableOutline",
- "description":"璁剧疆鎸夐挳鏂囨湰鍔犳弿杈",
- "body":"GUI:Button_titleEnableOutline(widget, color, outline)"
- },
- "鍙栨秷鎸夐挳鏂囨湰鎻忚竟":{
- "prefix":"GUI:Button_titleDisableOutLine",
- "description":"鍙栨秷鎸夐挳鏂囨湰鎻忚竟",
- "body":"GUI:Button_titleDisableOutLine(widget)"
- },
- "璁剧疆鎸夐挳鏄惁绂佺敤(鍙Е鎽)":{
- "prefix":"GUI:Button_setBright",
- "description":"璁剧疆鎸夐挳鏄惁绂佺敤(鍙Е鎽)",
- "body":"GUI:Button_setBright(widget, value)"
- },
- "璁剧疆鎸夐挳鏄惁绂佺敤(涓嶅彲瑙︽懜)":{
- "prefix":"GUI:Button_setBrightEx",
- "description":"璁剧疆鎸夐挳鏄惁绂佺敤(涓嶅彲瑙︽懜)",
- "body":"GUI:Button_setBrightEx(widget, value)"
- },
- "璁剧疆鎸夐挳褰撳墠鐘舵":{
- "prefix":"GUI:Button_setBrightStyle",
- "description":"璁剧疆鎸夐挳褰撳墠鐘舵",
- "body":"GUI:Button_setBrightStyle(widget, value)"
- },
- "璁剧疆鎸夐挳鏄惁鐏版":{
- "prefix":"GUI:Button_setGrey",
- "description":"璁剧疆鎸夐挳鏄惁鐏版",
- "body":"GUI:Button_setGrey(widget, value)"
- },
- "璁剧疆鎸夐挳涔濆鏍":{
- "prefix":"GUI:Button_setScale9Slice",
- "description":"璁剧疆鎸夐挳涔濆鏍",
- "body":"GUI:Button_setScale9Slice(widget, scale9l, scale9r, scale9t, scale9b)"
- },
- "璁剧疆鏂囨湰":{
- "prefix":"GUI:Text_setString",
- "description":"璁剧疆鏂囨湰",
- "body":"GUI:Text_setString(widget, value)"
- },
- "璁剧疆鏂囨湰棰滆壊":{
- "prefix":"GUI:Text_setTextColor",
- "description":"璁剧疆鏂囨湰棰滆壊",
- "body":"GUI:Text_setTextColor(widget, value)"
- },
- "璁剧疆瀛椾綋澶у皬":{
- "prefix":"GUI:Text_setFontSize",
- "description":"璁剧疆瀛椾綋澶у皬",
- "body":"GUI:Text_setFontSize(widget, value)"
- },
- "璁剧疆瀛椾綋璺緞":{
- "prefix":"GUI:Text_setFontName",
- "description":"璁剧疆瀛椾綋璺緞",
- "body":"GUI:Text_setFontName(widget, value)"
- },
- "璁剧疆瀛椾綋鎻忚竟":{
- "prefix":"GUI:Text_enableOutline",
- "description":"璁剧疆瀛椾綋鎻忚竟",
- "body":"GUI:Text_enableOutline(widget, color, size)"
- },
- "璁剧疆鏄惁鍚敤涓嬪垝绾":{
- "prefix":"GUI:Text_enableUnderline",
- "description":"璁剧疆鏄惁鍚敤涓嬪垝绾",
- "body":"GUI:Text_enableUnderline(widget)"
- },
- "璁剧疆鏂囨湰鏈澶ц瀹":{
- "prefix":"GUI:Text_setMaxLineWidth",
- "description":"璁剧疆鏂囨湰鏈澶ц瀹",
- "body":"GUI:Text_setMaxLineWidth(widget, value)"
- },
- "璁剧疆鏂囨湰鍨傜洿瀵归綈":{
- "prefix":"GUI:Text_setTextVerticalAlignment",
- "description":"璁剧疆鏂囨湰鍨傜洿瀵归綈",
- "body":"GUI:Text_setTextVerticalAlignment(widget, value)"
- },
- "璁剧疆鏂囨湰姘村钩瀵归綈":{
- "prefix":"GUI:Text_setTextHorizontalAlignment",
- "description":"璁剧疆鏂囨湰姘村钩瀵归綈",
- "body":"GUI:Text_setTextHorizontalAlignment(widget, value)"
- },
- "璁剧疆鏂囨湰灏哄":{
- "prefix":"GUI:Text_setTextAreaSize",
- "description":"璁剧疆鏂囨湰灏哄",
- "body":"GUI:Text_setTextAreaSize(widget, value)"
- },
- "璁剧疆鍊掕鏃舵枃鏈":{
- "prefix":"GUI:Text_COUNTDOWN",
- "description":"璁剧疆鍊掕鏃舵枃鏈",
- "body":"GUI:Text_COUNTDOWN(widget, time, callback, showType)"
- },
- "璁剧疆鑹烘湳瀛楅厤缃":{
- "prefix":"GUI:TextAtlas_setProperty",
- "description":"璁剧疆鑹烘湳瀛楅厤缃",
- "body":"GUI:TextAtlas_setProperty(widget, stringValue, charMapFile, itemWidth, itemHeight, startCharMap, sheet)"
- },
- "璁剧疆鑹烘湳瀛楁枃鏈":{
- "prefix":"GUI:TextAtlas_setString",
- "description":"璁剧疆鑹烘湳瀛楁枃鏈",
- "body":"GUI:TextAtlas_setString(widget, value)"
- },
- "璁剧疆瀵屾枃鏈儗鏅鑹":{
- "prefix":"GUI:RichText_setBackgroundColor",
- "description":"璁剧疆瀵屾枃鏈儗鏅鑹",
- "body":"GUI:RichText_setBackgroundColor(widget, color)"
- },
- "璁剧疆婊氬姩鏂囨湰鍐呭":{
- "prefix":"GUI:ScrollText_setString",
- "description":"璁剧疆婊氬姩鏂囨湰鍐呭",
- "body":"GUI:ScrollText_setString(widget, value)"
- },
- "璁剧疆婊氬姩鏂囨湰鎻忚竟":{
- "prefix":"GUI:ScrollText_enableOutline",
- "description":"璁剧疆婊氬姩鏂囨湰鎻忚竟",
- "body":"GUI:ScrollText_enableOutline(widget, color, size)"
- },
- "璁剧疆婊氬姩鏂囨湰姘村钩瀵归綈":{
- "prefix":"GUI:ScrollText_setHorizontalAlignment",
- "description":"璁剧疆婊氬姩鏂囨湰姘村钩瀵归綈",
- "body":"GUI:ScrollText_setHorizontalAlignment(widget, value)"
- },
- "璁剧疆婊氬姩鏂囨湰棰滆壊":{
- "prefix":"GUI:ScrollText_setTextColor",
- "description":"璁剧疆婊氬姩鏂囨湰棰滆壊",
- "body":"GUI:ScrollText_setTextColor(widget, value)"
- },
- "璁剧疆鐗╁搧妗嗗崟鍑讳簨浠":{
- "prefix":"GUI:ItemShow_addReplaceClickEvent",
- "description":"璁剧疆鐗╁搧妗嗗崟鍑讳簨浠",
- "body":"GUI:ItemShow_addReplaceClickEvent(widget, eventCB)"
- },
- "璁剧疆鐗╁搧妗嗗弻鍑讳簨浠":{
- "prefix":"GUI:ItemShow_addDoubleEvent",
- "description":"璁剧疆鐗╁搧妗嗗弻鍑讳簨浠",
- "body":"GUI:ItemShow_addDoubleEvent(widget, eventCB)"
- },
- "璁剧疆鐗╁搧妗嗛暱鎸変簨浠":{
- "prefix":"GUI:ItemShow_addPressEvent",
- "description":"璁剧疆鐗╁搧妗嗛暱鎸変簨浠",
- "body":"GUI:ItemShow_addPressEvent(widget, eventCB)"
- },
- "璁剧疆鐗╁搧妗嗘槸鍚︾疆鐏":{
- "prefix":"GUI:ItemShow_setIconGrey",
- "description":"璁剧疆鐗╁搧妗嗘槸鍚︾疆鐏",
- "body":"GUI:ItemShow_setIconGrey(widget, value)"
- },
- "璁剧疆鐗╁搧妗嗘槸鍚﹂変腑":{
- "prefix":"GUI:ItemShow_setItemShowChooseState",
- "description":"璁剧疆鐗╁搧妗嗘槸鍚﹂変腑",
- "body":"GUI:ItemShow_setItemShowChooseState(widget, value)"
- },
- "璁剧疆鐗╁搧妗嗘槸鍚︽嫋鍔":{
- "prefix":"GUI:ItemShow_setMoveEable",
- "description":"璁剧疆鐗╁搧妗嗘槸鍚︽嫋鍔",
- "body":"GUI:ItemShow_setMoveEable(widget, value)"
- },
- "鏇存柊鐗╁搧妗嗗唴瀹":{
- "prefix":"GUI:ItemShow_updateItem",
- "description":"鏇存柊鐗╁搧妗嗗唴瀹",
- "body":"GUI:ItemShow_updateItem(widget, itemData)"
- },
- "璁剧疆鐗╁搧妗嗘槸鍚﹁Е鎽稿悶鍣":{
- "prefix":"GUI:ItemShow_setItemTouchSwallow",
- "description":"璁剧疆鐗╁搧妗嗘槸鍚﹁Е鎽稿悶鍣",
- "body":"GUI:ItemShow_setItemTouchSwallow(widget, isSwallow)"
- },
- "璁剧疆澶嶉夋榛樿鐘舵佽儗鏅浘鐗":{
- "prefix":"GUI:CheckBox_loadTextureBackGround",
- "description":"璁剧疆澶嶉夋榛樿鐘舵佽儗鏅浘鐗",
- "body":"GUI:CheckBox_loadTextureBackGround(widget, value)"
- },
- "璁剧疆澶嶉夋閫変腑鐘舵佽儗鏅浘鐗":{
- "prefix":"GUI:CheckBox_loadTextureFrontCross",
- "description":"璁剧疆澶嶉夋閫変腑鐘舵佽儗鏅浘鐗",
- "body":"GUI:CheckBox_loadTextureFrontCross(widget, value)"
- },
- "璁剧疆澶嶉夋绂佺敤鐘舵佽儗鏅浘鐗":{
- "prefix":"GUI:CheckBox_loadTextureFrontCrossDisabled",
- "description":"璁剧疆澶嶉夋绂佺敤鐘舵佽儗鏅浘鐗",
- "body":"GUI:CheckBox_loadTextureFrontCrossDisabled(widget, value)"
- },
- "璁剧疆澶嶉夋閫変腑鎴栧彇娑":{
- "prefix":"GUI:CheckBox_setSelected",
- "description":"璁剧疆澶嶉夋閫変腑鎴栧彇娑",
- "body":"GUI:CheckBox_setSelected(widget, value)"
- },
- "璁剧疆杈撳叆妗嗗瓧浣撻鑹":{
- "prefix":"GUI:TextInput_setFontColor",
- "description":"璁剧疆杈撳叆妗嗗瓧浣撻鑹",
- "body":"GUI:TextInput_setFontColor(widget, value)"
- },
- "璁剧疆杈撳叆妗嗗瓧浣":{
- "prefix":"GUI:TextInput_setFont",
- "description":"璁剧疆杈撳叆妗嗗瓧浣",
- "body":"GUI:TextInput_setFont(widget, value, value2)"
- },
- "璁剧疆杈撳叆妗嗗瓧浣撳ぇ灏":{
- "prefix":"GUI:TextInput_setFontSize",
- "description":"璁剧疆杈撳叆妗嗗瓧浣撳ぇ灏",
- "body":"GUI:TextInput_setFontSize(widget, value)"
- },
- "璁剧疆杈撳叆妗嗗崰浣嶆枃鏈瓧浣":{
- "prefix":"GUI:TextInput_setPlaceholderFont",
- "description":"璁剧疆杈撳叆妗嗗崰浣嶆枃鏈瓧浣",
- "body":"GUI:TextInput_setPlaceholderFont(widget, value, value2)"
- },
- "璁剧疆杈撳叆妗嗗崰浣嶆枃鏈瓧浣撻鑹":{
- "prefix":"GUI:TextInput_setPlaceholderFontColor",
- "description":"璁剧疆杈撳叆妗嗗崰浣嶆枃鏈瓧浣撻鑹",
- "body":"GUI:TextInput_setPlaceholderFontColor(widget, value)"
- },
- "璁剧疆杈撳叆妗嗗崰浣嶆枃鏈瓧浣撳ぇ灏":{
- "prefix":"GUI:TextInput_setPlaceholderFontSize",
- "description":"璁剧疆杈撳叆妗嗗崰浣嶆枃鏈瓧浣撳ぇ灏",
- "body":"GUI:TextInput_setPlaceholderFontSize(widget, value)"
- },
- "璁剧疆杈撳叆妗嗗崰浣嶆枃鏈":{
- "prefix":"GUI:TextInput_setPlaceHolder",
- "description":"璁剧疆杈撳叆妗嗗崰浣嶆枃鏈",
- "body":"GUI:TextInput_setPlaceHolder(widget, value)"
- },
- "璁剧疆杈撳叆妗嗘枃鏈":{
- "prefix":"GUI:TextInput_setString",
- "description":"璁剧疆杈撳叆妗嗘枃鏈",
- "body":"GUI:TextInput_setString(widget, value)"
- },
- "璁剧疆杈撳叆妗嗚瀹":{
- "prefix":"GUI:TextInput_setMaxLength",
- "description":"璁剧疆杈撳叆妗嗚瀹",
- "body":"GUI:TextInput_setMaxLength(widget, value)"
- },
- "璁剧疆杈撳叆妗嗘按骞冲榻":{
- "prefix":"GUI:TextInput_setTextHorizontalAlignment",
- "description":"璁剧疆杈撳叆妗嗘按骞冲榻",
- "body":"GUI:TextInput_setTextHorizontalAlignment(widget, value)"
- },
- "璁剧疆杈撳叆妗嗘枃鏈被鍨":{
- "prefix":"GUI:TextInput_setInputFlag",
- "description":"璁剧疆杈撳叆妗嗘枃鏈被鍨",
- "body":"GUI:TextInput_setInputFlag(widget, value)"
- },
- "璁剧疆杈撳叆妗嗛敭鐩樼紪杈戠被鍨":{
- "prefix":"GUI:TextInput_setInputMode",
- "description":"璁剧疆杈撳叆妗嗛敭鐩樼紪杈戠被鍨",
- "body":"GUI:TextInput_setInputMode(widget, value)"
- },
- "璁剧疆杈撳叆妗嗗脊鍑哄紡閿洏杩斿洖绫诲瀷":{
- "prefix":"GUI:TextInput_setReturnType",
- "description":"璁剧疆杈撳叆妗嗗脊鍑哄紡閿洏杩斿洖绫诲瀷",
- "body":"GUI:TextInput_setReturnType(widget, value)"
- },
- "璁剧疆杈撳叆妗嗙洃鍚簨浠":{
- "prefix":"GUI:TextInput_addOnEvent",
- "description":"璁剧疆杈撳叆妗嗙洃鍚簨浠",
- "body":"GUI:TextInput_addOnEvent(widget, eventCB)"
- },
- "璁剧疆婊氬姩鏉¤儗鏅浘":{
- "prefix":"GUI:Slider_loadBarTexture",
- "description":"璁剧疆婊氬姩鏉¤儗鏅浘",
- "body":"GUI:Slider_loadBarTexture(widget, value)"
- },
- "璁剧疆婊氬姩鏉″浘鐗":{
- "prefix":"GUI:Slider_loadProgressBarTexture",
- "description":"璁剧疆婊氬姩鏉″浘鐗",
- "body":"GUI:Slider_loadProgressBarTexture(widget, value)"
- },
- "璁剧疆婊氬姩鏉℃嫋鍔ㄥ潡鏅氬浘鐗":{
- "prefix":"GUI:Slider_loadSlidBallTextureNormal",
- "description":"璁剧疆婊氬姩鏉℃嫋鍔ㄥ潡鏅氬浘鐗",
- "body":"GUI:Slider_loadSlidBallTextureNormal(widget, value)"
- },
- "璁剧疆婊氬姩鏉¤繘搴":{
- "prefix":"GUI:Slider_setPercent",
- "description":"璁剧疆婊氬姩鏉¤繘搴",
- "body":"GUI:Slider_setPercent(widget, value)"
- },
- "璁剧疆婊氬姩鏉℃渶澶ц繘搴﹀":{
- "prefix":"GUI:Slider_setMaxPercent",
- "description":"璁剧疆婊氬姩鏉℃渶澶ц繘搴﹀",
- "body":"GUI:Slider_setMaxPercent(widget, value)"
- },
- "璁剧疆婊氬姩鏉¤Е鎽镐簨浠":{
- "prefix":"GUI:Slider_addOnEvent",
- "description":"璁剧疆婊氬姩鏉¤Е鎽镐簨浠",
- "body":"GUI:Slider_addOnEvent(widget, value)"
- },
- "璁剧疆鍦嗗舰杩涘害鏉$櫨鍒嗘瘮":{
- "prefix":"GUI:ProgressTimer_setPercentage",
- "description":"璁剧疆鍦嗗舰杩涘害鏉$櫨鍒嗘瘮",
- "body":"GUI:ProgressTimer_setPercentage(widget, value)"
- },
- "璁剧疆鍦嗗舰杩涘害鏉℃柟鍚":{
- "prefix":"GUI:ProgressTimer_setReverseDirection",
- "description":"璁剧疆鍦嗗舰杩涘害鏉℃柟鍚",
- "body":"GUI:ProgressTimer_setReverseDirection(widget, value)"
- },
- "璁剧疆鎺т欢Y杞存柟鍚戠缉鏀":{
- "prefix":"GUI:setScaleY",
- "description":"璁剧疆鎺т欢Y杞存柟鍚戠缉鏀",
- "body":"GUI:setScaleY(widget, value)"
- },
- "璁剧疆鍦嗗舰杩涘害鏉″姩浣滃拰鍥炶皟鍑芥暟":{
- "prefix":"GUI:ProgressTimer_progressTo",
- "description":"璁剧疆鍦嗗舰杩涘害鏉″姩浣滃拰鍥炶皟鍑芥暟",
- "body":"GUI:ProgressTimer_progressTo(widget, time, to, completeCB, tag)"
- },
- "璁剧疆鍦嗗舰杩涘害鏉¤儗鏅浘":{
- "prefix":"GUI:ProgressTimer_ChangeImg",
- "description":"璁剧疆鍦嗗舰杩涘害鏉¤儗鏅浘",
- "body":"GUI:ProgressTimer_ChangeImg(widget, img)"
- },
- "璁剧疆杩涘害鏉″浘鐗":{
- "prefix":"GUI:LoadingBar_loadTexture",
- "description":"璁剧疆杩涘害鏉″浘鐗",
- "body":"GUI:LoadingBar_loadTexture(widget, value)"
- },
- "璁剧疆杩涘害鏉℃柟鍚":{
- "prefix":"GUI:LoadingBar_setDirection",
- "description":"璁剧疆杩涘害鏉℃柟鍚",
- "body":"GUI:LoadingBar_setDirection(widget, value)"
- },
- "璁剧疆杩涘害鏉¤繘搴":{
- "prefix":"GUI:LoadingBar_setPercent",
- "description":"璁剧疆杩涘害鏉¤繘搴",
- "body":"GUI:LoadingBar_setPercent(widget, value)"
- },
- "璁剧疆杩涘害鏉¢鑹":{
- "prefix":"GUI:LoadingBar_setColor",
- "description":"璁剧疆杩涘害鏉¢鑹",
- "body":"GUI:LoadingBar_setColor(widget, value)"
- },
- "璁剧疆鐗规晥鎾斁瀹岃嚜鍔ㄧЩ闄":{
- "prefix":"GUI:Effect_setAutoRemoveOnFinish",
- "description":"璁剧疆鐗规晥鎾斁瀹岃嚜鍔ㄧЩ闄",
- "body":"GUI:Effect_setAutoRemoveOnFinish(widget)"
- },
- "璁剧疆绮掑瓙鎸佺画鏃堕棿":{
- "prefix":"GUI:ParticleEffect_setDuration",
- "description":"璁剧疆绮掑瓙鎸佺画鏃堕棿",
- "body":"GUI:ParticleEffect_setDuration(widget, value)"
- },
- "璁剧疆鎬荤矑瀛愭暟閲":{
- "prefix":"GUI:ParticleEffect_setTotalParticles",
- "description":"璁剧疆鎬荤矑瀛愭暟閲",
- "body":"GUI:ParticleEffect_setTotalParticles(widget, value)"
- },
- "鏂板鎷栨嫿绫诲瀷鍜屾嫋鎷戒簨浠":{
- "prefix":"GUI:AddMoveWidgetTypeEvent",
- "description":"鏂板鎷栨嫿绫诲瀷鍜屾嫋鎷戒簨浠",
- "body":"GUI:AddMoveWidgetTypeEvent(fromType, toType, fromToEvent, toFromEvent)"
- },
- "璁剧疆瑁呭妗嗘樉绀鸿嚜鍔ㄥ埛鏂":{
- "prefix":"GUI:EquipShow_setAutoUpdate",
- "description":"璁剧疆瑁呭妗嗘樉绀鸿嚜鍔ㄥ埛鏂",
- "body":"GUI:EquipShow_setAutoUpdate(widget)"
- },
- "璁剧疆鍧愭爣":{
- "prefix":"GUI:setPosition",
- "description":"璁剧疆鍧愭爣",
- "body":"GUI:setPosition(widget, x, y)"
- },
- "璁剧疆妯潗鏍":{
- "prefix":"GUI:setPositionX",
- "description":"璁剧疆妯潗鏍",
- "body":"GUI:setPositionX(widget, value)"
- },
- "璁剧疆绾靛潗鏍":{
- "prefix":"GUI:setPositionY",
- "description":"璁剧疆绾靛潗鏍",
- "body":"GUI:setPositionY(widget, value)"
- },
- "璁剧疆鎺т欢閿氱偣":{
- "prefix":"GUI:setAnchorPoint",
- "description":"璁剧疆鎺т欢閿氱偣",
- "body":"GUI:setAnchorPoint(widget, x, y)"
- },
- "璁剧疆鎺т欢灏哄澶у皬":{
- "prefix":"GUI:setContentSize",
- "description":"璁剧疆鎺т欢灏哄澶у皬",
- "body":"GUI:setContentSize(widget, sizeW, sizeH)"
- },
- "璁剧疆蹇界暐璁剧疆鐨勮嚜瀹氫箟灏哄澶у皬":{
- "prefix":"GUI:setIgnoreContentAdaptWithSize",
- "description":"璁剧疆蹇界暐璁剧疆鐨勮嚜瀹氫箟灏哄澶у皬",
- "body":"GUI:setIgnoreContentAdaptWithSize(widget, value)"
- },
- "璁剧疆鎺т欢鏍囩":{
- "prefix":"GUI:setTag",
- "description":"璁剧疆鎺т欢鏍囩",
- "body":"GUI:setTag(widget, value)"
- },
- "璁剧疆鎺т欢鍚嶅瓧":{
- "prefix":"GUI:setName",
- "description":"璁剧疆鎺т欢鍚嶅瓧",
- "body":"GUI:setName(widget, value)"
- },
- "璁剧疆鎺т欢缃伆":{
- "prefix":"GUI:setGrey",
- "description":"璁剧疆鎺т欢缃伆",
- "body":"GUI:setGrey(widget, isGrey)"
- },
- "璁剧疆鎺т欢鏃嬭浆瑙掑害":{
- "prefix":"GUI:setRotation",
- "description":"璁剧疆鎺т欢鏃嬭浆瑙掑害",
- "body":"GUI:setRotation(widget, value)"
- },
- "璁剧疆瀹瑰櫒鍐呴儴婊氬姩鍖哄煙鍧愭爣":{
- "prefix":"GUI:ScrollView_setInnerContainerPosition",
- "description":"璁剧疆瀹瑰櫒鍐呴儴婊氬姩鍖哄煙鍧愭爣",
- "body":"GUI:ScrollView_setInnerContainerPosition(widget,x,y)"
- },
- "璁剧疆鍒楄〃瀹瑰櫒鍐呴儴婊氬姩鍖哄煙鍧愭爣":{
- "prefix":"GUI:ListView_setInnerContainerPosition",
- "description":"璁剧疆鍒楄〃瀹瑰櫒鍐呴儴婊氬姩鍖哄煙鍧愭爣",
- "body":"GUI:ListView_setInnerContainerPosition(widget,x,y)"
- },
- "璁剧疆澶嶉夋鐩戝惉浜嬩欢":{
- "prefix":"CheckBox_addOnEvent",
- "description":"璁剧疆澶嶉夋鐩戝惉浜嬩欢",
- "body":"CheckBox_addOnEvent(widget,eventCB)"
- },
- "璁剧疆鎺т欢娓愬彉鑹":{
- "prefix":"GUI:Shader_GradientColor",
- "description":"璁剧疆鎺т欢娓愬彉鑹",
- "body":"GUI:Shader_GradientColor(widget, startColor, endColor, xPer, yPer)"
- },
- "璁剧疆鎺т欢闃村奖":{
- "prefix":"GUI:SetShaderShadow",
- "description":"璁剧疆鎺т欢闃村奖",
- "body":"GUI:SetShaderShadow(widget)"
- },
- "璁剧疆鎺т欢X杞村炬枩瑙掑害":{
- "prefix":"GUI:setRotationSkewX",
- "description":"璁剧疆鎺т欢X杞村炬枩瑙掑害",
- "body":"GUI:setRotationSkewX(widget, value)"
- },
- "璁剧疆鎺т欢Y杞村炬枩瑙掑害":{
- "prefix":"GUI:setRotationSkewY",
- "description":"璁剧疆鎺т欢Y杞村炬枩瑙掑害",
- "body":"GUI:setRotationSkewY(widget, value)"
- },
- "璁剧疆鎺т欢鍙鎬":{
- "prefix":"GUI:setVisible",
- "description":"璁剧疆鎺т欢鍙鎬",
- "body":"GUI:setVisible(widget, value)"
- },
- "璁剧疆鎺т欢涓嶉忔槑搴":{
- "prefix":"GUI:setOpacity",
- "description":"璁剧疆鎺т欢涓嶉忔槑搴",
- "body":"GUI:setOpacity(widget, value)"
- },
- "鑾峰彇鎺т欢涓嶉忔槑搴":{
- "prefix":"GUI:getOpacity",
- "description":"鑾峰彇鎺т欢涓嶉忔槑搴",
- "body":"GUI:getOpacity(widget)"
- },
- "璁剧疆鎺т欢缂╂斁":{
- "prefix":"GUI:setScale",
- "description":"璁剧疆鎺т欢缂╂斁",
- "body":"GUI:setScale(widget, value)"
- },
- "鑾峰彇鎺т欢缂╂斁姣斾緥":{
- "prefix":"GUI:getScale",
- "description":"鑾峰彇鎺т欢缂╂斁姣斾緥",
- "body":"GUI:getScale(widget)"
- },
- "璁剧疆鎺т欢X杞存柟鍚戠缉鏀":{
- "prefix":"GUI:setScaleX",
- "description":"璁剧疆鎺т欢X杞存柟鍚戠缉鏀",
- "body":"GUI:setScaleX(widget, value)"
- },
- "璁剧疆姘村钩X杞存柟鍚戠炕杞":{
- "prefix":"GUI:setFlippedX",
- "description":"璁剧疆姘村钩X杞存柟鍚戠炕杞",
- "body":"GUI:setFlippedX(widget, value)"
- },
- "璁剧疆鍨傜洿Y杞存柟鍚戠炕杞":{
- "prefix":"GUI:setFlippedY",
- "description":"璁剧疆鍨傜洿Y杞存柟鍚戠炕杞",
- "body":"GUI:setFlippedY(widget, value)"
- },
- "璁剧疆鎺т欢娓叉煋灞傜骇":{
- "prefix":"GUI:setLocalZOrder",
- "description":"璁剧疆鎺т欢娓叉煋灞傜骇",
- "body":"GUI:setLocalZOrder(widget, value)"
- },
- "璁剧疆鎺т欢鏄惁璺熼殢鐖舵帶浠跺彉鍖栭忔槑搴":{
- "prefix":"GUI:setCascadeOpacityEnabled",
- "description":"璁剧疆鎺т欢鏄惁璺熼殢鐖舵帶浠跺彉鍖栭忔槑搴",
- "body":"GUI:setCascadeOpacityEnabled(widget, value)"
- },
- "璁剧疆鎺т欢鐨勬墍鏈夊瓙鎺т欢鏄惁璺熼殢鍙樺寲閫忔槑搴":{
- "prefix":"GUI:setChildrenCascadeOpacityEnabled",
- "description":"璁剧疆鎺т欢鐨勬墍鏈夊瓙鎺т欢鏄惁璺熼殢鍙樺寲閫忔槑搴",
- "body":"GUI:setChildrenCascadeOpacityEnabled(widget, value)"
- },
- "璁剧疆鎺т欢鏄惁鍙互瑙︽懜":{
- "prefix":"GUI:setTouchEnabled",
- "description":"璁剧疆鎺т欢鏄惁鍙互瑙︽懜",
- "body":"GUI:setTouchEnabled(widget, value)"
- },
- "璁剧疆寤惰繜鍙Е鎽":{
- "prefix":"GUI:delayTouchEnabled",
- "description":"璁剧疆寤惰繜鍙Е鎽",
- "body":"GUI:delayTouchEnabled(widget, delay)"
- },
- "璁剧疆鎺т欢鏄惁鍙互榧犳爣瑙︽懜":{
- "prefix":"GUI:setMouseEnabled",
- "description":"璁剧疆鎺т欢鏄惁鍙互榧犳爣瑙︽懜",
- "body":"GUI:setMouseEnabled(widget, value)"
- },
- "璁剧疆鎺т欢鏄惁瑙︽懜鍚炲櫖":{
- "prefix":"GUI:setSwallowTouches",
- "description":"璁剧疆鎺т欢鏄惁瑙︽懜鍚炲櫖",
- "body":"GUI:setSwallowTouches(widget, value)"
- },
- "璁剧疆鎺т欢鍚炲櫖榧犳爣鎸夐敭浜嬩欢 [妫鏌ヨ嚜韬Е鎽稿悶鍣椂]":{
- "prefix":"GUI:setMouseRSwallowTouches",
- "description":"璁剧疆鎺т欢鍚炲櫖榧犳爣鎸夐敭浜嬩欢 [妫鏌ヨ嚜韬Е鎽稿悶鍣椂]",
- "body":"GUI:setMouseRSwallowTouches(widget)"
- },
- "璁剧疆鎺т欢鐐瑰嚮浜嬩欢":{
- "prefix":"GUI:addOnClickEvent",
- "description":"璁剧疆鎺т欢鐐瑰嚮浜嬩欢",
- "body":"GUI:addOnClickEvent(widget, func)"
- },
- "璁剧疆鎺т欢瑙︽懜浜嬩欢":{
- "prefix":"GUI:addOnTouchEvent",
- "description":"璁剧疆鎺т欢瑙︽懜浜嬩欢",
- "body":"GUI:addOnTouchEvent(widget, func)"
- },
- "璁剧疆鎺т欢闀挎寜瑙﹀彂浜嬩欢":{
- "prefix":"GUI:addOnLongTouchEvent",
- "description":"璁剧疆鎺т欢闀挎寜瑙﹀彂浜嬩欢",
- "body":"GUI:addOnLongTouchEvent(widget, func)"
- },
- "璁剧疆鎺т欢榧犳爣杩涘叆/绉诲嚭浜嬩欢":{
- "prefix":"GUI:addMouseMoveEvent",
- "description":"璁剧疆鎺т欢榧犳爣杩涘叆/绉诲嚭浜嬩欢",
- "body":"GUI:addMouseMoveEvent(widget, param)"
- },
- "璁剧疆榧犳爣鎸夐挳浜嬩欢":{
- "prefix":"GUI:addMouseButtonEvent",
- "description":"璁剧疆榧犳爣鎸夐挳浜嬩欢",
- "body":"GUI:addMouseButtonEvent(widget, param)"
- },
- "璁剧疆榧犳爣缁忚繃鎺т欢鏄剧ず鏂囨湰":{
- "prefix":"GUI:addMouseOverTips",
- "description":"璁剧疆榧犳爣缁忚繃鎺т欢鏄剧ず鏂囨湰",
- "body":"GUI:addMouseOverTips(widget, str, pos, anr, param)"
- },
- "閿洏鐩戝惉浜嬩欢":{
- "prefix":"GUI:addKeyboardEvent",
- "description":"閿洏鐩戝惉浜嬩欢",
- "body":"GUI:addKeyboardEvent(codeKeys, pressedCB, releaseCB, autoPressInterval, checkFullSort)"
- },
- "绉婚櫎閿洏鐩戝惉":{
- "prefix":"GUI:removeKeyboardEvent",
- "description":"绉婚櫎閿洏鐩戝惉",
- "body":"GUI:removeKeyboardEvent(codeKeys)"
- },
- "鍔犺浇绾圭悊鍥剧墖":{
- "prefix":"GUI:Image_loadTexture",
- "description":"鍔犺浇绾圭悊鍥剧墖",
- "body":"GUI:Image_loadTexture(widget, filepath)"
- },
- "璁剧疆鐗╁搧鏀惧叆妗嗙洃鍚簨浠":{
- "prefix":"GUI:ItemBox_AddOnEvent",
- "description":"璁剧疆鐗╁搧鏀惧叆妗嗙洃鍚簨浠",
- "body":"GUI:ItemBox_AddOnEvent(widget, eventCB)"
- },
- "璁剧疆灞傝儗鏅鑹":{
- "prefix":"GUI:Layout_setBackGroundColor",
- "description":"璁剧疆灞傝儗鏅鑹",
- "body":"GUI:Layout_setBackGroundColor(widget, value)"
- },
- "璁剧疆灞傝儗鏅鑹茬被鍨":{
- "prefix":"GUI:Layout_setBackGroundColorType",
- "description":"璁剧疆灞傝儗鏅鑹茬被鍨",
- "body":"GUI:Layout_setBackGroundColorType(widget, value)"
- },
- "璁剧疆灞傝儗鏅鑹蹭笉閫忔槑搴":{
- "prefix":"GUI:Layout_setBackGroundColorOpacity",
- "description":"璁剧疆灞傝儗鏅鑹蹭笉閫忔槑搴",
- "body":"GUI:Layout_setBackGroundColorOpacity(widget, value)"
- },
- "璁剧疆灞傝儗鏅槸鍚﹁鍒":{
- "prefix":"GUI:Layout_setClippingEnabled",
- "description":"璁剧疆灞傝儗鏅槸鍚﹁鍒",
- "body":"GUI:Layout_setClippingEnabled(widget, value)"
- },
- "璁剧疆灞傝儗鏅浘鐗":{
- "prefix":"GUI:Layout_setBackGroundImage",
- "description":"璁剧疆灞傝儗鏅浘鐗",
- "body":"GUI:Layout_setBackGroundImage(widget, value)"
- },
- "璁剧疆灞傝儗鏅浘鐗囦節瀹牸":{
- "prefix":"GUI:Layout_setBackGroundImageScale9Slice",
- "description":"璁剧疆灞傝儗鏅浘鐗囦節瀹牸",
- "body":"GUI:Layout_setBackGroundImageScale9Slice(widget, scale9l, scale9r, scale9t, scale9b)"
- },
- "绉婚櫎灞傝儗鏅浘鐗囪缃":{
- "prefix":"GUI:Layout_removeBackGroundImage",
- "description":"绉婚櫎灞傝儗鏅浘鐗囪缃",
- "body":"GUI:Layout_removeBackGroundImage(widget)"
- },
- "璁剧疆鍒楄〃瀹瑰櫒瀵归綈鏂瑰紡":{
- "prefix":"GUI:ListView_setGravity",
- "description":"璁剧疆鍒楄〃瀹瑰櫒瀵归綈鏂瑰紡",
- "body":"GUI:ListView_setGravity(widget, value)"
- },
- "璁剧疆鍒楄〃瀹瑰櫒婊戝姩鏂瑰悜":{
- "prefix":"GUI:ListView_setDirection",
- "description":"璁剧疆鍒楄〃瀹瑰櫒婊戝姩鏂瑰悜",
- "body":"GUI:ListView_setDirection(widget, value)"
- },
- "璁剧疆鍒楄〃瀹瑰櫒闂撮殧":{
- "prefix":"GUI:ListView_setItemsMargin",
- "description":"璁剧疆鍒楄〃瀹瑰櫒闂撮殧",
- "body":"GUI:ListView_setItemsMargin(widget, value)"
- },
- "璁剧疆鍒楄〃瀹瑰櫒鏄惁鏈夎鍒":{
- "prefix":"GUI:ListView_setClippingEnabled",
- "description":"璁剧疆鍒楄〃瀹瑰櫒鏄惁鏈夎鍒",
- "body":"GUI:ListView_setClippingEnabled(widget, value)"
- },
- "璁剧疆鍒楄〃瀹瑰櫒鑳屾櫙棰滆壊":{
- "prefix":"GUI:TableView_setBackGroundColor",
- "description":"璁剧疆鍒楄〃瀹瑰櫒鑳屾櫙棰滆壊",
- "body":"GUI:TableView_setBackGroundColor(widget, value)"
- },
- "璁剧疆鍒楄〃瀹瑰櫒鑳屾櫙棰滆壊绫诲瀷":{
- "prefix":"GUI:ListView_setBackGroundColorType",
- "description":"璁剧疆鍒楄〃瀹瑰櫒鑳屾櫙棰滆壊绫诲瀷",
- "body":"GUI:ListView_setBackGroundColorType(widget, value)"
- },
- "璁剧疆鍒楄〃瀹瑰櫒鑳屾櫙閫忔槑搴":{
- "prefix":"GUI:ListView_setBackGroundColorOpacity",
- "description":"璁剧疆鍒楄〃瀹瑰櫒鑳屾櫙閫忔槑搴",
- "body":"GUI:ListView_setBackGroundColorOpacity(widget, value)"
- },
- "璁剧疆鍒楄〃瀹瑰櫒鑳屾櫙鍥剧墖":{
- "prefix":"GUI:ListView_setBackGroundImage",
- "description":"璁剧疆鍒楄〃瀹瑰櫒鑳屾櫙鍥剧墖",
- "body":"GUI:ListView_setBackGroundImage(widget, value)"
- },
- "璁剧疆鍒楄〃瀹瑰櫒鑳屾櫙鍥剧墖涔濆鏍":{
- "prefix":"GUI:ListView_setBackGroundImageScale9Slice",
- "description":"璁剧疆鍒楄〃瀹瑰櫒鑳屾櫙鍥剧墖涔濆鏍",
- "body":"GUI:ListView_setBackGroundImageScale9Slice(widget, scale9l, scale9r, scale9t, scale9b)"
- },
- "璁剧疆鍒楄〃瀹瑰櫒婊氬姩浜嬩欢":{
- "prefix":"GUI:ListView_addOnScrollEvent",
- "description":"璁剧疆鍒楄〃瀹瑰櫒婊氬姩浜嬩欢",
- "body":"GUI:ListView_addOnScrollEvent(widget, eventCB)"
- },
- "璁剧疆鍒楄〃瀹瑰櫒婊氬姩鍒版煇鐧惧垎姣斾綅缃(鍨傜洿鏂瑰悜)":{
- "prefix":"GUI:ListView_scrollToPercentVertical",
- "description":"璁剧疆鍒楄〃瀹瑰櫒婊氬姩鍒版煇鐧惧垎姣斾綅缃(鍨傜洿鏂瑰悜)",
- "body":"GUI:ListView_scrollToPercentVertical(widget, percent, time, bool)"
- },
- "璁剧疆鍒楄〃瀹瑰櫒婊氬姩鍒版煇鐧惧垎姣斾綅缃(姘村钩鏂瑰悜)":{
- "prefix":"GUI:ListView_scrollToPercentHorizontal",
- "description":"璁剧疆鍒楄〃瀹瑰櫒婊氬姩鍒版煇鐧惧垎姣斾綅缃(姘村钩鏂瑰悜)",
- "body":"GUI:ListView_scrollToPercentHorizontal(widget, percent, time, bool)"
- },
- "娣诲姞榧犳爣婊氳疆婊戝姩鍒楄〃瀹瑰櫒浜嬩欢":{
- "prefix":"GUI:ListView_addMouseScrollPercent",
- "description":"娣诲姞榧犳爣婊氳疆婊戝姩鍒楄〃瀹瑰櫒浜嬩欢",
- "body":"GUI:ListView_addMouseScrollPercent(widget)"
- },
- "璁剧疆婊氬姩瀹瑰櫒婊氬姩鑼冨洿澶у皬":{
- "prefix":"GUI:ScrollView_setInnerContainerSize",
- "description":"璁剧疆婊氬姩瀹瑰櫒婊氬姩鑼冨洿澶у皬",
- "body":"GUI:ScrollView_setInnerContainerSize(widget, value1, value2)"
- },
- "璁剧疆婊氬姩瀹瑰櫒婊氬姩鏂瑰悜":{
- "prefix":"GUI:ScrollView_setDirection",
- "description":"璁剧疆婊氬姩瀹瑰櫒婊氬姩鏂瑰悜",
- "body":"GUI:ScrollView_setDirection(widget, value)"
- },
- "璁剧疆婊氬姩瀹瑰櫒鏄惁鏈夊洖寮":{
- "prefix":"GUI:ScrollView_setBounceEnabled",
- "description":"璁剧疆婊氬姩瀹瑰櫒鏄惁鏈夊洖寮",
- "body":"GUI:ScrollView_setBounceEnabled(widget, value)"
- },
- "璁剧疆婊氬姩瀹瑰櫒鏄惁鏈夎鍒":{
- "prefix":"GUI:ScrollView_setClippingEnabled",
- "description":"璁剧疆婊氬姩瀹瑰櫒鏄惁鏈夎鍒",
- "body":"GUI:ScrollView_setClippingEnabled(widget, value)"
- },
- "璁剧疆婊氬姩瀹瑰櫒鑳屾櫙棰滆壊":{
- "prefix":"GUI:ScrollView_setBackGroundColor",
- "description":"璁剧疆婊氬姩瀹瑰櫒鑳屾櫙棰滆壊",
- "body":"GUI:ScrollView_setBackGroundColor(widget, value)"
- },
- "璁剧疆婊氬姩瀹瑰櫒鑳屾櫙棰滆壊绫诲瀷":{
- "prefix":"GUI:ScrollView_setBackGroundColorType",
- "description":"璁剧疆婊氬姩瀹瑰櫒鑳屾櫙棰滆壊绫诲瀷",
- "body":"GUI:ScrollView_setBackGroundColorType(widget, value)"
- },
- "璁剧疆婊氬姩瀹瑰櫒鑳屾櫙閫忔槑搴":{
- "prefix":"GUI:ScrollView_setBackGroundOpacity",
- "description":"璁剧疆婊氬姩瀹瑰櫒鑳屾櫙閫忔槑搴",
- "body":"GUI:ScrollView_setBackGroundOpacity(widget, value)"
- },
- "璁剧疆婊氬姩瀹瑰櫒鑳屾櫙鍥剧墖":{
- "prefix":"GUI:ScrollView_setBackGroundImage",
- "description":"璁剧疆婊氬姩瀹瑰櫒鑳屾櫙鍥剧墖",
- "body":"GUI:ScrollView_setBackGroundImage(widget, value)"
- },
- "璁剧疆婊氬姩鍣ㄨ儗鏅浘鐗囦節瀹牸":{
- "prefix":"GUI:ScrollView_setBackGroundImageScale9Slice",
- "description":"璁剧疆婊氬姩鍣ㄨ儗鏅浘鐗囦節瀹牸",
- "body":"GUI:ScrollView_setBackGroundImageScale9Slice(widget, scale9l, scale9r, scale9t, scale9b)"
- },
- "绉婚櫎婊氬姩瀹瑰櫒鑳屾櫙鍥剧墖璁剧疆":{
- "prefix":"GUI:ScrollView_removeBackGroundImage",
- "description":"绉婚櫎婊氬姩瀹瑰櫒鑳屾櫙鍥剧墖璁剧疆",
- "body":"GUI:ScrollView_removeBackGroundImage(widget)"
- },
- "璁剧疆婊氬姩瀹瑰櫒婊氬姩浜嬩欢":{
- "prefix":"GUI:ScrollView_addOnScrollEvent",
- "description":"璁剧疆婊氬姩瀹瑰櫒婊氬姩浜嬩欢",
- "body":"GUI:ScrollView_addOnScrollEvent(widget, eventCB)"
- },
- "婊氬姩瀹瑰櫒鍔犺浇瀛愯妭鐐":{
- "prefix":"GUI:ScrollView_addChild",
- "description":"婊氬姩瀹瑰櫒鍔犺浇瀛愯妭鐐",
- "body":"GUI:ScrollView_addChild(widget, value)"
- },
- "婊氬姩瀹瑰櫒鍒犻櫎鎵鏈夊瓙鑺傜偣":{
- "prefix":"GUI:ScrollView_removeAllChildren",
- "description":"婊氬姩瀹瑰櫒鍒犻櫎鎵鏈夊瓙鑺傜偣",
- "body":"GUI:ScrollView_removeAllChildren(widget)"
- },
- "婊氬姩瀹瑰櫒琛板噺婊氬姩锛堥《閮級":{
- "prefix":"GUI:ScrollView_scrollToTop",
- "description":"婊氬姩瀹瑰櫒琛板噺婊氬姩锛堥《閮級",
- "body":"GUI:ScrollView_scrollToTop(widget, time, boolvalue)"
- },
- "婊氬姩瀹瑰櫒琛板噺婊氬姩锛堝簳閮級":{
- "prefix":"GUI:ScrollView_scrollToBottom",
- "description":"婊氬姩瀹瑰櫒琛板噺婊氬姩锛堝簳閮級",
- "body":"GUI:ScrollView_scrollToBottom(widget, time, boolvalue)"
- },
- "婊氬姩瀹瑰櫒琛板噺婊氬姩锛堥《宸︼級":{
- "prefix":"GUI:ScrollView_scrollToTopLeft",
- "description":"婊氬姩瀹瑰櫒琛板噺婊氬姩锛堥《宸︼級",
- "body":"GUI:ScrollView_scrollToTopLeft(widget, time, boolvalue)"
- },
- "婊氬姩瀹瑰櫒琛板噺婊氬姩锛堝彸杈癸級":{
- "prefix":"GUI:ScrollView_scrollToRight",
- "description":"婊氬姩瀹瑰櫒琛板噺婊氬姩锛堝彸杈癸級",
- "body":"GUI:ScrollView_scrollToRight(widget, time, boolvalue)"
- },
- "婊氬姩瀹瑰櫒琛板噺婊氬姩锛堝乏杈癸級":{
- "prefix":"GUI:ScrollView_scrollToLeft",
- "description":"婊氬姩瀹瑰櫒琛板噺婊氬姩锛堝乏杈癸級",
- "body":"GUI:ScrollView_scrollToLeft(widget, time, boolvalue)"
- },
- "婊氬姩瀹瑰櫒琛板噺婊氬姩锛堝瀭鐩存柟鍚戞粴鍔級":{
- "prefix":"GUI:ScrollView_scrollToPercentVertical",
- "description":"婊氬姩瀹瑰櫒琛板噺婊氬姩锛堝瀭鐩存柟鍚戞粴鍔級",
- "body":"GUI:ScrollView_scrollToPercentVertical(widget, percent, time, boolvalue)"
- },
- "婊氬姩瀹瑰櫒琛板噺婊氬姩锛堟按骞虫柟鍚戞粴鍔級":{
- "prefix":"GUI:ScrollView_scrollToPercentHorizontal",
- "description":"婊氬姩瀹瑰櫒琛板噺婊氬姩锛堟按骞虫柟鍚戞粴鍔級",
- "body":"GUI:ScrollView_scrollToPercentHorizontal(widget, percent, time, boolvalue)"
- },
- "婊氬姩瀹瑰櫒娣诲姞婊氬姩鏉":{
- "prefix":"GUI:SetScrollViewVerticalBar",
- "description":"婊氬姩瀹瑰櫒娣诲姞婊氬姩鏉",
- "body":"GUI:SetScrollViewVerticalBar(parent, param)"
- },
- "璁剧疆缈婚〉瀹瑰櫒鏄惁鏈夎鍒":{
- "prefix":"GUI:PageView_setClippingEnabled",
- "description":"璁剧疆缈婚〉瀹瑰櫒鏄惁鏈夎鍒",
- "body":"GUI:PageView_setClippingEnabled(widget, value)"
- },
- "璁剧疆缈婚〉瀹瑰櫒鑳屾櫙棰滆壊":{
- "prefix":"GUI:PageView_setBackGroundColor",
- "description":"璁剧疆缈婚〉瀹瑰櫒鑳屾櫙棰滆壊",
- "body":"GUI:PageView_setBackGroundColor(widget, value)"
- },
- "璁剧疆缈婚〉瀹瑰櫒鑳屾櫙棰滆壊绫诲瀷":{
- "prefix":"GUI:PageView_setBackGroundColorType",
- "description":"璁剧疆缈婚〉瀹瑰櫒鑳屾櫙棰滆壊绫诲瀷",
- "body":"GUI:PageView_setBackGroundColorType(widget, value)"
- },
- "璁剧疆缈婚〉瀹瑰櫒鑳屾櫙閫忔槑搴":{
- "prefix":"GUI:PageView_setBackGroundColorOpacity",
- "description":"璁剧疆缈婚〉瀹瑰櫒鑳屾櫙閫忔槑搴",
- "body":"GUI:PageView_setBackGroundColorOpacity(widget, value)"
- },
- "璁剧疆缈婚〉瀹瑰櫒婊氬姩鍒板瓙椤甸潰":{
- "prefix":"GUI:PageView_scrollToItem",
- "description":"璁剧疆缈婚〉瀹瑰櫒婊氬姩鍒板瓙椤甸潰",
- "body":"GUI:PageView_scrollToItem(widget, index)"
- },
- "璁剧疆缈婚〉瀹瑰櫒褰撳墠瀛愰〉搴忓垪鍙":{
- "prefix":"GUI:PageView_setCurrentPageIndex",
- "description":"璁剧疆缈婚〉瀹瑰櫒褰撳墠瀛愰〉搴忓垪鍙",
- "body":"GUI:PageView_setCurrentPageIndex(widget, index)"
- },
- "璁剧疆瀛恈ell鍒涘缓鏂规硶":{
- "prefix":"GUI:TableView_setCellCreateEvent",
- "description":"璁剧疆瀛恈ell鍒涘缓鏂规硶",
- "body":"GUI:TableView_setCellCreateEvent(widget, func)"
- },
- "璁剧疆鍒楄〃瀹瑰櫒婊氬姩鏂瑰悜":{
- "prefix":"GUI:TableView_setDirection",
- "description":"璁剧疆鍒楄〃瀹瑰櫒婊氬姩鏂瑰悜",
- "body":"GUI:TableView_setDirection(widget, value)"
- },
- "璁剧疆鍒楄〃瀹瑰櫒鍐呴儴鍖哄煙鍋忕Щ浣嶇疆":{
- "prefix":"GUI:TableView_setContentOffset",
- "description":"璁剧疆鍒楄〃瀹瑰櫒鍐呴儴鍖哄煙鍋忕Щ浣嶇疆",
- "body":"GUI:TableView_setContentOffset(widget, x, y)"
- },
- "娣诲姞鍒楄〃瀹瑰櫒鐐瑰嚮cell浜嬩欢":{
- "prefix":"GUI:TableView_addOnTouchedCellEvent",
- "description":"娣诲姞鍒楄〃瀹瑰櫒鐐瑰嚮cell浜嬩欢",
- "body":"GUI:TableView_addOnTouchedCellEvent(widget, func)"
- },
- "鍒楄〃瀹瑰櫒婊氬姩鍒版煇cell浣嶇疆":{
- "prefix":"GUI:TableView_scrollToCell",
- "description":"鍒楄〃瀹瑰櫒婊氬姩鍒版煇cell浣嶇疆",
- "body":"GUI:TableView_scrollToCell(widget, index)"
- },
- "娣诲姞瀹瑰櫒婊氬姩鍥炶皟":{
- "prefix":"GUI:TableView_addOnScrollEvent",
- "description":"娣诲姞瀹瑰櫒婊氬姩鍥炶皟",
- "body":"GUI:TableView_addOnScrollEvent(widget, func)"
- },
- "璁剧疆瀹瑰櫒cell涓暟":{
- "prefix":"GUI:TableView_setTableViewCellsNumHandler",
- "description":"璁剧疆瀹瑰櫒cell涓暟",
- "body":"GUI:TableView_setTableViewCellsNumHandler(widget, func)"
- },
- "绉婚櫎鍒楄〃瀹瑰櫒鑳屾櫙鍥剧墖璁剧疆":{
- "prefix":"GUI:ListView_removeBackGroundImage",
- "description":"绉婚櫎鍒楄〃瀹瑰櫒鑳屾櫙鍥剧墖璁剧疆",
- "body":"GUI:ListView_removeBackGroundImage(widget)"
- },
- "鍒楄〃瀹瑰櫒鍔犺浇瀛愯妭鐐":{
- "prefix":"GUI:ListView_pushBackCustomItem",
- "description":"鍒楄〃瀹瑰櫒鍔犺浇瀛愯妭鐐",
- "body":"GUI:ListView_pushBackCustomItem(widget, value)"
- },
- "鍒楄〃瀹瑰櫒鍔犺浇瀛愯妭鐐癸紙搴忓垪鍙凤級":{
- "prefix":"GUI:ListView_insertCustomItem",
- "description":"鍒楄〃瀹瑰櫒鍔犺浇瀛愯妭鐐癸紙搴忓垪鍙凤級",
- "body":"GUI:ListView_insertCustomItem(widget, value, value2)"
- },
- "鍒楄〃瀹瑰櫒鍒犻櫎鎵鏈夊瓙鑺傜偣":{
- "prefix":"GUI:ListView_removeAllItems",
- "description":"鍒楄〃瀹瑰櫒鍒犻櫎鎵鏈夊瓙鑺傜偣",
- "body":"GUI:ListView_removeAllItems(widget)"
- },
- "閫氳繃搴忓垪鍙峰垹闄ゅ垪琛ㄥ鍣ㄥ瓙鑺傜偣":{
- "prefix":"GUI:ListView_removeItemByIndex",
- "description":"閫氳繃搴忓垪鍙峰垹闄ゅ垪琛ㄥ鍣ㄥ瓙鑺傜偣",
- "body":"GUI:ListView_removeItemByIndex(widget, index)"
- },
- "鍒楄〃瀹瑰櫒鍒犻櫎瀛愯妭鐐":{
- "prefix":"GUI:ListView_removeChild",
- "description":"鍒楄〃瀹瑰櫒鍒犻櫎瀛愯妭鐐",
- "body":"GUI:ListView_removeChild(widget, item)"
- },
- "璺宠浆鍒板垪琛ㄥ鍣ㄥ簭鍒楀彿鑺傜偣浣嶇疆":{
- "prefix":"GUI:ListView_jumpToItem",
- "description":"璺宠浆鍒板垪琛ㄥ鍣ㄥ簭鍒楀彿鑺傜偣浣嶇疆",
- "body":"GUI:ListView_jumpToItem(widget, value)"
- },
- "鏌愪竴鏃堕棿鍐呮粦鍔ㄥ埌鍒楄〃瀹瑰櫒椤堕儴":{
- "prefix":"GUI:ListView_scrollToTop",
- "description":"鏌愪竴鏃堕棿鍐呮粦鍔ㄥ埌鍒楄〃瀹瑰櫒椤堕儴",
- "body":"GUI:ListView_scrollToTop(widget,time, boolvalue)"
- },
- "鏌愪竴鏃堕棿鍐呮粦鍔ㄥ埌鍒楄〃瀹瑰櫒搴曢儴":{
- "prefix":"GUI:ListView_scrollToBottom",
- "description":"鏌愪竴鏃堕棿鍐呮粦鍔ㄥ埌鍒楄〃瀹瑰櫒搴曢儴",
- "body":"GUI:ListView_scrollToBottom(widget,time, boolvalue)"
- },
- "鍒楄〃瀹瑰櫒鍒锋柊":{
- "prefix":"GUI:ListView_doLayout",
- "description":"鍒楄〃瀹瑰櫒鍒锋柊",
- "body":"GUI:ListView_doLayout(widget)"
- },
- "鍒楄〃瀹瑰櫒鍙鍖哄煙缁樺埗":{
- "prefix":"GUI:ListView_paintItems",
- "description":"鍒楄〃瀹瑰櫒鍙鍖哄煙缁樺埗",
- "body":"GUI:ListView_paintItems(widget)"
- },
- "鍒楄〃瀹瑰櫒鍙鍖哄煙鑷姩缁樺埗":{
- "prefix":"GUI:ListView_autoPaintItems",
- "description":"鍒楄〃瀹瑰櫒鍙鍖哄煙鑷姩缁樺埗",
- "body":"GUI:ListView_autoPaintItems(widget)"
- },
- "缈婚〉瀹瑰櫒鍔犺浇瀛愰〉闈":{
- "prefix":"GUI:PageView_addPage",
- "description":"缈婚〉瀹瑰櫒鍔犺浇瀛愰〉闈",
- "body":"GUI:PageView_addPage(widget, value)"
- },
- "缈婚〉瀹瑰櫒鍔犵洃鍚簨浠":{
- "prefix":"GUI:PageView_addOnEvent",
- "description":"缈婚〉瀹瑰櫒鍔犵洃鍚簨浠",
- "body":"GUI:PageView_addOnEvent(widget, eventCB)"
- },
- "鍔犺浇瀹瑰櫒鎵鏈夊垪琛ㄦ暟鎹":{
- "prefix":"GUI:TableView_reloadData",
- "description":"鍔犺浇瀹瑰櫒鎵鏈夊垪琛ㄦ暟鎹",
- "body":"GUI:TableView_reloadData(widget)"
- },
- "娣诲姞瀹瑰櫒榧犳爣婊氬姩浜嬩欢":{
- "prefix":"GUI:TableView_addMouseScrollEvent",
- "description":"娣诲姞瀹瑰櫒榧犳爣婊氬姩浜嬩欢",
- "body":"GUI:TableView_addMouseScrollEvent(widget, func)"
- },
- "娣诲姞瀛愯妭鐐瑰埌鏃嬭浆瀹瑰櫒瀵瑰簲涓嬫爣item":{
- "prefix":"GUI:RotateView_addChild",
- "description":"娣诲姞瀛愯妭鐐瑰埌鏃嬭浆瀹瑰櫒瀵瑰簲涓嬫爣item",
- "body":"GUI:RotateView_addChild(widget, value, index)"
- },
- "鐣岄潰寮圭獥鐗规晥1":{
- "prefix":"GUI:Timeline_Window1",
- "description":"鐣岄潰寮圭獥鐗规晥1",
- "body":"GUI:Timeline_Window1(widget, timelineCB)"
- },
- "鐣岄潰寮圭獥鐗规晥2":{
- "prefix":"GUI:Timeline_Window2",
- "description":"鐣岄潰寮圭獥鐗规晥2",
- "body":"GUI:Timeline_Window2(widget, timelineCB)"
- },
- "鐣岄潰寮圭獥鐗规晥3":{
- "prefix":"GUI:Timeline_Window3",
- "description":"鐣岄潰寮圭獥鐗规晥3",
- "body":"GUI:Timeline_Window3(widget, timelineCB)"
- },
- "鐣岄潰寮圭獥鐗规晥4":{
- "prefix":"GUI:Timeline_Window4",
- "description":"鐣岄潰寮圭獥鐗规晥4",
- "body":"GUI:Timeline_Window4(widget, timelineCB)"
- },
- "鐣岄潰寮圭獥鐗规晥5":{
- "prefix":"GUI:Timeline_Window5",
- "description":"鐣岄潰寮圭獥鐗规晥5",
- "body":"GUI:Timeline_Window5(widget, timelineCB)"
- },
- "鐣岄潰寮圭獥鐗规晥6":{
- "prefix":"GUI:Timeline_Window6",
- "description":"鐣岄潰寮圭獥鐗规晥6",
- "body":"GUI:Timeline_Window6(widget, timelineCB)"
- },
- "璁剧疆鍔ㄧ敾鏍囪":{
- "prefix":"GUI:Timeline_SetTag",
- "description":"璁剧疆鍔ㄧ敾鏍囪",
- "body":"GUI:Timeline_SetTag(action, tag)"
- },
- "鍋滄鎵鏈夊姩鐢":{
- "prefix":"GUI:Timeline_StopAll",
- "description":"鍋滄鎵鏈夊姩鐢",
- "body":"GUI:Timeline_StopAll(widget)"
- },
- "閫氳繃鏍囪鍋滄鍔ㄧ敾":{
- "prefix":"GUI:Timeline_StopByTag",
- "description":"閫氳繃鏍囪鍋滄鍔ㄧ敾",
- "body":"GUI:Timeline_StopByTag(widget, tag)"
- },
- "鍔ㄧ敾娣″嚭鏁堟灉":{
- "prefix":"GUI:Timeline_FadeOut",
- "description":"鍔ㄧ敾娣″嚭鏁堟灉",
- "body":"GUI:Timeline_FadeOut(widget, time, timelineCB)"
- },
- "鍔ㄧ敾娣″叆鏁堟灉":{
- "prefix":"GUI:Timeline_FadeIn",
- "description":"鍔ㄧ敾娣″叆鏁堟灉",
- "body":"GUI:Timeline_FadeIn(widget, time, timelineCB)"
- },
- "鍔ㄧ敾淇敼閫忔槑搴﹀埌鏌愪釜鍊":{
- "prefix":"GUI:Timeline_FadeTo",
- "description":"鍔ㄧ敾淇敼閫忔槑搴﹀埌鏌愪釜鍊",
- "body":"GUI:Timeline_FadeTo(widget, value, time, timelineCB)"
- },
- "鍔ㄧ敾鏀惧ぇ缂╁皬":{
- "prefix":"GUI:Timeline_ScaleTo",
- "description":"鍔ㄧ敾鏀惧ぇ缂╁皬",
- "body":"GUI:Timeline_ScaleTo(widget, value, time, timelineCB)"
- },
- "鍔ㄧ敾鏀惧ぇ缂╁皬锛堝綋鍓嶅ぇ灏忕殑鏌愪釜姣斾緥锛":{
- "prefix":"GUI:Timeline_ScaleBy",
- "description":"鍔ㄧ敾鏀惧ぇ缂╁皬锛堝綋鍓嶅ぇ灏忕殑鏌愪釜姣斾緥锛",
- "body":"GUI:Timeline_ScaleBy(widget, value, time, timelineCB)"
- },
- "鍔ㄧ敾鏃嬭浆":{
- "prefix":"GUI:Timeline_RotateTo",
- "description":"鍔ㄧ敾鏃嬭浆",
- "body":"GUI:Timeline_RotateTo(widget, value, time, timelineCB)"
- },
- "璁剧疆娓愬彉瀛楁枃鏈唴瀹":{
- "prefix":"GUI:GradientColorText_setString",
- "description":"璁剧疆娓愬彉瀛楁枃鏈唴瀹",
- "body":"GUI:GradientColorText_setString(object, txt)"
- },
- "璁剧疆娓愬彉瀛楁枃鏈笎鍙橀鑹":{
- "prefix":"GUI:GradientColorText_setColor",
- "description":"璁剧疆娓愬彉瀛楁枃鏈笎鍙橀鑹",
- "body":"GUI:GradientColorText_setColor(object, color1,color2)"
- },
- "鍔ㄧ敾鏃嬭浆锛堜粠鍘熸潵瑙掑害 鏃嬭浆鍒 鏌愪釜瑙掑害锛":{
- "prefix":"GUI:Timeline_RotateBy",
- "description":"鍔ㄧ敾鏃嬭浆锛堜粠鍘熸潵瑙掑害 鏃嬭浆鍒 鏌愪釜瑙掑害锛",
- "body":"GUI:Timeline_RotateBy(widget, value, time, timelineCB)"
- },
- "鍔ㄧ敾绉诲姩锛堢粷瀵逛綅缃級":{
- "prefix":"GUI:Timeline_MoveTo",
- "description":"鍔ㄧ敾绉诲姩锛堢粷瀵逛綅缃級",
- "body":"GUI:Timeline_MoveTo(widget, value, time, timelineCB)"
- },
- "鍔ㄧ敾绉诲姩锛堢浉瀵逛綅缃級":{
- "prefix":"GUI:Timeline_MoveTo",
- "description":"鍔ㄧ敾绉诲姩锛堢浉瀵逛綅缃級",
- "body":"GUI:Timeline_MoveTo(widget, value, time, timelineCB)"
- },
- "鍔ㄧ敾闂儊":{
- "prefix":"GUI:Timeline_Blink",
- "description":"鍔ㄧ敾闂儊",
- "body":"GUI:Timeline_Blink(widget, value, time, timelineCB)"
- },
- "鍔ㄧ敾闇囧姩":{
- "prefix":"GUI:Timeline_Shake",
- "description":"鍔ㄧ敾闇囧姩",
- "body":"GUI:Timeline_Shake(widget, time, x, y, timelineCB)"
- },
- "鍔ㄧ敾鐤媯鎶栧姩":{
- "prefix":"GUI:Timeline_Waggle",
- "description":"鍔ㄧ敾鐤媯鎶栧姩",
- "body":"GUI:Timeline_Waggle(widget, time, angle)"
- },
- "鍔ㄧ敾寤惰繜鎾斁":{
- "prefix":"GUI:Timeline_DelayTime",
- "description":"鍔ㄧ敾寤惰繜鎾斁",
- "body":"GUI:Timeline_DelayTime(widget, time, timelineCB)"
- },
- "鍔ㄧ敾鍥炶皟鏂规硶":{
- "prefix":"GUI:Timeline_CallFunc",
- "description":"鍔ㄧ敾鍥炶皟鏂规硶",
- "body":"GUI:Timeline_CallFunc(widget, time, timelineCB)"
- },
- "鍔ㄧ敾寤惰繜鏄剧ず":{
- "prefix":"GUI:Timeline_Show",
- "description":"鍔ㄧ敾寤惰繜鏄剧ず",
- "body":"GUI:Timeline_Show(widget, time)"
- },
- "鍔ㄧ敾寤惰繜闅愯棌":{
- "prefix":"GUI:Timeline_Hide",
- "description":"鍔ㄧ敾寤惰繜闅愯棌",
- "body":"GUI:Timeline_Hide(widget, time)"
- },
- "缂撳姩鍔ㄧ敾锛堢敱鎱㈠埌蹇級":{
- "prefix":"GUI:Timeline_EaseSineIn_MoveTo",
- "description":"缂撳姩鍔ㄧ敾锛堢敱鎱㈠埌蹇級",
- "body":"GUI:Timeline_EaseSineIn_MoveTo(widget, value, time, callback)"
- },
- "閫氳繃鏍囪鑾峰彇鍔ㄤ綔鍐呭":{
- "prefix":"GUI:getActionByTag",
- "description":"閫氳繃鏍囪鑾峰彇鍔ㄤ綔鍐呭",
- "body":"GUI:getActionByTag(widget, tag)"
- },
- "缂撳姩鍔ㄧ敾锛堢敱蹇埌鎱級":{
- "prefix":"GUI:Timeline_EaseSineOut_MoveTo",
- "description":"缂撳姩鍔ㄧ敾锛堢敱蹇埌鎱級",
- "body":"GUI:Timeline_EaseSineOut_MoveTo(widget, value, time, callback)"
- },
- "鏁板瓧婊氬姩鍔ㄧ敾":{
- "prefix":"GUI:Timeline_DigitChange",
- "description":"鏁板瓧婊氬姩鍔ㄧ敾",
- "body":"GUI:Timeline_DigitChange(widget, cur, target, interval)"
- },
- "绉诲姩鍔ㄤ綔":{
- "prefix":"GUI:ActionMoveTo",
- "description":"绉诲姩鍔ㄤ綔",
- "body":"GUI:ActionMoveTo(time, x, y)"
- },
- "绉诲姩鍔ㄤ綔锛堢浉瀵逛綅缃級":{
- "prefix":"GUI:ActionMoveBy",
- "description":"绉诲姩鍔ㄤ綔锛堢浉瀵逛綅缃級",
- "body":"GUI:ActionMoveBy(time, x, y)"
- },
- "缂╂斁鍔ㄤ綔":{
- "prefix":"GUI:ActionScaleTo",
- "description":"缂╂斁鍔ㄤ綔",
- "body":"GUI:ActionScaleTo(time, ratio, ...)"
- },
- "缂╂斁鍔ㄤ綔锛堝師鏈夊熀纭涓婄缉鏀撅級":{
- "prefix":"GUI:ActionScaleBy",
- "description":"缂╂斁鍔ㄤ綔锛堝師鏈夊熀纭涓婄缉鏀撅級",
- "body":"GUI:ActionScaleBy(time, ratio, ...)"
- },
- "鏃嬭浆鍔ㄤ綔":{
- "prefix":"GUI:ActionRotateTo",
- "description":"鏃嬭浆鍔ㄤ綔",
- "body":"GUI:ActionRotateTo(time, angle)"
- },
- "鏃嬭浆鍔ㄤ綔锛堝師鏈夊熀纭涓婃棆杞級":{
- "prefix":"GUI:ActionRotateBy",
- "description":"鏃嬭浆鍔ㄤ綔锛堝師鏈夊熀纭涓婃棆杞級",
- "body":"GUI:ActionRotateBy(time, angle)"
- },
- "娣″叆鍔ㄤ綔":{
- "prefix":"GUI:ActionFadeIn",
- "description":"娣″叆鍔ㄤ綔",
- "body":"GUI:ActionFadeIn(time)"
- },
- "娣″嚭鍔ㄤ綔":{
- "prefix":"GUI:ActionFadeOut",
- "description":"娣″嚭鍔ㄤ綔",
- "body":"GUI:ActionFadeOut(time)"
- },
- "闂儊鍔ㄤ綔":{
- "prefix":"GUI:ActionBlink",
- "description":"闂儊鍔ㄤ綔",
- "body":"GUI:ActionBlink(time, num)"
- },
- "鍔ㄧ敾鍥炶皟鍑芥暟":{
- "prefix":"GUI:CallFunc",
- "description":"鍔ㄧ敾鍥炶皟鍑芥暟",
- "body":"GUI:CallFunc(callback)"
- },
- "鍔ㄤ綔寤惰繜":{
- "prefix":"GUI:DelayTime",
- "description":"鍔ㄤ綔寤惰繜",
- "body":"GUI:DelayTime(time)"
- },
- "鎾斁鍔ㄤ綔":{
- "prefix":"GUI:runAction",
- "description":"鎾斁鍔ㄤ綔",
- "body":"GUI:runAction(widget, value)"
- },
- "鍋滄鎵鏈夊姩浣":{
- "prefix":"GUI:stopAllActions",
- "description":"鍋滄鎵鏈夊姩浣",
- "body":"GUI:stopAllActions(widget)"
- },
- "閫氳繃鏍囪鍋滄鍔ㄤ綔":{
- "prefix":"GUI:stopActionByTag",
- "description":"閫氳繃鏍囪鍋滄鍔ㄤ綔",
- "body":"GUI:stopActionByTag(widget, tag)"
- },
- "鍔ㄤ綔鏄剧ず":{
- "prefix":"GUI:ActionShow",
- "description":"鍔ㄤ綔鏄剧ず",
- "body":"GUI:ActionShow()"
- },
- "鍔ㄤ綔闅愯棌":{
- "prefix":"GUI:ActionHide",
- "description":"鍔ㄤ綔闅愯棌",
- "body":"GUI:ActionHide()"
- },
- "绉婚櫎鑷韩":{
- "prefix":"GUI:ActionRemoveSelf",
- "description":"绉婚櫎鑷韩",
- "body":"GUI:ActionRemoveSelf()"
- },
- "鎾斁椤哄簭":{
- "prefix":"GUI:ActionSequence",
- "description":"鎾斁椤哄簭",
- "body":"GUI:ActionSequence(action, ...)"
- },
- "澶氫釜鍔ㄤ綔鍚屾椂鎾斁":{
- "prefix":"GUI:ActionSpawn",
- "description":"澶氫釜鍔ㄤ綔鍚屾椂鎾斁",
- "body":"GUI:ActionSpawn(action, ...)"
- },
- "寰幆鎾斁":{
- "prefix":"GUI:ActionRepeat",
- "description":"寰幆鎾斁",
- "body":"GUI:ActionRepeat(action, time)"
- },
- "涓鐩村惊鐜挱鏀":{
- "prefix":"GUI:ActionRepeatForever",
- "description":"涓鐩村惊鐜挱鏀",
- "body":"GUI:ActionRepeatForever(action)"
- },
- "澶嶅悎鍔ㄤ綔锛堝姞閫熷害鍚戝彸锛屽弽鏂瑰悜缂撴參绉诲姩锛":{
- "prefix":"GUI:ActionEaseBackIn",
- "description":"澶嶅悎鍔ㄤ綔锛堝姞閫熷害鍚戝彸锛屽弽鏂瑰悜缂撴參绉诲姩锛",
- "body":"GUI:ActionEaseBackIn(action)"
- },
- "澶嶅悎鍔ㄤ綔锛堝揩閫熺Щ鍔ㄥ埌缁撴潫锛岀劧鍚庣紦鎱㈣繑鍥炲埌缁撴潫锛":{
- "prefix":"GUI:ActionEaseBackOut",
- "description":"澶嶅悎鍔ㄤ綔锛堝揩閫熺Щ鍔ㄥ埌缁撴潫锛岀劧鍚庣紦鎱㈣繑鍥炲埌缁撴潫锛",
- "body":"GUI:ActionEaseBackOut(action)"
- },
- "鎸囨暟缂撳啿鍔ㄤ綔锛堢紦鎱㈠紑濮, 鍔犻熺粨鏉燂級":{
- "prefix":"GUI:ActionEaseExponentialIn",
- "description":"鎸囨暟缂撳啿鍔ㄤ綔锛堢紦鎱㈠紑濮, 鍔犻熺粨鏉燂級",
- "body":"GUI:ActionEaseExponentialIn(action)"
- },
- "鎸囨暟缂撳啿鍔ㄤ綔锛堝姞閫熷紑濮, 缂撴參缁撴潫锛":{
- "prefix":"GUI:ActionEaseExponentialOut",
- "description":"鎸囨暟缂撳啿鍔ㄤ綔锛堝姞閫熷紑濮, 缂撴參缁撴潫锛",
- "body":"GUI:ActionEaseExponentialOut(action)"
- },
- "鎸囨暟缂撳啿鍔ㄤ綔锛堝姩浣滅紦鎱㈠紑濮嬪拰缁堟锛":{
- "prefix":"GUI:ActionEaseExponentialInOut",
- "description":"鎸囨暟缂撳啿鍔ㄤ綔锛堝姩浣滅紦鎱㈠紑濮嬪拰缁堟锛",
- "body":"GUI:ActionEaseExponentialInOut(action)"
- },
- "閫氳繃瀵硅薄鍏抽棴鐣岄潰":{
- "prefix":"GUI:Win_Close",
- "description":"閫氳繃瀵硅薄鍏抽棴鐣岄潰",
- "body":"GUI:Win_Close(widget)"
- },
- "閫氳繃ID鍏抽棴鐣岄潰":{
- "prefix":"GUI:Win_CloseByID",
- "description":"閫氳繃ID鍏抽棴鐣岄潰",
- "body":"GUI:Win_CloseByID(ID)"
- },
- "閫氳繃NPCID鍏抽棴鐣岄潰":{
- "prefix":"GUI:Win_CloseByNPCID",
- "description":"閫氳繃NPCID鍏抽棴鐣岄潰",
- "body":"GUI:Win_CloseByNPCID(NPCID)"
- },
- "閫氳繃閿洏鐨凟sc閿叧闂晫闈":{
- "prefix":"GUI:Win_SetESCClose",
- "description":"閫氳繃閿洏鐨凟sc閿叧闂晫闈",
- "body":"GUI:Win_SetESCClose(widget, value)"
- },
- "鍏抽棴鎵鏈夌晫闈":{
- "prefix":"GUI:Win_CloseAll",
- "description":"鍏抽棴鎵鏈夌晫闈",
- "body":"GUI:Win_CloseAll()"
- },
- "鍒ゆ柇瀵硅薄鏄惁涓虹┖":{
- "prefix":"GUI:Win_IsNull",
- "description":"鍒ゆ柇瀵硅薄鏄惁涓虹┖",
- "body":"GUI:Win_IsNull(widget)"
- },
- "鍒ゆ柇瀵硅薄鏄惁涓嶄负绌":{
- "prefix":"GUI:Win_IsNotNull",
- "description":"鍒ゆ柇瀵硅薄鏄惁涓嶄负绌",
- "body":"GUI:Win_IsNotNull(widget)"
- },
- "绂佺敤鏂囨湰鐗规晥":{
- "prefix":"GUI:Text_disableEffect",
- "description":"绂佺敤鏂囨湰鐗规晥",
- "body":"GUI:Text_disableEffect(widget, value)"
- },
- "绂佺敤鏂囨湰鏅氱壒鏁":{
- "prefix":"GUI:Text_disableNormal",
- "description":"绂佺敤鏂囨湰鏅氱壒鏁",
- "body":"GUI:Text_disableNormal(widget)"
- },
- "绂佺敤鏂囨湰鎻忚竟鐗规晥":{
- "prefix":"GUI:Text_disableOutLine",
- "description":"绂佺敤鏂囨湰鎻忚竟鐗规晥",
- "body":"GUI:Text_disableOutLine(widget)"
- },
- "绂佺敤鏂囨湰闃村奖鐗规晥":{
- "prefix":"GUI:Text_disableShadow",
- "description":"绂佺敤鏂囨湰闃村奖鐗规晥",
- "body":"GUI:Text_disableShadow(widget)"
- },
- "绂佺敤鏂囨湰鍙戝厜鐗规晥":{
- "prefix":"GUI:Text_disableGlow",
- "description":"绂佺敤鏂囨湰鍙戝厜鐗规晥",
- "body":"GUI:Text_disableGlow(widget)"
- },
- "娣诲姞鑷畾涔夊瘜鏂囨湰cell":{
- "prefix":"GUI:RichTextCombine_pushBackElements",
- "description":"娣诲姞鑷畾涔夊瘜鏂囨湰cell",
- "body":"GUI:RichTextCombine_pushBackElements(widget, elements)"
- },
- "娣诲姞cell瀹屾瘯鏍煎紡鍖栧瘜鏂囨湰":{
- "prefix":"GUI:RichTextCombine_format",
- "description":"娣诲姞cell瀹屾瘯鏍煎紡鍖栧瘜鏂囨湰",
- "body":"GUI:RichTextCombine_format(widget)"
- },
- "娣诲姞瀵屾枃鏈瑄rl鐐瑰嚮瑙﹀彂浜嬩欢":{
- "prefix":"GUI:RichText_setOpenUrlEvent",
- "description":"娣诲姞瀵屾枃鏈瑄rl鐐瑰嚮瑙﹀彂浜嬩欢",
- "body":"GUI:RichText_setOpenUrlEvent(widget, handle)"
- },
- "璋冪敤GUILayout/Item.lua涓殑鍑芥暟":{
- "prefix":"GUI:ItemShow_OnRunFunc",
- "description":"璋冪敤GUILayout/Item.lua涓殑鍑芥暟",
- "body":"GUI:ItemShow_OnRunFunc(widget, funcname, ...)"
- },
- "娓呯┖瀵瑰簲ID鏀剧疆妗嗙殑浼犲叆鏁版嵁":{
- "prefix":"GUI:ItemBox_RemoveBoxData",
- "description":"娓呯┖瀵瑰簲ID鏀剧疆妗嗙殑浼犲叆鏁版嵁",
- "body":"GUI:ItemBox_RemoveBoxData(widget, boxindex)"
- },
- "鏇存柊瀵瑰簲ID鏀剧疆妗嗙殑鐗╁搧鏁版嵁":{
- "prefix":"GUI:ItemBox_UpdateBoxData",
- "description":"鏇存柊瀵瑰簲ID鏀剧疆妗嗙殑鐗╁搧鏁版嵁",
- "body":"GUI:ItemBox_UpdateBoxData(widget, boxindex,itemData)"
- },
- "鍏抽棴杈撳叆妗嗚緭鍏":{
- "prefix":"GUI:TextInput_closeInput",
- "description":"鍏抽棴杈撳叆妗嗚緭鍏",
- "body":"GUI:TextInput_closeInput(widget)"
- },
- "鐗规晥鎾斁":{
- "prefix":"GUI:Effect_play",
- "description":"鐗规晥鎾斁",
- "body":"GUI:Effect_play(widget, act, dir, isLoop, speed, isSequence)"
- },
- "鐗规晥鍋滄":{
- "prefix":"GUI:Effect_stop",
- "description":"鐗规晥鍋滄",
- "body":"GUI:Effect_stop(widget, frameIndex, act, dir)"
- },
- "鐗规晥鎾斁瀹屾垚浜嬩欢":{
- "prefix":"GUI:Effect_addOnCompleteEvent",
- "description":"鐗规晥鎾斁瀹屾垚浜嬩欢",
- "body":"GUI:Effect_addOnCompleteEvent(widget, value)"
- },
- "鍒锋柊灞曠ずQuickCell":{
- "prefix":"GUI:QuickCell_Refresh",
- "description":"鍒锋柊灞曠ずQuickCell",
- "body":"GUI:QuickCell_Refresh(widget)"
- },
- "寮哄埗閫鍑/ 娓呯悊鍐呭QuickCell":{
- "prefix":"GUI:QuickCell_Exit",
- "description":"寮哄埗閫鍑/ 娓呯悊鍐呭QuickCell",
- "body":"GUI:QuickCell_Exit(widget)"
- },
- "鍔犺浇UI鏂囦欢":{
- "prefix":"GUI:LoadExport",
- "description":"鍔犺浇UI鏂囦欢",
- "body":"GUI:LoadExport(parent, filename,callback)"
- },
- "瀵瑰簲鎺т欢鐨勮妭鐐瑰潗鏍囪浆鎹负涓栫晫鍧愭爣":{
- "prefix":"GUI:convertToWorldSpace",
- "description":"瀵瑰簲鎺т欢鐨勮妭鐐瑰潗鏍囪浆鎹负涓栫晫鍧愭爣",
- "body":"GUI:convertToWorldSpace(widget, x, y)"
- },
- "涓栫晫鍧愭爣杞崲涓哄搴旀帶浠剁殑鑺傜偣鍧愭爣":{
- "prefix":"GUI:convertToNodeSpace",
- "description":"涓栫晫鍧愭爣杞崲涓哄搴旀帶浠剁殑鑺傜偣鍧愭爣",
- "body":"GUI:convertToNodeSpace(widget, x, y)"
- },
- "鍔犺浇瀛愭帶浠":{
- "prefix":"GUI:addChild",
- "description":"鍔犺浇瀛愭帶浠",
- "body":"GUI:addChild(widget, child)"
- },
- "绉婚櫎浼犲叆鎺т欢鐨勬墍鏈夊瓙鑺傜偣":{
- "prefix":"GUI:removeAllChildren",
- "description":"绉婚櫎浼犲叆鎺т欢鐨勬墍鏈夊瓙鑺傜偣",
- "body":"GUI:removeAllChildren(widget)"
- },
- "灏嗕紶鍏ユ帶浠朵粠鐖惰妭鐐逛笂绉婚櫎":{
- "prefix":"GUI:removeFromParent",
- "description":"灏嗕紶鍏ユ帶浠朵粠鐖惰妭鐐逛笂绉婚櫎",
- "body":"GUI:removeFromParent(widget)"
- },
- "閫氳繃鍚嶅瓧鍒犻櫎浼犲叆鎺т欢鐨勫搴斿瓙鑺傜偣":{
- "prefix":"GUI:removeChildByName",
- "description":"閫氳繃鍚嶅瓧鍒犻櫎浼犲叆鎺т欢鐨勫搴斿瓙鑺傜偣",
- "body":"GUI:removeChildByName(widget, name)"
- },
- "寮鍚畾鏃跺櫒":{
- "prefix":"GUI:schedule",
- "description":"寮鍚畾鏃跺櫒",
- "body":"GUI:schedule(widget, callback, delay)"
- },
- "鍋滄瀹氭椂鍣":{
- "prefix":"GUI:unSchedule",
- "description":"鍋滄瀹氭椂鍣",
- "body":"GUI:unSchedule(widget)"
- },
- "鏄剧ず鏂囨湰Tips":{
- "prefix":"GUI:ShowWorldTips",
- "description":"鏄剧ず鏂囨湰Tips",
- "body":"GUI:ShowWorldTips(tips, worldPos, anchorPoint)"
- },
- "灞忚斀鑷姩淇鍧愭爣涓烘暣鏁":{
- "prefix":"GUI:DisableFixPosition",
- "description":"灞忚斀鑷姩淇鍧愭爣涓烘暣鏁",
- "body":"GUI:DisableFixPosition()"
- },
- "鍏抽棴鏂囨湰Tips":{
- "prefix":"GUI:HideWorldTips",
- "description":"鍏抽棴鏂囨湰Tips",
- "body":"GUI:HideWorldTips()"
- },
- "鑷傚簲甯冨眬":{
- "prefix":"GUI:UserUILayout",
- "description":"鑷傚簲甯冨眬",
- "body":"GUI:UserUILayout(pNode, param)"
- },
- "鎵撳紑鐣岄潰":{
- "prefix":"GUI:Win_Open",
- "description":"鎵撳紑鐣岄潰",
- "body":"GUI:Win_Open(filename)"
- },
- "瑙嗛鎾斁鍣ㄦ坊鍔犵洃鍚":{
- "prefix":"GUI:VideoPlayer_addEventListener",
- "description":"瑙嗛鎾斁鍣ㄦ坊鍔犵洃鍚",
- "body":"GUI:VideoPlayer_addEventListener(widget, eventCB)"
- },
- "璁剧疆褰撳墠閫変腑鐨勮儗鍖呴〉":{
- "prefix":"SL:Set_BAG_PAGE_CUR",
- "description":"璁剧疆褰撳墠閫変腑鐨勮儗鍖呴〉",
- "body":"SL:Set_BAG_PAGE_CUR(param1)"
- },
- "鍒囨崲鑱婂ぉ棰戦亾鎺ユ敹鐘舵":{
- "prefix":"SL:Set_CHAT_CHANNEL_RECEIVIND",
- "description":"鍒囨崲鑱婂ぉ棰戦亾鎺ユ敹鐘舵",
- "body":"SL:Set_CHAT_CHANNEL_RECEIVIND(param1,param2)"
- },
- "璁剧疆褰撳墠閭欢ID":{
- "prefix":"SL:Set_MAIL_CURRENT_ID",
- "description":"璁剧疆褰撳墠閭欢ID",
- "body":"SL:Set_MAIL_CURRENT_ID(param1)"
- },
- "褰撳墠鑱婂ぉ棰戦亾":{
- "prefix":"SL:Set_CUR_CHAT_CHANNEL",
- "description":"褰撳墠鑱婂ぉ棰戦亾",
- "body":"SL:Set_CUR_CHAT_CHANNEL(param1)"
- },
- "璁剧疆鎹$墿鍝佹暟鎹":{
- "prefix":"SL:Set_SETTING_PICK_VALUE",
- "description":"璁剧疆鎹$墿鍝佹暟鎹",
- "body":"SL:Set_SETTING_PICK_VALUE(param1,param2)"
- },
- "璁剧疆鐨勬暟鎹":{
- "prefix":"SL:Set_SETTING_VALUE",
- "description":"璁剧疆鐨勬暟鎹",
- "body":"SL:Set_SETTING_VALUE(param1,param2)"
- },
- "璁剧疆鎹$墿鍝佺粍鏁版嵁":{
- "prefix":"SL:Set_SETTING_PICK_GROUP_VALUE",
- "description":"璁剧疆鎹$墿鍝佺粍鏁版嵁",
- "body":"SL:Set_SETTING_PICK_GROUP_VALUE(param1,param2)"
- },
- "璁剧疆鎺掑簭鐩稿叧鏁版嵁":{
- "prefix":"SL:Set_SETTING_RANK_DATA",
- "description":"璁剧疆鎺掑簭鐩稿叧鏁版嵁",
- "body":"SL:Set_SETTING_RANK_DATA(param1,param2)"
- },
- "璁剧疆boss鎻愮ず绫诲瀷":{
- "prefix":"SL:Set_SETTING_BOSS_REMIND_TYPE",
- "description":"璁剧疆boss鎻愮ず绫诲瀷",
- "body":"SL:Set_SETTING_BOSS_REMIND_TYPE(param1)"
- },
- "璁剧疆boss鎻愮ず鍊":{
- "prefix":"SL:Set_SETTING_BOSS_REMIND_VALUE",
- "description":"璁剧疆boss鎻愮ず鍊",
- "body":"SL:Set_SETTING_BOSS_REMIND_VALUE(param1)"
- },
- "瑙掕壊闈㈡澘鏃惰鏄剧ず寮鍏":{
- "prefix":"SL:Set_PLAYER_SUPEREQUIP_SHOW",
- "description":"瑙掕壊闈㈡澘鏃惰鏄剧ず寮鍏",
- "body":"SL:Set_PLAYER_SUPEREQUIP_SHOW(param1)"
- },
- "鑻遍泟闈㈡澘鏃惰鏄剧ず寮鍏":{
- "prefix":"SL:Set_HERO_SUPEREQUIP_SHOW",
- "description":"鑻遍泟闈㈡澘鏃惰鏄剧ず寮鍏",
- "body":"SL:Set_HERO_SUPEREQUIP_SHOW(param1)"
- },
- "璁剧疆鎶鑳藉揩鎹烽敭":{
- "prefix":"SL:Set_SKILL_KEY",
- "description":"璁剧疆鎶鑳藉揩鎹烽敭",
- "body":"SL:Set_SKILL_KEY(param1,param2)"
- },
- "鑻遍泟璁剧疆鎶鑳藉揩鎹烽敭":{
- "prefix":"SL:Set_H_SKILL_KEY",
- "description":"鑻遍泟璁剧疆鎶鑳藉揩鎹烽敭",
- "body":"SL:Set_H_SKILL_KEY(param1,param2)"
- },
- "鏄惁鐐瑰嚮鑻遍泟瀹堟姢鎸夐挳":{
- "prefix":"SL:Set_HERO_GUARD_ISCLICK",
- "description":"鏄惁鐐瑰嚮鑻遍泟瀹堟姢鎸夐挳",
- "body":"SL:Set_HERO_GUARD_ISCLICK(param1)"
- },
- "璁剧疆鑻遍泟婵娲荤殑鐘舵佸垪琛":{
- "prefix":"SL:Set_HERO_ACTIVES_STATES",
- "description":"璁剧疆鑻遍泟婵娲荤殑鐘舵佸垪琛",
- "body":"SL:Set_HERO_ACTIVES_STATES(param1)"
- },
- "鍚堟垚鎵撳紑鐨処D":{
- "prefix":"SL:Set_COMPOUND_OPEN_ID",
- "description":"鍚堟垚鎵撳紑鐨処D",
- "body":"SL:Set_COMPOUND_OPEN_ID(param1)"
- },
- "閫夋嫨鐩爣ID":{
- "prefix":"SL:Set_SELECT_TARGET_ID",
- "description":"閫夋嫨鐩爣ID",
- "body":"SL:Set_SELECT_TARGET_ID(param1)"
- },
- "PC閿佸畾鏀诲嚮鐘舵":{
- "prefix":"SL:Set_ATTACK_STATE",
- "description":"PC閿佸畾鏀诲嚮鐘舵",
- "body":"SL:Set_ATTACK_STATE(param1)"
- },
- "鍔熻兘鑿滃崟鍙傛暟璁剧疆":{
- "prefix":"SL:Set_FUNCDOCK_PARAM",
- "description":"鍔熻兘鑿滃崟鍙傛暟璁剧疆",
- "body":"SL:Set_FUNCDOCK_PARAM(param1)"
- },
- "璁剧疆鍓创鏉挎枃鏈":{
- "prefix":"SL:Set_CLIPBOARD_TEXT",
- "description":"璁剧疆鍓创鏉挎枃鏈",
- "body":"SL:Set_CLIPBOARD_TEXT(param1)"
- },
- "璁剧疆 鑷姩鎷惧彇-鎺夎惤鐗-椋炲悜鐨勪笘鐣屽潗鏍":{
- "prefix":"SL:Set_DROPITEM_FLY_WORLD_POSITION",
- "description":"璁剧疆 鑷姩鎷惧彇-鎺夎惤鐗-椋炲悜鐨勪笘鐣屽潗鏍",
- "body":"SL:Set_DROPITEM_FLY_WORLD_POSITION(param1,param2)"
- },
- "璁剧疆蹇嵎鏍忎釜鏁":{
- "prefix":"SL:Set_QUICK_USE_NUM",
- "description":"璁剧疆蹇嵎鏍忎釜鏁",
- "body":"SL:Set_QUICK_USE_NUM(param1)"
- },
- "鐗瑰畾鐘跺喌寮曞浜嬩欢寮濮嬮氱煡":{
- "prefix":"SL:Set_GUIDE_EVENT_BEGAN",
- "description":"鐗瑰畾鐘跺喌寮曞浜嬩欢寮濮嬮氱煡",
- "body":"SL:Set_GUIDE_EVENT_BEGAN(param1,param2)"
- },
- "鐗瑰畾鐘跺喌寮曞浜嬩欢缁撴潫閫氱煡":{
- "prefix":"SL:Set_GUIDE_EVENT_END",
- "description":"鐗瑰畾鐘跺喌寮曞浜嬩欢缁撴潫閫氱煡",
- "body":"SL:Set_GUIDE_EVENT_END(param1)"
- },
- "璁剧疆浜虹墿鍐呭姛鎶鑳藉紑鍏":{
- "prefix":"SL:Set_INTERNAL_SKILL_ONOFF",
- "description":"璁剧疆浜虹墿鍐呭姛鎶鑳藉紑鍏",
- "body":"SL:Set_INTERNAL_SKILL_ONOFF(param1,param2,param3)"
- },
- "璁剧疆鑻遍泟鍐呭姛鎶鑳藉紑鍏":{
- "prefix":"SL:Set_H_INTERNAL_SKILL_ONOFF",
- "description":"璁剧疆鑻遍泟鍐呭姛鎶鑳藉紑鍏",
- "body":"SL:Set_H_INTERNAL_SKILL_ONOFF(param1,param2,param3)"
- },
- "淇敼PC绔睆骞曞垎杈ㄧ巼":{
- "prefix":"SL:Set_WIN_DEVICE_SIZE",
- "description":"淇敼PC绔睆骞曞垎杈ㄧ巼",
- "body":"SL:Set_WIN_DEVICE_SIZE(param1,param2)"
- },
- "鎽嗘憡璁剧疆閫変腑鐨勭墿鍝佸敮涓ID":{
- "prefix":"SL:Set_STALL_SELECT_ID",
- "description":"鎽嗘憡璁剧疆閫変腑鐨勭墿鍝佸敮涓ID",
- "body":"SL:Set_STALL_SELECT_ID(param1)"
- },
- "濉厖PC鑱婂ぉ杈撳叆妗嗗唴瀹":{
- "prefix":"SL:onLUAEvent",
- "description":"濉厖PC鑱婂ぉ杈撳叆妗嗗唴瀹",
- "body":"SL:onLUAEvent(LUA_EVENT_PC_FILL_CHAT_INPUT,param1)"
- },
- "璁剧疆鍏佽缁勯槦鐘舵":{
- "prefix":"SL:Set_TEAM_STATUS_PERMIT",
- "description":"璁剧疆鍏佽缁勯槦鐘舵",
- "body":"SL:Set_TEAM_STATUS_PERMIT(param1)"
- },
- "璁剧疆鍏佽娣诲姞鐘舵":{
- "prefix":"SL:Set_ADD_STATUS_PERMIT",
- "description":"璁剧疆鍏佽娣诲姞鐘舵",
- "body":"SL:Set_ADD_STATUS_PERMIT(param1)"
- },
- "璁剧疆鍏佽浜ゆ槗鐘舵":{
- "prefix":"SL:Set_DEAL_STATUS_PERMIT",
- "description":"璁剧疆鍏佽浜ゆ槗鐘舵",
- "body":"SL:Set_DEAL_STATUS_PERMIT(param1)"
- },
- "璁剧疆鍏佽鏄剧ず鐘舵":{
- "prefix":"SL:Set_SHOW_STATUS_PERMIT",
- "description":"璁剧疆鍏佽鏄剧ず鐘舵",
- "body":"SL:Set_SHOW_STATUS_PERMIT(param1)"
- },
- "璁剧疆杞悜鏂瑰悜":{
- "prefix":"SL:Set_TURN_DIR",
- "description":"璁剧疆杞悜鏂瑰悜",
- "body":"SL:Set_TURN_DIR(param1)"
- },
- "璁剧疆PC鎸佺画鏀诲嚮鐩爣ID":{
- "prefix":"SL:Set_SELECT_SHIFT_ATTACK_ID",
- "description":"璁剧疆PC鎸佺画鏀诲嚮鐩爣ID",
- "body":"SL:Set_SELECT_SHIFT_ATTACK_ID(param1)"
- },
- "璁剧疆鏄惁鎺ユ敹璇ュ垎绫绘帀钀戒俊鎭":{
- "prefix":"SL:Set_CHAT_DROP_TYPE_IS_RECEIVE",
- "description":"璁剧疆鏄惁鎺ユ敹璇ュ垎绫绘帀钀戒俊鎭",
- "body":"SL:Set_CHAT_DROP_TYPE_IS_RECEIVE(param1,param2)"
- },
- "娣诲姞鑷姩浣跨敤寮圭獥":{
- "prefix":"SL:Set_AUTOUSE_MAKEINDEX_BY_POS",
- "description":"娣诲姞鑷姩浣跨敤寮圭獥",
- "body":"SL:Set_AUTOUSE_MAKEINDEX_BY_POS(param1,param2,param3)"
- },
- "鎵撳嵃鎵鏈夎兘鑾峰彇鐨勫厓鍙橀噺":{
- "prefix":"SL:PrintAllMetaValue",
- "description":"鎵撳嵃鎵鏈夎兘鑾峰彇鐨勫厓鍙橀噺",
- "body":"SL:PrintAllMetaValue()"
- },
- "鎵撳嵃鎵鏈夊厓鍙橀噺Key":{
- "prefix":"SL:PrintMetaKey",
- "description":"鎵撳嵃鎵鏈夊厓鍙橀噺Key",
- "body":"SL:PrintMetaKey()"
- },
- "灞忓箷瀹":{
- "prefix":"SL:Get_SCREEN_WIDTH",
- "description":"灞忓箷瀹",
- "body":"SL:Get_SCREEN_WIDTH()"
- },
- "灞忓箷楂":{
- "prefix":"SL:Get_SCREEN_HEIGHT",
- "description":"灞忓箷楂",
- "body":"SL:Get_SCREEN_HEIGHT()"
- },
- "鏄惁鍒樻捣灞":{
- "prefix":"SL:Get_NOTCH_PHONE_INFO",
- "description":"鏄惁鍒樻捣灞",
- "body":"SL:Get_NOTCH_PHONE_INFO()"
- },
- "瀹夊崜骞冲彴":{
- "prefix":"SL:Get_PLATFORM_ANDROID",
- "description":"瀹夊崜骞冲彴",
- "body":"SL:Get_PLATFORM_ANDROID()"
- },
- "iOS骞冲彴":{
- "prefix":"SL:Get_PLATFORM_IOS",
- "description":"iOS骞冲彴",
- "body":"SL:Get_PLATFORM_IOS()"
- },
- "Windows骞冲彴":{
- "prefix":"SL:Get_PLATFORM_WINDOWS",
- "description":"Windows骞冲彴",
- "body":"SL:Get_PLATFORM_WINDOWS()"
- },
- "鎵嬫満骞冲彴(鍖呭惈瀹夊崜鍜宨OS)":{
- "prefix":"SL:Get_PLATFORM_MOBILE",
- "description":"鎵嬫満骞冲彴(鍖呭惈瀹夊崜鍜宨OS)",
- "body":"SL:Get_PLATFORM_MOBILE()"
- },
- "鏄惁PC鎿嶄綔妯″紡":{
- "prefix":"SL:Get_IS_PC_OPER_MODE",
- "description":"鏄惁PC鎿嶄綔妯″紡",
- "body":"SL:Get_IS_PC_OPER_MODE()"
- },
- "鎿嶄綔妯″紡(PC=1, 鎵嬫満=2)":{
- "prefix":"SL:Get_CURRENT_OPERMODE",
- "description":"鎿嶄綔妯″紡(PC=1, 鎵嬫満=2)",
- "body":"SL:Get_CURRENT_OPERMODE()"
- },
- "娓告垙ID":{
- "prefix":"SL:Get_GAME_ID",
- "description":"娓告垙ID",
- "body":"SL:Get_GAME_ID()"
- },
- "娓犻亾ID":{
- "prefix":"SL:Get_CHANNEL_ID",
- "description":"娓犻亾ID",
- "body":"SL:Get_CHANNEL_ID()"
- },
- "APK鍖呭悕":{
- "prefix":"SL:Get_PACKAGE_NAME",
- "description":"APK鍖呭悕",
- "body":"SL:Get_PACKAGE_NAME()"
- },
- "APK鐗堟湰鍚":{
- "prefix":"SL:Get_VERSION_NAME",
- "description":"APK鐗堟湰鍚",
- "body":"SL:Get_VERSION_NAME()"
- },
- "APK鐗堟湰鍙":{
- "prefix":"SL:Get_VERSION_CODE",
- "description":"APK鐗堟湰鍙",
- "body":"SL:Get_VERSION_CODE()"
- },
- "鍘熷/鏈湴瀹㈡埛绔増鏈彿":{
- "prefix":"SL:Get_LOCAL_RES_VERSION",
- "description":"鍘熷/鏈湴瀹㈡埛绔増鏈彿",
- "body":"SL:Get_LOCAL_RES_VERSION()"
- },
- "鐑洿瀹㈡埛绔増鏈彿":{
- "prefix":"SL:Get_REMOTE_RES_VERSION",
- "description":"鐑洿瀹㈡埛绔増鏈彿",
- "body":"SL:Get_REMOTE_RES_VERSION()"
- },
- "GM璧勬簮鐗堟湰鍙":{
- "prefix":"SL:Get_REMOTE_GM_RES_VERSION",
- "description":"GM璧勬簮鐗堟湰鍙",
- "body":"SL:Get_REMOTE_GM_RES_VERSION()"
- },
- "PC鍞竴璁惧ID":{
- "prefix":"SL:Get_DEVICE_UNIQUE_ID",
- "description":"PC鍞竴璁惧ID",
- "body":"SL:Get_DEVICE_UNIQUE_ID()"
- },
- "鎺ㄥ箍鍛業D":{
- "prefix":"SL:Get_PROMOTE_ID",
- "description":"鎺ㄥ箍鍛業D",
- "body":"SL:Get_PROMOTE_ID()"
- },
- "娓告垙甯х巼":{
- "prefix":"SL:Get_FPS",
- "description":"娓告垙甯х巼",
- "body":"SL:Get_FPS()"
- },
- "缃戠粶绫诲瀷":{
- "prefix":"SL:Get_NET_TYPE",
- "description":"缃戠粶绫诲瀷",
- "body":"SL:Get_NET_TYPE()"
- },
- "鎵嬫満鐢甸噺":{
- "prefix":"SL:Get_BATTERY",
- "description":"鎵嬫満鐢甸噺",
- "body":"SL:Get_BATTERY()"
- },
- "鑾峰彇cfg_game_data閰嶇疆":{
- "prefix":"SL:Get_GAME_DATA",
- "description":"鑾峰彇cfg_game_data閰嶇疆",
- "body":"SL:Get_GAME_DATA(param)"
- },
- "鏄惁鏄疭DK鐧诲綍":{
- "prefix":"SL:Get_IS_SDK_LOGIN",
- "description":"鏄惁鏄疭DK鐧诲綍",
- "body":"SL:Get_IS_SDK_LOGIN()"
- },
- "鏄惁鏄996鐩掑瓙鐧诲綍":{
- "prefix":"SL:Get_BOX996_LOGIN",
- "description":"鏄惁鏄996鐩掑瓙鐧诲綍",
- "body":"SL:Get_BOX996_LOGIN()"
- },
- "鏄惁鏄996浜戠湡鏈":{
- "prefix":"SL:Get_CLOUD996_DEVICE",
- "description":"鏄惁鏄996浜戠湡鏈",
- "body":"SL:Get_CLOUD996_DEVICE()"
- },
- "鑾峰彇鏄撶浘鐨勫弽澶栨寕鏁版嵁":{
- "prefix":"SL:Get_YIDUN_DATA",
- "description":"鑾峰彇鏄撶浘鐨勫弽澶栨寕鏁版嵁",
- "body":"SL:Get_YIDUN_DATA()"
- },
- "PC绔痀杞撮傞厤":{
- "prefix":"SL:Get_PC_POS_Y",
- "description":"PC绔痀杞撮傞厤",
- "body":"SL:Get_PC_POS_Y()"
- },
- "鑾峰彇璇ョ粍鐣岄潰閰嶇疆淇℃伅":{
- "prefix":"SL:Get_SCREEN_WIDTH",
- "description":"鑾峰彇璇ョ粍鐣岄潰閰嶇疆淇℃伅",
- "body":"SL:Get_SCREEN_WIDTH()"
- },
- "PC绔 鏄惁寮鍚疦P鍙嶅鎸":{
- "prefix":"SL:Get_PC_NP_STATUS",
- "description":"PC绔 鏄惁寮鍚疦P鍙嶅鎸",
- "body":"SL:Get_PC_NP_STATUS()"
- },
- "鑾峰彇宸叉坊鍔犵殑鑷姩浣跨敤寮圭獥鐗╁搧鍞竴ID":{
- "prefix":"SL:Get_AUTOUSE_MAKEINDEX_BY_POS",
- "description":"鑾峰彇宸叉坊鍔犵殑鑷姩浣跨敤寮圭獥鐗╁搧鍞竴ID",
- "body":"SL:Get_AUTOUSE_MAKEINDEX_BY_POS(playerType, equipPos)"
- },
- "鏈嶅姟鍣↖D":{
- "prefix":"SL:Get_SERVER_ID",
- "description":"鏈嶅姟鍣↖D",
- "body":"SL:Get_SERVER_ID()"
- },
- "鏈嶅姟鍣ㄥ悕瀛":{
- "prefix":"SL:Get_SERVER_NAME",
- "description":"鏈嶅姟鍣ㄥ悕瀛",
- "body":"SL:Get_SERVER_NAME()"
- },
- "涓绘湇鍔″櫒ID":{
- "prefix":"SL:Get_MAIN_SERVER_ID",
- "description":"涓绘湇鍔″櫒ID",
- "body":"SL:Get_MAIN_SERVER_ID()"
- },
- "寮鏈嶆椂闂存埑":{
- "prefix":"SL:Get_OPEN_SERVER_TIME",
- "description":"寮鏈嶆椂闂存埑",
- "body":"SL:Get_OPEN_SERVER_TIME()"
- },
- "寮鏈嶅ぉ鏁":{
- "prefix":"SL:Get_OPEN_SERVER_DAY",
- "description":"寮鏈嶅ぉ鏁",
- "body":"SL:Get_OPEN_SERVER_DAY()"
- },
- "鍚堟湇娆℃暟":{
- "prefix":"SL:Get_MERGE_SERVER_COUNT",
- "description":"鍚堟湇娆℃暟",
- "body":"SL:Get_MERGE_SERVER_COUNT()"
- },
- "璧勬簮鐗堟湰":{
- "prefix":"SL:Get_RES_VERSION",
- "description":"璧勬簮鐗堟湰",
- "body":"SL:Get_RES_VERSION()"
- },
- "璐﹀彿ID":{
- "prefix":"SL:Get_UID",
- "description":"璐﹀彿ID",
- "body":"SL:Get_UID()"
- },
- "鐧诲綍瑙掕壊淇℃伅":{
- "prefix":"SL:Get_LOGIN_DATA",
- "description":"鐧诲綍瑙掕壊淇℃伅",
- "body":"SL:Get_LOGIN_DATA()"
- },
- "鍙仮澶嶈鑹蹭俊鎭":{
- "prefix":"SL:Get_RESTORE_ROLES",
- "description":"鍙仮澶嶈鑹蹭俊鎭",
- "body":"SL:Get_RESTORE_ROLES()"
- },
- "鏈嶅姟绔笅鍙戠殑鍙橀噺鍊":{
- "prefix":"SL:Get_SERVER_VALUE",
- "description":"鏈嶅姟绔笅鍙戠殑鍙橀噺鍊",
- "body":"SL:Get_SERVER_VALUE(param)"
- },
- "褰撳墠鏈嶅姟鍣ㄦ椂闂":{
- "prefix":"SL:Get_SERVER_TIME",
- "description":"褰撳墠鏈嶅姟鍣ㄦ椂闂",
- "body":"SL:Get_SERVER_TIME()"
- },
- "鍚堟湇鏃堕棿鎴":{
- "prefix":"SL:Get_MERGE_SERVER_TIME",
- "description":"鍚堟湇鏃堕棿鎴",
- "body":"SL:Get_MERGE_SERVER_TIME()"
- },
- "鍚堟湇澶╂暟":{
- "prefix":"SL:Get_MERGE_SERVER_DAY",
- "description":"鍚堟湇澶╂暟",
- "body":"SL:Get_MERGE_SERVER_DAY()"
- },
- "鏄惁澶勪簬璺ㄦ湇":{
- "prefix":"SL:Get_KFSTATE",
- "description":"鏄惁澶勪簬璺ㄦ湇",
- "body":"SL:Get_KFSTATE()"
- },
- "鑾峰彇褰撳墠瀵硅瘽NPC鐨処D":{
- "prefix":"SL:Get_CURRENT_TALK_NPC_ID",
- "description":"鑾峰彇褰撳墠瀵硅瘽NPC鐨処D",
- "body":"SL:Get_CURRENT_TALK_NPC_ID()"
- },
- "鑾峰彇褰撳墠瀵硅瘽NPC鐨処ndex":{
- "prefix":"SL:Get_CURRENT_TALK_NPC_TYPEINDEX",
- "description":"鑾峰彇褰撳墠瀵硅瘽NPC鐨処ndex",
- "body":"SL:Get_CURRENT_TALK_NPC_TYPEINDEX()"
- },
- "鑾峰彇褰撳墠鎵撳紑鐨凬PC闈㈡澘(txt闈㈡澘)":{
- "prefix":"SL:Get_CURRENT_TALK_NPC_LAYER",
- "description":"鑾峰彇褰撳墠鎵撳紑鐨凬PC闈㈡澘(txt闈㈡澘)",
- "body":"SL:Get_CURRENT_TALK_NPC_LAYER()"
- },
- "M2鏄惁绂佹璇磋瘽":{
- "prefix":"SL:Get_M2_FORBID_SAY",
- "description":"M2鏄惁绂佹璇磋瘽",
- "body":"SL:Get_M2_FORBID_SAY(param)"
- },
- "鏈嶅姟鍣ㄥ紑鍏":{
- "prefix":"SL:Get_SERVER_OPTION",
- "description":"鏈嶅姟鍣ㄥ紑鍏",
- "body":"SL:Get_SERVER_OPTION(param)"
- },
- "鍦板浘ID":{
- "prefix":"SL:Get_MAP_ID",
- "description":"鍦板浘ID",
- "body":"SL:Get_MAP_ID()"
- },
- "鍦板浘鍚嶅瓧":{
- "prefix":"SL:Get_MAP_NAME",
- "description":"鍦板浘鍚嶅瓧",
- "body":"SL:Get_MAP_NAME()"
- },
- "鍦板浘鏁版嵁ID":{
- "prefix":"SL:Get_MAP_DATA_ID",
- "description":"鍦板浘鏁版嵁ID",
- "body":"SL:Get_MAP_DATA_ID()"
- },
- "灏忓湴鍥綢D":{
- "prefix":"SL:Get_MINIMAP_ID",
- "description":"灏忓湴鍥綢D",
- "body":"SL:Get_MINIMAP_ID()"
- },
- "鏄惁鏄畨鍏ㄥ尯鍩":{
- "prefix":"SL:Get_IN_SAFE_AREA",
- "description":"鏄惁鏄畨鍏ㄥ尯鍩",
- "body":"SL:Get_IN_SAFE_AREA()"
- },
- "鏄惁绂佹鑱屼笟鍜岀瓑绾":{
- "prefix":"SL:Get_MAP_FORBID_LEVEL_AND_JOB",
- "description":"鏄惁绂佹鑱屼笟鍜岀瓑绾",
- "body":"SL:Get_MAP_FORBID_LEVEL_AND_JOB()"
- },
- "鏄惁绂佹璇磋瘽":{
- "prefix":"SL:Get_MAP_FORBID_SAY",
- "description":"鏄惁绂佹璇磋瘽",
- "body":"SL:Get_MAP_FORBID_SAY()"
- },
- "鏄惁琛閲忔樉绀虹櫨鍒嗘瘮":{
- "prefix":"SL:Get_MAP_SHOW_HPPER",
- "description":"鏄惁琛閲忔樉绀虹櫨鍒嗘瘮",
- "body":"SL:Get_MAP_SHOW_HPPER()"
- },
- "鏄惁绂佹鏌ョ湅":{
- "prefix":"SL:Get_MAP_FORBID_LOOK",
- "description":"鏄惁绂佹鏌ョ湅",
- "body":"SL:Get_MAP_FORBID_LOOK()"
- },
- "鏄惁绂佹閲婃斁鏌愭妧鑳":{
- "prefix":"SL:Get_MAP_FORBID_LAUNCH_SKILL",
- "description":"鏄惁绂佹閲婃斁鏌愭妧鑳",
- "body":"SL:Get_MAP_FORBID_LAUNCH_SKILL()"
- },
- "灏忓湴鍥捐祫婧愭槸鍚︽湁鏁":{
- "prefix":"SL:Get_MINIMAP_ABLE",
- "description":"灏忓湴鍥捐祫婧愭槸鍚︽湁鏁",
- "body":"SL:Get_MINIMAP_ABLE()"
- },
- "鍦板浘map鏂囦欢鏄惁鍔犺浇(false琛ㄧず姝e湪涓嬭浇涓)":{
- "prefix":"SL:Get_MAP_DATA_LOADED",
- "description":"鍦板浘map鏂囦欢鏄惁鍔犺浇(false琛ㄧず姝e湪涓嬭浇涓)",
- "body":"SL:Get_MAP_DATA_LOADED()"
- },
- "鍦板浘妯悜鏍煎瓙鏁":{
- "prefix":"SL:Get_MAP_ROWS",
- "description":"鍦板浘妯悜鏍煎瓙鏁",
- "body":"SL:Get_MAP_ROWS()"
- },
- "鍦板浘绾靛悜鏍煎瓙鏁":{
- "prefix":"SL:Get_MAP_COLS",
- "description":"鍦板浘绾靛悜鏍煎瓙鏁",
- "body":"SL:Get_MAP_COLS()"
- },
- "鑾峰彇灏忓湴鍥炬枃浠惰矾寰":{
- "prefix":"SL:Get_MINIMAP_FILE",
- "description":"鑾峰彇灏忓湴鍥炬枃浠惰矾寰",
- "body":"SL:Get_MINIMAP_FILE()"
- },
- "鍦板浘鑾峰彇瀹藉害鍍忕礌":{
- "prefix":"SL:Get_MAP_SIZE_WIDTH_PIXEL",
- "description":"鍦板浘鑾峰彇瀹藉害鍍忕礌",
- "body":"SL:Get_MAP_SIZE_WIDTH_PIXEL()"
- },
- "鍦板浘鑾峰彇楂樺害鍍忕礌":{
- "prefix":"SL:Get_MAP_SIZE_HEIGHT_PIXEL",
- "description":"鍦板浘鑾峰彇楂樺害鍍忕礌",
- "body":"SL:Get_MAP_SIZE_HEIGHT_PIXEL()"
- },
- "鑾峰彇鍦板浘鏍煎瓙鏄惁鏄樆鎸":{
- "prefix":"SL:Get_MAP_IS_OBSTACLE",
- "description":"鑾峰彇鍦板浘鏍煎瓙鏄惁鏄樆鎸",
- "body":"SL:Get_MAP_IS_OBSTACLE(mapX, mapY)"
- },
- "鍦板浘璁$畻璧风偣鍒扮粓鐐筙鎴栬匶 鍙樺寲鏈澶х殑宸":{
- "prefix":"SL:Get_MAP_PATH_SIZE",
- "description":"鍦板浘璁$畻璧风偣鍒扮粓鐐筙鎴栬匶 鍙樺寲鏈澶х殑宸",
- "body":"SL:Get_MAP_PATH_SIZE()"
- },
- "鍦板浘璁$畻璺緞鍧愭爣":{
- "prefix":"SL:Get_MAP_PATH_POINTS",
- "description":"鍦板浘璁$畻璺緞鍧愭爣",
- "body":"SL:Get_MAP_PATH_POINTS()"
- },
- "鍦板浘鑾峰彇褰撳墠璺緞鍧愭爣index":{
- "prefix":"SL:Get_MAP_CURRENT_PATH_INDEX",
- "description":"鍦板浘鑾峰彇褰撳墠璺緞鍧愭爣index",
- "body":"SL:Get_MAP_CURRENT_PATH_INDEX()"
- },
- "鍦板浘鑾峰彇浜虹墿鍧愭爣":{
- "prefix":"SL:Get_MAP_PLAYER_POS",
- "description":"鍦板浘鑾峰彇浜虹墿鍧愭爣",
- "body":"SL:Get_MAP_PLAYER_POS()"
- },
- "鍦板浘鑾峰彇鎬墿鍒楄〃浣嶇疆绛変俊鎭":{
- "prefix":"SL:Get_MINIMAP_MONSTERS",
- "description":"鍦板浘鑾峰彇鎬墿鍒楄〃浣嶇疆绛変俊鎭",
- "body":"SL:Get_MINIMAP_MONSTERS()"
- },
- "鍦板浘鑾峰彇浼犻佺偣鍒楄〃浣嶇疆绛変俊鎭":{
- "prefix":"SL:Get_MAP_GET_PORTALS",
- "description":"鍦板浘鑾峰彇浼犻佺偣鍒楄〃浣嶇疆绛変俊鎭",
- "body":"SL:Get_MAP_GET_PORTALS()"
- },
- "鑾峰彇瑙嗛噹鍐呯帺瀹跺垪琛":{
- "prefix":"SL:Get_FIND_IN_VIEW_PLAYER_LIST",
- "description":"鑾峰彇瑙嗛噹鍐呯帺瀹跺垪琛",
- "body":"SL:Get_FIND_IN_VIEW_PLAYER_LIST()"
- },
- "鑾峰彇瑙嗛噹鍐呮墿鍒楄〃":{
- "prefix":"SL:Get_FIND_IN_VIEW_MONSTER_LIST",
- "description":"鑾峰彇瑙嗛噹鍐呮墿鍒楄〃",
- "body":"SL:Get_FIND_IN_VIEW_MONSTER_LIST(param1,param2)"
- },
- "鑾峰彇瑙嗛噹鍐匩PC鍒楄〃":{
- "prefix":"SL:Get_FIND_IN_VIEW_NPC_LIST",
- "description":"鑾峰彇瑙嗛噹鍐匩PC鍒楄〃",
- "body":"SL:Get_FIND_IN_VIEW_NPC_LIST()"
- },
- "鏄惁鍦ㄦ敾鍩庡尯鍩":{
- "prefix":"SL:Get_IN_SIEGE_AREA",
- "description":"鏄惁鍦ㄦ敾鍩庡尯鍩",
- "body":"SL:Get_IN_SIEGE_AREA()"
- },
- "鑾峰彇鐩爣鍦板浘鍧愭爣鍒板垵濮嬪湴鍥惧潗鏍囩殑鏂瑰悜":{
- "prefix":"SL:Get_TARGET_MAPPOS_DIR",
- "description":"鑾峰彇鐩爣鍦板浘鍧愭爣鍒板垵濮嬪湴鍥惧潗鏍囩殑鏂瑰悜",
- "body":"SL:Get_TARGET_MAPPOS_DIR(srcPos, destPos)"
- },
- "鎺夎惤鐗╂槸鍚﹀彲鎷惧彇":{
- "prefix":"SL:Get_IS_PICKABLE_DROPITEM",
- "description":"鎺夎惤鐗╂槸鍚﹀彲鎷惧彇",
- "body":"SL:Get_IS_PICKABLE_DROPITEM(actorID, mainPlayerID)"
- },
- "PC 鎸夊潗鏍囬変腑actor":{
- "prefix":"SL:Get_PICK_ACTORID_BY_POS",
- "description":"PC 鎸夊潗鏍囬変腑actor",
- "body":"SL:Get_PICK_ACTORID_BY_POS(posx,posy)"
- },
- "鏄惁寮鍚嫳闆":{
- "prefix":"SL:Get_USEHERO",
- "description":"鏄惁寮鍚嫳闆",
- "body":"SL:Get_USEHERO()"
- },
- "鏄惁鍙敜鑻遍泟":{
- "prefix":"SL:Get_HERO_IS_ALIVE",
- "description":"鏄惁鍙敜鑻遍泟",
- "body":"SL:Get_HERO_IS_ALIVE()"
- },
- "鏄惁婵娲昏嫳闆":{
- "prefix":"SL:Get_HERO_IS_ACTIVE",
- "description":"鏄惁婵娲昏嫳闆",
- "body":"SL:Get_HERO_IS_ACTIVE()"
- },
- "鑻遍泟ID":{
- "prefix":"SL:Get_HERO_ID",
- "description":"鑻遍泟ID",
- "body":"SL:Get_HERO_ID()"
- },
- "鑻遍泟鐘舵佺郴缁熻兘璁剧疆鐨勫垪琛":{
- "prefix":"SL:Get_HERO_STATES_SYS_VALUES",
- "description":"鑻遍泟鐘舵佺郴缁熻兘璁剧疆鐨勫垪琛",
- "body":"SL:Get_HERO_STATES_SYS_VALUES()"
- },
- "鑾峰彇鑻遍泟婵娲荤殑鐘舵佸垪琛":{
- "prefix":"SL:Get_HERO_ACTIVES_STATES",
- "description":"鑾峰彇鑻遍泟婵娲荤殑鐘舵佸垪琛",
- "body":"SL:Get_HERO_ACTIVES_STATES()"
- },
- "鑾峰彇鑻遍泟鐘舵":{
- "prefix":"SL:Get_HERO_STATE",
- "description":"鑾峰彇鑻遍泟鐘舵",
- "body":"SL:Get_HERO_STATE()"
- },
- "鑾峰彇鑻遍泟瀹堟姢鐘舵":{
- "prefix":"SL:Get_HERO_GUARDSTATE",
- "description":"鑾峰彇鑻遍泟瀹堟姢鐘舵",
- "body":"SL:Get_HERO_GUARDSTATE()"
- },
- "鏄惁鐐瑰嚮瀹堟姢鎸夐挳":{
- "prefix":"SL:Get_HERO_GUARD_ISCLICK",
- "description":"鏄惁鐐瑰嚮瀹堟姢鎸夐挳",
- "body":"SL:Get_HERO_GUARD_ISCLICK()"
- },
- "鏄惁鏈夊瓨娲荤殑瀹濆疂":{
- "prefix":"SL:Get_PET_ALIVE",
- "description":"鏄惁鏈夊瓨娲荤殑瀹濆疂",
- "body":"SL:Get_PET_ALIVE()"
- },
- "瀹犵墿閿佸畾鐨勭洰鏍嘔D":{
- "prefix":"SL:Get_PET_LOCK_ID",
- "description":"瀹犵墿閿佸畾鐨勭洰鏍嘔D",
- "body":"SL:Get_PET_LOCK_ID()"
- },
- "鑾峰彇瀹犵墿PK妯″紡":{
- "prefix":"SL:Get_PET_PKMODE",
- "description":"鑾峰彇瀹犵墿PK妯″紡",
- "body":"SL:Get_PET_PKMODE()"
- },
- "鑾峰彇璐у竵鏁伴噺":{
- "prefix":"SL:Get_MONEY",
- "description":"鑾峰彇璐у竵鏁伴噺",
- "body":"SL:Get_MONEY(ID)"
- },
- "鑾峰彇璐у竵鏁伴噺(鍖呮嫭 绛変环鏇挎崲閬撳叿鐨勬暟閲)":{
- "prefix":"SL:Get_MONEY_ASSOCIATED",
- "description":"鑾峰彇璐у竵鏁伴噺(鍖呮嫭 绛変环鏇挎崲閬撳叿鐨勬暟閲)",
- "body":"SL:Get_MONEY_ASSOCIATED(id)"
- },
- "鑾峰彇鎵鏈夐亾鍏蜂俊鎭":{
- "prefix":"SL:Get_STD_ITEMS",
- "description":"鑾峰彇鎵鏈夐亾鍏蜂俊鎭",
- "body":"SL:Get_STD_ITEMS()"
- },
- "鏍规嵁閬撳叿index鑾峰彇閬撳叿淇℃伅":{
- "prefix":"SL:Get_ITEM_DATA",
- "description":"鏍规嵁閬撳叿index鑾峰彇閬撳叿淇℃伅",
- "body":"SL:Get_ITEM_DATA(itemIndex)"
- },
- "鏍规嵁閬撳叿index鎴栬呭悕瀛楄幏鍙栭亾鍏锋暟閲":{
- "prefix":"SL:Get_ITEM_COUNT",
- "description":"鏍规嵁閬撳叿index鎴栬呭悕瀛楄幏鍙栭亾鍏锋暟閲",
- "body":"SL:Get_ITEM_COUNT(itemInfo)"
- },
- "鏍规嵁閬撳叿index鑾峰彇閬撳叿鍚嶅瓧":{
- "prefix":"SL:Get_ITEM_NAME",
- "description":"鏍规嵁閬撳叿index鑾峰彇閬撳叿鍚嶅瓧",
- "body":"SL:Get_ITEM_NAME(itemIndex)"
- },
- "鏍规嵁閬撳叿鍚嶅瓧鑾峰彇閬撳叿index":{
- "prefix":"SL:Get_ITEM_INDEX_BY_NAME",
- "description":"鏍规嵁閬撳叿鍚嶅瓧鑾峰彇閬撳叿index",
- "body":"SL:Get_ITEM_INDEX_BY_NAME(itemName)"
- },
- "鑾峰彇閬撳叿鍚嶅瓧棰滆壊":{
- "prefix":"SL:Get_ITEM_NAME_COLOR",
- "description":"鑾峰彇閬撳叿鍚嶅瓧棰滆壊",
- "body":"SL:Get_ITEM_NAME_COLOR(itemIndex)"
- },
- "閬撳叿鍚嶅瓧棰滆壊,鈥#FFFFFF鈥濇牸寮":{
- "prefix":"SL:Get_ITEM_NAME_COLOR_VALUE",
- "description":"閬撳叿鍚嶅瓧棰滆壊,鈥#FFFFFF鈥濇牸寮",
- "body":"SL:Get_ITEM_NAME_COLOR_VALUE(itemIndex)"
- },
- "閬撳叿鍚嶅瓧棰滆壊ID, 棰滆壊琛↖D":{
- "prefix":"SL:Get_ITEM_NAME_COLORID",
- "description":"閬撳叿鍚嶅瓧棰滆壊ID, 棰滆壊琛↖D",
- "body":"SL:Get_ITEM_NAME_COLORID(itemIndex)"
- },
- "閬撳叿琛╬rompt瑙f瀽鍚庢暟鎹":{
- "prefix":"SL:Get_ITEM_PROMPT_DATA",
- "description":"閬撳叿琛╬rompt瑙f瀽鍚庢暟鎹",
- "body":"SL:Get_ITEM_PROMPT_DATA()"
- },
- "鐗╁搧鏄惁缁戝畾":{
- "prefix":"SL:Get_ITEM_IS_BIND",
- "description":"鐗╁搧鏄惁缁戝畾",
- "body":"SL:Get_ITEM_IS_BIND(itemData)"
- },
- "鏍规嵁MakeIndex鑾峰彇瑁呭鏁版嵁":{
- "prefix":"SL:Get_EQUIP_DATA_BY_MAKEINDEX",
- "description":"鏍规嵁MakeIndex鑾峰彇瑁呭鏁版嵁",
- "body":"SL:Get_EQUIP_DATA_BY_MAKEINDEX(param1, param2)"
- },
- "鏍规嵁MakeIndex鑾峰彇浠撳簱鏁版嵁":{
- "prefix":"SL:Get_STORAGE_DATA_BY_MAKEINDEX",
- "description":"鏍规嵁MakeIndex鑾峰彇浠撳簱鏁版嵁",
- "body":"SL:Get_STORAGE_DATA_BY_MAKEINDEX(param1)"
- },
- "鏍规嵁MakeIndex鑾峰彇蹇嵎鏍忔暟鎹":{
- "prefix":"SL:Get_QUICKUSE_DATA_BY_MAKEINDEX",
- "description":"鏍规嵁MakeIndex鑾峰彇蹇嵎鏍忔暟鎹",
- "body":"SL:Get_QUICKUSE_DATA_BY_MAKEINDEX(param1)"
- },
- "鏍规嵁MakeIndex鑾峰彇鏌ョ湅浠栦汉瑁呭鏁版嵁":{
- "prefix":"SL:Get_LOOKPLAYER_DATA_BY_MAKEINDEX",
- "description":"鏍规嵁MakeIndex鑾峰彇鏌ョ湅浠栦汉瑁呭鏁版嵁",
- "body":"SL:Get_LOOKPLAYER_DATA_BY_MAKEINDEX(param1)"
- },
- "鑾峰彇蹇嵎浣跨敤鏁版嵁":{
- "prefix":"SL:Get_QUICKUSE_DATA",
- "description":"鑾峰彇蹇嵎浣跨敤鏁版嵁",
- "body":"SL:Get_QUICKUSE_DATA()"
- },
- "妫鏌ョ姝娇鐢ㄧ墿鍝乥uff":{
- "prefix":"SL:Get_CHECK_USE_ITEM_BUFF",
- "description":"妫鏌ョ姝娇鐢ㄧ墿鍝乥uff",
- "body":"SL:Get_CHECK_USE_ITEM_BUFF(itemIndex)"
- },
- "鐗╁搧鑳藉惁鑷姩浣跨敤":{
- "prefix":"SL:Get_ITEM_CAN_AUTOUSE",
- "description":"鐗╁搧鑳藉惁鑷姩浣跨敤",
- "body":"SL:Get_ITEM_CAN_AUTOUSE(itemData)"
- },
- "鎶鑳戒功鑳藉惁浣跨敤":{
- "prefix":"SL:Get_SKILLBOOK_CAN_USE",
- "description":"鎶鑳戒功鑳藉惁浣跨敤",
- "body":"SL:Get_SKILLBOOK_CAN_USE(itemName, isHero)"
- },
- "鏍规嵁MakeIndex鑾峰彇鐗╁搧褰掑睘":{
- "prefix":"SL:Get_ITEM_BELONG_BY_MAKEINDEX",
- "description":"鏍规嵁MakeIndex鑾峰彇鐗╁搧褰掑睘",
- "body":"SL:Get_ITEM_BELONG_BY_MAKEINDEX(makeIndex)"
- },
- "鑾峰彇鑳屽寘鐗╁搧鍞竴ID":{
- "prefix":"SL:Get_BAG_MAKEINDEX_BY_POS",
- "description":"鑾峰彇鑳屽寘鐗╁搧鍞竴ID",
- "body":"SL:Get_BAG_MAKEINDEX_BY_POS(pos,isHero)"
- },
- "鐗╁搧瑙勫垯绫诲瀷鏋氫妇":{
- "prefix":"SL:Get_ITEM_ARTICLE_ENUM",
- "description":"鐗╁搧瑙勫垯绫诲瀷鏋氫妇",
- "body":"SL:Get_ITEM_ARTICLE_ENUM()"
- },
- "閬撳叿妗嗛粯璁ょ缉鏀":{
- "prefix":"SL:Get_ITEM_SCALE",
- "description":"閬撳叿妗嗛粯璁ょ缉鏀",
- "body":"SL:Get_ITEM_SCALE()"
- },
- "鑾峰彇鑳屽寘鎵鏈夌墿鍝佹暟鎹":{
- "prefix":"SL:Get_BAG_DATA",
- "description":"鑾峰彇鑳屽寘鎵鏈夌墿鍝佹暟鎹",
- "body":"SL:Get_BAG_DATA()"
- },
- "鏍规嵁鐗╁搧鍞竴id鑾峰彇鐗╁搧鏁版嵁":{
- "prefix":"SL:Get_ITEM_DATA_BY_MAKEINDEX",
- "description":"鏍规嵁鐗╁搧鍞竴id鑾峰彇鐗╁搧鏁版嵁",
- "body":"SL:Get_ITEM_DATA_BY_MAKEINDEX(makeindex)"
- },
- "鏄惁鑷姩鎸傛満涓":{
- "prefix":"SL:Get_BATTLE_IS_AFK",
- "description":"鏄惁鑷姩鎸傛満涓",
- "body":"SL:Get_BATTLE_IS_AFK()"
- },
- "寮濮嬭嚜鍔ㄦ寕鏈":{
- "prefix":"SL:Set_BATTLE_AFK_BEGIN",
- "description":"寮濮嬭嚜鍔ㄦ寕鏈",
- "body":"SL:Set_BATTLE_AFK_BEGIN()"
- },
- "缁撴潫鑷姩鎸傛満":{
- "prefix":"SL:Set_BATTLE_AFK_END",
- "description":"缁撴潫鑷姩鎸傛満",
- "body":"SL:Set_BATTLE_AFK_END()"
- },
- "鏄惁鑷姩瀵昏矾涓":{
- "prefix":"SL:Get_BATTLE_IS_AUTO_MOVE",
- "description":"鏄惁鑷姩瀵昏矾涓",
- "body":"SL:Get_BATTLE_IS_AUTO_MOVE()"
- },
- "寮濮嬭嚜鍔ㄥ璺":{
- "prefix":"SL:Set_BATTLE_MOVE_BEGIN",
- "description":"寮濮嬭嚜鍔ㄥ璺",
- "body":"SL:Set_BATTLE_MOVE_BEGIN(mapID, mapX, mapY, target, type)"
- },
- "缁撴潫鑷姩瀵昏矾":{
- "prefix":"SL:Set_BATTLE_MOVE_END",
- "description":"缁撴潫鑷姩瀵昏矾",
- "body":"SL:Set_BATTLE_MOVE_END()"
- },
- "鏄惁鏄嚜鍔ㄦ嬀鍙":{
- "prefix":"SL:Get_BATTLE_IS_AUTO_PICK",
- "description":"鏄惁鏄嚜鍔ㄦ嬀鍙",
- "body":"SL:Get_BATTLE_IS_AUTO_PICK()"
- },
- "寮濮嬭嚜鍔ㄦ崱鐗":{
- "prefix":"SL:Set_BATTLE_PICK_BEGIN",
- "description":"寮濮嬭嚜鍔ㄦ崱鐗",
- "body":"SL:Set_BATTLE_PICK_BEGIN()"
- },
- "缁撴潫鑷姩鎹$墿":{
- "prefix":"SL:Set_BATTLE_PICK_END",
- "description":"缁撴潫鑷姩鎹$墿",
- "body":"SL:Set_BATTLE_PICK_END()"
- },
- "鑾峰彇PC鎸佺画鏀诲嚮鐩爣":{
- "prefix":"SL:Get_SELECT_SHIFT_ATTACK_ID",
- "description":"鑾峰彇PC鎸佺画鏀诲嚮鐩爣",
- "body":"SL:Get_SELECT_SHIFT_ATTACK_ID()"
- },
- "涓荤帺瀹禷ctorID":{
- "prefix":"SL:Get_USER_ID",
- "description":"涓荤帺瀹禷ctorID",
- "body":"SL:Get_USER_ID()"
- },
- "鏄惁鏄帺瀹":{
- "prefix":"SL:Get_ACTOR_IS_PLAYER",
- "description":"鏄惁鏄帺瀹",
- "body":"SL:Get_ACTOR_IS_PLAYER(actorID)"
- },
- "鏄惁鏄綉缁滅帺瀹":{
- "prefix":"SL:Get_ACTOR_IS_NETPLAYER",
- "description":"鏄惁鏄綉缁滅帺瀹",
- "body":"SL:Get_ACTOR_IS_NETPLAYER(actorID)"
- },
- "鏄惁鏄墿":{
- "prefix":"SL:Get_ACTOR_IS_MONSTER",
- "description":"鏄惁鏄墿",
- "body":"SL:Get_ACTOR_IS_MONSTER(actorID)"
- },
- "鏄惁鏄疦PC":{
- "prefix":"SL:Get_ACTOR_IS_NPC",
- "description":"鏄惁鏄疦PC",
- "body":"SL:Get_ACTOR_IS_NPC(actorID)"
- },
- "鏄惁鏄嫳闆":{
- "prefix":"SL:Get_ACTOR_IS_HERO",
- "description":"鏄惁鏄嫳闆",
- "body":"SL:Get_ACTOR_IS_HERO(actorID)"
- },
- "鏄惁鏄汉褰㈡":{
- "prefix":"SL:Get_ACTOR_IS_HUMAN",
- "description":"鏄惁鏄汉褰㈡",
- "body":"SL:Get_ACTOR_IS_HUMAN(actorID)"
- },
- "鑾峰彇actor 鍚嶅瓧":{
- "prefix":"SL:Get_ACTOR_NAME",
- "description":"鑾峰彇actor 鍚嶅瓧",
- "body":"SL:Get_ACTOR_NAME(actorID)"
- },
- "鑾峰彇 actor Hp":{
- "prefix":"SL:Get_ACTOR_HP",
- "description":"鑾峰彇 actor Hp",
- "body":"SL:Get_ACTOR_HP(actorID)"
- },
- "鑾峰彇actor Max Hp":{
- "prefix":"SL:Get_ACTOR_MAXHP",
- "description":"鑾峰彇actor Max Hp",
- "body":"SL:Get_ACTOR_MAXHP(actorID)"
- },
- "鑾峰彇actor Mp":{
- "prefix":"SL:Get_ACTOR_MP",
- "description":"鑾峰彇actor Mp",
- "body":"SL:Get_ACTOR_MP(actorID)"
- },
- "鑾峰彇actor Max Mp":{
- "prefix":"SL:Get_ACTOR_MAXMP",
- "description":"鑾峰彇actor Max Mp",
- "body":"SL:Get_ACTOR_MAXMP(actorID)"
- },
- "鑾峰彇actor绛夌骇":{
- "prefix":"SL:Get_ACTOR_LEVEL",
- "description":"鑾峰彇actor绛夌骇",
- "body":"SL:Get_ACTOR_LEVEL(actorID)"
- },
- "鑾峰彇actor鑱屼笟":{
- "prefix":"SL:Get_ACTOR_JOB_ID",
- "description":"鑾峰彇actor鑱屼笟",
- "body":"SL:Get_ACTOR_JOB_ID(actorID)"
- },
- "鑾峰彇actor鎬у埆":{
- "prefix":"SL:Get_ACTOR_SEX",
- "description":"鑾峰彇actor鎬у埆",
- "body":"SL:Get_ACTOR_SEX(actorID)"
- },
- "actor鏄惁姝讳骸":{
- "prefix":"SL:Get_ACTOR_IS_DEATH",
- "description":"actor鏄惁姝讳骸",
- "body":"SL:Get_ACTOR_IS_DEATH(actorID)"
- },
- "鑾峰彇actor褰掑睘ID":{
- "prefix":"SL:Get_ACTOR_OWNER_ID",
- "description":"鑾峰彇actor褰掑睘ID",
- "body":"SL:Get_ACTOR_OWNER_ID(actorID)"
- },
- "鑾峰彇actor褰掑睘鍚嶅瓧":{
- "prefix":"SL:Get_ACTOR_OWNER_NAME",
- "description":"鑾峰彇actor褰掑睘鍚嶅瓧",
- "body":"SL:Get_ACTOR_OWNER_NAME(actorID)"
- },
- "鑾峰彇鎬墿澶у浘鏍嘔D":{
- "prefix":"SL:Get_ACTOR_BIGICON_ID",
- "description":"鑾峰彇鎬墿澶у浘鏍嘔D",
- "body":"SL:Get_ACTOR_BIGICON_ID(actorID)"
- },
- "閫変腑鐨勭洰鏍嘺ctorID鎴栬呮墿褰掑睘鑰":{
- "prefix":"SL:Get_SELECT_TARGET_ID",
- "description":"閫変腑鐨勭洰鏍嘺ctorID鎴栬呮墿褰掑睘鑰",
- "body":"SL:Get_SELECT_TARGET_ID(actorID)"
- },
- "妫鏌ヨ鐩爣鏄惁鍙互鏀诲嚮":{
- "prefix":"SL:Get_TARGET_ATTACK_ENABLE",
- "description":"妫鏌ヨ鐩爣鏄惁鍙互鏀诲嚮",
- "body":"SL:Get_TARGET_ATTACK_ENABLE(actorID)"
- },
- "鑾峰彇actor缁勯槦鐘舵":{
- "prefix":"SL:Get_ACTOR_TEAM_STATE",
- "description":"鑾峰彇actor缁勯槦鐘舵",
- "body":"SL:Get_ACTOR_TEAM_STATE(actorID)"
- },
- "鑾峰彇actor琛屼細ID":{
- "prefix":"SL:Get_ACTOR_GUILD_ID",
- "description":"鑾峰彇actor琛屼細ID",
- "body":"SL:Get_ACTOR_GUILD_ID(actorID)"
- },
- "鑾峰彇actor琛屼細鍚嶅瓧":{
- "prefix":"SL:Get_ACTOR_GUILD_NAME",
- "description":"鑾峰彇actor琛屼細鍚嶅瓧",
- "body":"SL:Get_ACTOR_GUILD_NAME(actorID)"
- },
- "鑾峰彇actor鐨則ypeIndex":{
- "prefix":"SL:Get_ACTOR_TYPE_INDEX",
- "description":"鑾峰彇actor鐨則ypeIndex",
- "body":"SL:Get_ACTOR_TYPE_INDEX(actorID)"
- },
- "鑾峰彇actor鏂瑰悜":{
- "prefix":"SL:Get_ACTOR_DIR",
- "description":"鑾峰彇actor鏂瑰悜",
- "body":"SL:Get_ACTOR_DIR(actorID)"
- },
- "鑾峰彇actor鍦板浘鍧愭爣X":{
- "prefix":"SL:Get_ACTOR_MAP_X",
- "description":"鑾峰彇actor鍦板浘鍧愭爣X",
- "body":"SL:Get_ACTOR_MAP_X(actorID)"
- },
- "鑾峰彇actor鍦板浘鍧愭爣Y":{
- "prefix":"SL:Get_ACTOR_MAP_Y",
- "description":"鑾峰彇actor鍦板浘鍧愭爣Y",
- "body":"SL:Get_ACTOR_MAP_Y(actorID)"
- },
- "鑾峰彇actor涓栫晫鍧愭爣X":{
- "prefix":"SL:Get_ACTOR_POSITION_X",
- "description":"鑾峰彇actor涓栫晫鍧愭爣X",
- "body":"SL:Get_ACTOR_POSITION_X(actorID)"
- },
- "鑾峰彇actor涓栫晫鍧愭爣Y":{
- "prefix":"SL:Get_ACTOR_POSITION_Y",
- "description":"鑾峰彇actor涓栫晫鍧愭爣Y",
- "body":"SL:Get_ACTOR_POSITION_Y(actorID)"
- },
- "鑾峰彇actor涓讳汉ID":{
- "prefix":"SL:Get_ACTOR_MASTER_ID",
- "description":"鑾峰彇actor涓讳汉ID",
- "body":"SL:Get_ACTOR_MASTER_ID(actorID)"
- },
- "鑾峰彇actor鏄惁鏈変富浜":{
- "prefix":"SL:Get_ACTOR_HAVE_MASTER",
- "description":"鑾峰彇actor鏄惁鏈変富浜",
- "body":"SL:Get_ACTOR_HAVE_MASTER(actorID)"
- },
- "鑾峰彇actor闃佃惀ID":{
- "prefix":"SL:Get_ACTOR_FACTION",
- "description":"鑾峰彇actor闃佃惀ID",
- "body":"SL:Get_ACTOR_FACTION(actorID)"
- },
- "鑾峰彇actor鏄惁鍦ㄥ畨鍏ㄥ尯":{
- "prefix":"SL:Get_ACTOR_IN_SAFE_ZONE",
- "description":"鑾峰彇actor鏄惁鍦ㄥ畨鍏ㄥ尯",
- "body":"SL:Get_ACTOR_IN_SAFE_ZONE(actorID)"
- },
- "鑾峰彇actor鐨勫瑙侷D":{
- "prefix":"SL:Get_ACTOR_APPR_ID",
- "description":"鑾峰彇actor鐨勫瑙侷D",
- "body":"SL:Get_ACTOR_APPR_ID(actorID)"
- },
- "鑾峰彇actor鎸傛帴鐐":{
- "prefix":"SL:Get_ACTOR_MOUNT_NODE",
- "description":"鑾峰彇actor鎸傛帴鐐",
- "body":"SL:Get_ACTOR_MOUNT_NODE(actorID)"
- },
- "妫鏌ヨ嫳闆勯変腑鐨勭洰鏍囨槸鍚﹁兘閿佸畾":{
- "prefix":"SL:Get_ACTOR_CAN_LOCK_BY_HERO",
- "description":"妫鏌ヨ嫳闆勯変腑鐨勭洰鏍囨槸鍚﹁兘閿佸畾",
- "body":"SL:Get_ACTOR_CAN_LOCK_BY_HERO(actorID)"
- },
- "鑾峰彇actor绾㈠悕鐏板悕":{
- "prefix":"SL:Get_ACTOR_PKLV",
- "description":"鑾峰彇actor绾㈠悕鐏板悕",
- "body":"SL:Get_ACTOR_PKLV(actorID)"
- },
- "鑾峰彇actor鍖烘湇ID, 璺ㄦ湇鏃朵娇鐢":{
- "prefix":"SL:Get_ACTOR_SERVER_ID",
- "description":"鑾峰彇actor鍖烘湇ID, 璺ㄦ湇鏃朵娇鐢",
- "body":"SL:Get_ACTOR_SERVER_ID(actorID)"
- },
- "actor鏄惁鍦ㄦ憜鎽":{
- "prefix":"SL:Get_ACTOR_IS_IN_STALL",
- "description":"actor鏄惁鍦ㄦ憜鎽",
- "body":"SL:Get_ACTOR_IS_IN_STALL(actorID)"
- },
- "鑾峰彇actor鎽嗘憡鍚":{
- "prefix":"SL:Get_ACTOR_STALL_NAME",
- "description":"鑾峰彇actor鎽嗘憡鍚",
- "body":"SL:Get_ACTOR_STALL_NAME(actorID)"
- },
- "鑾峰彇actor鏄惁鏄绾跨姸鎬佺帺瀹":{
- "prefix":"SL:Get_ACTOR_IS_OFFLINE",
- "description":"鑾峰彇actor鏄惁鏄绾跨姸鎬佺帺瀹",
- "body":"SL:Get_ACTOR_IS_OFFLINE(actorID)"
- },
- "actor鏄惁鏄绉樹汉":{
- "prefix":"SL:Get_ACTOR_IS_MYSTERY_MAN",
- "description":"actor鏄惁鏄绉樹汉",
- "body":"SL:Get_ACTOR_IS_MYSTERY_MAN(actorID)"
- },
- "鑾峰彇actor鏄惁鎷ユ湁鎶よ韩":{
- "prefix":"SL:Get_ACTOR_IS_HUSHEN",
- "description":"鑾峰彇actor鏄惁鎷ユ湁鎶よ韩",
- "body":"SL:Get_ACTOR_IS_HUSHEN(actorID)"
- },
- "actor鏄惁鏄富鐜╁":{
- "prefix":"SL:Get_ACTOR_IS_MAINPLAYER",
- "description":"actor鏄惁鏄富鐜╁",
- "body":"SL:Get_ACTOR_IS_MAINPLAYER(actorID)"
- },
- "鑾峰彇actor鍥藉ID":{
- "prefix":"SL:Get_ACTOR_NATION_ID",
- "description":"鑾峰彇actor鍥藉ID",
- "body":"SL:Get_ACTOR_NATION_ID(actorID)"
- },
- "鑾峰彇actor鍧愰獞鐨勪富椹綢D":{
- "prefix":"SL:Get_ACTOR_HORSE_MASTER_ID",
- "description":"鑾峰彇actor鍧愰獞鐨勪富椹綢D",
- "body":"SL:Get_ACTOR_HORSE_MASTER_ID(actorID)"
- },
- "鑾峰彇actor鍧愰獞鐨勫壇椹綢D":{
- "prefix":"SL:Get_ACTOR_HORSE_COPILOT_ID",
- "description":"鑾峰彇actor鍧愰獞鐨勫壇椹綢D",
- "body":"SL:Get_ACTOR_HORSE_COPILOT_ID(actorID)"
- },
- "actor鏄惁鏄潗楠戠殑鍓┚":{
- "prefix":"SL:Get_ACTOR_IS_HORSE_COPILOT",
- "description":"actor鏄惁鏄潗楠戠殑鍓┚",
- "body":"SL:Get_ACTOR_IS_HORSE_COPILOT(actorID)"
- },
- "actor鏄惁鏄弻浜哄潗楠":{
- "prefix":"SL:Get_ACTOR_IS_DOUBLE_HORSE",
- "description":"actor鏄惁鏄弻浜哄潗楠",
- "body":"SL:Get_ACTOR_IS_DOUBLE_HORSE(actorID)"
- },
- "actor鏄惁鏄繛浣撳潗楠":{
- "prefix":"SL:Get_ACTOR_IS_BODY_HORSE",
- "description":"actor鏄惁鏄繛浣撳潗楠",
- "body":"SL:Get_ACTOR_IS_BODY_HORSE(actorID)"
- },
- "鑾峰彇actor鐨勮冻杩圭壒鏁圛D":{
- "prefix":"SL:Get_ACTOR_MOVE_EFFECT",
- "description":"鑾峰彇actor鐨勮冻杩圭壒鏁圛D",
- "body":"SL:Get_ACTOR_MOVE_EFFECT(actorID)"
- },
- "鑾峰彇actor鐨勫か濡籌D":{
- "prefix":"SL:Get_ACTOR_DEAR_ID",
- "description":"鑾峰彇actor鐨勫か濡籌D",
- "body":"SL:Get_ACTOR_DEAR_ID(actorID)"
- },
- "鑾峰彇actor鐨勫笀寰扞D":{
- "prefix":"SL:Get_ACTOR_MENTOR_ID",
- "description":"鑾峰彇actor鐨勫笀寰扞D",
- "body":"SL:Get_ACTOR_MENTOR_ID(actorID)"
- },
- "鑾峰彇actor鏄惁鍦ㄩ檮杩戞樉绀":{
- "prefix":"SL:Get_ACTOR_NEAR_SHOW",
- "description":"鑾峰彇actor鏄惁鍦ㄩ檮杩戞樉绀",
- "body":"SL:Get_ACTOR_NEAR_SHOW(actorID)"
- },
- "鑾峰彇actor鏄惁鍦ㄧЩ鍔ㄧ姸鎬":{
- "prefix":"SL:Get_ACTOR_IS_MOVE",
- "description":"鑾峰彇actor鏄惁鍦ㄧЩ鍔ㄧ姸鎬",
- "body":"SL:Get_ACTOR_IS_MOVE(actorID)"
- },
- "actor鏄惁鏄獞椹姸鎬":{
- "prefix":"SL:Get_ACTOR_IS_HORSEBACK_RADING",
- "description":"actor鏄惁鏄獞椹姸鎬",
- "body":"SL:Get_ACTOR_IS_HORSEBACK_RADING(actorID)"
- },
- "鑾峰彇actor(鎬墿)鏄惁鐭冲寲鐘舵":{
- "prefix":"SL:Get_ACTOR_STOME_MODE",
- "description":"鑾峰彇actor(鎬墿)鏄惁鐭冲寲鐘舵",
- "body":"SL:Get_ACTOR_STOME_MODE(actorID)"
- },
- "鑾峰彇actor(鎬墿) race server":{
- "prefix":"SL:Get_ACTOR_RACE_SERVER",
- "description":"鑾峰彇actor(鎬墿) race server",
- "body":"SL:Get_ACTOR_RACE_SERVER(actorID)"
- },
- "鑾峰彇actor(鎬墿) race img":{
- "prefix":"SL:Get_ACTOR_RACE_IMG",
- "description":"鑾峰彇actor(鎬墿) race img",
- "body":"SL:Get_ACTOR_RACE_IMG(actorID)"
- },
- "鑾峰彇actor(鎬墿)鏄惁涓嶆樉绀哄悕瀛":{
- "prefix":"SL:Get_ACTOR_HIDE_NAME",
- "description":"鑾峰彇actor(鎬墿)鏄惁涓嶆樉绀哄悕瀛",
- "body":"SL:Get_ACTOR_HIDE_NAME(actorID)"
- },
- "鑾峰彇actor(鎬墿)鏄惁涓嶆樉绀鸿鏉":{
- "prefix":"SL:Get_ACTOR_HIDE_HP_BAR",
- "description":"鑾峰彇actor(鎬墿)鏄惁涓嶆樉绀鸿鏉",
- "body":"SL:Get_ACTOR_HIDE_HP_BAR(actorID)"
- },
- "鑾峰彇actor(鎬墿)鍥藉妯″紡鏄惁鍙鏀诲嚮":{
- "prefix":"SL:Get_ACTOR_NATION_ENEMY_PK",
- "description":"鑾峰彇actor(鎬墿)鍥藉妯″紡鏄惁鍙鏀诲嚮",
- "body":"SL:Get_ACTOR_NATION_ENEMY_PK(actorID)"
- },
- "鑾峰彇actor鐨凣M鑷畾涔夋暟鎹":{
- "prefix":"SL:Get_ACTOR_GM_DATA",
- "description":"鑾峰彇actor鐨凣M鑷畾涔夋暟鎹",
- "body":"SL:Get_ACTOR_GM_DATA(actorID)"
- },
- "actor鏄惁鍑虹敓":{
- "prefix":"SL:Get_ACTOR_IS_BORN",
- "description":"actor鏄惁鍑虹敓",
- "body":"SL:Get_ACTOR_IS_BORN(actorID)"
- },
- "actor鏄惁閽诲洖娲炵┐":{
- "prefix":"SL:Get_ACTOR_IS_CAVE",
- "description":"actor鏄惁閽诲洖娲炵┐",
- "body":"SL:Get_ACTOR_IS_CAVE(actorID)"
- },
- "actor韬笂鎵鏈塨uff鏁版嵁":{
- "prefix":"SL:Get_ACTOR_BUFF_DATA",
- "description":"actor韬笂鎵鏈塨uff鏁版嵁",
- "body":"SL:Get_ACTOR_BUFF_DATA(actorID)"
- },
- "actor鏄惁鏈夋煇涓猙uff":{
- "prefix":"SL:Get_ACTOR_HAS_ONE_BUFF",
- "description":"actor鏄惁鏈夋煇涓猙uff",
- "body":"SL:Get_ACTOR_HAS_ONE_BUFF(actorID,buffID)"
- },
- "鑾峰彇actor韬笂鏌愪釜buff鏁版嵁":{
- "prefix":"SL:Get_ACTOR_BUFF_DATA_BY_ID",
- "description":"鑾峰彇actor韬笂鏌愪釜buff鏁版嵁",
- "body":"SL:Get_ACTOR_BUFF_DATA_BY_ID(actorID,buffID)"
- },
- "鑾峰彇鑱婂ぉ琛ㄦ儏鍖":{
- "prefix":"SL:Get_CHAT_EMOJI",
- "description":"鑾峰彇鑱婂ぉ琛ㄦ儏鍖",
- "body":"SL:Get_CHAT_EMOJI()"
- },
- "鑾峰彇鑱婂ぉ杈撳叆鍘嗗彶璁板綍缂撳瓨":{
- "prefix":"SL:Get_CHAT_INPUT_CACHE",
- "description":"鑾峰彇鑱婂ぉ杈撳叆鍘嗗彶璁板綍缂撳瓨",
- "body":"SL:Get_CHAT_INPUT_CACHE()"
- },
- "鑾峰彇鑱婂ぉ鏄剧ず鐨勯亾鍏":{
- "prefix":"SL:Get_CHAT_SHOW_ITEMS",
- "description":"鑾峰彇鑱婂ぉ鏄剧ず鐨勯亾鍏",
- "body":"SL:Get_CHAT_SHOW_ITEMS()"
- },
- "褰撳墠棰戦亾鏄惁鎺ュ彈鑱婂ぉ淇℃伅":{
- "prefix":"SL:Get_CHAT_CHANNEL_IS_RECEIVE",
- "description":"褰撳墠棰戦亾鏄惁鎺ュ彈鑱婂ぉ淇℃伅",
- "body":"SL:Get_CHAT_CHANNEL_IS_RECEIVE()"
- },
- "鏄惁鎺ユ敹璇ュ垎绫绘帀钀戒俊鎭":{
- "prefix":"SL:Get_CHAT_DROP_TYPE_IS_RECEIVE",
- "description":"鏄惁鎺ユ敹璇ュ垎绫绘帀钀戒俊鎭",
- "body":"SL:Get_CHAT_DROP_TYPE_IS_RECEIVE(param)"
- },
- "鑱婂ぉ Tips浣跨敤鐨勫瓧浣撹矾寰":{
- "prefix":"SL:Get_CHATANDTIPS_USE_FONT",
- "description":"鑱婂ぉ Tips浣跨敤鐨勫瓧浣撹矾寰",
- "body":"SL:Get_CHATANDTIPS_USE_FONT()"
- },
- "鑾峰彇褰撳墠鑱婂ぉ棰戦亾":{
- "prefix":"SL:Get_CHAT_CUR_CHAT_CHANNEL",
- "description":"鑾峰彇褰撳墠鑱婂ぉ棰戦亾",
- "body":"SL:Get_CHAT_CUR_CHAT_CHANNEL()"
- },
- "鑾峰彇鑱婂ぉ鐩爣":{
- "prefix":"SL:Get_CHAT_TARGETS",
- "description":"鑾峰彇鑱婂ぉ鐩爣",
- "body":"SL:Get_CHAT_TARGETS()"
- },
- "鑾峰彇褰撳墠鑱婂ぉCD鏃堕棿":{
- "prefix":"SL:Get_CHAT_CUR_CD_TIME",
- "description":"鑾峰彇褰撳墠鑱婂ぉCD鏃堕棿",
- "body":"SL:Get_CHAT_CUR_CD_TIME()"
- },
- "鏄惁鍏抽棴鍋囨帀钀":{
- "prefix":"SL:Get_CHAT_IS_CLOSE_FAKE_DROP",
- "description":"鏄惁鍏抽棴鍋囨帀钀",
- "body":"SL:Get_CHAT_IS_CLOSE_FAKE_DROP()"
- },
- "閭欢鍒楄〃":{
- "prefix":"SL:Get_MAIL_LIST",
- "description":"閭欢鍒楄〃",
- "body":"SL:Get_MAIL_LIST()"
- },
- "鏍规嵁閭欢ID鑾峰彇閭欢":{
- "prefix":"SL:Get_MAIL_BY_ID",
- "description":"鏍规嵁閭欢ID鑾峰彇閭欢",
- "body":"SL:Get_MAIL_BY_ID(mailID)"
- },
- "褰撳墠閭欢ID":{
- "prefix":"SL:Get_MAIL_BY_ID",
- "description":"褰撳墠閭欢ID",
- "body":"SL:Get_MAIL_BY_ID()"
- },
- "琛屼細鎴愬憳鍒楄〃":{
- "prefix":"SL:Get_GUILD_MEMBER_LIST",
- "description":"琛屼細鎴愬憳鍒楄〃",
- "body":"SL:Get_GUILD_MEMBER_LIST()"
- },
- "琛屼細鐢宠鍒楄〃":{
- "prefix":"SL:Get_GUILD_APPLY_LIST",
- "description":"琛屼細鐢宠鍒楄〃",
- "body":"SL:Get_GUILD_APPLY_LIST()"
- },
- "琛屼細缁撶洘鐢宠鍒楄〃":{
- "prefix":"SL:Get_GUILD_ALLY_APPLY_LIST",
- "description":"琛屼細缁撶洘鐢宠鍒楄〃",
- "body":"SL:Get_GUILD_ALLY_APPLY_LIST()"
- },
- "鑾峰彇涓栫晫琛屼細鍒楄〃":{
- "prefix":"SL:Get_GUILD_WORLD_LIST",
- "description":"鑾峰彇涓栫晫琛屼細鍒楄〃",
- "body":"SL:Get_GUILD_WORLD_LIST(page)"
- },
- "鑾峰彇鍒涘缓鍏細娑堣椾俊鎭":{
- "prefix":"SL:Get_GUILD_CREATE",
- "description":"鑾峰彇鍒涘缓鍏細娑堣椾俊鎭",
- "body":"SL:Get_GUILD_CREATE()"
- },
- "鎴戠殑琛屼細淇℃伅":{
- "prefix":"SL:Get_GUILD_INFO",
- "description":"鎴戠殑琛屼細淇℃伅",
- "body":"SL:Get_GUILD_INFO()"
- },
- "鑾峰彇琛屼細鑱屼綅鍚嶇О":{
- "prefix":"SL:Get_GUILD_OFFICIAL_NAME_BY_RANK",
- "description":"鑾峰彇琛屼細鑱屼綅鍚嶇О",
- "body":"SL:Get_GUILD_OFFICIAL_NAME_BY_RANK(param)"
- },
- "閫氳繃uid鑾峰彇琛屼細鎴愬憳淇℃伅":{
- "prefix":"SL:Get_GUILD_MEMBER_INFO",
- "description":"閫氳繃uid鑾峰彇琛屼細鎴愬憳淇℃伅",
- "body":"SL:Get_GUILD_MEMBER_INFO(targetID)"
- },
- "鏈澶уソ鍙嬩汉鏁":{
- "prefix":"SL:Get_FRIEND_MAX_COUNT",
- "description":"鏈澶уソ鍙嬩汉鏁",
- "body":"SL:Get_FRIEND_MAX_COUNT()"
- },
- "鏍规嵁userID鑾峰彇濂藉弸淇℃伅":{
- "prefix":"SL:Get_FRIEND_INFO_BY_UID",
- "description":"鏍规嵁userID鑾峰彇濂藉弸淇℃伅",
- "body":"SL:Get_FRIEND_INFO_BY_UID(userID)"
- },
- "鏄惁鏄ソ鍙":{
- "prefix":"SL:Get_SOCIAL_IS_FRIEND",
- "description":"鏄惁鏄ソ鍙",
- "body":"SL:Get_SOCIAL_IS_FRIEND()"
- },
- "鏍规嵁userName鑾峰彇濂藉弸淇℃伅":{
- "prefix":"SL:Get_FRIEND_INFO_BY_NAME",
- "description":"鏍规嵁userName鑾峰彇濂藉弸淇℃伅",
- "body":"SL:Get_FRIEND_INFO_BY_NAME(userName)"
- },
- "鏄惁鍦ㄩ粦鍚嶅崟":{
- "prefix":"SL:Get_SOCIAL_IS_BLICKLIST",
- "description":"鏄惁鍦ㄩ粦鍚嶅崟",
- "body":"SL:Get_SOCIAL_IS_BLICKLIST()"
- },
- "鑾峰彇濂藉弸鍒楄〃":{
- "prefix":"SL:Get_FRIEND_LIST",
- "description":"鑾峰彇濂藉弸鍒楄〃",
- "body":"SL:Get_FRIEND_LIST()"
- },
- "鑾峰彇榛戝悕鍗曟暟鎹":{
- "prefix":"SL:Get_FRIEND_BLACKLIST",
- "description":"鑾峰彇榛戝悕鍗曟暟鎹",
- "body":"SL:Get_FRIEND_BLACKLIST()"
- },
- "濂藉弸鐢宠鍒楄〃":{
- "prefix":"SL:Get_FRIEND_APPLYLIST",
- "description":"濂藉弸鐢宠鍒楄〃",
- "body":"SL:Get_FRIEND_APPLYLIST()"
- },
- "鍏佽娣诲姞鐘舵":{
- "prefix":"SL:Get_ADD_STATUS_PERMIT",
- "description":"鍏佽娣诲姞鐘舵",
- "body":"SL:Get_ADD_STATUS_PERMIT()"
- },
- "闄勮繎闃熶紞鍒楄〃":{
- "prefix":"SL:Get_TEAM_NEAR",
- "description":"闄勮繎闃熶紞鍒楄〃",
- "body":"SL:Get_TEAM_NEAR()"
- },
- "闃熶紞鎴愬憳鍒楄〃":{
- "prefix":"SL:Get_TEAM_MEMBER_LIST",
- "description":"闃熶紞鎴愬憳鍒楄〃",
- "body":"SL:Get_TEAM_MEMBER_LIST()"
- },
- "褰撳墠闃熶紞浜烘暟":{
- "prefix":"SL:Get_TEAM_MEMBER_COUNT",
- "description":"褰撳墠闃熶紞浜烘暟",
- "body":"SL:Get_TEAM_MEMBER_COUNT()"
- },
- "闃熶紞鏈澶т汉鏁":{
- "prefix":"SL:Get_TEAM_MEMBER_MAX_COUNT",
- "description":"闃熶紞鏈澶т汉鏁",
- "body":"SL:Get_TEAM_MEMBER_MAX_COUNT()"
- },
- "鏄惁鏄槦浼嶆垚鍛":{
- "prefix":"SL:Get_TEAM_IS_MEMBER",
- "description":"鏄惁鏄槦浼嶆垚鍛",
- "body":"SL:Get_TEAM_IS_MEMBER()"
- },
- "鍏佽缁勯槦鐘舵":{
- "prefix":"SL:Get_TEAM_STATUS_PERMIT",
- "description":"鍏佽缁勯槦鐘舵",
- "body":"SL:Get_TEAM_STATUS_PERMIT()"
- },
- "鍏ラ槦鐢宠鍒楄〃":{
- "prefix":"SL:Get_TEAM_APPLY",
- "description":"鍏ラ槦鐢宠鍒楄〃",
- "body":"SL:Get_TEAM_APPLY()"
- },
- "func dock enum":{
- "prefix":"SL:Get_DOCKTYPE_NENUM",
- "description":"func dock enum",
- "body":"SL:Get_DOCKTYPE_NENUM()"
- },
- "浜ゆ槗鐨勭洰鏍嘔D":{
- "prefix":"SL:Get_TRADE_TARGET_ID",
- "description":"浜ゆ槗鐨勭洰鏍嘔D",
- "body":"SL:Get_TRADE_TARGET_ID()"
- },
- "浜ゆ槗鐨勭洰鏍囧悕瀛":{
- "prefix":"SL:Get_TRADE_TARGET_NAME",
- "description":"浜ゆ槗鐨勭洰鏍囧悕瀛",
- "body":"SL:Get_TRADE_TARGET_NAME()"
- },
- "瑕佷氦鏄撶殑鐜╁淇℃伅":{
- "prefix":"SL:Get_TRADE_TARGET_DATA",
- "description":"瑕佷氦鏄撶殑鐜╁淇℃伅",
- "body":"SL:Get_TRADE_TARGET_DATA()"
- },
- "浜ゆ槗鑷繁閿佸畾鐘舵":{
- "prefix":"SL:Get_TRADE_MY_LOCK_STATUS",
- "description":"浜ゆ槗鑷繁閿佸畾鐘舵",
- "body":"SL:Get_TRADE_MY_LOCK_STATUS()"
- },
- "浜ゆ槗瀵规柟閿佸畾鐘舵":{
- "prefix":"SL:Get_TRADE_TARGET_LOCK_STATUS",
- "description":"浜ゆ槗瀵规柟閿佸畾鐘舵",
- "body":"SL:Get_TRADE_TARGET_LOCK_STATUS()"
- },
- "鏍规嵁椤电index鑾峰彇鎺掕姒滄暟鎹":{
- "prefix":"SL:Get_RANK_DATA_BY_TYPE",
- "description":"鏍规嵁椤电index鑾峰彇鎺掕姒滄暟鎹",
- "body":"SL:Get_RANK_DATA_BY_TYPE(index)"
- },
- "鏍规嵁浠诲姟绫诲瀷/ID鑾峰彇浠诲姟鎺掑簭鍊":{
- "prefix":"SL:Get_MISSION_ITEM_ORDER",
- "description":"鏍规嵁浠诲姟绫诲瀷/ID鑾峰彇浠诲姟鎺掑簭鍊",
- "body":"SL:Get_MISSION_ITEM_ORDER(type)"
- },
- "绛涢夋妧鑳芥暟鎹":{
- "prefix":"SL:Get_SKILL_INFO_FILTER",
- "description":"绛涢夋妧鑳芥暟鎹",
- "body":"SL:Get_SKILL_INFO_FILTER(param1, param2, param3, param4)"
- },
- "鑾峰彇鎶鑳藉悕瀛":{
- "prefix":"SL:Get_SKILL_NAME",
- "description":"鑾峰彇鎶鑳藉悕瀛",
- "body":"SL:Get_SKILL_NAME(skillID)"
- },
- "鑾峰彇鎶鑳藉浘鏍":{
- "prefix":"SL:Get_SKILL_ICON_PATH",
- "description":"鑾峰彇鎶鑳藉浘鏍",
- "body":"SL:Get_SKILL_ICON_PATH(skillID)"
- },
- "鑾峰彇鐭╁舰鎶鑳藉浘鏍":{
- "prefix":"SL:Get_SKILL_RECT_ICON_PATH",
- "description":"鑾峰彇鐭╁舰鎶鑳藉浘鏍",
- "body":"SL:Get_SKILL_RECT_ICON_PATH(skillID)"
- },
- "鏄惁鏄紑鍏冲瀷鎶鑳":{
- "prefix":"SL:Get_SKILL_IS_ONOFF_SKILL",
- "description":"鏄惁鏄紑鍏冲瀷鎶鑳",
- "body":"SL:Get_SKILL_IS_ONOFF_SKILL(skillID)"
- },
- "鎶鑳芥槸鍚﹀紑鍚":{
- "prefix":"SL:Get_SKILL_IS_ON_SKILL",
- "description":"鎶鑳芥槸鍚﹀紑鍚",
- "body":"SL:Get_SKILL_IS_ON_SKILL(skillID)"
- },
- "鑾峰彇宸插鎶鑳":{
- "prefix":"SL:Get_LEARNED_SKILLS",
- "description":"鑾峰彇宸插鎶鑳",
- "body":"SL:Get_LEARNED_SKILLS(param1,param2)"
- },
- "鏄惁鏄富鍔ㄦ妧鑳":{
- "prefix":"SL:Get_SKILL_IS_ACTIVE",
- "description":"鏄惁鏄富鍔ㄦ妧鑳",
- "body":"SL:Get_SKILL_IS_ACTIVE(skillID)"
- },
- "鑾峰彇鎶鑳芥暟鎹":{
- "prefix":"SL:Get_SKILL_DATA",
- "description":"鑾峰彇鎶鑳芥暟鎹",
- "body":"SL:Get_SKILL_DATA(skillID)"
- },
- "鑾峰彇鎶鑳界殑绛夌骇鐔熺粌搴︽暟鎹":{
- "prefix":"SL:Get_SKILL_TRAIN_DATA",
- "description":"鑾峰彇鎶鑳界殑绛夌骇鐔熺粌搴︽暟鎹",
- "body":"SL:Get_SKILL_TRAIN_DATA(skillID)"
- },
- "鑾峰彇鎶鑳介厤缃":{
- "prefix":"SL:Get_SKILL_CONFIG",
- "description":"鑾峰彇鎶鑳介厤缃",
- "body":"SL:Get_SKILL_CONFIG(skillID)"
- },
- "鑾峰彇鎶鑳藉揩鎹烽敭":{
- "prefix":"SL:Get_SKILL_KEY",
- "description":"鑾峰彇鎶鑳藉揩鎹烽敭",
- "body":"SL:Get_SKILL_KEY(skillID)"
- },
- "鑾峰彇鎶鑳界瓑绾":{
- "prefix":"SL:Get_SKILL_LEVEL",
- "description":"鑾峰彇鎶鑳界瓑绾",
- "body":"SL:Get_SKILL_LEVEL(skillID)"
- },
- "鑳屽寘鏈澶ф牸瀛愭暟閲":{
- "prefix":"SL:Get_MAX_BAG",
- "description":"鑳屽寘鏈澶ф牸瀛愭暟閲",
- "body":"SL:Get_MAX_BAG()"
- },
- "鑻遍泟鑳屽寘鏈澶ф牸瀛愭暟閲":{
- "prefix":"SL:Get_HERO_MAX_BAG",
- "description":"鑻遍泟鑳屽寘鏈澶ф牸瀛愭暟閲",
- "body":"SL:Get_HERO_MAX_BAG()"
- },
- "浠撳簱鏈澶ф牸瀛愭暟閲":{
- "prefix":"SL:Get_N_MAX_BAG",
- "description":"浠撳簱鏈澶ф牸瀛愭暟閲",
- "body":"SL:Get_N_MAX_BAG()"
- },
- "褰撳墠閫変腑鐨勮儗鍖呴〉绛":{
- "prefix":"SL:Get_BAG_CUR_PAGE",
- "description":"褰撳墠閫変腑鐨勮儗鍖呴〉绛",
- "body":"SL:Get_BAG_CUR_PAGE()"
- },
- "鑳屽寘鏄惁婊":{
- "prefix":"SL:Get_BAG_IS_FULL",
- "description":"鑳屽寘鏄惁婊",
- "body":"SL:Get_BAG_IS_FULL(isPrompt)"
- },
- "鑳屽寘鍓╀綑鏍煎瓙鏁":{
- "prefix":"SL:Get_BAG_REMAIN_COUNT",
- "description":"鑳屽寘鍓╀綑鏍煎瓙鏁",
- "body":"SL:Get_BAG_REMAIN_COUNT()"
- },
- "鑳屽寘宸蹭娇鐢ㄦ牸瀛愭暟":{
- "prefix":"SL:Get_BAG_USED_COUNT",
- "description":"鑳屽寘宸蹭娇鐢ㄦ牸瀛愭暟",
- "body":"SL:Get_BAG_USED_COUNT()"
- },
- "妫娴嬬墿鍝佽儗鍖呮槸鍚︽湁瀵屼綑鏍煎瓙鏁板瓨鏀":{
- "prefix":"SL:Get_BAG_CHECK_NEED_SPACE",
- "description":"妫娴嬬墿鍝佽儗鍖呮槸鍚︽湁瀵屼綑鏍煎瓙鏁板瓨鏀",
- "body":"SL:Get_BAG_CHECK_NEED_SPACE(param1,param2,param3)"
- },
- "榛樿鏈浣庣珵鎷嶄环":{
- "prefix":"SL:Get_AUCTION_BIDPRICE_MIN",
- "description":"榛樿鏈浣庣珵鎷嶄环",
- "body":"SL:Get_AUCTION_BIDPRICE_MIN()"
- },
- "榛樿鏈楂樼珵鎷嶄环":{
- "prefix":"SL:Get_AUCTION_BIDPRICE_MAX",
- "description":"榛樿鏈楂樼珵鎷嶄环",
- "body":"SL:Get_AUCTION_BIDPRICE_MAX()"
- },
- "榛樿鏈浣庝竴鍙d环":{
- "prefix":"SL:Get_AUCTION_BUYPRICE_MIN",
- "description":"榛樿鏈浣庝竴鍙d环",
- "body":"SL:Get_AUCTION_BUYPRICE_MIN()"
- },
- "榛樿鏈楂樹竴鍙d环":{
- "prefix":"SL:Get_AUCTION_BUYPRICE_MAX",
- "description":"榛樿鏈楂樹竴鍙d环",
- "body":"SL:Get_AUCTION_BUYPRICE_MAX()"
- },
- "榛樿璐ф灦鏁伴噺":{
- "prefix":"SL:Get_AUCTION_DEFAULT_SHELF",
- "description":"榛樿璐ф灦鏁伴噺",
- "body":"SL:Get_AUCTION_DEFAULT_SHELF()"
- },
- "涓婃灦鍒楄〃鏁伴噺":{
- "prefix":"SL:Get_AUCTION_PUT_LIST_CNT",
- "description":"涓婃灦鍒楄〃鏁伴噺",
- "body":"SL:Get_AUCTION_PUT_LIST_CNT()"
- },
- "鎷嶅崠琛岃揣甯":{
- "prefix":"SL:Get_AUCTION_MONEY",
- "description":"鎷嶅崠琛岃揣甯",
- "body":"SL:Get_AUCTION_MONEY()"
- },
- "鏄惁鍙珵浠":{
- "prefix":"SL:Get_AUCTION_CAN_BID",
- "description":"鏄惁鍙珵浠",
- "body":"SL:Get_AUCTION_CAN_BID(item)"
- },
- "鏄惁鍙竴鍙d环":{
- "prefix":"SL:Get_AUCTION_CAN_BUY",
- "description":"鏄惁鍙竴鍙d环",
- "body":"SL:Get_AUCTION_CAN_BUY(item)"
- },
- "鏄惁鏈夋垜鐨勭珵鎷嶇墿鍝":{
- "prefix":"SL:Get_AUCTION_HAVE_MY_BIDDING",
- "description":"鏄惁鏈夋垜鐨勭珵鎷嶇墿鍝",
- "body":"SL:Get_AUCTION_HAVE_MY_BIDDING()"
- },
- "鎷嶅崠琛岀墿鍝佺姸鎬":{
- "prefix":"SL:Get_AUCTION_ITEM_STATE",
- "description":"鎷嶅崠琛岀墿鍝佺姸鎬",
- "body":"SL:Get_AUCTION_ITEM_STATE(itemData)"
- },
- "鑾峰彇鎷嶅崠琛屾垜鐨勫睍绀哄彲瀵勫敭閬撳叿":{
- "prefix":"SL:Get_AUCTION_MY_SHOW_LIST",
- "description":"鑾峰彇鎷嶅崠琛屾垜鐨勫睍绀哄彲瀵勫敭閬撳叿",
- "body":"SL:Get_AUCTION_MY_SHOW_LIST()"
- },
- "涓栫晫姹傝喘鑿滃崟鍒楄〃":{
- "prefix":"SL:Get_PURCHASE_FILTER_LIST",
- "description":"涓栫晫姹傝喘鑿滃崟鍒楄〃",
- "body":"SL:Get_PURCHASE_FILTER_LIST()"
- },
- "姹傝喘璐у竵鍒楄〃":{
- "prefix":"SL:Get_PURCHASE_CURRENCIES",
- "description":"姹傝喘璐у竵鍒楄〃",
- "body":"SL:Get_PURCHASE_CURRENCIES()"
- },
- "瀵瑰簲ID 鑿滃崟鏍忛厤缃":{
- "prefix":"SL:Get_PURCHASE_MENU_CONFIG_BY_ID",
- "description":"瀵瑰簲ID 鑿滃崟鏍忛厤缃",
- "body":"SL:Get_PURCHASE_MENU_CONFIG_BY_ID(param)"
- },
- "鍒嗙被鐗╁搧鍒楄〃":{
- "prefix":"SL:Get_PURCHASE_ITEM_LIST_BY_TYPE",
- "description":"鍒嗙被鐗╁搧鍒楄〃",
- "body":"SL:Get_PURCHASE_ITEM_LIST_BY_TYPE(param1,param2)"
- },
- "璁剧疆鏄惁鐢熸晥":{
- "prefix":"SL:Get_SETTING_ENABLED",
- "description":"璁剧疆鏄惁鐢熸晥",
- "body":"SL:Get_SETTING_ENABLED(param1)"
- },
- "鑾峰彇璁剧疆鐨勬暟鎹":{
- "prefix":"SL:Get_SETTING_VALUE",
- "description":"鑾峰彇璁剧疆鐨勬暟鎹",
- "body":"SL:Get_SETTING_VALUE(param1)"
- },
- "鑾峰彇璁剧疆鐨勯厤缃":{
- "prefix":"SL:Get_SETTING_CONFIG",
- "description":"鑾峰彇璁剧疆鐨勯厤缃",
- "body":"SL:Get_SETTING_CONFIG(param1)"
- },
- "鑾峰彇鐗╁搧鎷惧彇璁剧疆":{
- "prefix":"SL:Get_SETTING_PICK_VALUE",
- "description":"鑾峰彇鐗╁搧鎷惧彇璁剧疆",
- "body":"SL:Get_SETTING_PICK_VALUE(param1)"
- },
- "鍙互鎷g殑鐗╁搧閰嶇疆":{
- "prefix":"SL:Get_SETTING_PICK_CONFIG",
- "description":"鍙互鎷g殑鐗╁搧閰嶇疆",
- "body":"SL:Get_SETTING_PICK_CONFIG(param1)"
- },
- "鐗╁搧鏄惁鍙互璁剧疆":{
- "prefix":"SL:Get_SETTING_IS_ITEM_PICK_CAN_SET",
- "description":"鐗╁搧鏄惁鍙互璁剧疆",
- "body":"SL:Get_SETTING_IS_ITEM_PICK_CAN_SET()"
- },
- "鎷惧彇缁勭殑鏁版嵁":{
- "prefix":"SL:Get_SETTING_PICK_GROUP_VALUE",
- "description":"鎷惧彇缁勭殑鏁版嵁",
- "body":"SL:Get_SETTING_PICK_GROUP_VALUE(param1)"
- },
- "閫氳繃鍊艰幏鍙栧湴鍥剧缉鏀惧搴旂櫨鍒嗘瘮":{
- "prefix":"SL:Get_SETTING_MAPSCALE_PER",
- "description":"閫氳繃鍊艰幏鍙栧湴鍥剧缉鏀惧搴旂櫨鍒嗘瘮",
- "body":"SL:Get_SETTING_MAPSCALE_PER(param1)"
- },
- "閫氳繃鐧惧垎姣旇幏鍙栧湴鍥剧缉鏀惧":{
- "prefix":"SL:Get_SETTING_MAPSCALE_VALUE",
- "description":"閫氳繃鐧惧垎姣旇幏鍙栧湴鍥剧缉鏀惧",
- "body":"SL:Get_SETTING_MAPSCALE_VALUE(param1)"
- },
- "瑁呭Map":{
- "prefix":"SL:Get_EQUIPMAP_BY_STDMODE",
- "description":"瑁呭Map",
- "body":"SL:Get_EQUIPMAP_BY_STDMODE()"
- },
- "闄よ澶嘙ap 鏄剧ず鎸佷箙鐨剆tdmode":{
- "prefix":"SL:Get_EX_SHOWLAST_MAP",
- "description":"闄よ澶嘙ap 鏄剧ず鎸佷箙鐨剆tdmode",
- "body":"SL:Get_EX_SHOWLAST_MAP()"
- },
- "閫氳繃stdmode鑾峰彇TIPS瑁呭浣嶅垪琛":{
- "prefix":"SL:Get_TIP_POSLIST_BY_STDMODE",
- "description":"閫氳繃stdmode鑾峰彇TIPS瑁呭浣嶅垪琛",
- "body":"SL:Get_TIP_POSLIST_BY_STDMODE(param1,param2)"
- },
- "鏄惁鏄鐜╁鎬у埆瑁呭":{
- "prefix":"SL:Get_IS_SAMESEX_EQUIP",
- "description":"鏄惁鏄鐜╁鎬у埆瑁呭",
- "body":"SL:Get_IS_SAMESEX_EQUIP(param1,param2)"
- },
- "瀵筩fg_custpro_caption鎿嶄綔 鏍规嵁key鑾峰彇鎻忚堪":{
- "prefix":"SL:Get_CUSTOM_DESC",
- "description":"瀵筩fg_custpro_caption鎿嶄綔 鏍规嵁key鑾峰彇鎻忚堪",
- "body":"SL:Get_CUSTOM_DESC(param1)"
- },
- "瀵筩fg_custpro_caption鎿嶄綔 鏍规嵁key鑾峰彇鍥剧墖id":{
- "prefix":"SL:Get_CUSTOM_ICON",
- "description":"瀵筩fg_custpro_caption鎿嶄綔 鏍规嵁key鑾峰彇鍥剧墖id",
- "body":"SL:Get_CUSTOM_ICON(param1)"
- },
- "瀵筩fg_att_score琛ㄦ搷浣 鑾峰彇灞炴ч厤缃":{
- "prefix":"SL:Get_ATTR_CONFIG",
- "description":"瀵筩fg_att_score琛ㄦ搷浣 鑾峰彇灞炴ч厤缃",
- "body":"SL:Get_ATTR_CONFIG(param1)"
- },
- "瀵筩fg_suit琛ㄦ搷浣 鑾峰彇瀵瑰簲濂楄id閰嶇疆":{
- "prefix":"SL:Get_SUIT_CONFIG",
- "description":"瀵筩fg_suit琛ㄦ搷浣 鑾峰彇瀵瑰簲濂楄id閰嶇疆",
- "body":"SL:Get_SUIT_CONFIG(param1)"
- },
- "瀵筩fg_suitex琛ㄦ搷浣 鑾峰彇瀵瑰簲濂楄id閰嶇疆":{
- "prefix":"SL:Get_SUITEX_CONFIG",
- "description":"瀵筩fg_suitex琛ㄦ搷浣 鑾峰彇瀵瑰簲濂楄id閰嶇疆",
- "body":"SL:Get_SUITEX_CONFIG(param1)"
- },
- "鐗╁搧绫诲瀷":{
- "prefix":"SL:Get_ITEMTYPE_ENUM",
- "description":"鐗╁搧绫诲瀷",
- "body":"SL:Get_ITEMTYPE_ENUM()"
- },
- "鏍规嵁閬撳叿鏁版嵁鑾峰彇鐗╁搧绫诲瀷":{
- "prefix":"SL:Get_ITEMTYPE",
- "description":"鏍规嵁閬撳叿鏁版嵁鑾峰彇鐗╁搧绫诲瀷",
- "body":"SL:Get_ITEMTYPE(itemData)"
- },
- "鑷畾涔夊睘鎬D鏄犲皠Map":{
- "prefix":"SL:Get_CUST_ABIL_MAP",
- "description":"鑷畾涔夊睘鎬D鏄犲皠Map",
- "body":"SL:Get_CUST_ABIL_MAP()"
- },
- "鍏呭煎晢鍝佷俊鎭垪琛":{
- "prefix":"SL:Get_RECHARGE_PRODUCTS",
- "description":"鍏呭煎晢鍝佷俊鎭垪琛",
- "body":"SL:Get_RECHARGE_PRODUCTS()"
- },
- "閫氳繃鍟嗗搧Id鑾峰彇鍟嗗搧淇℃伅":{
- "prefix":"SL:Get_RECHARGE_PRODUCT_BY_ID",
- "description":"閫氳繃鍟嗗搧Id鑾峰彇鍟嗗搧淇℃伅",
- "body":"SL:Get_RECHARGE_PRODUCT_BY_ID(id)"
- },
- "鏄惁鎺ュ叆绗笁鏂筍DK":{
- "prefix":"SL:Get_IS_SDK_PAY",
- "description":"鏄惁鎺ュ叆绗笁鏂筍DK",
- "body":"SL:Get_IS_SDK_PAY()"
- },
- "鑾峰彇璐拱鎽婁綅鍚嶅瓧":{
- "prefix":"SL:Get_STALL_SELL_SHOW_NAME",
- "description":"鑾峰彇璐拱鎽婁綅鍚嶅瓧",
- "body":"SL:Get_STALL_SELL_SHOW_NAME()"
- },
- "鑾峰彇璐拱鎽婁綅鐗╁搧淇℃伅":{
- "prefix":"SL:Get_STALL_ONSELL_DATA",
- "description":"鑾峰彇璐拱鎽婁綅鐗╁搧淇℃伅",
- "body":"SL:Get_STALL_ONSELL_DATA()"
- },
- "鑾峰彇鎴戠殑鎽婁綅鐗╁搧淇℃伅":{
- "prefix":"SL:Get_STALL_MYSELL_DATA",
- "description":"鑾峰彇鎴戠殑鎽婁綅鐗╁搧淇℃伅",
- "body":"SL:Get_STALL_MYSELL_DATA()"
- },
- "鏄惁杩樻湁閲嶆憞/寮鍚鏁":{
- "prefix":"SL:Get_HAVE_GOLDBOX_OPENTIME",
- "description":"鏄惁杩樻湁閲嶆憞/寮鍚鏁",
- "body":"SL:Get_HAVE_GOLDBOX_OPENTIME()"
- },
- "鏄惁鍚敤鏂扮増灞炴у姞鐐":{
- "prefix":"SL:Get_IS_NEW_BOUNS",
- "description":"鏄惁鍚敤鏂扮増灞炴у姞鐐",
- "body":"SL:Get_IS_NEW_BOUNS()"
- },
- "鑾峰彇鏂扮増灞炴у姞鐐归厤缃暟鎹":{
- "prefix":"SL:Get_NEW_BOUNS_CONFIG",
- "description":"鑾峰彇鏂扮増灞炴у姞鐐归厤缃暟鎹",
- "body":"SL:Get_NEW_BOUNS_CONFIG()"
- },
- "鑾峰彇鏂扮増灞炴у凡鍔犵偣鏁版嵁":{
- "prefix":"SL:Get_NEW_BOUNS_ADD_DATA",
- "description":"鑾峰彇鏂扮増灞炴у凡鍔犵偣鏁版嵁",
- "body":"SL:Get_NEW_BOUNS_ADD_DATA()"
- },
- "鐜╁鍚嶅瓧":{
- "prefix":"SL:Get_USER_NAME",
- "description":"鐜╁鍚嶅瓧",
- "body":"SL:Get_USER_NAME()"
- },
- "鐜╁鑱屼笟":{
- "prefix":"SL:Get_JOB",
- "description":"鐜╁鑱屼笟",
- "body":"SL:Get_JOB()"
- },
- "鐜╁绛夌骇":{
- "prefix":"SL:Get_LEVEL",
- "description":"鐜╁绛夌骇",
- "body":"SL:Get_LEVEL()"
- },
- "鐜╁杞敓绛夌骇":{
- "prefix":"SL:Get_RELEVEL",
- "description":"鐜╁杞敓绛夌骇",
- "body":"SL:Get_RELEVEL()"
- },
- "鑱屼笟鍚嶅瓧":{
- "prefix":"SL:Get_JOB_NAME",
- "description":"鑱屼笟鍚嶅瓧",
- "body":"SL:Get_JOB_NAME()"
- },
- "鐜╁鎬у埆":{
- "prefix":"SL:Get_SEX",
- "description":"鐜╁鎬у埆",
- "body":"SL:Get_SEX()"
- },
- "鐜╁鐪熷疄濮撳悕":{
- "prefix":"SL:Get_REAL_USER_NAME",
- "description":"鐜╁鐪熷疄濮撳悕",
- "body":"SL:Get_REAL_USER_NAME()"
- },
- "鐜╁鍚嶅瓧棰滆壊鍊":{
- "prefix":"SL:Get_USER_NAME_COLOR",
- "description":"鐜╁鍚嶅瓧棰滆壊鍊",
- "body":"SL:Get_USER_NAME_COLOR()"
- },
- "浜虹墿鏂瑰悜":{
- "prefix":"SL:Get_DIR",
- "description":"浜虹墿鏂瑰悜",
- "body":"SL:Get_DIR()"
- },
- "瑙掕壊鏄惁姝讳骸":{
- "prefix":"SL:Get_USER_IS_DIE",
- "description":"瑙掕壊鏄惁姝讳骸",
- "body":"SL:Get_USER_IS_DIE()"
- },
- "瑙掕壊鏄惁鑳藉娲":{
- "prefix":"SL:Get_USER_IS_CANREVIVE",
- "description":"瑙掕壊鏄惁鑳藉娲",
- "body":"SL:Get_USER_IS_CANREVIVE()"
- },
- "褰撳墠琛閲":{
- "prefix":"SL:Get_HP",
- "description":"褰撳墠琛閲",
- "body":"SL:Get_HP()"
- },
- "鏈澶ц閲":{
- "prefix":"SL:Get_MAXHP",
- "description":"鏈澶ц閲",
- "body":"SL:Get_MAXHP()"
- },
- "褰撳墠钃濋噺":{
- "prefix":"SL:Get_MP",
- "description":"褰撳墠钃濋噺",
- "body":"SL:Get_MP()"
- },
- "鏈澶ц摑閲":{
- "prefix":"SL:Get_MAXMP",
- "description":"鏈澶ц摑閲",
- "body":"SL:Get_MAXMP()"
- },
- "鏆村嚮鍑犵巼":{
- "prefix":"SL:Get_BURST",
- "description":"鏆村嚮鍑犵巼",
- "body":"SL:Get_BURST()"
- },
- "鏆村嚮浼ゅ":{
- "prefix":"SL:Get_BURST_DAM",
- "description":"鏆村嚮浼ゅ",
- "body":"SL:Get_BURST_DAM()"
- },
- "鐗╀激鍑忓厤":{
- "prefix":"SL:Get_IMM_ATT",
- "description":"鐗╀激鍑忓厤",
- "body":"SL:Get_IMM_ATT()"
- },
- "榄斾激鍑忓厤":{
- "prefix":"SL:Get_IMM_MAG",
- "description":"榄斾激鍑忓厤",
- "body":"SL:Get_IMM_MAG()"
- },
- "骞歌繍":{
- "prefix":"SL:Get_LUCK",
- "description":"骞歌繍",
- "body":"SL:Get_LUCK()"
- },
- "鏈灏忕墿闃":{
- "prefix":"SL:Get_AC",
- "description":"鏈灏忕墿闃",
- "body":"SL:Get_AC()"
- },
- "鏈澶х墿闃":{
- "prefix":"SL:Get_MAXAC",
- "description":"鏈澶х墿闃",
- "body":"SL:Get_MAXAC()"
- },
- "鏈灏忛瓟闃":{
- "prefix":"SL:Get_MAC",
- "description":"鏈灏忛瓟闃",
- "body":"SL:Get_MAC()"
- },
- "鏈澶ч瓟闃":{
- "prefix":"SL:Get_MAXMAC",
- "description":"鏈澶ч瓟闃",
- "body":"SL:Get_MAXMAC()"
- },
- "鏈灏忕墿鐞":{
- "prefix":"SL:Get_DC",
- "description":"鏈灏忕墿鐞",
- "body":"SL:Get_DC()"
- },
- "鏈澶х墿鐞":{
- "prefix":"SL:Get_MAXDC",
- "description":"鏈澶х墿鐞",
- "body":"SL:Get_MAXDC()"
- },
- "鏈灏忛瓟娉":{
- "prefix":"SL:Get_MC",
- "description":"鏈灏忛瓟娉",
- "body":"SL:Get_MC()"
- },
- "鏈澶ч瓟娉":{
- "prefix":"SL:Get_MAXMC",
- "description":"鏈澶ч瓟娉",
- "body":"SL:Get_MAXMC()"
- },
- "鏈灏忛亾鏈":{
- "prefix":"SL:Get_SC",
- "description":"鏈灏忛亾鏈",
- "body":"SL:Get_SC()"
- },
- "鏈澶ч亾鏈":{
- "prefix":"SL:Get_MAXSC",
- "description":"鏈澶ч亾鏈",
- "body":"SL:Get_MAXSC()"
- },
- "鍑嗙‘":{
- "prefix":"SL:Get_HIT",
- "description":"鍑嗙‘",
- "body":"SL:Get_HIT()"
- },
- "鏁忔嵎":{
- "prefix":"SL:Get_SPD",
- "description":"鏁忔嵎",
- "body":"SL:Get_SPD()"
- },
- "褰撳墠缁忛獙":{
- "prefix":"SL:Get_EXP",
- "description":"褰撳墠缁忛獙",
- "body":"SL:Get_EXP()"
- },
- "鏈澶х粡楠":{
- "prefix":"SL:Get_MAXEXP",
- "description":"鏈澶х粡楠",
- "body":"SL:Get_MAXEXP()"
- },
- "鏀婚":{
- "prefix":"SL:Get_HITSPD",
- "description":"鏀婚",
- "body":"SL:Get_HITSPD()"
- },
- "鑵曞姏":{
- "prefix":"SL:Get_HW",
- "description":"鑵曞姏",
- "body":"SL:Get_HW()"
- },
- "鏈澶у彲绌挎埓鑵曞姏":{
- "prefix":"SL:Get_MAXHW",
- "description":"鏈澶у彲绌挎埓鑵曞姏",
- "body":"SL:Get_MAXHW()"
- },
- "閲嶉噺":{
- "prefix":"SL:Get_BW",
- "description":"閲嶉噺",
- "body":"SL:Get_BW()"
- },
- "鐜╁鏈澶ц礋閲":{
- "prefix":"SL:Get_MAXBW",
- "description":"鐜╁鏈澶ц礋閲",
- "body":"SL:Get_MAXBW()"
- },
- "绌挎埓璐熼噸":{
- "prefix":"SL:Get_WW",
- "description":"绌挎埓璐熼噸",
- "body":"SL:Get_WW()"
- },
- "鏈澶х┛鎴磋礋閲":{
- "prefix":"SL:Get_MAXWW",
- "description":"鏈澶х┛鎴磋礋閲",
- "body":"SL:Get_MAXWW()"
- },
- "浣撳姏鎭㈠":{
- "prefix":"SL:Get_HUNGER",
- "description":"浣撳姏鎭㈠",
- "body":"SL:Get_HUNGER()"
- },
- "鑾峰彇鐜╁韬笂琛f湇鐨勫悕瀛":{
- "prefix":"SL:Get_DRESS",
- "description":"鑾峰彇鐜╁韬笂琛f湇鐨勫悕瀛",
- "body":"SL:Get_DRESS()"
- },
- "鑾峰彇鐜╁韬笂姝﹀櫒鐨勫悕瀛":{
- "prefix":"SL:Get_WEAPON",
- "description":"鑾峰彇鐜╁韬笂姝﹀櫒鐨勫悕瀛",
- "body":"SL:Get_WEAPON()"
- },
- "鑾峰彇鐜╁韬笂鍕嬬珷鐨勫悕瀛":{
- "prefix":"SL:Get_RIGHTHAND",
- "description":"鑾峰彇鐜╁韬笂鍕嬬珷鐨勫悕瀛",
- "body":"SL:Get_RIGHTHAND()"
- },
- "鑾峰彇鐜╁韬笂澶寸洈鐨勫悕瀛":{
- "prefix":"SL:Get_HELMET",
- "description":"鑾峰彇鐜╁韬笂澶寸洈鐨勫悕瀛",
- "body":"SL:Get_HELMET()"
- },
- "鑾峰彇鐜╁韬笂椤归摼鐨勫悕瀛":{
- "prefix":"SL:Get_NECKLACE",
- "description":"鑾峰彇鐜╁韬笂椤归摼鐨勫悕瀛",
- "body":"SL:Get_NECKLACE()"
- },
- "鑾峰彇鐜╁韬笂鍙虫垝鎸囩殑鍚嶅瓧":{
- "prefix":"SL:Get_RINGR",
- "description":"鑾峰彇鐜╁韬笂鍙虫垝鎸囩殑鍚嶅瓧",
- "body":"SL:Get_RINGR()"
- },
- "鑾峰彇鐜╁韬笂宸︽垝鎸囩殑鍚嶅瓧":{
- "prefix":"SL:Get_RINGL",
- "description":"鑾峰彇鐜╁韬笂宸︽垝鎸囩殑鍚嶅瓧",
- "body":"SL:Get_RINGL()"
- },
- "鑾峰彇鐜╁韬笂鍙虫墜闀殑鍚嶅瓧":{
- "prefix":"SL:Get_ARMRINGR",
- "description":"鑾峰彇鐜╁韬笂鍙虫墜闀殑鍚嶅瓧",
- "body":"SL:Get_ARMRINGR()"
- },
- "鑾峰彇鐜╁韬笂宸︽墜闀殑鍚嶅瓧":{
- "prefix":"SL:Get_ARMRINGL",
- "description":"鑾峰彇鐜╁韬笂宸︽墜闀殑鍚嶅瓧",
- "body":"SL:Get_ARMRINGL()"
- },
- "鑾峰彇鐜╁韬笂鎶ょ銆佺帀浣┿佸疂鐝犵殑鍚嶅瓧":{
- "prefix":"SL:Get_BUJUK",
- "description":"鑾峰彇鐜╁韬笂鎶ょ銆佺帀浣┿佸疂鐝犵殑鍚嶅瓧",
- "body":"SL:Get_BUJUK()"
- },
- "鑾峰彇鐜╁韬笂鑵板甫鐨勫悕瀛":{
- "prefix":"SL:Get_BELT",
- "description":"鑾峰彇鐜╁韬笂鑵板甫鐨勫悕瀛",
- "body":"SL:Get_BELT()"
- },
- "鑾峰彇鐜╁韬笂闉嬪瓙鐨勫悕瀛":{
- "prefix":"SL:Get_BOOTS",
- "description":"鑾峰彇鐜╁韬笂闉嬪瓙鐨勫悕瀛",
- "body":"SL:Get_BOOTS()"
- },
- "鑾峰彇鐜╁韬笂瀹濈煶鐨勫悕瀛":{
- "prefix":"SL:Get_CHARM",
- "description":"鑾峰彇鐜╁韬笂瀹濈煶鐨勫悕瀛",
- "body":"SL:Get_CHARM()"
- },
- "鑾峰彇鐜╁鏌愪竴瑁呭浣嶇殑瑁呭鍚":{
- "prefix":"SL:Get_EQUIPBYPOS",
- "description":"鑾峰彇鐜╁鏌愪竴瑁呭浣嶇殑瑁呭鍚",
- "body":"SL:Get_EQUIPBYPOS(equipID)"
- },
- "鏍规嵁绫诲瀷id鑾峰彇灞炴у":{
- "prefix":"SL:Get_CUR_ABIL_BY_ID",
- "description":"鏍规嵁绫诲瀷id鑾峰彇灞炴у",
- "body":"SL:Get_CUR_ABIL_BY_ID(typeID)"
- },
- "鑾峰彇鐜╁鏌愪竴瑁呭鏁版嵁":{
- "prefix":"SL:Get_EQUIP_DATA",
- "description":"鑾峰彇鐜╁鏌愪竴瑁呭鏁版嵁",
- "body":"SL:Get_EQUIP_DATA(param1,param2)"
- },
- "鑾峰彇鐜╁瀵瑰簲瑁呭浣嶆暟鎹垪琛":{
- "prefix":"SL:Get_EQUIP_DATA_LIST",
- "description":"鑾峰彇鐜╁瀵瑰簲瑁呭浣嶆暟鎹垪琛",
- "body":"SL:Get_EQUIP_DATA_LIST(param1)"
- },
- "鑾峰彇鐜╁娉曢樀鏁版嵁":{
- "prefix":"SL:Get_EQUIP_EMBATTLE",
- "description":"鑾峰彇鐜╁娉曢樀鏁版嵁",
- "body":"SL:Get_EQUIP_EMBATTLE()"
- },
- "鐜╁澶栬鏁版嵁":{
- "prefix":"SL:Get_FEATURE",
- "description":"鐜╁澶栬鏁版嵁",
- "body":"SL:Get_FEATURE()"
- },
- "鍙戝瀷ID":{
- "prefix":"SL:Get_HAIR",
- "description":"鍙戝瀷ID",
- "body":"SL:Get_HAIR()"
- },
- "鑾峰彇瑁呭浣嶅搴擬akeIndex鏁版嵁":{
- "prefix":"SL:Get_EQUIP_POS_DATAS",
- "description":"鑾峰彇瑁呭浣嶅搴擬akeIndex鏁版嵁",
- "body":"SL:Get_EQUIP_POS_DATAS()"
- },
- "鐜╁鐨勭О鍙锋暟鎹":{
- "prefix":"SL:Get_TITLES",
- "description":"鐜╁鐨勭О鍙锋暟鎹",
- "body":"SL:Get_TITLES()"
- },
- "鑾峰彇鐜╁瀵瑰簲ID鐨勭О鍙锋暟鎹":{
- "prefix":"SL:Get_TITLE_DATA_BY_ID",
- "description":"鑾峰彇鐜╁瀵瑰簲ID鐨勭О鍙锋暟鎹",
- "body":"SL:Get_TITLE_DATA_BY_ID(id)"
- },
- "鐜╁婵娲荤殑绉板彿id":{
- "prefix":"SL:Get_TITLE_ACTIVATE_ID",
- "description":"鐜╁婵娲荤殑绉板彿id",
- "body":"SL:Get_TITLE_ACTIVATE_ID()"
- },
- "浜虹墿鍐呭姛鏈澶у唴鍔涘":{
- "prefix":"SL:Get_MAX_ABIL_BY_ID",
- "description":"浜虹墿鍐呭姛鏈澶у唴鍔涘",
- "body":"SL:Get_MAX_ABIL_BY_ID(id)"
- },
- "浜虹墿鍐呭姛褰撳墠鍐呭姏鍊":{
- "prefix":"SL:Get_CUR_ABIL_BY_ID",
- "description":"浜虹墿鍐呭姛褰撳墠鍐呭姏鍊",
- "body":"SL:Get_CUR_ABIL_BY_ID(id)"
- },
- "浜虹墿鍐呭姛绛夌骇":{
- "prefix":"SL:Get_CUR_ABIL_BY_ID",
- "description":"浜虹墿鍐呭姛绛夌骇",
- "body":"SL:Get_CUR_ABIL_BY_ID(id)"
- },
- "浜虹墿鍐呭姛褰撳墠鏂楄浆鏄熺Щ鍊":{
- "prefix":"SL:Get_MAX_ABIL_BY_ID",
- "description":"浜虹墿鍐呭姛褰撳墠鏂楄浆鏄熺Щ鍊",
- "body":"SL:Get_MAX_ABIL_BY_ID(id)"
- },
- "浜虹墿鍐呭姛褰撳墠缁忛獙鍊":{
- "prefix":"SL:Get_CUR_ABIL_BY_ID",
- "description":"浜虹墿鍐呭姛褰撳墠缁忛獙鍊",
- "body":"SL:Get_CUR_ABIL_BY_ID(id)"
- },
- "鑾峰彇浜虹墿鎷ユ湁鍐呭姛鎶鑳藉垪琛":{
- "prefix":"SL:Get_INTERNAL_SKILLS",
- "description":"鑾峰彇浜虹墿鎷ユ湁鍐呭姛鎶鑳藉垪琛",
- "body":"SL:Get_INTERNAL_SKILLS()"
- },
- "鑾峰彇浜虹墿鍐呭姛鎶鑳芥暟鎹":{
- "prefix":"SL:Get_INTERNAL_SKILL_DATA",
- "description":"鑾峰彇浜虹墿鍐呭姛鎶鑳芥暟鎹",
- "body":"SL:Get_INTERNAL_SKILL_DATA(skillID, skillType)"
- },
- "鑾峰彇浜虹墿鍐呭姛鎶鑳界瓑绾х啛缁冨害鏁版嵁":{
- "prefix":"SL:Get_INTERNAL_SKILL_TRAIN_DATA",
- "description":"鑾峰彇浜虹墿鍐呭姛鎶鑳界瓑绾х啛缁冨害鏁版嵁",
- "body":"SL:Get_INTERNAL_SKILL_TRAIN_DATA(skillID, skillType)"
- },
- "鑾峰彇浜虹墿鍐呭姛鎶鑳藉紑鍏":{
- "prefix":"SL:Get_INTERNAL_SKILL_ONOFF",
- "description":"鑾峰彇浜虹墿鍐呭姛鎶鑳藉紑鍏",
- "body":"SL:Get_INTERNAL_SKILL_ONOFF(skillID, skillType)"
- },
- "鑾峰彇浜虹墿鍐呭姛鎶鑳界煩褰㈠浘鏍囪矾寰":{
- "prefix":"SL:Get_INTERNAL_SKILL_RECT_ICON_PATH",
- "description":"鑾峰彇浜虹墿鍐呭姛鎶鑳界煩褰㈠浘鏍囪矾寰",
- "body":"SL:Get_INTERNAL_SKILL_RECT_ICON_PATH(skillID, skillType)"
- },
- "鑾峰彇浜虹墿鍐呭姛鎶鑳藉悕瀛":{
- "prefix":"SL:Get_INTERNAL_SKILL_NAME",
- "description":"鑾峰彇浜虹墿鍐呭姛鎶鑳藉悕瀛",
- "body":"SL:Get_INTERNAL_SKILL_NAME(skillID, skillType)"
- },
- "鑾峰彇浜虹墿鍐呭姛鎶鑳芥弿杩":{
- "prefix":"SL:Get_INTERNAL_SKILL_DESC",
- "description":"鑾峰彇浜虹墿鍐呭姛鎶鑳芥弿杩",
- "body":"SL:Get_INTERNAL_SKILL_DESC(skillID, skillType)"
- },
- "鑾峰彇浜虹墿鍐呭姛缁忕粶鐨勭┐浣嶆弿杩":{
- "prefix":"SL:Get_MERIDIAN_DESC",
- "description":"鑾峰彇浜虹墿鍐呭姛缁忕粶鐨勭┐浣嶆弿杩",
- "body":"SL:Get_MERIDIAN_DESC()"
- },
- "鑾峰彇浜虹墿鍐呭姛瀵瑰簲缁忕粶鐨勭┐浣嶆槸鍚︽縺娲诲垪琛":{
- "prefix":"SL:Get_MERIDIAN_AUCPOINT_STATE",
- "description":"鑾峰彇浜虹墿鍐呭姛瀵瑰簲缁忕粶鐨勭┐浣嶆槸鍚︽縺娲诲垪琛",
- "body":"SL:Get_MERIDIAN_AUCPOINT_STATE(param1)"
- },
- "鑾峰彇浜虹墿鍐呭姛缁忕粶鐨勫紑鍏冲垪琛":{
- "prefix":"SL:Get_MERIDIAN_OPEN_LIST",
- "description":"鑾峰彇浜虹墿鍐呭姛缁忕粶鐨勫紑鍏冲垪琛",
- "body":"SL:Get_MERIDIAN_OPEN_LIST()"
- },
- "鑾峰彇浜虹墿鍐呭姛瀵瑰簲缁忕粶绛夌骇":{
- "prefix":"SL:Get_MERIDIAN_LV",
- "description":"鑾峰彇浜虹墿鍐呭姛瀵瑰簲缁忕粶绛夌骇",
- "body":"SL:Get_MERIDIAN_LV(param1)"
- },
- "鑾峰彇浜虹墿鎵鏈夋嫢鏈夌殑杩炲嚮鎶鑳":{
- "prefix":"SL:Get_HAVE_COMBO_SKILLS",
- "description":"鑾峰彇浜虹墿鎵鏈夋嫢鏈夌殑杩炲嚮鎶鑳",
- "body":"SL:Get_HAVE_COMBO_SKILLS()"
- },
- "鑾峰彇浜虹墿瀵瑰簲杩炲嚮鎶鑳":{
- "prefix":"SL:Get_COMBO_SKILL_DATA",
- "description":"鑾峰彇浜虹墿瀵瑰簲杩炲嚮鎶鑳",
- "body":"SL:Get_COMBO_SKILL_DATA(skillID)"
- },
- "鑾峰彇浜虹墿杩炲嚮鎶鑳界瓑绾х啛缁冨害鏁版嵁":{
- "prefix":"SL:Get_COMBO_SKILL_TRAIN_DATA",
- "description":"鑾峰彇浜虹墿杩炲嚮鎶鑳界瓑绾х啛缁冨害鏁版嵁",
- "body":"SL:Get_COMBO_SKILL_TRAIN_DATA(skillID)"
- },
- "鑾峰彇浜虹墿璁剧疆涓鸿繛鍑荤殑鏁版嵁":{
- "prefix":"SL:Get_SET_COMBO_SKILLS",
- "description":"鑾峰彇浜虹墿璁剧疆涓鸿繛鍑荤殑鏁版嵁",
- "body":"SL:Get_SET_COMBO_SKILLS()"
- },
- "浜虹墿寮鍚殑杩炲嚮涓暟":{
- "prefix":"SL:Get_OPEN_COMBO_NUM",
- "description":"浜虹墿寮鍚殑杩炲嚮涓暟",
- "body":"SL:Get_OPEN_COMBO_NUM()"
- },
- "浜虹墿鏄惁瀛︿範鍐呭姛":{
- "prefix":"SL:Get_IS_LEARNED_INTERNAL",
- "description":"浜虹墿鏄惁瀛︿範鍐呭姛",
- "body":"SL:Get_IS_LEARNED_INTERNAL()"
- },
- "鑾峰彇瀵瑰簲杩炲嚮鏍煎瓙棰濆鍔犳毚鍑诲嚑鐜":{
- "prefix":"SL:Get_EXTRA_COMBO_BJRATE",
- "description":"鑾峰彇瀵瑰簲杩炲嚮鏍煎瓙棰濆鍔犳毚鍑诲嚑鐜",
- "body":"SL:Get_EXTRA_COMBO_BJRATE(param1)"
- },
- "璺戞绉诲姩鏍煎瓙鏁":{
- "prefix":"SL:Get_RUN_STEP",
- "description":"璺戞绉诲姩鏍煎瓙鏁",
- "body":"SL:Get_RUN_STEP()"
- },
- "鑳藉惁璺":{
- "prefix":"SL:Get_CAN_RUN_ABLE",
- "description":"鑳藉惁璺",
- "body":"SL:Get_CAN_RUN_ABLE()"
- },
- "褰撳墠鏌ョ湅浠栦汉瑙掕壊ID":{
- "prefix":"SL:Get_LOOK_TARGET_ID",
- "description":"褰撳墠鏌ョ湅浠栦汉瑙掕壊ID",
- "body":"SL:Get_LOOK_TARGET_ID()"
- },
- "褰撳墠鏌ョ湅浠栦汉瑙掕壊鍚嶅瓧":{
- "prefix":"SL:Get_LOOK_TARGET_NAME",
- "description":"褰撳墠鏌ョ湅浠栦汉瑙掕壊鍚嶅瓧",
- "body":"SL:Get_LOOK_TARGET_NAME()"
- },
- "褰撳墠鏌ョ湅浠栦汉瑙掕壊鍚嶅瓧棰滆壊ID":{
- "prefix":"SL:Get_LOOK_TARGET_NAME_COLOR",
- "description":"褰撳墠鏌ョ湅浠栦汉瑙掕壊鍚嶅瓧棰滆壊ID",
- "body":"SL:Get_LOOK_TARGET_NAME_COLOR()"
- },
- "鐜╁灞炴у垵濮嬪寲瀹屾垚":{
- "prefix":"SL:Get_PLAYER_INITED",
- "description":"鐜╁灞炴у垵濮嬪寲瀹屾垚",
- "body":"SL:Get_PLAYER_INITED()"
- },
- "鑾峰彇褰撳墠PK妯″紡":{
- "prefix":"SL:Get_PKMODE",
- "description":"鑾峰彇褰撳墠PK妯″紡",
- "body":"SL:Get_PKMODE()"
- },
- "璇K妯″紡鏄惁鍙互鍒囨崲":{
- "prefix":"SL:Get_PKMODE_CAN_USE",
- "description":"璇K妯″紡鏄惁鍙互鍒囨崲",
- "body":"SL:Get_PKMODE_CAN_USE(param)"
- },
- "浜虹墿褰撳墠鍧愭爣X":{
- "prefix":"SL:Get_X",
- "description":"浜虹墿褰撳墠鍧愭爣X",
- "body":"SL:Get_X()"
- },
- "浜虹墿褰撳墠鍧愭爣Y":{
- "prefix":"SL:Get_Y",
- "description":"浜虹墿褰撳墠鍧愭爣Y",
- "body":"SL:Get_Y()"
- },
- "鏍规嵁姘旀场index鑾峰彇姘旀场鏁版嵁":{
- "prefix":"SL:Get_BUBBLETIPS_INFO",
- "description":"鏍规嵁姘旀场index鑾峰彇姘旀场鏁版嵁",
- "body":"SL:Get_BUBBLETIPS_INFO(index)"
- },
- "杞敓灞炴х偣":{
- "prefix":"SL:Get_BONUSPOINT",
- "description":"杞敓灞炴х偣",
- "body":"SL:Get_BONUSPOINT()"
- },
- "鑾峰彇buffID鐨勯厤缃〃鏁版嵁":{
- "prefix":"SL:Get_BUFF_CONFIG",
- "description":"鑾峰彇buffID鐨勯厤缃〃鏁版嵁",
- "body":"SL:Get_BUFF_CONFIG(buffID)"
- },
- "榛戝褰撳墠鐘舵":{
- "prefix":"SL:Get_DARK_STATE",
- "description":"榛戝褰撳墠鐘舵",
- "body":"SL:Get_DARK_STATE()"
- },
- "鍐呰澶村彂鍋忕Щ閰嶇疆":{
- "prefix":"SL:Get_UIMODEL_HAIR_OFFSET",
- "description":"鍐呰澶村彂鍋忕Щ閰嶇疆",
- "body":"SL:Get_UIMODEL_HAIR_OFFSET()"
- },
- "鍐呰瑁呭鍋忕Щ閰嶇疆":{
- "prefix":"SL:Get_UIMODEL_EQUIP_OFFSET",
- "description":"鍐呰瑁呭鍋忕Щ閰嶇疆",
- "body":"SL:Get_UIMODEL_EQUIP_OFFSET()"
- },
- "灞忓箷鐐瑰嚮鐘舵":{
- "prefix":"SL:Get_TOUCH_STATE",
- "description":"灞忓箷鐐瑰嚮鐘舵",
- "body":"SL:Get_TOUCH_STATE()"
- },
- "榧犳爣绉诲姩浣嶇疆":{
- "prefix":"SL:Get_MOUSE_MOVE_POS",
- "description":"榧犳爣绉诲姩浣嶇疆",
- "body":"SL:Get_MOUSE_MOVE_POS()"
- },
- "浜ゆ槗琛屽紑鍚姸鎬":{
- "prefix":"SL:Get_TRADINGBANK_OPENSTATUS",
- "description":"浜ゆ槗琛屽紑鍚姸鎬",
- "body":"SL:Get_TRADINGBANK_OPENSTATUS()"
- },
- "PC绔 CTRL閿槸鍚︽寜涓":{
- "prefix":"SL:Get_CTRL_PRESSED",
- "description":"PC绔 CTRL閿槸鍚︽寜涓",
- "body":"SL:Get_CTRL_PRESSED()"
- },
- "褰撳墠鏌ョ湅鐜╁鑱屼笟":{
- "prefix":"SL:Get_L_M_JOB",
- "description":"褰撳墠鏌ョ湅鐜╁鑱屼笟",
- "body":"SL:Get_L_M_JOB()"
- },
- "褰撳墠鏌ョ湅鐜╁鍙戝瀷":{
- "prefix":"SL:Get_L_M_HAIR",
- "description":"褰撳墠鏌ョ湅鐜╁鍙戝瀷",
- "body":"SL:Get_L_M_HAIR()"
- },
- "褰撳墠鏌ョ湅鐜╁绛夌骇":{
- "prefix":"SL:Get_L_M_LEVEL",
- "description":"褰撳墠鏌ョ湅鐜╁绛夌骇",
- "body":"SL:Get_L_M_LEVEL()"
- },
- "褰撳墠鏌ョ湅鐜╁鎬у埆":{
- "prefix":"SL:Get_L_M_SEX",
- "description":"褰撳墠鏌ョ湅鐜╁鎬у埆",
- "body":"SL:Get_L_M_SEX()"
- },
- "褰撳墠鏌ョ湅鐜╁鏁版嵁":{
- "prefix":"SL:Get_L_M_PLAYER_DATA",
- "description":"褰撳墠鏌ョ湅鐜╁鏁版嵁",
- "body":"SL:Get_L_M_PLAYER_DATA()"
- },
- "褰撳墠鏌ョ湅鐜╁鏌愪釜瑁呭浣嶆暟鎹":{
- "prefix":"SL:Get_L_M_EQUIP_DATA",
- "description":"褰撳墠鏌ョ湅鐜╁鏌愪釜瑁呭浣嶆暟鎹",
- "body":"SL:Get_L_M_EQUIP_DATA(param1)"
- },
- "褰撳墠鏌ョ湅鐜╁鐨勬墍鏈夎澶囦綅鏁版嵁":{
- "prefix":"SL:Get_L_M_EQUIP_POS_DATAS",
- "description":"褰撳墠鏌ョ湅鐜╁鐨勬墍鏈夎澶囦綅鏁版嵁",
- "body":"SL:Get_L_M_EQUIP_POS_DATAS()"
- },
- "褰撳墠鏌ョ湅鐜╁鐨勮浼氫俊鎭":{
- "prefix":"SL:Get_L_M_GUILD_INFO",
- "description":"褰撳墠鏌ョ湅鐜╁鐨勮浼氫俊鎭",
- "body":"SL:Get_L_M_GUILD_INFO()"
- },
- "褰撳墠鏌ョ湅鐜╁鐨勭О鍙锋暟鎹":{
- "prefix":"SL:Get_L_M_TITLES",
- "description":"褰撳墠鏌ョ湅鐜╁鐨勭О鍙锋暟鎹",
- "body":"SL:Get_L_M_TITLES()"
- },
- "褰撳墠鏌ョ湅鐜╁婵娲荤殑绉板彿id":{
- "prefix":"SL:Get_L_M_TITLE_ACTIVATE_ID",
- "description":"褰撳墠鏌ョ湅鐜╁婵娲荤殑绉板彿id",
- "body":"SL:Get_L_M_TITLE_ACTIVATE_ID()"
- },
- "褰撳墠鏌ョ湅鐜╁娉曢樀鏁版嵁":{
- "prefix":"SL:Get_L_M_EMBATTLE",
- "description":"褰撳墠鏌ョ湅鐜╁娉曢樀鏁版嵁",
- "body":"SL:Get_L_M_EMBATTLE()"
- },
- "鑻遍泟鍚嶅瓧":{
- "prefix":"SL:Get_H_USERNAME",
- "description":"鑻遍泟鍚嶅瓧",
- "body":"SL:Get_H_USERNAME()"
- },
- "鑻遍泟绛夌骇":{
- "prefix":"SL:Get_H_LEVEL",
- "description":"鑻遍泟绛夌骇",
- "body":"SL:Get_H_LEVEL()"
- },
- "鑻遍泟杞敓绛夌骇":{
- "prefix":"SL:Get_H_RELEVEL",
- "description":"鑻遍泟杞敓绛夌骇",
- "body":"SL:Get_H_RELEVEL()"
- },
- "鑻遍泟褰撳墠缁忛獙":{
- "prefix":"SL:Get_H_EXP",
- "description":"鑻遍泟褰撳墠缁忛獙",
- "body":"SL:Get_H_EXP()"
- },
- "鑻遍泟鏈澶х粡楠":{
- "prefix":"SL:Get_H_MAXEXP",
- "description":"鑻遍泟鏈澶х粡楠",
- "body":"SL:Get_H_MAXEXP()"
- },
- "鑱屼笟鍚嶇О":{
- "prefix":"SL:Get_H_JOBNAME",
- "description":"鑱屼笟鍚嶇О",
- "body":"SL:Get_H_JOBNAME()"
- },
- "鑻遍泟鑱屼笟":{
- "prefix":"SL:Get_H_JOB",
- "description":"鑻遍泟鑱屼笟",
- "body":"SL:Get_H_JOB()"
- },
- "鑻遍泟鎬у埆":{
- "prefix":"SL:Get_H_SEX",
- "description":"鑻遍泟鎬у埆",
- "body":"SL:Get_H_SEX()"
- },
- "鑻遍泟鍙戝瀷ID":{
- "prefix":"SL:Get_H_HAIR",
- "description":"鑻遍泟鍙戝瀷ID",
- "body":"SL:Get_H_HAIR()"
- },
- "鏈澶х敓鍛藉":{
- "prefix":"SL:Get_H_MAXHP",
- "description":"鏈澶х敓鍛藉",
- "body":"SL:Get_H_MAXHP()"
- },
- "鏈澶ч瓟娉曞":{
- "prefix":"SL:Get_H_MAXMP",
- "description":"鏈澶ч瓟娉曞",
- "body":"SL:Get_H_MAXMP()"
- },
- "褰撳墠鐢熷懡鍊":{
- "prefix":"SL:Get_H_HP",
- "description":"褰撳墠鐢熷懡鍊",
- "body":"SL:Get_H_HP()"
- },
- "褰撳墠榄旀硶鍊":{
- "prefix":"SL:Get_H_MP",
- "description":"褰撳墠榄旀硶鍊",
- "body":"SL:Get_H_MP()"
- },
- "褰撳墠琛閲忕櫨鍒嗘瘮":{
- "prefix":"SL:Get_H_HPPercent",
- "description":"褰撳墠琛閲忕櫨鍒嗘瘮",
- "body":"SL:Get_H_HPPercent()"
- },
- "褰撳墠钃濋噺鐧惧垎姣":{
- "prefix":"SL:Get_H_MPPercent",
- "description":"褰撳墠钃濋噺鐧惧垎姣",
- "body":"SL:Get_H_MPPercent()"
- },
- "褰撳墠缁忛獙鐧惧垎姣":{
- "prefix":"SL:Get_H_EXPPercent",
- "description":"褰撳墠缁忛獙鐧惧垎姣",
- "body":"SL:Get_H_EXPPercent()"
- },
- "鏀诲嚮涓嬮檺":{
- "prefix":"SL:Get_H_MIN_ATK",
- "description":"鏀诲嚮涓嬮檺",
- "body":"SL:Get_H_MIN_ATK()"
- },
- "鏀诲嚮涓婇檺":{
- "prefix":"SL:Get_H_MAX_ATK",
- "description":"鏀诲嚮涓婇檺",
- "body":"SL:Get_H_MAX_ATK()"
- },
- "榄旀敾涓嬮檺":{
- "prefix":"SL:Get_H_MIN_MAT",
- "description":"榄旀敾涓嬮檺",
- "body":"SL:Get_H_MIN_MAT()"
- },
- "榄旀敾涓婇檺":{
- "prefix":"SL:Get_H_MAX_MAT",
- "description":"榄旀敾涓婇檺",
- "body":"SL:Get_H_MAX_MAT()"
- },
- "閬撴湳涓嬮檺":{
- "prefix":"SL:Get_H_MIN_DAO",
- "description":"閬撴湳涓嬮檺",
- "body":"SL:Get_H_MIN_DAO()"
- },
- "閬撴湳涓婇檺":{
- "prefix":"SL:Get_H_MAX_DAO",
- "description":"閬撴湳涓婇檺",
- "body":"SL:Get_H_MAX_DAO()"
- },
- "鐗╅槻涓嬮檺":{
- "prefix":"SL:Get_H_MIN_DEF",
- "description":"鐗╅槻涓嬮檺",
- "body":"SL:Get_H_MIN_DEF()"
- },
- "榄旈槻涓嬮檺":{
- "prefix":"SL:Get_H_MIN_MDF",
- "description":"榄旈槻涓嬮檺",
- "body":"SL:Get_H_MIN_MDF()"
- },
- "榄旈槻涓婇檺":{
- "prefix":"SL:Get_H_MAX_MDF",
- "description":"榄旈槻涓婇檺",
- "body":"SL:Get_H_MAX_MDF()"
- },
- "鍛戒腑":{
- "prefix":"SL:Get_H_HIT",
- "description":"鍛戒腑",
- "body":"SL:Get_H_HIT()"
- },
- "鏀诲嚮閫熷害":{
- "prefix":"SL:Get_H_HITSPD",
- "description":"鏀诲嚮閫熷害",
- "body":"SL:Get_H_HITSPD()"
- },
- "鑻遍泟鏆村嚮鍑犵巼":{
- "prefix":"SL:Get_H_BURST",
- "description":"鑻遍泟鏆村嚮鍑犵巼",
- "body":"SL:Get_H_BURST()"
- },
- "鑻遍泟鏆村嚮浼ゅ":{
- "prefix":"SL:Get_H_BURST_DAM",
- "description":"鑻遍泟鏆村嚮浼ゅ",
- "body":"SL:Get_H_BURST_DAM()"
- },
- "鑻遍泟鐗╀激鍑忓厤":{
- "prefix":"SL:Get_H_IMM_ATT",
- "description":"鑻遍泟鐗╀激鍑忓厤",
- "body":"SL:Get_H_IMM_ATT()"
- },
- "鑻遍泟榄斾激鍑忓厤":{
- "prefix":"SL:Get_H_IMM_MAG",
- "description":"鑻遍泟榄斾激鍑忓厤",
- "body":"SL:Get_H_IMM_MAG()"
- },
- "鐗╃悊绌块":{
- "prefix":"SL:Get_H_IGN_DEF",
- "description":"鐗╃悊绌块",
- "body":"SL:Get_H_IGN_DEF()"
- },
- "鍚歌":{
- "prefix":"SL:Get_H_SUCK_HP",
- "description":"鍚歌",
- "body":"SL:Get_H_SUCK_HP()"
- },
- "鑻遍泟骞歌繍":{
- "prefix":"SL:Get_H_LUCK",
- "description":"鑻遍泟骞歌繍",
- "body":"SL:Get_H_LUCK()"
- },
- "鎬墿鐖嗙巼":{
- "prefix":"SL:Get_H_DROP",
- "description":"鎬墿鐖嗙巼",
- "body":"SL:Get_H_DROP()"
- },
- "褰撳墠閲嶉噺":{
- "prefix":"SL:Get_H_BW",
- "description":"褰撳墠閲嶉噺",
- "body":"SL:Get_H_BW()"
- },
- "鑻遍泟鏈澶ц礋閲":{
- "prefix":"SL:Get_H_MAXBW",
- "description":"鑻遍泟鏈澶ц礋閲",
- "body":"SL:Get_H_MAXBW()"
- },
- "鑻遍泟绌挎埓璐熼噸":{
- "prefix":"SL:Get_H_WW",
- "description":"鑻遍泟绌挎埓璐熼噸",
- "body":"SL:Get_H_WW()"
- },
- "鑻遍泟鏈澶х┛鎴磋礋閲":{
- "prefix":"SL:Get_H_MAXWW",
- "description":"鑻遍泟鏈澶х┛鎴磋礋閲",
- "body":"SL:Get_H_MAXWW()"
- },
- "鑻遍泟鑵曞姏":{
- "prefix":"SL:Get_H_HW",
- "description":"鑻遍泟鑵曞姏",
- "body":"SL:Get_H_HW()"
- },
- "褰撳墠鏈澶у彲绌挎埓鑵曞姏":{
- "prefix":"SL:Get_H_MAXHW",
- "description":"褰撳墠鏈澶у彲绌挎埓鑵曞姏",
- "body":"SL:Get_H_MAXHW()"
- },
- "褰撳墠鎰ゆ":{
- "prefix":"SL:Get_H_ANGER",
- "description":"褰撳墠鎰ゆ",
- "body":"SL:Get_H_ANGER()"
- },
- "鏈澶ф劋鎬":{
- "prefix":"SL:Get_H_MAXANGER",
- "description":"鏈澶ф劋鎬",
- "body":"SL:Get_H_MAXANGER()"
- },
- "鑻遍泟鎬掓皵鍊兼槸鍚︽弧":{
- "prefix":"SL:Get_H_SHAN",
- "description":"鑻遍泟鎬掓皵鍊兼槸鍚︽弧",
- "body":"SL:Get_H_SHAN()"
- },
- "鍗曟鎬掓皵澧炲姞鍊":{
- "prefix":"SL:Get_H_SPEED",
- "description":"鍗曟鎬掓皵澧炲姞鍊",
- "body":"SL:Get_H_SPEED()"
- },
- "鎬掓皵澧炲姞闂撮殧鏃堕棿":{
- "prefix":"SL:Get_H_DELAYT",
- "description":"鎬掓皵澧炲姞闂撮殧鏃堕棿",
- "body":"SL:Get_H_DELAYT()"
- },
- "鑾峰彇鑻遍泟鏌愪竴瑁呭鏁版嵁":{
- "prefix":"SL:Get_H_EQUIP_DATA",
- "description":"鑾峰彇鑻遍泟鏌愪竴瑁呭鏁版嵁",
- "body":"SL:Get_H_EQUIP_DATA(param1,param2)"
- },
- "鑾峰彇鑻遍泟瀵瑰簲瑁呭浣嶆暟鎹垪琛":{
- "prefix":"SL:Get_H_EQUIP_DATA_LIST",
- "description":"鑾峰彇鑻遍泟瀵瑰簲瑁呭浣嶆暟鎹垪琛",
- "body":"SL:Get_H_EQUIP_DATA_LIST(param1)"
- },
- "鑾峰彇鑻遍泟娉曢樀鏁版嵁":{
- "prefix":"SL:Get_H_EMBATTLE",
- "description":"鑾峰彇鑻遍泟娉曢樀鏁版嵁",
- "body":"SL:Get_H_EMBATTLE()"
- },
- "鑾峰彇鑻遍泟瑁呭浣嶅搴擬akeIndex鏁版嵁":{
- "prefix":"SL:Get_H_EQUIP_POS_DATAS",
- "description":"鑾峰彇鑻遍泟瑁呭浣嶅搴擬akeIndex鏁版嵁",
- "body":"SL:Get_H_EQUIP_POS_DATAS()"
- },
- "鑻遍泟鐨勭О鍙锋暟鎹":{
- "prefix":"SL:Get_H_TITLES",
- "description":"鑻遍泟鐨勭О鍙锋暟鎹",
- "body":"SL:Get_H_TITLES()"
- },
- "鑻遍泟婵娲荤殑绉板彿id":{
- "prefix":"SL:Get_H_TITLE_ACTIVATE_ID",
- "description":"鑻遍泟婵娲荤殑绉板彿id",
- "body":"SL:Get_H_TITLE_ACTIVATE_ID()"
- },
- "鑾峰彇鑻遍泟鎶鑳界殑绛夌骇鐔熺粌搴︽暟鎹":{
- "prefix":"SL:Get_H_SKILL_TRAIN_DATA",
- "description":"鑾峰彇鑻遍泟鎶鑳界殑绛夌骇鐔熺粌搴︽暟鎹",
- "body":"SL:Get_H_SKILL_TRAIN_DATA(param1)"
- },
- "鑾峰彇鑻遍泟鎶鑳芥暟鎹":{
- "prefix":"SL:Get_H_SKILL_DATA",
- "description":"鑾峰彇鑻遍泟鎶鑳芥暟鎹",
- "body":"SL:Get_H_SKILL_DATA(skillID)"
- },
- "鑾峰彇鎶鑳藉悕":{
- "prefix":"SL:Get_H_SKILL_NAME",
- "description":"鑾峰彇鎶鑳藉悕",
- "body":"SL:Get_H_SKILL_NAME(skillID)"
- },
- "鑾峰彇鑻遍泟鎶鑳藉揩鎹烽敭":{
- "prefix":"SL:Get_H_SKILL_KEY",
- "description":"鑾峰彇鑻遍泟鎶鑳藉揩鎹烽敭",
- "body":"SL:Get_H_SKILL_KEY(skillID)"
- },
- "鑾峰彇宸叉湁鎶鑳芥暟鎹":{
- "prefix":"SL:Get_H_LEARNED_SKILLS",
- "description":"鑾峰彇宸叉湁鎶鑳芥暟鎹",
- "body":"SL:Get_H_LEARNED_SKILLS(param1,param2)"
- },
- "鑻遍泟鍐呭姛褰撳墠鍐呭姏鍊":{
- "prefix":"SL:Get_H_CUR_ABIL_BY_ID",
- "description":"鑻遍泟鍐呭姛褰撳墠鍐呭姏鍊",
- "body":"SL:Get_H_CUR_ABIL_BY_ID(id)"
- },
- "鑻遍泟鍐呭姛鏈澶у唴鍔涘":{
- "prefix":"SL:Get_H_MAX_ABIL_BY_ID",
- "description":"鑻遍泟鍐呭姛鏈澶у唴鍔涘",
- "body":"SL:Get_H_MAX_ABIL_BY_ID(id)"
- },
- "鑻遍泟鍐呭姛鏈澶х粡楠屽":{
- "prefix":"SL:Get_H_MAX_ABIL_BY_ID",
- "description":"鑻遍泟鍐呭姛鏈澶х粡楠屽",
- "body":"SL:Get_H_MAX_ABIL_BY_ID(id)"
- },
- "鑻遍泟鍐呭姛褰撳墠缁忛獙鍊":{
- "prefix":"SL:Get_H_CUR_ABIL_BY_ID",
- "description":"鑻遍泟鍐呭姛褰撳墠缁忛獙鍊",
- "body":"SL:Get_H_CUR_ABIL_BY_ID(id)"
- },
- "鑻遍泟鍐呭姛绛夌骇":{
- "prefix":"SL:Get_H_CUR_ABIL_BY_ID",
- "description":"鑻遍泟鍐呭姛绛夌骇",
- "body":"SL:Get_H_CUR_ABIL_BY_ID(id)"
- },
- "鑻遍泟鍐呭姛褰撳墠鏂楄浆鏄熺Щ鍊":{
- "prefix":"SL:Get_H_CUR_ABIL_BY_ID",
- "description":"鑻遍泟鍐呭姛褰撳墠鏂楄浆鏄熺Щ鍊",
- "body":"SL:Get_H_CUR_ABIL_BY_ID(id)"
- },
- "鑻遍泟鍐呭姛鏈澶ф枟杞槦绉诲":{
- "prefix":"SL:Get_H_MAX_ABIL_BY_ID",
- "description":"鑻遍泟鍐呭姛鏈澶ф枟杞槦绉诲",
- "body":"SL:Get_H_MAX_ABIL_BY_ID(id)"
- },
- "鑾峰彇鑻遍泟鎷ユ湁鍐呭姛鎶鑳藉垪琛":{
- "prefix":"SL:Get_H_INTERNAL_SKILLS",
- "description":"鑾峰彇鑻遍泟鎷ユ湁鍐呭姛鎶鑳藉垪琛",
- "body":"SL:Get_H_INTERNAL_SKILLS()"
- },
- "鑾峰彇鑻遍泟鍐呭姛鎶鑳芥暟鎹":{
- "prefix":"SL:Get_H_INTERNAL_SKILL_DATA",
- "description":"鑾峰彇鑻遍泟鍐呭姛鎶鑳芥暟鎹",
- "body":"SL:Get_H_INTERNAL_SKILL_DATA(skillID,skillType)"
- },
- "鑾峰彇鑻遍泟鍐呭姛鎶鑳界瓑绾х啛缁冨害鏁版嵁":{
- "prefix":"SL:Get_H_INTERNAL_SKILL_TRAIN_DATA",
- "description":"鑾峰彇鑻遍泟鍐呭姛鎶鑳界瓑绾х啛缁冨害鏁版嵁",
- "body":"SL:Get_H_INTERNAL_SKILL_TRAIN_DATA(skillID,skillType)"
- },
- "鑾峰彇鑻遍泟鍐呭姛鎶鑳藉紑鍏":{
- "prefix":"SL:Get_H_INTERNAL_SKILL_ONOFF",
- "description":"鑾峰彇鑻遍泟鍐呭姛鎶鑳藉紑鍏",
- "body":"SL:Get_H_INTERNAL_SKILL_ONOFF(skillID,skillType)"
- },
- "鑾峰彇鑻遍泟鍐呭姛鎶鑳界煩褰㈠浘鏍囪矾寰":{
- "prefix":"SL:Get_H_INTERNAL_SKILL_RECT_ICON_PATH",
- "description":"鑾峰彇鑻遍泟鍐呭姛鎶鑳界煩褰㈠浘鏍囪矾寰",
- "body":"SL:Get_H_INTERNAL_SKILL_RECT_ICON_PATH(skillID,skillType)"
- },
- "鑾峰彇鑻遍泟鍐呭姛鎶鑳藉悕瀛":{
- "prefix":"SL:Get_H_INTERNAL_SKILL_NAME",
- "description":"鑾峰彇鑻遍泟鍐呭姛鎶鑳藉悕瀛",
- "body":"SL:Get_H_INTERNAL_SKILL_NAME(skillID,skillType)"
- },
- "鑾峰彇鑻遍泟鍐呭姛鎶鑳芥弿杩":{
- "prefix":"SL:Get_H_INTERNAL_SKILL_DESC",
- "description":"鑾峰彇鑻遍泟鍐呭姛鎶鑳芥弿杩",
- "body":"SL:Get_H_INTERNAL_SKILL_DESC(skillID,skillType)"
- },
- "鑾峰彇鑻遍泟鍐呭姛瀵瑰簲缁忕粶鐨勭┐浣嶆槸鍚︽縺娲诲垪琛":{
- "prefix":"SL:Get_H_MERIDIAN_AUCPOINT_STATE",
- "description":"鑾峰彇鑻遍泟鍐呭姛瀵瑰簲缁忕粶鐨勭┐浣嶆槸鍚︽縺娲诲垪琛",
- "body":"SL:Get_H_MERIDIAN_AUCPOINT_STATE(param1)"
- },
- "鑾峰彇鑻遍泟鍐呭姛缁忕粶鐨勫紑鍏冲垪琛":{
- "prefix":"SL:Get_H_MERIDIAN_OPEN_LIST",
- "description":"鑾峰彇鑻遍泟鍐呭姛缁忕粶鐨勫紑鍏冲垪琛",
- "body":"SL:Get_H_MERIDIAN_OPEN_LIST()"
- },
- "鑾峰彇鑻遍泟鍐呭姛瀵瑰簲缁忕粶绛夌骇":{
- "prefix":"SL:Get_H_MERIDIAN_LV",
- "description":"鑾峰彇鑻遍泟鍐呭姛瀵瑰簲缁忕粶绛夌骇",
- "body":"SL:Get_H_MERIDIAN_LV(param1)"
- },
- "鑾峰彇鑻遍泟鎵鏈夋嫢鏈夌殑杩炲嚮鎶鑳":{
- "prefix":"SL:Get_H_HAVE_COMBO_SKILLS",
- "description":"鑾峰彇鑻遍泟鎵鏈夋嫢鏈夌殑杩炲嚮鎶鑳",
- "body":"SL:Get_H_HAVE_COMBO_SKILLS()"
- },
- "鑾峰彇鑻遍泟瀵瑰簲杩炲嚮鎶鑳":{
- "prefix":"SL:Get_H_COMBO_SKILL_DATA",
- "description":"鑾峰彇鑻遍泟瀵瑰簲杩炲嚮鎶鑳",
- "body":"SL:Get_H_COMBO_SKILL_DATA(skillID)"
- },
- "鑾峰彇鑻遍泟杩炲嚮鎶鑳界瓑绾х啛缁冨害鏁版嵁":{
- "prefix":"SL:Get_H_COMBO_SKILL_TRAIN_DATA",
- "description":"鑾峰彇鑻遍泟杩炲嚮鎶鑳界瓑绾х啛缁冨害鏁版嵁",
- "body":"SL:Get_H_COMBO_SKILL_TRAIN_DATA(skillID)"
- },
- "鑾峰彇鑻遍泟璁剧疆涓鸿繛鍑荤殑鏁版嵁":{
- "prefix":"SL:Get_H_SET_COMBO_SKILLS",
- "description":"鑾峰彇鑻遍泟璁剧疆涓鸿繛鍑荤殑鏁版嵁",
- "body":"SL:Get_H_SET_COMBO_SKILLS()"
- },
- "鑻遍泟寮鍚殑杩炲嚮涓暟":{
- "prefix":"SL:Get_H_OPEN_COMBO_NUM",
- "description":"鑻遍泟寮鍚殑杩炲嚮涓暟",
- "body":"SL:Get_H_OPEN_COMBO_NUM()"
- },
- "鑻遍泟鏄惁瀛︿範鍐呭姛":{
- "prefix":"SL:Get_H_IS_LEARNED_INTERNAL",
- "description":"鑻遍泟鏄惁瀛︿範鍐呭姛",
- "body":"SL:Get_H_IS_LEARNED_INTERNAL()"
- },
- "鑾峰彇鑻遍泟鎶鑳藉浘鏍":{
- "prefix":"SL:Get_H_SKILL_ICON_PATH",
- "description":"鑾峰彇鑻遍泟鎶鑳藉浘鏍",
- "body":"SL:Get_H_SKILL_ICON_PATH(skillID)"
- },
- "鑾峰彇鑻遍泟鐭╁舰鎶鑳藉浘鏍":{
- "prefix":"SL:Get_H_SKILL_RECT_ICON_PATH",
- "description":"鑾峰彇鑻遍泟鐭╁舰鎶鑳藉浘鏍",
- "body":"SL:Get_H_SKILL_RECT_ICON_PATH(skillID)"
- },
- "鑻遍泟灞炴у垵濮嬪寲瀹屾垚":{
- "prefix":"SL:Get_HERO_INITED",
- "description":"鑻遍泟灞炴у垵濮嬪寲瀹屾垚",
- "body":"SL:Get_HERO_INITED()"
- },
- "鑻遍泟閿佸畾ActorID":{
- "prefix":"SL:Get_H_LOCK_TARGET_ID",
- "description":"鑻遍泟閿佸畾ActorID",
- "body":"SL:Get_H_LOCK_TARGET_ID()"
- },
- "浜ゆ槗琛岀帺瀹跺悕瀛":{
- "prefix":"SL:Get_T_M_USERNAME",
- "description":"浜ゆ槗琛岀帺瀹跺悕瀛",
- "body":"SL:Get_T_M_USERNAME()"
- },
- "浜ゆ槗琛岀帺瀹剁瓑绾":{
- "prefix":"SL:Get_T_M_LEVEL",
- "description":"浜ゆ槗琛岀帺瀹剁瓑绾",
- "body":"SL:Get_T_M_LEVEL()"
- },
- "浜ゆ槗琛岃鑹茶浆鐢熺瓑绾":{
- "prefix":"SL:Get_T_M_RELEVEL",
- "description":"浜ゆ槗琛岃鑹茶浆鐢熺瓑绾",
- "body":"SL:Get_T_M_RELEVEL()"
- },
- "浜ゆ槗琛岃鑹插綋鍓嶇粡楠":{
- "prefix":"SL:Get_T_M_EXP",
- "description":"浜ゆ槗琛岃鑹插綋鍓嶇粡楠",
- "body":"SL:Get_T_M_EXP()"
- },
- "浜ゆ槗琛岃鑹叉渶澶х粡楠":{
- "prefix":"SL:Get_T_M_MAXEXP",
- "description":"浜ゆ槗琛岃鑹叉渶澶х粡楠",
- "body":"SL:Get_T_M_MAXEXP()"
- },
- "浜ゆ槗琛岃鑹茶亴涓":{
- "prefix":"SL:Get_T_M_JOB",
- "description":"浜ゆ槗琛岃鑹茶亴涓",
- "body":"SL:Get_T_M_JOB()"
- },
- "浜ゆ槗琛岃鑹叉у埆":{
- "prefix":"SL:Get_T_M_SEX",
- "description":"浜ゆ槗琛岃鑹叉у埆",
- "body":"SL:Get_T_M_SEX()"
- },
- "浜ゆ槗琛岃鑹插彂鍨婭D":{
- "prefix":"SL:Get_T_M_HAIR",
- "description":"浜ゆ槗琛岃鑹插彂鍨婭D",
- "body":"SL:Get_T_M_HAIR()"
- },
- "浜ゆ槗琛岃鑹叉渶澶х敓鍛藉":{
- "prefix":"SL:Get_T_M_MAXHP",
- "description":"浜ゆ槗琛岃鑹叉渶澶х敓鍛藉",
- "body":"SL:Get_T_M_MAXHP()"
- },
- "浜ゆ槗琛岃鑹叉渶澶ч瓟娉曞":{
- "prefix":"SL:Get_T_M_MAXMP",
- "description":"浜ゆ槗琛岃鑹叉渶澶ч瓟娉曞",
- "body":"SL:Get_T_M_MAXMP()"
- },
- "浜ゆ槗琛岃鑹插綋鍓嶇敓鍛藉":{
- "prefix":"SL:Get_T_M_HP",
- "description":"浜ゆ槗琛岃鑹插綋鍓嶇敓鍛藉",
- "body":"SL:Get_T_M_HP()"
- },
- "浜ゆ槗琛岃鑹插綋鍓嶉瓟娉曞":{
- "prefix":"SL:Get_T_M_MP",
- "description":"浜ゆ槗琛岃鑹插綋鍓嶉瓟娉曞",
- "body":"SL:Get_T_M_MP()"
- },
- "浜ゆ槗琛岃鑹叉敾鍑讳笅闄":{
- "prefix":"SL:Get_T_M_MIN_ATK",
- "description":"浜ゆ槗琛岃鑹叉敾鍑讳笅闄",
- "body":"SL:Get_T_M_MIN_ATK()"
- },
- "浜ゆ槗琛岃鑹叉敾鍑讳笂闄":{
- "prefix":"SL:Get_T_M_MAX_ATK",
- "description":"浜ゆ槗琛岃鑹叉敾鍑讳笂闄",
- "body":"SL:Get_T_M_MAX_ATK()"
- },
- "浜ゆ槗琛岃鑹查瓟鏀讳笅闄":{
- "prefix":"SL:Get_T_M_MIN_MAT",
- "description":"浜ゆ槗琛岃鑹查瓟鏀讳笅闄",
- "body":"SL:Get_T_M_MIN_MAT()"
- },
- "浜ゆ槗琛岃鑹查瓟鏀讳笂闄":{
- "prefix":"SL:Get_T_M_MAX_MAT",
- "description":"浜ゆ槗琛岃鑹查瓟鏀讳笂闄",
- "body":"SL:Get_T_M_MAX_MAT()"
- },
- "浜ゆ槗琛岃鑹查亾鏈笅闄":{
- "prefix":"SL:Get_T_M_MIN_DAO",
- "description":"浜ゆ槗琛岃鑹查亾鏈笅闄",
- "body":"SL:Get_T_M_MIN_DAO()"
- },
- "浜ゆ槗琛岃鑹查亾鏈笂闄":{
- "prefix":"SL:Get_T_M_MAX_DAO",
- "description":"浜ゆ槗琛岃鑹查亾鏈笂闄",
- "body":"SL:Get_T_M_MAX_DAO()"
- },
- "浜ゆ槗琛岃鑹茬墿闃蹭笅闄":{
- "prefix":"SL:Get_T_M_MIN_DEF",
- "description":"浜ゆ槗琛岃鑹茬墿闃蹭笅闄",
- "body":"SL:Get_T_M_MIN_DEF()"
- },
- "浜ゆ槗琛岃鑹茬墿闃蹭笂闄":{
- "prefix":"SL:Get_T_M_MAX_DEF",
- "description":"浜ゆ槗琛岃鑹茬墿闃蹭笂闄",
- "body":"SL:Get_T_M_MAX_DEF()"
- },
- "浜ゆ槗琛岃鑹查瓟闃蹭笅闄":{
- "prefix":"SL:Get_T_M_MIN_MDF",
- "description":"浜ゆ槗琛岃鑹查瓟闃蹭笅闄",
- "body":"SL:Get_T_M_MIN_MDF()"
- },
- "浜ゆ槗琛岃鑹查瓟闃蹭笂闄":{
- "prefix":"SL:Get_T_M_MAX_MDF",
- "description":"浜ゆ槗琛岃鑹查瓟闃蹭笂闄",
- "body":"SL:Get_T_M_MAX_MDF()"
- },
- "浜ゆ槗琛岃鑹插懡涓":{
- "prefix":"SL:Get_T_M_HIT",
- "description":"浜ゆ槗琛岃鑹插懡涓",
- "body":"SL:Get_T_M_HIT()"
- },
- "浜ゆ槗琛岃鑹叉敾鍑婚熷害":{
- "prefix":"SL:Get_T_M_HITSPD",
- "description":"浜ゆ槗琛岃鑹叉敾鍑婚熷害",
- "body":"SL:Get_T_M_HITSPD()"
- },
- "浜ゆ槗琛岃鑹叉毚鍑诲嚑鐜":{
- "prefix":"SL:Get_T_M_BURST",
- "description":"浜ゆ槗琛岃鑹叉毚鍑诲嚑鐜",
- "body":"SL:Get_T_M_BURST()"
- },
- "浜ゆ槗琛岃鑹叉毚鍑讳激瀹":{
- "prefix":"SL:Get_T_M_BURST_DAM",
- "description":"浜ゆ槗琛岃鑹叉毚鍑讳激瀹",
- "body":"SL:Get_T_M_BURST_DAM()"
- },
- "浜ゆ槗琛岃鑹茬墿浼ゅ噺鍏":{
- "prefix":"SL:Get_T_M_IMM_ATT",
- "description":"浜ゆ槗琛岃鑹茬墿浼ゅ噺鍏",
- "body":"SL:Get_T_M_IMM_ATT()"
- },
- "浜ゆ槗琛岃鑹查瓟浼ゅ噺鍏":{
- "prefix":"SL:Get_T_M_IMM_MAG",
- "description":"浜ゆ槗琛岃鑹查瓟浼ゅ噺鍏",
- "body":"SL:Get_T_M_IMM_MAG()"
- },
- "浜ゆ槗琛岃鑹插惛琛":{
- "prefix":"SL:Get_T_M_SUCK_HP",
- "description":"浜ゆ槗琛岃鑹插惛琛",
- "body":"SL:Get_T_M_SUCK_HP()"
- },
- "浜ゆ槗琛岃鑹插垢杩":{
- "prefix":"SL:Get_T_M_LUCK",
- "description":"浜ゆ槗琛岃鑹插垢杩",
- "body":"SL:Get_T_M_LUCK()"
- },
- "浜ゆ槗琛岃鑹叉墿鐖嗙巼":{
- "prefix":"SL:Get_T_M_DROP",
- "description":"浜ゆ槗琛岃鑹叉墿鐖嗙巼",
- "body":"SL:Get_T_M_DROP()"
- },
- "浜ゆ槗琛岃鑹插綋鍓嶉噸閲":{
- "prefix":"SL:Get_T_M_BW",
- "description":"浜ゆ槗琛岃鑹插綋鍓嶉噸閲",
- "body":"SL:Get_T_M_BW()"
- },
- "浜ゆ槗琛岃鑹茬帺瀹舵渶澶ц礋閲":{
- "prefix":"SL:Get_T_M_MAXBW",
- "description":"浜ゆ槗琛岃鑹茬帺瀹舵渶澶ц礋閲",
- "body":"SL:Get_T_M_MAXBW()"
- },
- "浜ゆ槗琛岃鑹茬┛鎴磋礋閲":{
- "prefix":"SL:Get_T_M_WW",
- "description":"浜ゆ槗琛岃鑹茬┛鎴磋礋閲",
- "body":"SL:Get_T_M_WW()"
- },
- "浜ゆ槗琛岃鑹叉渶澶х┛鎴磋礋閲":{
- "prefix":"SL:Get_T_M_MAXWW",
- "description":"浜ゆ槗琛岃鑹叉渶澶х┛鎴磋礋閲",
- "body":"SL:Get_T_M_MAXWW()"
- },
- "浜ゆ槗琛岃鑹茶厱鍔":{
- "prefix":"SL:Get_T_M_HW",
- "description":"浜ゆ槗琛岃鑹茶厱鍔",
- "body":"SL:Get_T_M_HW()"
- },
- "浜ゆ槗琛岃鑹插綋鍓嶆渶澶у彲绌挎埓鑵曞姏":{
- "prefix":"SL:Get_T_M_MAXHW",
- "description":"浜ゆ槗琛岃鑹插綋鍓嶆渶澶у彲绌挎埓鑵曞姏",
- "body":"SL:Get_T_M_MAXHW()"
- },
- "浜ゆ槗琛岃鑹茬帺瀹跺悕瀛楅鑹插":{
- "prefix":"SL:Get_T_M_USERNAME_COLOR",
- "description":"浜ゆ槗琛岃鑹茬帺瀹跺悕瀛楅鑹插",
- "body":"SL:Get_T_M_USERNAME_COLOR()"
- },
- "浜ゆ槗琛岃鑹茬帺瀹剁殑绉板彿鏁版嵁":{
- "prefix":"SL:Get_T_M_TITLES",
- "description":"浜ゆ槗琛岃鑹茬帺瀹剁殑绉板彿鏁版嵁",
- "body":"SL:Get_T_M_TITLES()"
- },
- "褰撳墠鏌ョ湅浜ゆ槗琛岃鑹茬帺瀹舵縺娲荤殑绉板彿id":{
- "prefix":"SL:Get_T_M_ACTIVATE_TITLE",
- "description":"褰撳墠鏌ョ湅浜ゆ槗琛岃鑹茬帺瀹舵縺娲荤殑绉板彿id",
- "body":"SL:Get_T_M_ACTIVATE_TITLE()"
- },
- "鑾峰彇浜ゆ槗琛岃鑹叉妧鑳界殑绛夌骇鐔熺粌搴︽暟鎹":{
- "prefix":"SL:Get_T_M_SKILL_TRAIN_DATA",
- "description":"鑾峰彇浜ゆ槗琛岃鑹叉妧鑳界殑绛夌骇鐔熺粌搴︽暟鎹",
- "body":"SL:Get_T_M_SKILL_TRAIN_DATA(skillID)"
- },
- "鑾峰彇浜ゆ槗琛岃鑹叉妧鑳芥暟鎹":{
- "prefix":"SL:Get_T_M_SKILL_DATA",
- "description":"鑾峰彇浜ゆ槗琛岃鑹叉妧鑳芥暟鎹",
- "body":"SL:Get_T_M_SKILL_DATA(skillID)"
- },
- "鑾峰彇浜ゆ槗琛岃鑹插凡鏈夋妧鑳芥暟鎹":{
- "prefix":"SL:Get_T_M_LEARNED_SKILLS",
- "description":"鑾峰彇浜ゆ槗琛岃鑹插凡鏈夋妧鑳芥暟鎹",
- "body":"SL:Get_T_M_LEARNED_SKILLS(param1,param2)"
- },
- "鏍规嵁绫诲瀷ID鑾峰彇浜ゆ槗琛岃鑹插睘鎬у":{
- "prefix":"SL:Get_T_M_ATT_BY_TYPE",
- "description":"鏍规嵁绫诲瀷ID鑾峰彇浜ゆ槗琛岃鑹插睘鎬у",
- "body":"SL:Get_T_M_ATT_BY_TYPE(typeID)"
- },
- "褰撳墠鏌ョ湅浜ゆ槗琛岃鑹茬帺瀹剁殑鎵鏈夎澶囦綅鏁版嵁":{
- "prefix":"SL:Get_T_M_EQUIP_POS_DATAS",
- "description":"褰撳墠鏌ョ湅浜ゆ槗琛岃鑹茬帺瀹剁殑鎵鏈夎澶囦綅鏁版嵁",
- "body":"SL:Get_T_M_EQUIP_POS_DATAS()"
- },
- "褰撳墠鏌ョ湅浜ゆ槗琛岃鑹茬帺瀹剁殑琛屼細淇℃伅":{
- "prefix":"SL:Get_T_M_GUILD_INFO",
- "description":"褰撳墠鏌ョ湅浜ゆ槗琛岃鑹茬帺瀹剁殑琛屼細淇℃伅",
- "body":"SL:Get_T_M_GUILD_INFO()"
- },
- "鑾峰彇褰撳墠鏌ョ湅鐜╁瀵瑰簲瑁呭浣嶇殑瑁呭鏁版嵁":{
- "prefix":"SL:Get_T_M_EQUIP_DATA",
- "description":"鑾峰彇褰撳墠鏌ョ湅鐜╁瀵瑰簲瑁呭浣嶇殑瑁呭鏁版嵁",
- "body":"SL:Get_T_M_EQUIP_DATA()"
- },
- "鑾峰彇褰撳墠鏌ョ湅鐜╁瀵瑰簲瑁呭浣嶇殑瑁呭鏁版嵁鍒楄〃":{
- "prefix":"SL:Get_T_M_EQUIP_DATA_LIST",
- "description":"鑾峰彇褰撳墠鏌ョ湅鐜╁瀵瑰簲瑁呭浣嶇殑瑁呭鏁版嵁鍒楄〃",
- "body":"SL:Get_T_M_EQUIP_DATA_LIST()"
- },
- "閫氳繃MakeIndex鑾峰彇鏌ョ湅浜ゆ槗琛屼粬浜鸿澶囨暟鎹":{
- "prefix":"SL:Get_T_M_EQUIP_DATA_BY_MAKEINDEX",
- "description":"閫氳繃MakeIndex鑾峰彇鏌ョ湅浜ゆ槗琛屼粬浜鸿澶囨暟鎹",
- "body":"SL:Get_T_M_EQUIP_DATA_BY_MAKEINDEX()"
- },
- "浜ゆ槗琛岃嫳闆勫悕瀛":{
- "prefix":"SL:Get_T_H_USERNAME",
- "description":"浜ゆ槗琛岃嫳闆勫悕瀛",
- "body":"SL:Get_T_H_USERNAME()"
- },
- "浜ゆ槗琛岃嫳闆勭瓑绾":{
- "prefix":"SL:Get_T_H_LEVEL",
- "description":"浜ゆ槗琛岃嫳闆勭瓑绾",
- "body":"SL:Get_T_H_LEVEL()"
- },
- "浜ゆ槗琛岃嫳闆勮浆鐢熺瓑绾":{
- "prefix":"SL:Get_T_H_RELEVEL",
- "description":"浜ゆ槗琛岃嫳闆勮浆鐢熺瓑绾",
- "body":"SL:Get_T_H_RELEVEL()"
- },
- "浜ゆ槗琛岃嫳闆勫綋鍓嶇粡楠":{
- "prefix":"SL:Get_T_H_EXP",
- "description":"浜ゆ槗琛岃嫳闆勫綋鍓嶇粡楠",
- "body":"SL:Get_T_H_EXP()"
- },
- "浜ゆ槗琛岃嫳闆勬渶澶х粡楠":{
- "prefix":"SL:Get_T_H_MAXEXP",
- "description":"浜ゆ槗琛岃嫳闆勬渶澶х粡楠",
- "body":"SL:Get_T_H_MAXEXP()"
- },
- "浜ゆ槗琛岃嫳闆勮亴涓":{
- "prefix":"SL:Get_T_H_JOB",
- "description":"浜ゆ槗琛岃嫳闆勮亴涓",
- "body":"SL:Get_T_H_JOB()"
- },
- "浜ゆ槗琛岃嫳闆勬у埆":{
- "prefix":"SL:Get_T_H_SEX",
- "description":"浜ゆ槗琛岃嫳闆勬у埆",
- "body":"SL:Get_T_H_SEX()"
- },
- "浜ゆ槗琛岃嫳闆勫彂鍨婭D":{
- "prefix":"SL:Get_T_H_HAIR",
- "description":"浜ゆ槗琛岃嫳闆勫彂鍨婭D",
- "body":"SL:Get_T_H_HAIR()"
- },
- "浜ゆ槗琛岃嫳闆勬渶澶х敓鍛藉":{
- "prefix":"SL:Get_T_H_MAXHP",
- "description":"浜ゆ槗琛岃嫳闆勬渶澶х敓鍛藉",
- "body":"SL:Get_T_H_MAXHP()"
- },
- "浜ゆ槗琛岃嫳闆勬渶澶ч瓟娉曞":{
- "prefix":"SL:Get_T_H_MAXMP",
- "description":"浜ゆ槗琛岃嫳闆勬渶澶ч瓟娉曞",
- "body":"SL:Get_T_H_MAXMP()"
- },
- "浜ゆ槗琛岃嫳闆勫綋鍓嶇敓鍛藉":{
- "prefix":"SL:Get_T_H_HP",
- "description":"浜ゆ槗琛岃嫳闆勫綋鍓嶇敓鍛藉",
- "body":"SL:Get_T_H_HP()"
- },
- "浜ゆ槗琛岃嫳闆勫綋鍓嶉瓟娉曞":{
- "prefix":"SL:Get_T_H_MP",
- "description":"浜ゆ槗琛岃嫳闆勫綋鍓嶉瓟娉曞",
- "body":"SL:Get_T_H_MP()"
- },
- "浜ゆ槗琛岃嫳闆勬敾鍑讳笅闄":{
- "prefix":"SL:Get_T_H_MIN_ATK",
- "description":"浜ゆ槗琛岃嫳闆勬敾鍑讳笅闄",
- "body":"SL:Get_T_H_MIN_ATK()"
- },
- "浜ゆ槗琛岃嫳闆勬敾鍑讳笂闄":{
- "prefix":"SL:Get_T_H_MAX_ATK",
- "description":"浜ゆ槗琛岃嫳闆勬敾鍑讳笂闄",
- "body":"SL:Get_T_H_MAX_ATK()"
- },
- "浜ゆ槗琛岃嫳闆勯瓟鏀讳笅闄":{
- "prefix":"SL:Get_T_H_MIN_MAT",
- "description":"浜ゆ槗琛岃嫳闆勯瓟鏀讳笅闄",
- "body":"SL:Get_T_H_MIN_MAT()"
- },
- "浜ゆ槗琛岃嫳闆勯瓟鏀讳笂闄":{
- "prefix":"SL:Get_T_H_MAX_MAT",
- "description":"浜ゆ槗琛岃嫳闆勯瓟鏀讳笂闄",
- "body":"SL:Get_T_H_MAX_MAT()"
- },
- "浜ゆ槗琛岃嫳闆勯亾鏈笅闄":{
- "prefix":"SL:Get_T_H_MIN_DAO",
- "description":"浜ゆ槗琛岃嫳闆勯亾鏈笅闄",
- "body":"SL:Get_T_H_MIN_DAO()"
- },
- "浜ゆ槗琛岃嫳闆勯亾鏈笂闄":{
- "prefix":"SL:Get_T_H_MAX_DAO",
- "description":"浜ゆ槗琛岃嫳闆勯亾鏈笂闄",
- "body":"SL:Get_T_H_MAX_DAO()"
- },
- "浜ゆ槗琛岃嫳闆勭墿闃蹭笅闄":{
- "prefix":"SL:Get_T_H_MIN_DEF",
- "description":"浜ゆ槗琛岃嫳闆勭墿闃蹭笅闄",
- "body":"SL:Get_T_H_MIN_DEF()"
- },
- "浜ゆ槗琛岃嫳闆勭墿闃蹭笂闄":{
- "prefix":"SL:Get_T_H_MAX_DEF",
- "description":"浜ゆ槗琛岃嫳闆勭墿闃蹭笂闄",
- "body":"SL:Get_T_H_MAX_DEF()"
- },
- "浜ゆ槗琛岃嫳闆勯瓟闃蹭笅闄":{
- "prefix":"SL:Get_T_H_MIN_MDF",
- "description":"浜ゆ槗琛岃嫳闆勯瓟闃蹭笅闄",
- "body":"SL:Get_T_H_MIN_MDF()"
- },
- "浜ゆ槗琛岃嫳闆勯瓟闃蹭笂闄":{
- "prefix":"SL:Get_T_H_MAX_MDF",
- "description":"浜ゆ槗琛岃嫳闆勯瓟闃蹭笂闄",
- "body":"SL:Get_T_H_MAX_MDF()"
- },
- "浜ゆ槗琛岃嫳闆勫懡涓":{
- "prefix":"SL:Get_T_H_HIT",
- "description":"浜ゆ槗琛岃嫳闆勫懡涓",
- "body":"SL:Get_T_H_HIT()"
- },
- "浜ゆ槗琛岃嫳闆勬敾鍑婚熷害":{
- "prefix":"SL:Get_T_H_HITSPD",
- "description":"浜ゆ槗琛岃嫳闆勬敾鍑婚熷害",
- "body":"SL:Get_T_H_HITSPD()"
- },
- "浜ゆ槗琛岃嫳闆勬毚鍑诲嚑鐜":{
- "prefix":"SL:Get_T_H_BURST",
- "description":"浜ゆ槗琛岃嫳闆勬毚鍑诲嚑鐜",
- "body":"SL:Get_T_H_BURST()"
- },
- "浜ゆ槗琛岃嫳闆勬毚鍑讳激瀹":{
- "prefix":"SL:Get_T_H_BURST_DAM",
- "description":"浜ゆ槗琛岃嫳闆勬毚鍑讳激瀹",
- "body":"SL:Get_T_H_BURST_DAM()"
- },
- "浜ゆ槗琛岃嫳闆勭墿浼ゅ噺鍏":{
- "prefix":"SL:Get_T_H_IMM_ATT",
- "description":"浜ゆ槗琛岃嫳闆勭墿浼ゅ噺鍏",
- "body":"SL:Get_T_H_IMM_ATT()"
- },
- "浜ゆ槗琛岃嫳闆勯瓟浼ゅ噺鍏":{
- "prefix":"SL:Get_T_H_IMM_MAG",
- "description":"浜ゆ槗琛岃嫳闆勯瓟浼ゅ噺鍏",
- "body":"SL:Get_T_H_IMM_MAG()"
- },
- "浜ゆ槗琛岃嫳闆勫惛琛":{
- "prefix":"SL:Get_T_H_SUCK_HP",
- "description":"浜ゆ槗琛岃嫳闆勫惛琛",
- "body":"SL:Get_T_H_SUCK_HP()"
- },
- "浜ゆ槗琛岃嫳闆勫垢杩":{
- "prefix":"SL:Get_T_H_LUCK",
- "description":"浜ゆ槗琛岃嫳闆勫垢杩",
- "body":"SL:Get_T_H_LUCK()"
- },
- "浜ゆ槗琛岃嫳闆勬墿鐖嗙巼":{
- "prefix":"SL:Get_T_H_DROP",
- "description":"浜ゆ槗琛岃嫳闆勬墿鐖嗙巼",
- "body":"SL:Get_T_H_DROP()"
- },
- "浜ゆ槗琛岃嫳闆勫綋鍓嶉噸閲":{
- "prefix":"SL:Get_T_H_BW",
- "description":"浜ゆ槗琛岃嫳闆勫綋鍓嶉噸閲",
- "body":"SL:Get_T_H_BW()"
- },
- "浜ゆ槗琛岃嫳闆勬渶澶ц礋閲":{
- "prefix":"SL:Get_T_H_MAXBW",
- "description":"浜ゆ槗琛岃嫳闆勬渶澶ц礋閲",
- "body":"SL:Get_T_H_MAXBW()"
- },
- "浜ゆ槗琛岃嫳闆勭┛鎴磋礋閲":{
- "prefix":"SL:Get_T_H_WW",
- "description":"浜ゆ槗琛岃嫳闆勭┛鎴磋礋閲",
- "body":"SL:Get_T_H_WW()"
- },
- "浜ゆ槗琛岃嫳闆勬渶澶х┛鎴磋礋閲":{
- "prefix":"SL:Get_T_H_MAXWW",
- "description":"浜ゆ槗琛岃嫳闆勬渶澶х┛鎴磋礋閲",
- "body":"SL:Get_T_H_MAXWW()"
- },
- "浜ゆ槗琛岃嫳闆勮厱鍔":{
- "prefix":"SL:Get_T_H_HW",
- "description":"浜ゆ槗琛岃嫳闆勮厱鍔",
- "body":"SL:Get_T_H_HW()"
- },
- "浜ゆ槗琛岃嫳闆勫綋鍓嶆渶澶у彲绌挎埓鑵曞姏":{
- "prefix":"SL:Get_T_H_MAXHW",
- "description":"浜ゆ槗琛岃嫳闆勫綋鍓嶆渶澶у彲绌挎埓鑵曞姏",
- "body":"SL:Get_T_H_MAXHW()"
- },
- "浜ゆ槗琛岃嫳闆勭殑绉板彿鏁版嵁":{
- "prefix":"SL:Get_T_H_TITLES",
- "description":"浜ゆ槗琛岃嫳闆勭殑绉板彿鏁版嵁",
- "body":"SL:Get_T_H_TITLES()"
- },
- "褰撳墠鏌ョ湅鑻遍泟婵娲荤殑绉板彿id":{
- "prefix":"SL:Get_T_H_ACTIVATE_TITLE",
- "description":"褰撳墠鏌ョ湅鑻遍泟婵娲荤殑绉板彿id",
- "body":"SL:Get_T_H_ACTIVATE_TITLE()"
- },
- "鑾峰彇浜ゆ槗琛岃嫳闆勬妧鑳界殑绛夌骇鐔熺粌搴︽暟鎹":{
- "prefix":"SL:Get_T_H_SKILL_TRAIN_DATA",
- "description":"鑾峰彇浜ゆ槗琛岃嫳闆勬妧鑳界殑绛夌骇鐔熺粌搴︽暟鎹",
- "body":"SL:Get_T_H_SKILL_TRAIN_DATA(skillID)"
- },
- "鑾峰彇浜ゆ槗琛岃嫳闆勬妧鑳芥暟鎹":{
- "prefix":"SL:Get_T_H_SKILL_DATA",
- "description":"鑾峰彇浜ゆ槗琛岃嫳闆勬妧鑳芥暟鎹",
- "body":"SL:Get_T_H_SKILL_DATA(skillID)"
- },
- "鑾峰彇浜ゆ槗琛岃嫳闆勫凡鏈夋妧鑳芥暟鎹":{
- "prefix":"SL:Get_T_H_LEARNED_SKILLS",
- "description":"鑾峰彇浜ゆ槗琛岃嫳闆勫凡鏈夋妧鑳芥暟鎹",
- "body":"SL:Get_T_H_LEARNED_SKILLS(param1,param2)"
- },
- "鏍规嵁绫诲瀷ID鑾峰彇浜ゆ槗琛岃嫳闆勫睘鎬у":{
- "prefix":"SL:Get_T_H_ATT_BY_TYPE",
- "description":"鏍规嵁绫诲瀷ID鑾峰彇浜ゆ槗琛岃嫳闆勫睘鎬у",
- "body":"SL:Get_T_H_ATT_BY_TYPE(typeID)"
- },
- "褰撳墠鏌ョ湅鑻遍泟鐨勬墍鏈夎澶囦綅鏁版嵁":{
- "prefix":"SL:Get_T_H_EQUIP_POS_DATAS",
- "description":"褰撳墠鏌ョ湅鑻遍泟鐨勬墍鏈夎澶囦綅鏁版嵁",
- "body":"SL:Get_T_H_EQUIP_POS_DATAS()"
- },
- "鑾峰彇褰撳墠鏌ョ湅鑻遍泟瀵瑰簲瑁呭浣嶇殑瑁呭鏁版嵁":{
- "prefix":"SL:Get_T_H_EQUIP_DATA",
- "description":"鑾峰彇褰撳墠鏌ョ湅鑻遍泟瀵瑰簲瑁呭浣嶇殑瑁呭鏁版嵁",
- "body":"SL:Get_T_H_EQUIP_DATA()"
- },
- "鑾峰彇褰撳墠鏌ョ湅鑻遍泟瀵瑰簲瑁呭浣嶇殑瑁呭鏁版嵁鍒楄〃":{
- "prefix":"SL:Get_T_H_EQUIP_DATA_LIST",
- "description":"鑾峰彇褰撳墠鏌ョ湅鑻遍泟瀵瑰簲瑁呭浣嶇殑瑁呭鏁版嵁鍒楄〃",
- "body":"SL:Get_T_H_EQUIP_DATA_LIST()"
- },
- "閫氳繃MakeIndex鑾峰彇鏌ョ湅浜ゆ槗琛屼粬浜鸿嫳闆勮澶囨暟鎹":{
- "prefix":"SL:Get_T_H_EQUIP_DATA_BY_MAKEINDEX",
- "description":"閫氳繃MakeIndex鑾峰彇鏌ョ湅浜ゆ槗琛屼粬浜鸿嫳闆勮澶囨暟鎹",
- "body":"SL:Get_T_H_EQUIP_DATA_BY_MAKEINDEX()"
- },
- "鏃ュ織鎵撳嵃":{
- "prefix":"SL:release_print",
- "description":"鏃ュ織鎵撳嵃",
- "body":"SL:release_print(...)"
- },
- "DEBUG涓嬫棩蹇楁墦鍗(Print)":{
- "prefix":"SL:Print",
- "description":"DEBUG涓嬫棩蹇楁墦鍗(Print)",
- "body":"SL:Print(...)"
- },
- "DEBUG涓嬫棩蹇楁墦鍗(PrintEx)":{
- "prefix":"SL:PrintEx",
- "description":"DEBUG涓嬫棩蹇楁墦鍗(PrintEx)",
- "body":"SL:PrintEx(...)"
- },
- "DEBUG涓嬫棩蹇楁墦鍗(PrintTraceback)":{
- "prefix":"SL:PrintTraceback",
- "description":"DEBUG涓嬫棩蹇楁墦鍗(PrintTraceback)",
- "body":"SL:PrintTraceback(...)"
- },
- "DEBUG涓嬫棩蹇楁墦鍗(dump)":{
- "prefix":"SL:dump",
- "description":"DEBUG涓嬫棩蹇楁墦鍗(dump)",
- "body":"SL:dump(data, desciption, nesting)"
- },
- "json瀛楃涓茶В瀵":{
- "prefix":"SL:JsonDecode",
- "description":"json瀛楃涓茶В瀵",
- "body":"SL:JsonDecode(jsonStr, isfilter)"
- },
- "json瀛楃涓插姞瀵":{
- "prefix":"SL:JsonEncode",
- "description":"json瀛楃涓插姞瀵",
- "body":"SL:JsonEncode(jsonData, isfilter)"
- },
- "瀛樺偍瀛楃鍒版湰鍦":{
- "prefix":"SL:SetLocalString",
- "description":"瀛樺偍瀛楃鍒版湰鍦",
- "body":"SL:SetLocalString(key, data)"
- },
- "浠庢湰鍦拌鍙栧瓧绗":{
- "prefix":"SL:GetLocalString",
- "description":"浠庢湰鍦拌鍙栧瓧绗",
- "body":"SL:GetLocalString(key)"
- },
- "鎵撳紑寮曞":{
- "prefix":"SL:StartGuide",
- "description":"鎵撳紑寮曞",
- "body":"SL:StartGuide(data)"
- },
- "鍏抽棴寮曞":{
- "prefix":"SL:CloseGuide",
- "description":"鍏抽棴寮曞",
- "body":"SL:CloseGuide(guide)"
- },
- "琛ㄤ腑鐨勫搴 id 鐨勯鑹茶浆鎹㈡垚 RGB 鏍煎紡":{
- "prefix":"SL:GetColorByStyleId",
- "description":"琛ㄤ腑鐨勫搴 id 鐨勯鑹茶浆鎹㈡垚 RGB 鏍煎紡",
- "body":"SL:GetColorByStyleId(id)"
- },
- "琛ㄤ腑鐨勫搴 id 鐨勯鑹茶浆鎹㈡垚 16杩涘埗 鏍煎紡":{
- "prefix":"SL:GetHexColorByStyleId",
- "description":"琛ㄤ腑鐨勫搴 id 鐨勯鑹茶浆鎹㈡垚 16杩涘埗 鏍煎紡",
- "body":"SL:GetHexColorByStyleId(id)"
- },
- "琛ㄤ腑鐨勫搴 id 鐨勯鑹插ぇ灏":{
- "prefix":"SL:GetSizeByStyleId",
- "description":"琛ㄤ腑鐨勫搴 id 鐨勯鑹插ぇ灏",
- "body":"SL:GetSizeByStyleId(id)"
- },
- "Color3B棰滆壊杞寲涓篽ex 16杩涘埗":{
- "prefix":"SL:GetColorHexFromRGB",
- "description":"Color3B棰滆壊杞寲涓篽ex 16杩涘埗",
- "body":"SL:GetColorHexFromRGB(color3B)"
- },
- "鎾斁鎸夐挳鐐瑰嚮闊虫晥":{
- "prefix":"SL:PlayBtnClickAudio",
- "description":"鎾斁鎸夐挳鐐瑰嚮闊虫晥",
- "body":"SL:PlayBtnClickAudio()"
- },
- "鎾斁闊虫晥":{
- "prefix":"SL:PlaySound",
- "description":"鎾斁闊虫晥",
- "body":"SL:PlaySound(id, isLoop)"
- },
- "鎾斁鐧婚檰-閫夎闊虫晥":{
- "prefix":"SL:PlaySelectRoleAudio",
- "description":"鎾斁鐧婚檰-閫夎闊虫晥",
- "body":"SL:PlaySelectRoleAudio()"
- },
- "鎾斁寮瀹濈闊虫晥":{
- "prefix":"SL:PlayOpenBoxAudio",
- "description":"鎾斁寮瀹濈闊虫晥",
- "body":"SL:PlayOpenBoxAudio()"
- },
- "鎾斁瀹濈鍐呴変腑闊虫晥":{
- "prefix":"SL:PlayFlashBoxAudio",
- "description":"鎾斁瀹濈鍐呴変腑闊虫晥",
- "body":"SL:PlayFlashBoxAudio()"
- },
- "鍋滄鎵鏈夐煶鏁":{
- "prefix":"SL:StopAllAudio",
- "description":"鍋滄鎵鏈夐煶鏁",
- "body":"SL:StopAllAudio()"
- },
- "鍋滄闊虫晥":{
- "prefix":"SL:StopSound",
- "description":"鍋滄闊虫晥",
- "body":"SL:StopSound(id)"
- },
- "璧勬簮涓嬭浇":{
- "prefix":"SL:DownLoadRes",
- "description":"璧勬簮涓嬭浇",
- "body":"SL:DownLoadRes(path, url, downloadCB)"
- },
- "灏忓湴鍥捐祫婧愪笅杞":{
- "prefix":"SL:DownloadMiniMapRes",
- "description":"灏忓湴鍥捐祫婧愪笅杞",
- "body":"SL:DownloadMiniMapRes(mapId, callback)"
- },
- "鍒犻櫎GM缂撳瓨璧勬簮":{
- "prefix":"SL:RemoveGMResFile",
- "description":"鍒犻櫎GM缂撳瓨璧勬簮",
- "body":"SL:RemoveGMResFile(filePath)"
- },
- "鍚戞湇鍔″櫒鍙戦佷竴涓〃鍗":{
- "prefix":"SL:SubmitForm",
- "description":"鍚戞湇鍔″櫒鍙戦佷竴涓〃鍗",
- "body":"SL:SubmitForm(filename, funcName, param)"
- },
- "鑾峰彇鏂囦欢鍒楄〃":{
- "prefix":"SL:GetFilesByPath",
- "description":"鑾峰彇鏂囦欢鍒楄〃",
- "body":"SL:GetFilesByPath(path)"
- },
- "鑾峰彇鏈嶅姟绔帹閫佺墿鍝佺殑鑷畾涔夊彉閲":{
- "prefix":"SL:GetSerCustomVar",
- "description":"鑾峰彇鏈嶅姟绔帹閫佺墿鍝佺殑鑷畾涔夊彉閲",
- "body":"SL:GetSerCustomVar(key)"
- },
- "棰滆壊杞崲鍑芥暟":{
- "prefix":"SL:ConvertColorFromHexString",
- "description":"棰滆壊杞崲鍑芥暟",
- "body":"SL:ConvertColorFromHexString(hexStr)"
- },
- "鏂囦欢璺緞鏄惁瀛樺湪":{
- "prefix":"SL:IsFileExist",
- "description":"鏂囦欢璺緞鏄惁瀛樺湪",
- "body":"SL:IsFileExist(path)"
- },
- "娣辨嫹璐":{
- "prefix":"SL:CopyData",
- "description":"娣辨嫹璐",
- "body":"SL:CopyData(data)"
- },
- "瀛楃涓插垎鍓":{
- "prefix":"SL:Split",
- "description":"瀛楃涓插垎鍓",
- "body":"SL:Split(str, delimiter)"
- },
- "鏂囨湰鎻愮ず":{
- "prefix":"SL:ShowSystemTips",
- "description":"鏂囨湰鎻愮ず",
- "body":"SL:ShowSystemTips(str)"
- },
- "鍝堝笇琛ㄨ浆鎴愭寜鏁扮粍":{
- "prefix":"SL:HashToSortArray",
- "description":"鍝堝笇琛ㄨ浆鎴愭寜鏁扮粍",
- "body":"SL:HashToSortArray(hashTab, sortFunc)"
- },
- "鏄剧ず鎻愮ず鏂囨湰妗":{
- "prefix":"SL:SHOW_DESCTIP",
- "description":"鏄剧ず鎻愮ず鏂囨湰妗",
- "body":"SL:SHOW_DESCTIP(str, width, pos, anchorPoint)"
- },
- "鍔犺浇鏂囦欢":{
- "prefix":"SL:RequireFile",
- "description":"鍔犺浇鏂囦欢",
- "body":"SL:RequireFile(file)"
- },
- "鎷嗚В鏂囦欢":{
- "prefix":"SL:LoadTxtFile",
- "description":"鎷嗚В鏂囦欢",
- "body":"SL:LoadTxtFile(path, delimiter, callBack)"
- },
- "鏁板瓧杞崲鎴愪竾銆佷嚎鍗曚綅":{
- "prefix":"SL:GetSimpleNumber",
- "description":"鏁板瓧杞崲鎴愪竾銆佷嚎鍗曚綅",
- "body":"SL:GetSimpleNumber(num, places)"
- },
- "琛閲忓崟浣嶆樉绀":{
- "prefix":"SL:HPUnit",
- "description":"琛閲忓崟浣嶆樉绀",
- "body":"SL:HPUnit(hp, pointBit)"
- },
- "涓枃杞崲鎴愮珫鐫鏄剧ず":{
- "prefix":"SL:ChineseToVertical",
- "description":"涓枃杞崲鎴愮珫鐫鏄剧ず",
- "body":"SL:ChineseToVertical(str)"
- },
- "闃挎媺浼暟瀛楄浆涓枃澶у啓":{
- "prefix":"SL:NumberToChinese",
- "description":"闃挎媺浼暟瀛楄浆涓枃澶у啓",
- "body":"SL:NumberToChinese(num)"
- },
- "鑾峰彇瀛楃涓茬殑byte闀垮害":{
- "prefix":"SL:GetUTF8ByteLen",
- "description":"鑾峰彇瀛楃涓茬殑byte闀垮害",
- "body":"SL:GetUTF8ByteLen(str)"
- },
- "鏃堕棿鏍煎紡鍖栨垚瀛楃涓叉樉绀":{
- "prefix":"SL:SecondToHMS",
- "description":"鏃堕棿鏍煎紡鍖栨垚瀛楃涓叉樉绀",
- "body":"SL:SecondToHMS(sec, isToStr, isSimple)"
- },
- "鏁板瓧杞寲涓哄崈鍒嗕綅瀛楃涓":{
- "prefix":"SL:GetThousandSepString",
- "description":"鏁板瓧杞寲涓哄崈鍒嗕綅瀛楃涓",
- "body":"SL:GetThousandSepString(num)"
- },
- "lua table杞垚config閰嶇疆琛":{
- "prefix":"SL:SaveTableToConfig",
- "description":"lua table杞垚config閰嶇疆琛",
- "body":"SL:SaveTableToConfig(tab, name, destPath, sortFunc)"
- },
- "鍗佸叚杩涘埗杞崄杩涘埗":{
- "prefix":"SL:HexToInt",
- "description":"鍗佸叚杩涘埗杞崄杩涘埗",
- "body":"SL:HexToInt(hexStr)"
- },
- "MD5鍔犲瘑":{
- "prefix":"SL:GetStrMD5",
- "description":"MD5鍔犲瘑",
- "body":"SL:GetStrMD5(str)"
- },
- "UTF8杞珿BK缂栫爜":{
- "prefix":"SL:UTF8ToGBK",
- "description":"UTF8杞珿BK缂栫爜",
- "body":"SL:UTF8ToGBK(str)"
- },
- "GBK杞琔TF8缂栫爜":{
- "prefix":"SL:GBKToUTF8",
- "description":"GBK杞琔TF8缂栫爜",
- "body":"SL:GBKToUTF8(str)"
- },
- "璁$畻涓ゅ潗鏍囬棿鐨勫钩鏂硅窛绂":{
- "prefix":"SL:GetPointDistanceSQ",
- "description":"璁$畻涓ゅ潗鏍囬棿鐨勫钩鏂硅窛绂",
- "body":"SL:GetPointDistanceSQ(pt1, pt2)"
- },
- "璁$畻涓ゅ潗鏍囬棿鐨勮窛绂 ":{
- "prefix":"SL:GetPointDistance",
- "description":"璁$畻涓ゅ潗鏍囬棿鐨勮窛绂 ",
- "body":"SL:GetPointDistance(pt1, pt2)"
- },
- "璁$畻鍚戦噺闀垮害":{
- "prefix":"SL:GetPointLength",
- "description":"璁$畻鍚戦噺闀垮害",
- "body":"SL:GetPointLength(pt)"
- },
- "璁$畻鍚戦噺闀垮害骞虫柟":{
- "prefix":"SL:GetPointLengthSQ",
- "description":"璁$畻鍚戦噺闀垮害骞虫柟",
- "body":"SL:GetPointLengthSQ(pt)"
- },
- "璁$畻涓ょ偣涓績鐐瑰潗鏍":{
- "prefix":"SL:GetMidPoint",
- "description":"璁$畻涓ょ偣涓績鐐瑰潗鏍",
- "body":"SL:GetMidPoint(pt1, pt2)"
- },
- "璁$畻涓ょ偣鐩稿姞鍧愭爣":{
- "prefix":"SL:GetAddPoint",
- "description":"璁$畻涓ょ偣鐩稿姞鍧愭爣",
- "body":"SL:GetAddPoint(pt1, pt2)"
- },
- "璁$畻涓ょ偣鐩稿噺鍧愭爣":{
- "prefix":"SL:GetSubPoint",
- "description":"璁$畻涓ょ偣鐩稿噺鍧愭爣",
- "body":"SL:GetSubPoint(pt1, pt2)"
- },
- "鏍囧噯鍚戦噺鍖栧潗鏍":{
- "prefix":"SL:GetNormalizePoint",
- "description":"鏍囧噯鍚戦噺鍖栧潗鏍",
- "body":"SL:GetNormalizePoint(pt)"
- },
- "璁$畻涓ゅ悜閲忓す瑙掑姬搴﹀":{
- "prefix":"SL:GetPointAngle",
- "description":"璁$畻涓ゅ悜閲忓す瑙掑姬搴﹀",
- "body":"SL:GetPointAngle(pt1, pt2)"
- },
- "璁$畻涓ゅ悜閲忓す瑙掕搴﹀":{
- "prefix":"SL:GetPointRotate",
- "description":"璁$畻涓ゅ悜閲忓す瑙掕搴﹀",
- "body":"SL:GetPointRotate(pt1, pt2)"
- },
- "璁$畻鑷韩寮у害鍊":{
- "prefix":"SL:GetPointAngleSelf",
- "description":"璁$畻鑷韩寮у害鍊",
- "body":"SL:GetPointAngleSelf(pt)"
- },
- "璁$畻鑷韩瑙掑害鍊":{
- "prefix":"SL:GetPointRotateSelf",
- "description":"璁$畻鑷韩瑙掑害鍊",
- "body":"SL:GetPointRotateSelf(pt)"
- },
- "鑾峰彇楂16浣嶅":{
- "prefix":"SL:GetH16Bit",
- "description":"鑾峰彇楂16浣嶅",
- "body":"SL:GetH16Bit(value)"
- },
- "鑾峰彇浣16浣嶅":{
- "prefix":"SL:GetL16Bit",
- "description":"鑾峰彇浣16浣嶅",
- "body":"SL:GetL16Bit(value)"
- },
- "璺宠浆鍒版煇涓秴閾":{
- "prefix":"SL:JumpTo",
- "description":"璺宠浆鍒版煇涓秴閾",
- "body":"SL:JumpTo(id)"
- },
- "閫鍑哄埌閫夎鐣岄潰":{
- "prefix":"SL:ExitToRoleUI",
- "description":"閫鍑哄埌閫夎鐣岄潰",
- "body":"SL:ExitToRoleUI()"
- },
- "閫鍑哄埌閫夎鐣岄潰(寮哄埗灏忛)":{
- "prefix":"SL:ForceExitToRoleUI",
- "description":"閫鍑哄埌閫夎鐣岄潰(寮哄埗灏忛)",
- "body":"SL:ForceExitToRoleUI()"
- },
- "閫鍑哄埌鐧诲綍鐣岄潰":{
- "prefix":"SL:ExitToLoginUI",
- "description":"閫鍑哄埌鐧诲綍鐣岄潰",
- "body":"SL:ExitToLoginUI()"
- },
- "閫鍑烘父鎴":{
- "prefix":"SL:ExitGame",
- "description":"閫鍑烘父鎴",
- "body":"SL:ExitGame()"
- },
- "鍙戦丟M鍛戒护鍒拌亰澶":{
- "prefix":"SL:RequestSendChatGMMsg",
- "description":"鍙戦丟M鍛戒护鍒拌亰澶",
- "body":"SL:RequestSendChatGMMsg(msg)"
- },
- "鍒涘缓涓涓孩鐐瑰埌鑺傜偣":{
- "prefix":"SL:CreateRedPoint",
- "description":"鍒涘缓涓涓孩鐐瑰埌鑺傜偣",
- "body":"SL:CreateRedPoint(targetNode, offset)"
- },
- "璁剧疆鏂囨湰鏍峰紡(鎸夐挳銆佹枃鏈)":{
- "prefix":"SL:SetColorStyle",
- "description":"璁剧疆鏂囨湰鏍峰紡(鎸夐挳銆佹枃鏈)",
- "body":"SL:SetColorStyle(widget, colorID)"
- },
- "鑾峰彇瀵瑰簲鑹插糏D鐨勯厤缃":{
- "prefix":"SL:GetColorCfg",
- "description":"鑾峰彇瀵瑰簲鑹插糏D鐨勯厤缃",
- "body":"SL:GetColorCfg(colorID)"
- },
- "妫鏌ユ槸鍚︽弧瓒虫潯浠":{
- "prefix":"SL:CheckCondition",
- "description":"妫鏌ユ槸鍚︽弧瓒虫潯浠",
- "body":"SL:CheckCondition(conditionStr)"
- },
- "鏄剧ず姘旀场鎻愰啋":{
- "prefix":"SL:AddBubbleTips",
- "description":"鏄剧ず姘旀场鎻愰啋",
- "body":"SL:AddBubbleTips(id, path, callback)"
- },
- "鍒犻櫎姘旀场鎻愰啋":{
- "prefix":"SL:DelBubbleTips",
- "description":"鍒犻櫎姘旀场鎻愰啋",
- "body":"SL:DelBubbleTips(ID)"
- },
- "閲嶆柊鍔犺浇鍦板浘":{
- "prefix":"SL:ReloadMap",
- "description":"閲嶆柊鍔犺浇鍦板浘",
- "body":"SL:ReloadMap()"
- },
- "璇锋眰HTTP Get鏂瑰紡":{
- "prefix":"SL:HTTPRequestGet",
- "description":"璇锋眰HTTP Get鏂瑰紡",
- "body":"SL:HTTPRequestGet(url, httpCB)"
- },
- "璇锋眰HTTP Post鏂瑰紡":{
- "prefix":"SL:HTTPRequestPost",
- "description":"璇锋眰HTTP Post鏂瑰紡",
- "body":"SL:HTTPRequestPost(url, httpCB, suffix, head)"
- },
- "鏈湴鍏憡灞曠ず":{
- "prefix":"SL:ShowLocalNoticeByType",
- "description":"鏈湴鍏憡灞曠ず",
- "body":"SL:ShowLocalNoticeByType(data)"
- },
- "闇囧睆":{
- "prefix":"SL:ShakeScene",
- "description":"闇囧睆",
- "body":"SL:ShakeScene(time, distance)"
- },
- "娉ㄥ唽鎺т欢浜嬩欢":{
- "prefix":"SL:RegisterWndEvent",
- "description":"娉ㄥ唽鎺т欢浜嬩欢",
- "body":"SL:RegisterWndEvent(widget, desc, msgtype, callback)"
- },
- "娉ㄩ攢鎺т欢浜嬩欢":{
- "prefix":"SL:UnRegisterWndEvent",
- "description":"娉ㄩ攢鎺т欢浜嬩欢",
- "body":"SL:UnRegisterWndEvent(widget, desc, msgtype)"
- },
- "娣诲姞绐椾綋鎺т欢鑷畾涔夊睘鎬":{
- "prefix":"SL:AddWndProperty",
- "description":"娣诲姞绐椾綋鎺т欢鑷畾涔夊睘鎬",
- "body":"SL:AddWndProperty(widget, desc, key, value)"
- },
- "鍒犻櫎绐椾綋鎺т欢鑷畾涔夊睘鎬":{
- "prefix":"SL:DelWndProperty",
- "description":"鍒犻櫎绐椾綋鎺т欢鑷畾涔夊睘鎬",
- "body":"SL:DelWndProperty(widget, desc, key )"
- },
- "鑾峰彇绐椾綋鎺т欢鑷畾涔夊睘鎬":{
- "prefix":"SL:GetWndProperty",
- "description":"鑾峰彇绐椾綋鎺т欢鑷畾涔夊睘鎬",
- "body":"SL:GetWndProperty(widget, desc, key )"
- },
- "娉ㄥ唽娓告垙浜嬩欢鍥炶皟":{
- "prefix":"SL:RegisterLUAEvent",
- "description":"娉ㄥ唽娓告垙浜嬩欢鍥炶皟",
- "body":"SL:RegisterLUAEvent(eventID, eventTag, eventCB,widget)"
- },
- "娉ㄩ攢娓告垙浜嬩欢鍥炶皟":{
- "prefix":"SL:UnRegisterLUAEvent",
- "description":"娉ㄩ攢娓告垙浜嬩欢鍥炶皟",
- "body":"SL:UnRegisterLUAEvent(eventID, eventTag)"
- },
- "寮鍚竴涓畾鏃跺櫒":{
- "prefix":"SL:Schedule",
- "description":"寮鍚竴涓畾鏃跺櫒",
- "body":"SL:Schedule(callback, time)"
- },
- "鍋滄涓涓畾鏃跺櫒":{
- "prefix":"SL:UnSchedule",
- "description":"鍋滄涓涓畾鏃跺櫒",
- "body":"SL:UnSchedule(scheduleID)"
- },
- "寮鍚竴涓崟娆″畾鏃跺櫒":{
- "prefix":"SL:ScheduleOnce",
- "description":"寮鍚竴涓崟娆″畾鏃跺櫒",
- "body":"SL:ScheduleOnce(callback, time)"
- },
- "寮鍚竴涓畾鏃跺櫒, 缁戝畾node鑺傜偣":{
- "prefix":"SL:schedule",
- "description":"寮鍚竴涓畾鏃跺櫒, 缁戝畾node鑺傜偣",
- "body":"SL:schedule(node, callback, time)"
- },
- "寮鍚竴涓崟娆″畾鏃跺櫒, 缁戝畾node鑺傜偣":{
- "prefix":"SL:scheduleOnce",
- "description":"寮鍚竴涓崟娆″畾鏃跺櫒, 缁戝畾node鑺傜偣",
- "body":"SL:scheduleOnce(node, callback, time)"
- },
- "鑳屽寘鍒锋柊":{
- "prefix":"SL:RequestRefreshBagPos",
- "description":"鑳屽寘鍒锋柊",
- "body":"SL:RequestRefreshBagPos()"
- },
- "浣跨敤鐗╁搧":{
- "prefix":"SL:RequestUseItemByIndex",
- "description":"浣跨敤鐗╁搧",
- "body":"SL:RequestUseItemByIndex(Index)"
- },
- "鎵归噺鍕鹃夎儗鍖呯墿鍝":{
- "prefix":"SL:RequestSetBagItemChoose",
- "description":"鎵归噺鍕鹃夎儗鍖呯墿鍝",
- "body":"SL:RequestSetBagItemChoose(data)"
- },
- "涓㈠純鐗╁搧":{
- "prefix":"SL:RequestIntoDropBagItem",
- "description":"涓㈠純鐗╁搧",
- "body":"SL:RequestIntoDropBagItem(itemData)"
- },
- "妫娴嬩汉鐗╂槸鍚﹀彲绌挎埓":{
- "prefix":"SL:CheckItemUseNeed",
- "description":"妫娴嬩汉鐗╂槸鍚﹀彲绌挎埓",
- "body":"SL:CheckItemUseNeed(itemData)"
- },
- "妫娴嬭嫳闆勬槸鍚﹀彲绌挎埓":{
- "prefix":"SL:CheckItemUseNeed_Hero",
- "description":"妫娴嬭嫳闆勬槸鍚﹀彲绌挎埓",
- "body":"SL:CheckItemUseNeed_Hero(itemData)"
- },
- "瀵规瘮浼犲叆瑁呭鍜岃嚜韬┛鎴寸殑瑁呭":{
- "prefix":"GUIFunction:CompareEquipOnBody",
- "description":"瀵规瘮浼犲叆瑁呭鍜岃嚜韬┛鎴寸殑瑁呭",
- "body":"GUIFunction:CompareEquipOnBody(itemData, from)"
- },
- "浜虹墿瑁呭绌挎埓":{
- "prefix":"SL:RequestPlayerTakeOnEquip",
- "description":"浜虹墿瑁呭绌挎埓",
- "body":"SL:RequestPlayerTakeOnEquip(itemData, pos, isFromHero)"
- },
- "浜虹墿瑁呭鑴变笅":{
- "prefix":"SL:RequestPlayerTakeOffEquip",
- "description":"浜虹墿瑁呭鑴变笅",
- "body":"SL:RequestPlayerTakeOffEquip(itemData, isToHero)"
- },
- "鑻遍泟瑁呭绌挎埓":{
- "prefix":"SL:RequestHeroTakeOnEquip",
- "description":"鑻遍泟瑁呭绌挎埓",
- "body":"SL:RequestHeroTakeOnEquip(itemData, pos, isFromPlayer)"
- },
- "鑻遍泟瑁呭鑴变笅":{
- "prefix":"SL:RequestHeroTakeOffEquip",
- "description":"鑻遍泟瑁呭鑴变笅",
- "body":"SL:RequestHeroTakeOffEquip(itemData, isToPlayer)"
- },
- "鑾峰彇宸茶姹傛湇鍔$鐗╁搧鎵鏈夎嚜瀹氫箟鍙橀噺":{
- "prefix":"SL:GetSerCustomVar",
- "description":"鑾峰彇宸茶姹傛湇鍔$鐗╁搧鎵鏈夎嚜瀹氫箟鍙橀噺",
- "body":"SL:GetSerCustomVar(makeIndex)"
- },
- "鍙戦佹枃鏈樉绀哄埌鑱婂ぉ椤佃緭鍏ユ":{
- "prefix":"SL:onLUAEvent",
- "description":"鍙戦佹枃鏈樉绀哄埌鑱婂ぉ椤佃緭鍏ユ",
- "body":"SL:onLUAEvent(LUA_EVENT_CHAT_REPLACE_INPUT, str)"
- },
- "鍙戦乕鏅氭秷鎭痌鍒拌亰澶":{
- "prefix":"SL:RequestSendChatNormalMsg",
- "description":"鍙戦乕鏅氭秷鎭痌鍒拌亰澶",
- "body":"SL:RequestSendChatNormalMsg(msg, channel)"
- },
- "鍙戦乕绯荤粺鎻愮ず]鍒拌亰澶╂":{
- "prefix":"SL:ShowSystemChat",
- "description":"鍙戦乕绯荤粺鎻愮ず]鍒拌亰澶╂",
- "body":"SL:ShowSystemChat(msg, FColor, BColor)"
- },
- "鍙戦乕瑁呭]鍒拌亰澶":{
- "prefix":"SL:RequestSendChatEquipMsg",
- "description":"鍙戦乕瑁呭]鍒拌亰澶",
- "body":"SL:RequestSendChatEquipMsg(channel)"
- },
- "濉厖琛ㄦ儏鍒拌亰澶╄緭鍏":{
- "prefix":"SL:onLUAEvent",
- "description":"濉厖琛ㄦ儏鍒拌亰澶╄緭鍏",
- "body":"SL:onLUAEvent(LUA_EVENT_CHAT_PUSH_INPUT, data)"
- },
- "绉佽亰鐩爣":{
- "prefix":"SL:onLUAEvent",
- "description":"绉佽亰鐩爣",
- "body":"SL:onLUAEvent(LUA_EVENT_CHAT_PRIVATE_TARGET, data)"
- },
- "鏂板鏈湴鎺夎惤娑堟伅鍒拌亰澶":{
- "prefix":"SL:AddDropChatMsgShow",
- "description":"鏂板鏈湴鎺夎惤娑堟伅鍒拌亰澶",
- "body":"SL:AddDropChatMsgShow(data)"
- },
- "璇锋眰鑾峰彇閭欢鍒楄〃 涓娆″崄鏉":{
- "prefix":"SL:RequestMailList",
- "description":"璇锋眰鑾峰彇閭欢鍒楄〃 涓娆″崄鏉",
- "body":"SL:RequestMailList()"
- },
- "鍒犻櫎宸茶閭欢":{
- "prefix":"SL:RequestDelReadMail",
- "description":"鍒犻櫎宸茶閭欢",
- "body":"SL:RequestDelReadMail()"
- },
- "璇婚偖浠":{
- "prefix":"SL:RequestReadMail",
- "description":"璇婚偖浠",
- "body":"SL:RequestReadMail(mailId)"
- },
- "鍒犻櫎閭欢":{
- "prefix":"SL:RequestDelMail",
- "description":"鍒犻櫎閭欢",
- "body":"SL:RequestDelMail(mailId)"
- },
- "閭欢鍏ㄩ儴鎻愬彇":{
- "prefix":"SL:RequestGetAllMailItems",
- "description":"閭欢鍏ㄩ儴鎻愬彇",
- "body":"SL:RequestGetAllMailItems()"
- },
- "閭欢鎻愬彇":{
- "prefix":"SL:RequestGetMailItems",
- "description":"閭欢鎻愬彇",
- "body":"SL:RequestGetMailItems(mailId)"
- },
- "蹇熼夋嫨鐩爣":{
- "prefix":"SL:QuickSelectTarget",
- "description":"蹇熼夋嫨鐩爣",
- "body":"SL:QuickSelectTarget(data)"
- },
- "鎺т欢鍔犲叆鍒板厓鍙橀噺鑷姩鍒锋柊鐨勭粍浠":{
- "prefix":"SL:CustomAttrWidgetAdd",
- "description":"鎺т欢鍔犲叆鍒板厓鍙橀噺鑷姩鍒锋柊鐨勭粍浠",
- "body":"SL:CustomAttrWidgetAdd(metaValue, widget)"
- },
- "妫娴嬫帶浠舵槸鍚﹀彲瑙":{
- "prefix":"SL:CheckNodeCanCallBack",
- "description":"妫娴嬫帶浠舵槸鍚﹀彲瑙",
- "body":"SL:CheckNodeCanCallBack(node, touchPos)"
- },
- "娣诲姞鎻愬崌鎸夐挳":{
- "prefix":"SL:AddUpgradeBtn",
- "description":"娣诲姞鎻愬崌鎸夐挳",
- "body":"SL:AddUpgradeBtn(id, name, func)"
- },
- "鍒犻櫎鎻愬崌鎸夐挳":{
- "prefix":"SL:RemoveUpgradeBtn",
- "description":"鍒犻櫎鎻愬崌鎸夐挳",
- "body":"SL:RemoveUpgradeBtn(id)"
- },
- "妯℃嫙宸﹂敭鐐瑰嚮浜嬩欢":{
- "prefix":"SL:WinClick",
- "description":"妯℃嫙宸﹂敭鐐瑰嚮浜嬩欢",
- "body":"SL:WinClick(widget)"
- },
- "涓栫晫鍧愭爣杞寲涓哄湴鍥惧潗鏍":{
- "prefix":"SL:ConvertWorldPos2MapPos",
- "description":"涓栫晫鍧愭爣杞寲涓哄湴鍥惧潗鏍",
- "body":"SL:ConvertWorldPos2MapPos(worldX, worldY)"
- },
- "鍦板浘鍧愭爣杞寲涓轰笘鐣屽潗鏍":{
- "prefix":"SL:ConvertMapPos2WorldPos",
- "description":"鍦板浘鍧愭爣杞寲涓轰笘鐣屽潗鏍",
- "body":"SL:ConvertMapPos2WorldPos(mapX, mapY, centerOfGrid)"
- },
- "涓栫晫鍧愭爣杞寲涓哄睆骞曞潗鏍":{
- "prefix":"SL:ConvertWorldPos2Screen",
- "description":"涓栫晫鍧愭爣杞寲涓哄睆骞曞潗鏍",
- "body":"SL:ConvertWorldPos2Screen(worldX, worldY)"
- },
- "灞忓箷鍧愭爣杞寲涓轰笘鐣屽潗鏍":{
- "prefix":"SL:ConvertScreen2WorldPos",
- "description":"灞忓箷鍧愭爣杞寲涓轰笘鐣屽潗鏍",
- "body":"SL:ConvertScreen2WorldPos(screenX, screenY)"
- },
- "鎵撳紑QQ":{
- "prefix":"SL:RequestOpenQQ",
- "description":"鎵撳紑QQ",
- "body":"SL:RequestOpenQQ()"
- },
- "鍔燪Q":{
- "prefix":"SL:RequestJoinQQ",
- "description":"鍔燪Q",
- "body":"SL:RequestJoinQQ(id)"
- },
- "鍔燪Q缇":{
- "prefix":"SL:RequestJoinQQGroup",
- "description":"鍔燪Q缇",
- "body":"SL:RequestJoinQQGroup(key)"
- },
- "鎵撳紑寰俊":{
- "prefix":"SL:RequestOpenWX",
- "description":"鎵撳紑寰俊",
- "body":"SL:RequestOpenWX()"
- },
- "娣诲姞鍦板浘鐗规晥":{
- "prefix":"SL:AddMapSpecialEffect",
- "description":"娣诲姞鍦板浘鐗规晥",
- "body":"SL:AddMapSpecialEffect(ID, mapID, sfxId, x, y, loop,showType)"
- },
- "鍒犻櫎鍦板浘鐗规晥":{
- "prefix":"SL:RmvMapSpecialEffect",
- "description":"鍒犻櫎鍦板浘鐗规晥",
- "body":"SL:RmvMapSpecialEffect(ID, mapID)"
- },
- "娣诲姞Actor鐗规晥":{
- "prefix":"SL:AddActorEffect",
- "description":"娣诲姞Actor鐗规晥",
- "body":"SL:AddActorEffect(actorID, sfxID, isFront, offX, offY)"
- },
- "鍒犻櫎Actor鐗规晥":{
- "prefix":"SL:RmvActorEffect",
- "description":"鍒犻櫎Actor鐗规晥",
- "body":"SL:RmvActorEffect(actorID, sfxID)"
- },
- "寮烘敾":{
- "prefix":"SL:RequestForceAttack",
- "description":"寮烘敾",
- "body":"SL:RequestForceAttack()"
- },
- "鎷夎捣鍏呭":{
- "prefix":"SL:RequestPay",
- "description":"鎷夎捣鍏呭",
- "body":"SL:RequestPay(payWay, currencyID, price, productIndex)"
- },
- "鍏戞崲婵娲荤爜":{
- "prefix":"SL:RequestCDK",
- "description":"鍏戞崲婵娲荤爜",
- "body":"SL:RequestCDK(cdk)"
- },
- "璇锋眰鏀瑰彉PK妯″紡":{
- "prefix":"SL:RequestChangePKMode",
- "description":"璇锋眰鏀瑰彉PK妯″紡",
- "body":"SL:RequestChangePKMode(pkmode)"
- },
- "璇锋眰鏀瑰彉瀹犵墿鎴樻枟妯″紡":{
- "prefix":"SL:RequestChangePetPKMode",
- "description":"璇锋眰鏀瑰彉瀹犵墿鎴樻枟妯″紡",
- "body":"SL:RequestChangePetPKMode(pkmode)"
- },
- "璇锋眰浠庝粨搴撳彇鍑洪亾鍏":{
- "prefix":"SL:RequestPutOutStorageData",
- "description":"璇锋眰浠庝粨搴撳彇鍑洪亾鍏",
- "body":"SL:RequestPutOutStorageData(data)"
- },
- "璇锋眰閬撳叿鏀惧叆浠撳簱":{
- "prefix":"SL:RequestSaveItemToNpcStorage",
- "description":"璇锋眰閬撳叿鏀惧叆浠撳簱",
- "body":"SL:RequestSaveItemToNpcStorage(data)"
- },
- "璇锋眰浣跨敤閬撳叿":{
- "prefix":"SL:RequestUseItem",
- "description":"璇锋眰浣跨敤閬撳叿",
- "body":"SL:RequestUseItem(itemData)"
- },
- "璇锋眰浣跨敤鑻遍泟閬撳叿":{
- "prefix":"SL:RequestUseHeroItem",
- "description":"璇锋眰浣跨敤鑻遍泟閬撳叿",
- "body":"SL:RequestUseHeroItem(itemData)"
- },
- "鎷嗗垎閬撳叿":{
- "prefix":"SL:RequestSplitItem",
- "description":"鎷嗗垎閬撳叿",
- "body":"SL:RequestSplitItem(data, num)"
- },
- "鎷嗗垎閬撳叿(鑻遍泟)":{
- "prefix":"SL:RequestSplitHeroItem",
- "description":"鎷嗗垎閬撳叿(鑻遍泟)",
- "body":"SL:RequestSplitHeroItem(data, num)"
- },
- "璇锋眰璐拱鍟嗗搧":{
- "prefix":"SL:RequestStoreBuy",
- "description":"璇锋眰璐拱鍟嗗搧",
- "body":"SL:RequestStoreBuy(index, count)"
- },
- "鍙敜鑻遍泟鎴栨敹鍥":{
- "prefix":"SL:RequestCallOrOutHero",
- "description":"鍙敜鑻遍泟鎴栨敹鍥",
- "body":"SL:RequestCallOrOutHero()"
- },
- "璇锋眰瀹犵墿閿佸畾":{
- "prefix":"SL:RequestLockPetID",
- "description":"璇锋眰瀹犵墿閿佸畾",
- "body":"SL:RequestLockPetID(targetID)"
- },
- "璇锋眰鍙栨秷瀹犵墿閿佸畾":{
- "prefix":"SL:RequestUnLockPetID",
- "description":"璇锋眰鍙栨秷瀹犵墿閿佸畾",
- "body":"SL:RequestUnLockPetID(targetID)"
- },
- "閲婃斁鎶鑳":{
- "prefix":"SL:RequestLaunchSkill",
- "description":"閲婃斁鎶鑳",
- "body":"SL:RequestLaunchSkill(skillID)"
- },
- "璇锋眰鏂芥硶鍚堝嚮":{
- "prefix":"SL:RequestMagicJointAttack",
- "description":"璇锋眰鏂芥硶鍚堝嚮",
- "body":"SL:RequestMagicJointAttack()"
- },
- "鏌ョ湅鐩爣鐜╁淇℃伅":{
- "prefix":"SL:RequestLookPlayer",
- "description":"鏌ョ湅鐩爣鐜╁淇℃伅",
- "body":"SL:RequestLookPlayer(targetID, notForbid)"
- },
- "璇锋眰寮鍏冲紑鍏冲瀷鎶鑳":{
- "prefix":"SL:RequestOnOffSkill",
- "description":"璇锋眰寮鍏冲紑鍏冲瀷鎶鑳",
- "body":"SL:RequestOnOffSkill(skillID)"
- },
- "璇锋眰琛屼細鐢宠鍒楄〃":{
- "prefix":"SL:RequestGuildAllyApplyList",
- "description":"璇锋眰琛屼細鐢宠鍒楄〃",
- "body":"SL:RequestGuildAllyApplyList()"
- },
- "鎷掔粷琛屼細缁撶洘鐢宠":{
- "prefix":"SL:RequestGuildRejectAllyApply",
- "description":"鎷掔粷琛屼細缁撶洘鐢宠",
- "body":"SL:RequestGuildRejectAllyApply(guildID)"
- },
- "璇锋眰琛屼細鎴愬憳鍒楄〃":{
- "prefix":"SL:RequestGuildMemberList",
- "description":"璇锋眰琛屼細鎴愬憳鍒楄〃",
- "body":"SL:RequestGuildMemberList()"
- },
- "璇锋眰涓栫晫琛屼細鍒楄〃":{
- "prefix":"SL:RequestWorldGuildList",
- "description":"璇锋眰涓栫晫琛屼細鍒楄〃",
- "body":"SL:RequestWorldGuildList(page)"
- },
- "閭璇风帺瀹跺叆浼":{
- "prefix":"SL:RequestGuildInviteMember",
- "description":"閭璇风帺瀹跺叆浼",
- "body":"SL:RequestGuildInviteMember(uid)"
- },
- "韪㈠嚭琛屼細":{
- "prefix":"SL:RequestSubGuildMember",
- "description":"韪㈠嚭琛屼細",
- "body":"SL:RequestSubGuildMember(uid)"
- },
- "浠诲懡琛屼細鑱屼綅":{
- "prefix":"SL:RequestGuildAppointRank",
- "description":"浠诲懡琛屼細鑱屼綅",
- "body":"SL:RequestGuildAppointRank(uid, rank)"
- },
- "璇锋眰鍒涘缓闃熶紞":{
- "prefix":"SL:RequestCreateTeam",
- "description":"璇锋眰鍒涘缓闃熶紞",
- "body":"SL:RequestCreateTeam()"
- },
- "閭璇风帺瀹跺叆闃":{
- "prefix":"SL:RequestInviteJoinTeam",
- "description":"閭璇风帺瀹跺叆闃",
- "body":"SL:RequestInviteJoinTeam(uid, name)"
- },
- "鎷掔粷缁勯槦閭璇":{
- "prefix":"SL:RequestRefuseTeamInvite",
- "description":"鎷掔粷缁勯槦閭璇",
- "body":"SL:RequestRefuseTeamInvite(uid)"
- },
- "鍚屾剰缁勯槦閭璇":{
- "prefix":"SL:RequestAgreeTeamInvite",
- "description":"鍚屾剰缁勯槦閭璇",
- "body":"SL:RequestAgreeTeamInvite(uid)"
- },
- "鍚屾剰鐢宠鍏ラ槦":{
- "prefix":"SL:RequestApplyAgree",
- "description":"鍚屾剰鐢宠鍏ラ槦",
- "body":"SL:RequestApplyAgree(uid)"
- },
- "璇锋眰鍏ラ槦鐢宠鍒楄〃":{
- "prefix":"SL:RequestApplyData",
- "description":"璇锋眰鍏ラ槦鐢宠鍒楄〃",
- "body":"SL:RequestApplyData()"
- },
- "璇锋眰闄勮繎闃熶紞":{
- "prefix":"SL:RequestNearTeam",
- "description":"璇锋眰闄勮繎闃熶紞",
- "body":"SL:RequestNearTeam()"
- },
- "璇锋眰鍔犲叆闃熶紞":{
- "prefix":"SL:RequestApplyJoinTeam",
- "description":"璇锋眰鍔犲叆闃熶紞",
- "body":"SL:RequestApplyJoinTeam(uid)"
- },
- "绂诲紑闃熶紞":{
- "prefix":"SL:RequestLeaveTeam",
- "description":"绂诲紑闃熶紞",
- "body":"SL:RequestLeaveTeam()"
- },
- "淇濆瓨鍏佽缁勯槦鐘舵":{
- "prefix":"SL:Set_TEAM_STATUS_PERMIT",
- "description":"淇濆瓨鍏佽缁勯槦鐘舵",
- "body":"SL:Set_TEAM_STATUS_PERMIT(status)"
- },
- "韪㈠嚭闃熶紞":{
- "prefix":"SL:RequestSubTeamMember",
- "description":"韪㈠嚭闃熶紞",
- "body":"SL:RequestSubTeamMember(uid)"
- },
- "绉讳氦闃熼暱":{
- "prefix":"SL:RequestTransferTeamLeader",
- "description":"绉讳氦闃熼暱",
- "body":"SL:RequestTransferTeamLeader(uid)"
- },
- "璇锋眰濂藉弸鍒楄〃":{
- "prefix":"SL:RequestFriendList",
- "description":"璇锋眰濂藉弸鍒楄〃",
- "body":"SL:RequestFriendList()"
- },
- "璇锋眰娣诲姞濂藉弸":{
- "prefix":"SL:RequestAddFriend",
- "description":"璇锋眰娣诲姞濂藉弸",
- "body":"SL:RequestAddFriend(uname)"
- },
- "鍒犻櫎濂藉弸":{
- "prefix":"SL:RequestDelFriend",
- "description":"鍒犻櫎濂藉弸",
- "body":"SL:RequestDelFriend(uid)"
- },
- "濂藉弸鍔犲埌榛戝悕鍗":{
- "prefix":"SL:RequestAddBlacklistByName",
- "description":"濂藉弸鍔犲埌榛戝悕鍗",
- "body":"SL:RequestAddBlacklistByName(uname)"
- },
- "绉诲嚭榛戝悕鍗":{
- "prefix":"SL:RequestOutBlacklist",
- "description":"绉诲嚭榛戝悕鍗",
- "body":"SL:RequestOutBlacklist(uid)"
- },
- "鍚屾剰濂藉弸鐢宠":{
- "prefix":"SL:RequestAgreeFriendApply",
- "description":"鍚屾剰濂藉弸鐢宠",
- "body":"SL:RequestAgreeFriendApply(uname)"
- },
- "娓呯┖濂藉弸鐢宠鍒楄〃":{
- "prefix":"SL:RequestClearFriendApplyList",
- "description":"娓呯┖濂藉弸鐢宠鍒楄〃",
- "body":"SL:RequestClearFriendApplyList()"
- },
- "璇锋眰杩涜浜ゆ槗":{
- "prefix":"SL:RequestTrade",
- "description":"璇锋眰杩涜浜ゆ槗",
- "body":"SL:RequestTrade(uid)"
- },
- "璇锋眰鑾峰彇瀹濈鐗╁搧濂栧姳":{
- "prefix":"SL:RequestGetGoldBoxReward",
- "description":"璇锋眰鑾峰彇瀹濈鐗╁搧濂栧姳",
- "body":"SL:RequestGetGoldBoxReward()"
- },
- "璇锋眰鍐嶅紑鍚疂绠":{
- "prefix":"SL:RequestOpenGoldBox",
- "description":"璇锋眰鍐嶅紑鍚疂绠",
- "body":"SL:RequestOpenGoldBox()"
- },
- "璇锋眰鎷嶅崠琛屼笂鏋跺垪琛":{
- "prefix":"SL:RequestAuctionPutList",
- "description":"璇锋眰鎷嶅崠琛屼笂鏋跺垪琛",
- "body":"SL:RequestAuctionPutList(listType)"
- },
- "鎷嶅崠琛岃姹備笂鏋":{
- "prefix":"SL:RequestAuctionPutin",
- "description":"鎷嶅崠琛岃姹備笂鏋",
- "body":"SL:RequestAuctionPutin(makeindex, count, bidPrice, buyPrice, currencyID, rebate)"
- },
- "鎷嶅崠琛岃姹備笅鏋":{
- "prefix":"SL:RequestAuctionPutout",
- "description":"鎷嶅崠琛岃姹備笅鏋",
- "body":"SL:RequestAuctionPutout(makeindex)"
- },
- "鎷嶅崠琛岃姹傞噸鏂颁笂鏋":{
- "prefix":"SL:RequestAuctionRePutin",
- "description":"鎷嶅崠琛岃姹傞噸鏂颁笂鏋",
- "body":"SL:RequestAuctionRePutin(makeindex, count, bidPrice, buyPrice, currencyID, rebate)"
- },
- "鎷嶅崠琛岃姹傜珵浠":{
- "prefix":"SL:RequestAuctionBid",
- "description":"鎷嶅崠琛岃姹傜珵浠",
- "body":"SL:RequestAuctionBid(makeindex, price)"
- },
- "鎷嶅崠琛岃姹傞鍙栫珵鎷嶆垚鍔熺墿鍝":{
- "prefix":"SL:RequestAcquireBidItem",
- "description":"鎷嶅崠琛岃姹傞鍙栫珵鎷嶆垚鍔熺墿鍝",
- "body":"SL:RequestAcquireBidItem(makeindex)"
- },
- "璇锋眰姹傝喘鏁版嵁":{
- "prefix":"SL:RequestPurchaseItemList",
- "description":"璇锋眰姹傝喘鏁版嵁",
- "body":"SL:RequestPurchaseItemList(data)"
- },
- "璇锋眰姹傝喘鍑哄敭鐗╁搧":{
- "prefix":"SL:RequestPurchaseSell",
- "description":"璇锋眰姹傝喘鍑哄敭鐗╁搧",
- "body":"SL:RequestPurchaseSell(data)"
- },
- "璇锋眰涓婃灦姹傝喘鐗╁搧":{
- "prefix":"SL:RequestPurchasePutIn",
- "description":"璇锋眰涓婃灦姹傝喘鐗╁搧",
- "body":"SL:RequestPurchasePutIn(data)"
- },
- "璇锋眰涓嬫灦姹傝喘鐗╁搧":{
- "prefix":"SL:RequestPurchasePutOut",
- "description":"璇锋眰涓嬫灦姹傝喘鐗╁搧",
- "body":"SL:RequestPurchasePutOut(guid)"
- },
- "璇锋眰鍙栧嚭姹傝喘宸叉敹鐗╁搧":{
- "prefix":"SL:RequestPurchaseTakeOut",
- "description":"璇锋眰鍙栧嚭姹傝喘宸叉敹鐗╁搧",
- "body":"SL:RequestPurchaseTakeOut(guid)"
- },
- "璇锋眰鐐瑰嚮NPC":{
- "prefix":"SL:RequestNPCTalk",
- "description":"璇锋眰鐐瑰嚮NPC",
- "body":"SL:RequestNPCTalk(npcID)"
- },
- "璇锋眰鎺掕姒滄暟鎹":{
- "prefix":"SL:RequestRankData",
- "description":"璇锋眰鎺掕姒滄暟鎹",
- "body":"SL:RequestRankData(type,selectType)"
- },
- "璇锋眰鐜╁鎺掕姒滄暟鎹":{
- "prefix":"SL:RequestPlayerRankData",
- "description":"璇锋眰鐜╁鎺掕姒滄暟鎹",
- "body":"SL:RequestPlayerRankData(userID, type)"
- },
- "璇锋眰鐜╁绉板彿鏁版嵁":{
- "prefix":"SL:RequestTitleList",
- "description":"璇锋眰鐜╁绉板彿鏁版嵁",
- "body":"SL:RequestTitleList()"
- },
- "璇锋眰鍙栦笅绉板彿":{
- "prefix":"SL:RequestDisboardTitle",
- "description":"璇锋眰鍙栦笅绉板彿",
- "body":"SL:RequestDisboardTitle()"
- },
- "璇锋眰婵娲荤О鍙":{
- "prefix":"SL:RequestActivateTitle",
- "description":"璇锋眰婵娲荤О鍙",
- "body":"SL:RequestActivateTitle(titleId)"
- },
- "璇锋眰纭鍔犲睘鎬х偣":{
- "prefix":"SL:RequestAddReinAttr_N",
- "description":"璇锋眰纭鍔犲睘鎬х偣",
- "body":"SL:RequestAddReinAttr_N(data, m_nBonusPoint)"
- },
- "鎻愪氦浠诲姟":{
- "prefix":"SL:RequestSubmitMission",
- "description":"鎻愪氦浠诲姟",
- "body":"SL:RequestSubmitMission(missionID)"
- },
- "璇锋眰鍚堟垚":{
- "prefix":"SL:ResquestCompoundItem",
- "description":"璇锋眰鍚堟垚",
- "body":"SL:ResquestCompoundItem(compoundID)"
- },
- "璇锋眰鏁忔劅璇嶆娴":{
- "prefix":"SL:RequestCheckSensitiveWord",
- "description":"璇锋眰鏁忔劅璇嶆娴",
- "body":"SL:RequestCheckSensitiveWord(str, type, callback)"
- },
- "閭璇蜂笂椹":{
- "prefix":"SL:RequestInvitePlayerInHorse",
- "description":"閭璇蜂笂椹",
- "body":"SL:RequestInvitePlayerInHorse(uid)"
- },
- "鍒囨崲鑻遍泟鐘舵":{
- "prefix":"SL:RequestChangeHeroMode",
- "description":"鍒囨崲鑻遍泟鐘舵",
- "body":"SL:RequestChangeHeroMode(type)"
- },
- "璇锋眰鑻遍泟绉板彿鏁版嵁":{
- "prefix":"SL:RequestTitleList_Hero",
- "description":"璇锋眰鑻遍泟绉板彿鏁版嵁",
- "body":"SL:RequestTitleList_Hero()"
- },
- "鑻遍泟璇锋眰鍙栦笅绉板彿":{
- "prefix":"SL:RequestDisboardTitle_Hero",
- "description":"鑻遍泟璇锋眰鍙栦笅绉板彿",
- "body":"SL:RequestDisboardTitle_Hero()"
- },
- "鑻遍泟璇锋眰婵娲荤О鍙":{
- "prefix":"SL:RequestActivateTitle_Hero",
- "description":"鑻遍泟璇锋眰婵娲荤О鍙",
- "body":"SL:RequestActivateTitle_Hero(titleId)"
- },
- "閫氱煡鏈嶅姟绔 鑻遍泟鏃惰鏄剧ず寮鍏":{
- "prefix":"SL:SendSuperEquipSetting_Hero",
- "description":"閫氱煡鏈嶅姟绔 鑻遍泟鏃惰鏄剧ず寮鍏",
- "body":"SL:SendSuperEquipSetting_Hero(type)"
- },
- "鑻遍泟璇锋眰閿佸畾鐩爣":{
- "prefix":"SL:RequestLockTargetByHero",
- "description":"鑻遍泟璇锋眰閿佸畾鐩爣",
- "body":"SL:RequestLockTargetByHero(actorID, isPlayer)"
- },
- "鑻遍泟鍙栨秷閿佸畾":{
- "prefix":"SL:RequestCancelLockByHero",
- "description":"鑻遍泟鍙栨秷閿佸畾",
- "body":"SL:RequestCancelLockByHero()"
- },
- "璇锋眰鍦板浘缁勯槦鎴愬憳鏁版嵁":{
- "prefix":"SL:RequestMiniMapTeam",
- "description":"璇锋眰鍦板浘缁勯槦鎴愬憳鏁版嵁",
- "body":"SL:RequestMiniMapTeam()"
- },
- "璇锋眰鍦板浘鎬墿鏁版嵁":{
- "prefix":"SL:RequestMiniMapMonsters",
- "description":"璇锋眰鍦板浘鎬墿鏁版嵁",
- "body":"SL:RequestMiniMapMonsters()"
- },
- "璇锋眰鍐呭姛鎶鑳芥暟鎹":{
- "prefix":"SL:RequestInternalSkillData",
- "description":"璇锋眰鍐呭姛鎶鑳芥暟鎹",
- "body":"SL:RequestInternalSkillData(isHero)"
- },
- "璇锋眰缁忕粶绌翠綅婵娲":{
- "prefix":"SL:RequestAucPointOpen",
- "description":"璇锋眰缁忕粶绌翠綅婵娲",
- "body":"SL:RequestAucPointOpen(typeID, aucPointID, isHero)"
- },
- "淇偧缁忕粶":{
- "prefix":"SL:RequestMeridianLevelUp",
- "description":"淇偧缁忕粶",
- "body":"SL:RequestMeridianLevelUp(typeID, isHero)"
- },
- "璁剧疆杩炲嚮鎶鑳":{
- "prefix":"SL:RequestSetComboSkill",
- "description":"璁剧疆杩炲嚮鎶鑳",
- "body":"SL:RequestSetComboSkill(key, skillID, isHero)"
- },
- "璇锋眰璁剧疆鍐呭姛鏉″墠缃紑鍏 骞跺埛鏂版樉绀":{
- "prefix":"SL:RequestNGHudShow",
- "description":"璇锋眰璁剧疆鍐呭姛鏉″墠缃紑鍏 骞跺埛鏂版樉绀",
- "body":"SL:RequestNGHudShow(show)"
- },
- "鎵撳紑璁剧疆鐣岄潰":{
- "prefix":"UIOperator:OpenSettingUI",
- "description":"鎵撳紑璁剧疆鐣岄潰",
- "body":"UIOperator:OpenSettingUI(pageID)"
- },
- "鍏抽棴璁剧疆鐣岄潰":{
- "prefix":"UIOperator:CloseSettingUI",
- "description":"鍏抽棴璁剧疆鐣岄潰",
- "body":"UIOperator:CloseSettingUI()"
- },
- "鎵撳紑琛屼細鐣岄潰":{
- "prefix":"UIOperator:OpenGuildMainUI",
- "description":"鎵撳紑琛屼細鐣岄潰",
- "body":"UIOperator:OpenGuildMainUI(pageID)"
- },
- "鍏抽棴琛屼細鐣岄潰":{
- "prefix":"UIOperator:CloseGuildMainUI",
- "description":"鍏抽棴琛屼細鐣岄潰",
- "body":"UIOperator:CloseGuildMainUI()"
- },
- "鎵撳紑琛屼細鐢宠鐣岄潰":{
- "prefix":"UIOperator:OpenGuildApplyListUI",
- "description":"鎵撳紑琛屼細鐢宠鐣岄潰",
- "body":"UIOperator:OpenGuildApplyListUI()"
- },
- "鍏抽棴琛屼細鐢宠鐣岄潰":{
- "prefix":"UIOperator:CloseGuildApplyListUI",
- "description":"鍏抽棴琛屼細鐢宠鐣岄潰",
- "body":"UIOperator:CloseGuildApplyListUI()"
- },
- "鎵撳紑琛屼細鍒涘缓鐣岄潰":{
- "prefix":"UIOperator:OpenGuildCreateUI",
- "description":"鎵撳紑琛屼細鍒涘缓鐣岄潰",
- "body":"UIOperator:OpenGuildCreateUI()"
- },
- "鍏抽棴琛屼細鍒涘缓鐣岄潰":{
- "prefix":"UIOperator:CloseGuildCreateUI",
- "description":"鍏抽棴琛屼細鍒涘缓鐣岄潰",
- "body":"UIOperator:CloseGuildCreateUI()"
- },
- "鎵撳紑琛屼細缁撶洘鐢宠鐣岄潰":{
- "prefix":"UIOperator:OpenGuildAllyApplyUI",
- "description":"鎵撳紑琛屼細缁撶洘鐢宠鐣岄潰",
- "body":"UIOperator:OpenGuildAllyApplyUI()"
- },
- "鍏抽棴琛屼細缁撶洘鐢宠鐣岄潰":{
- "prefix":"UIOperator:CloseGuildAllyApplyUI",
- "description":"鍏抽棴琛屼細缁撶洘鐢宠鐣岄潰",
- "body":"UIOperator:CloseGuildAllyApplyUI()"
- },
- "鍏抽棴琛屼細瀹f垬/缁撶洘鐣岄潰":{
- "prefix":"UIOperator:CloseGuildWarAllyUI",
- "description":"鍏抽棴琛屼細瀹f垬/缁撶洘鐣岄潰",
- "body":"UIOperator:CloseGuildWarAllyUI()"
- },
- "鎵撳紑浜虹墿鑳屽寘":{
- "prefix":"UIOperator:OpenBagUI",
- "description":"鎵撳紑浜虹墿鑳屽寘",
- "body":"UIOperator:OpenBagUI(data)"
- },
- "鍏抽棴浜虹墿鑳屽寘":{
- "prefix":"UIOperator:CloseBagUI",
- "description":"鍏抽棴浜虹墿鑳屽寘",
- "body":"UIOperator:CloseBagUI()"
- },
- "鎵撳紑鑻遍泟鑳屽寘":{
- "prefix":"UIOperator:OpenHeroBagUI",
- "description":"鎵撳紑鑻遍泟鑳屽寘",
- "body":"UIOperator:OpenHeroBagUI()"
- },
- "鍏抽棴鑻遍泟鑳屽寘":{
- "prefix":"UIOperator:CloseHeroBagUI",
- "description":"鍏抽棴鑻遍泟鑳屽寘",
- "body":"UIOperator:CloseHeroBagUI()"
- },
- "鎵撳紑鎷嶅崠琛":{
- "prefix":"UIOperator:OpenAuctionUI",
- "description":"鎵撳紑鎷嶅崠琛",
- "body":"UIOperator:OpenAuctionUI()"
- },
- "鍏抽棴鎷嶅崠琛":{
- "prefix":"UIOperator:CloseAuctionUI",
- "description":"鍏抽棴鎷嶅崠琛",
- "body":"UIOperator:CloseAuctionUI()"
- },
- "鎵撳紑鎽嗘憡鐣岄潰":{
- "prefix":"UIOperator:OpenStallLayerUI",
- "description":"鎵撳紑鎽嗘憡鐣岄潰",
- "body":"UIOperator:OpenStallLayerUI()"
- },
- "鍏抽棴鎽嗘憡鐣岄潰":{
- "prefix":"UIOperator:CloseStallLayerUI",
- "description":"鍏抽棴鎽嗘憡鐣岄潰",
- "body":"UIOperator:CloseStallLayerUI()"
- },
- "鎵撳紑鐜╁浜ゆ槗鐣岄潰":{
- "prefix":"UIOperator:OpenTradeUI",
- "description":"鎵撳紑鐜╁浜ゆ槗鐣岄潰",
- "body":"UIOperator:OpenTradeUI()"
- },
- "鍏抽棴鐜╁浜ゆ槗鐣岄潰":{
- "prefix":"SL:CloseTradeUI",
- "description":"鍏抽棴鐜╁浜ゆ槗鐣岄潰",
- "body":"SL:CloseTradeUI()"
- },
- "鎵撳紑鎺掕姒":{
- "prefix":"UIOperator:OpenRankUI",
- "description":"鎵撳紑鎺掕姒",
- "body":"UIOperator:OpenRankUI(type)"
- },
- "鍏抽棴鎺掕姒":{
- "prefix":"UIOperator:CloseRankUI",
- "description":"鍏抽棴鎺掕姒",
- "body":"UIOperator:CloseRankUI()"
- },
- "鎵撳紑鑱婂ぉ鐣岄潰(鎵嬫満绔)":{
- "prefix":"UIOperator:OpenChatUI",
- "description":"鎵撳紑鑱婂ぉ鐣岄潰(鎵嬫満绔)",
- "body":"UIOperator:OpenChatUI()"
- },
- "鍏抽棴鑱婂ぉ鐣岄潰(鎵嬫満绔)":{
- "prefix":"UIOperator:CloseChatUI",
- "description":"鍏抽棴鑱婂ぉ鐣岄潰(鎵嬫満绔)",
- "body":"UIOperator:CloseChatUI()"
- },
- "鎵撳紑鑱婂ぉ鎵╁睍妗":{
- "prefix":"UIOperator:OpenChatExtendUI",
- "description":"鎵撳紑鑱婂ぉ鎵╁睍妗",
- "body":"UIOperator:OpenChatExtendUI(index)"
- },
- "鍏抽棴鑱婂ぉ鎵╁睍妗":{
- "prefix":"UIOperator:CloseChatExtendUI",
- "description":"鍏抽棴鑱婂ぉ鎵╁睍妗",
- "body":"UIOperator:CloseChatExtendUI()"
- },
- "鎵撳紑绀惧尯甯栧瓙":{
- "prefix":"UIOperator:OpenCommunityUI",
- "description":"鎵撳紑绀惧尯甯栧瓙",
- "body":"UIOperator:OpenCommunityUI()"
- },
- "鍏抽棴绀惧尯甯栧瓙":{
- "prefix":"UIOperator:CloseCommunityUI",
- "description":"鍏抽棴绀惧尯甯栧瓙",
- "body":"UIOperator:CloseCommunityUI()"
- },
- "鎵撳紑浜ゆ槗琛":{
- "prefix":"UIOperator:OpenTradingBankUI",
- "description":"鎵撳紑浜ゆ槗琛",
- "body":"UIOperator:OpenTradingBankUI()"
- },
- "鍏抽棴浜ゆ槗琛":{
- "prefix":"UIOperator:CloseTradingBankUI",
- "description":"鍏抽棴浜ゆ槗琛",
- "body":"UIOperator:CloseTradingBankUI()"
- },
- "鎵撳紑鍟嗗煄":{
- "prefix":"UIOperator:OpenStoreFrameUI",
- "description":"鎵撳紑鍟嗗煄",
- "body":"UIOperator:OpenStoreFrameUI(page)"
- },
- "鍏抽棴鍟嗗煄":{
- "prefix":"UIOperator:CloseStoreFrameUI",
- "description":"鍏抽棴鍟嗗煄",
- "body":"UIOperator:CloseStoreFrameUI()"
- },
- "鎵撳紑鍟嗗煄鍟嗗搧璐拱妗":{
- "prefix":"UIOperator:OpenStoreDetailUI",
- "description":"鎵撳紑鍟嗗煄鍟嗗搧璐拱妗",
- "body":"UIOperator:OpenStoreDetailUI(storeIndex, limitStr)"
- },
- "鍏抽棴鍟嗗煄鍟嗗搧璐拱妗":{
- "prefix":"UIOperator:CloseStoreDetailUI",
- "description":"鍏抽棴鍟嗗煄鍟嗗搧璐拱妗",
- "body":"UIOperator:CloseStoreDetailUI()"
- },
- "鎵撳紑鎶鑳介厤缃晫闈":{
- "prefix":"UIOperator:OpenSkillSettingUI",
- "description":"鎵撳紑鎶鑳介厤缃晫闈",
- "body":"UIOperator:OpenSkillSettingUI(data)"
- },
- "鍏抽棴鎶鑳介厤缃晫闈":{
- "prefix":"UIOperator:CloseSkillSettingUI",
- "description":"鍏抽棴鎶鑳介厤缃晫闈",
- "body":"UIOperator:CloseSkillSettingUI()"
- },
- "鎵撳紑绀句氦鐣岄潰":{
- "prefix":"UIOperator:OpenSocialUI",
- "description":"鎵撳紑绀句氦鐣岄潰",
- "body":"UIOperator:OpenSocialUI(page)"
- },
- "鍏抽棴绀句氦鐣岄潰":{
- "prefix":"UIOperator:CloseSocialUI",
- "description":"鍏抽棴绀句氦鐣岄潰",
- "body":"UIOperator:CloseSocialUI()"
- },
- "鎵撳紑鍒嗚鲸鐜囦慨鏀圭晫闈(PC绔)":{
- "prefix":"UIOperator:OpenResolutionSetUI",
- "description":"鎵撳紑鍒嗚鲸鐜囦慨鏀圭晫闈(PC绔)",
- "body":"UIOperator:OpenResolutionSetUI()"
- },
- "鍏抽棴鍒嗚鲸鐜囦慨鏀圭晫闈(PC绔)":{
- "prefix":"UIOperator:CloseResolutionSetUI",
- "description":"鍏抽棴鍒嗚鲸鐜囦慨鏀圭晫闈(PC绔)",
- "body":"UIOperator:CloseResolutionSetUI()"
- },
- "鎵撳紑鐜╁瑙掕壊鐣岄潰":{
- "prefix":"UIOperator:OpenMyPlayerUI",
- "description":"鎵撳紑鐜╁瑙掕壊鐣岄潰",
- "body":"UIOperator:OpenMyPlayerUI(data)"
- },
- "鍏抽棴鐜╁瑙掕壊鐣岄潰":{
- "prefix":"UIOperator:CloseMyPlayerUI",
- "description":"鍏抽棴鐜╁瑙掕壊鐣岄潰",
- "body":"UIOperator:CloseMyPlayerUI()"
- },
- "鎵撳紑鑻遍泟瑙掕壊鐣岄潰":{
- "prefix":"UIOperator:OpenMyHeroUI",
- "description":"鎵撳紑鑻遍泟瑙掕壊鐣岄潰",
- "body":"UIOperator:OpenMyHeroUI(data)"
- },
- "鍏抽棴鑻遍泟瑙掕壊鐣岄潰":{
- "prefix":"UIOperator:CloseMyHeroUI",
- "description":"鍏抽棴鑻遍泟瑙掕壊鐣岄潰",
- "body":"UIOperator:CloseMyHeroUI()"
- },
- "浜ゆ槗琛屾煡鐪嬩粬浜虹晫闈":{
- "prefix":"SL:CloseTradingBankHeroPageUI",
- "description":"浜ゆ槗琛屾煡鐪嬩粬浜虹晫闈",
- "body":"SL:CloseTradingBankHeroPageUI(data)"
- },
- "鎵撳紑棣栭グ鐩掔晫闈":{
- "prefix":"UIOperator:OpenBestRingBoxUI",
- "description":"鎵撳紑棣栭グ鐩掔晫闈",
- "body":"UIOperator:OpenBestRingBoxUI(param)"
- },
- "鍏抽棴棣栭グ鐩掔晫闈":{
- "prefix":"UIOperator:CloseBestRingBoxUI",
- "description":"鍏抽棴棣栭グ鐩掔晫闈",
- "body":"UIOperator:CloseBestRingBoxUI(param)"
- },
- "鎵撳紑绉板彿鎻愮ず鐣岄潰":{
- "prefix":"UIOperator:OpenTitleTipsUI",
- "description":"鎵撳紑绉板彿鎻愮ず鐣岄潰",
- "body":"UIOperator:OpenTitleTipsUI(data)"
- },
- "鍏抽棴绉板彿鎻愮ず鐣岄潰":{
- "prefix":"UIOperator:CloseTitleTipsUI",
- "description":"鍏抽棴绉板彿鎻愮ず鐣岄潰",
- "body":"UIOperator:CloseTitleTipsUI()"
- },
- "鍏抽棴浜ゆ槗琛屾煡鐪嬩粬浜虹晫闈":{
- "prefix":"SL:CloseTradingBankLookInfoUI",
- "description":"鍏抽棴浜ゆ槗琛屾煡鐪嬩粬浜虹晫闈",
- "body":"SL:CloseTradingBankLookInfoUI()"
- },
- "鎵撳紑閭璇风粍闃熺晫闈":{
- "prefix":"UIOperator:OpenTeamInvite",
- "description":"鎵撳紑閭璇风粍闃熺晫闈",
- "body":"UIOperator:OpenTeamInvite()"
- },
- "鍏抽棴閭璇风粍闃熺晫闈":{
- "prefix":"UIOperator:CloseTeamInvite",
- "description":"鍏抽棴閭璇风粍闃熺晫闈",
- "body":"UIOperator:CloseTeamInvite()"
- },
- "鎵撳紑鍏ラ槦鐢宠鍒楄〃":{
- "prefix":"UIOperator:OpenTeamApply",
- "description":"鎵撳紑鍏ラ槦鐢宠鍒楄〃",
- "body":"UIOperator:OpenTeamApply()"
- },
- "鍏抽棴鍏ラ槦鐢宠鍒楄〃":{
- "prefix":"UIOperator:CloseTeamApply",
- "description":"鍏抽棴鍏ラ槦鐢宠鍒楄〃",
- "body":"UIOperator:CloseTeamApply()"
- },
- "鎵撳紑灏忓湴鍥剧晫闈":{
- "prefix":"UIOperator:OpenMiniMap",
- "description":"鎵撳紑灏忓湴鍥剧晫闈",
- "body":"UIOperator:OpenMiniMap()"
- },
- "鍏抽棴灏忓湴鍥剧晫闈":{
- "prefix":"UIOperator:CloseMiniMap",
- "description":"鍏抽棴灏忓湴鍥剧晫闈",
- "body":"UIOperator:CloseMiniMap()"
- },
- "鎵撳紑涓荤晫闈㈡妧鑳芥寜閽尯鍩":{
- "prefix":"SL:OpenGuideEnter",
- "description":"鎵撳紑涓荤晫闈㈡妧鑳芥寜閽尯鍩",
- "body":"SL:OpenGuideEnter(param)"
- },
- "鍏抽棴涓荤晫闈㈡妧鑳芥寜閽尯鍩":{
- "prefix":"SL:CloseGuideEnter",
- "description":"鍏抽棴涓荤晫闈㈡妧鑳芥寜閽尯鍩",
- "body":"SL:CloseGuideEnter()"
- },
- "鎵撳紑杞敓鐐瑰垎閰嶇晫闈":{
- "prefix":"UIOperator:OpenReinAttrUI",
- "description":"鎵撳紑杞敓鐐瑰垎閰嶇晫闈",
- "body":"UIOperator:OpenReinAttrUI()"
- },
- "鍏抽棴杞敓鐐瑰垎閰嶇晫闈":{
- "prefix":"UIOperator:CloseReinAttrUI",
- "description":"鍏抽棴杞敓鐐瑰垎閰嶇晫闈",
- "body":"UIOperator:CloseReinAttrUI()"
- },
- "鎵撳紑浠诲姟鏍":{
- "prefix":"SL:OpenAssistUI",
- "description":"鎵撳紑浠诲姟鏍",
- "body":"SL:OpenAssistUI()"
- },
- "鍏抽棴浠诲姟鏍":{
- "prefix":"SL:CloseAssistUI",
- "description":"鍏抽棴浠诲姟鏍",
- "body":"SL:CloseAssistUI()"
- },
- "鎵撳紑涓荤晫闈㈠皬鍦板浘鏀剁缉(鎵嬫満绔)":{
- "prefix":"SL:OpenMiniMapChangeUI",
- "description":"鎵撳紑涓荤晫闈㈠皬鍦板浘鏀剁缉(鎵嬫満绔)",
- "body":"SL:OpenMiniMapChangeUI()"
- },
- "鍏抽棴涓荤晫闈㈠皬鍦板浘鏀剁缉(鎵嬫満绔)":{
- "prefix":"SL:CloseMiniMapChangeUI",
- "description":"鍏抽棴涓荤晫闈㈠皬鍦板浘鏀剁缉(鎵嬫満绔)",
- "body":"SL:CloseMiniMapChangeUI()"
- },
- "鎵撳紑闄勮繎灞曠ず椤":{
- "prefix":"UIOperator:OpenMainNearUI",
- "description":"鎵撳紑闄勮繎灞曠ず椤",
- "body":"UIOperator:OpenMainNearUI()"
- },
- "鍏抽棴闄勮繎灞曠ず椤":{
- "prefix":"UIOperator:CloseMainNearUI",
- "description":"鍏抽棴闄勮繎灞曠ず椤",
- "body":"UIOperator:CloseMainNearUI()"
- },
- "鐩存帴璋冪敤鏀粯":{
- "prefix":"SL:OpenCallPayUI",
- "description":"鐩存帴璋冪敤鏀粯",
- "body":"SL:OpenCallPayUI()"
- },
- "鎵撳紑瀹㈡湇UI":{
- "prefix":"UIOperator:OpenKefuUI",
- "description":"鎵撳紑瀹㈡湇UI",
- "body":"UIOperator:OpenKefuUI()"
- },
- "鎵撳紑PC绔鑱婄晫闈":{
- "prefix":"UIOperator:OpenPCPrivateUI",
- "description":"鎵撳紑PC绔鑱婄晫闈",
- "body":"UIOperator:OpenPCPrivateUI()"
- },
- "鍏抽棴PC绔鑱婄晫闈":{
- "prefix":"UIOperator:ClosePCPrivateUI",
- "description":"鍏抽棴PC绔鑱婄晫闈",
- "body":"UIOperator:ClosePCPrivateUI()"
- },
- "鎵撳紑娣诲姞濂藉弸鐣岄潰":{
- "prefix":"UIOperator:OpenAddFriendUI",
- "description":"鎵撳紑娣诲姞濂藉弸鐣岄潰",
- "body":"UIOperator:OpenAddFriendUI()"
- },
- "鍏抽棴娣诲姞濂藉弸鐣岄潰":{
- "prefix":"UIOperator:CloseAddFriendUI",
- "description":"鍏抽棴娣诲姞濂藉弸鐣岄潰",
- "body":"UIOperator:CloseAddFriendUI()"
- },
- "鎵撳紑娣诲姞榛戝悕鍗曠晫闈":{
- "prefix":"UIOperator:OpenAddBlackListUI",
- "description":"鎵撳紑娣诲姞榛戝悕鍗曠晫闈",
- "body":"UIOperator:OpenAddBlackListUI()"
- },
- "鍏抽棴娣诲姞榛戝悕鍗曠晫闈":{
- "prefix":"UIOperator:CloseAddBlackListUI",
- "description":"鍏抽棴娣诲姞榛戝悕鍗曠晫闈",
- "body":"UIOperator:CloseAddBlackListUI()"
- },
- "鎵撳紑濂藉弸娣诲姞鐢宠椤":{
- "prefix":"UIOperator:OpenFriendApplyUI",
- "description":"鎵撳紑濂藉弸娣诲姞鐢宠椤",
- "body":"UIOperator:OpenFriendApplyUI()"
- },
- "鍏抽棴濂藉弸娣诲姞鐢宠椤":{
- "prefix":"UIOperator:CloseFriendApplyUI",
- "description":"鍏抽棴濂藉弸娣诲姞鐢宠椤",
- "body":"UIOperator:CloseFriendApplyUI()"
- },
- "鎵撳紑鎷嶅崠琛-涓栫晫鎷嶅崠/琛屼細鎷嶅崠":{
- "prefix":"UIOperator:OpenAuctionUI",
- "description":"鎵撳紑鎷嶅崠琛-涓栫晫鎷嶅崠/琛屼細鎷嶅崠",
- "body":"UIOperator:OpenAuctionUI(param)"
- },
- "鍏抽棴鎷嶅崠琛-涓栫晫鎷嶅崠/琛屼細鎷嶅崠":{
- "prefix":"UIOperator:CloseAuctionUI",
- "description":"鍏抽棴鎷嶅崠琛-涓栫晫鎷嶅崠/琛屼細鎷嶅崠",
- "body":"UIOperator:CloseAuctionUI()"
- },
- "鎵撳紑鎷嶅崠琛屼笂鏋剁晫闈":{
- "prefix":"UIOperator:OpenAuctionPutinUI",
- "description":"鎵撳紑鎷嶅崠琛屼笂鏋剁晫闈",
- "body":"UIOperator:OpenAuctionPutinUI(itemData)"
- },
- "鍏抽棴鎷嶅崠琛屼笂鏋剁晫闈":{
- "prefix":"UIOperator:CloseAuctionPutinUI",
- "description":"鍏抽棴鎷嶅崠琛屼笂鏋剁晫闈",
- "body":"UIOperator:CloseAuctionPutinUI()"
- },
- "鎵撳紑鎷嶅崠琛屼笅鏋剁晫闈":{
- "prefix":"UIOperator:OpenAuctionPutoutUI",
- "description":"鎵撳紑鎷嶅崠琛屼笅鏋剁晫闈",
- "body":"UIOperator:OpenAuctionPutoutUI(item)"
- },
- "鍏抽棴鎷嶅崠琛屼笅鏋剁晫闈":{
- "prefix":"UIOperator:CloseAuctionPutoutUI",
- "description":"鍏抽棴鎷嶅崠琛屼笅鏋剁晫闈",
- "body":"UIOperator:CloseAuctionPutoutUI()"
- },
- "鎵撳紑鎷嶅崠琛岀珵鎷嶇晫闈":{
- "prefix":"UIOperator:OpenAuctionBidUI",
- "description":"鎵撳紑鎷嶅崠琛岀珵鎷嶇晫闈",
- "body":"UIOperator:OpenAuctionBidUI(item)"
- },
- "鎵撳紑琛屼細瀹f垬/缁撶洘妗":{
- "prefix":"UIOperator:OpenGuildWarAllyUI",
- "description":"鎵撳紑琛屼細瀹f垬/缁撶洘妗",
- "body":"UIOperator:OpenGuildWarAllyUI()"
- },
- "鍏抽棴瑙掕壊瑁呭":{
- "prefix":"UIOperator:CloseRoleEquipUI",
- "description":"鍏抽棴瑙掕壊瑁呭",
- "body":"UIOperator:CloseRoleEquipUI(type)"
- },
- "鎵撳紑 澧炲姞鎬墿绫诲瀷 璁剧疆鐣岄潰":{
- "prefix":"UIOperator:OpenAddMonsterTypeUI",
- "description":"鎵撳紑 澧炲姞鎬墿绫诲瀷 璁剧疆鐣岄潰",
- "body":"UIOperator:OpenAddMonsterTypeUI()"
- },
- "鍏抽棴 澧炲姞鎬墿绫诲瀷 璁剧疆鐣岄潰":{
- "prefix":"UIOperator:CloseAddMonsterTypeUI",
- "description":"鍏抽棴 澧炲姞鎬墿绫诲瀷 璁剧疆鐣岄潰",
- "body":"UIOperator:CloseAddMonsterTypeUI()"
- },
- "鍏抽棴鎷嶅崠琛岀珵鎷嶇晫闈":{
- "prefix":"UIOperator:CloseAuctionBidUI",
- "description":"鍏抽棴鎷嶅崠琛岀珵鎷嶇晫闈",
- "body":"UIOperator:CloseAuctionBidUI()"
- },
- "鎵撳紑鎷嶅崠琛屼竴鍙d环鐣岄潰":{
- "prefix":"UIOperator:OpenAuctionBuyUI",
- "description":"鎵撳紑鎷嶅崠琛屼竴鍙d环鐣岄潰",
- "body":"UIOperator:OpenAuctionBuyUI(item)"
- },
- "鍏抽棴鎷嶅崠琛屼竴鍙d环鐣岄潰":{
- "prefix":"UIOperator:CloseAuctionBuyUI",
- "description":"鍏抽棴鎷嶅崠琛屼竴鍙d环鐣岄潰",
- "body":"UIOperator:CloseAuctionBuyUI()"
- },
- "鎵撳紑鎷嶅崠琛岃秴鏃剁晫闈":{
- "prefix":"UIOperator:OpenAuctionTimeoutUI",
- "description":"鎵撳紑鎷嶅崠琛岃秴鏃剁晫闈",
- "body":"UIOperator:OpenAuctionTimeoutUI(item)"
- },
- "鍏抽棴鎷嶅崠琛岃秴鏃剁晫闈":{
- "prefix":"UIOperator:CloseAuctionTimeoutUI",
- "description":"鍏抽棴鎷嶅崠琛岃秴鏃剁晫闈",
- "body":"UIOperator:CloseAuctionTimeoutUI()"
- },
- "鎵撳紑鍚堟垚鐣岄潰":{
- "prefix":"UIOperator:OpenCompoundItemUI",
- "description":"鎵撳紑鍚堟垚鐣岄潰",
- "body":"UIOperator:OpenCompoundItemUI()"
- },
- "鍏抽棴鍚堟垚鐣岄潰":{
- "prefix":"UIOperator:CloseCompoundItemUI",
- "description":"鍏抽棴鍚堟垚鐣岄潰",
- "body":"UIOperator:CloseCompoundItemUI()"
- },
- "鎵撳紑鎬墿鎻愮ず鍒楄〃-璁剧疆鐣岄潰":{
- "prefix":"UIOperator:OpenBossTipsUI",
- "description":"鎵撳紑鎬墿鎻愮ず鍒楄〃-璁剧疆鐣岄潰",
- "body":"UIOperator:OpenBossTipsUI()"
- },
- "鍏抽棴鎬墿鎻愮ず鍒楄〃-璁剧疆鐣岄潰":{
- "prefix":"UIOperator:CloseBossTipsUI",
- "description":"鍏抽棴鎬墿鎻愮ず鍒楄〃-璁剧疆鐣岄潰",
- "body":"UIOperator:CloseBossTipsUI()"
- },
- "鎵撳紑鎷惧彇鍒楄〃-璁剧疆鐣岄潰":{
- "prefix":"UIOperator:OpenPickSettingUI",
- "description":"鎵撳紑鎷惧彇鍒楄〃-璁剧疆鐣岄潰",
- "body":"UIOperator:OpenPickSettingUI()"
- },
- "鍏抽棴鎷惧彇鍒楄〃-璁剧疆鐣岄潰":{
- "prefix":"UIOperator:ClosePickSettingUI",
- "description":"鍏抽棴鎷惧彇鍒楄〃-璁剧疆鐣岄潰",
- "body":"UIOperator:ClosePickSettingUI()"
- },
- "鎵撳紑浠撳簱鐣岄潰":{
- "prefix":"UIOperator:OpenNpcStorageUI",
- "description":"鎵撳紑浠撳簱鐣岄潰",
- "body":"UIOperator:OpenNpcStorageUI(data)"
- },
- "鎵撳紑淇濇姢閰嶇疆-璁剧疆鐣岄潰":{
- "prefix":"UIOperator:OpenProtectSettingUI",
- "description":"鎵撳紑淇濇姢閰嶇疆-璁剧疆鐣岄潰",
- "body":"UIOperator:OpenProtectSettingUI(data)"
- },
- "鍏抽棴淇濇姢閰嶇疆-璁剧疆鐣岄潰":{
- "prefix":"UIOperator:CloseProtectSettingUI",
- "description":"鍏抽棴淇濇姢閰嶇疆-璁剧疆鐣岄潰",
- "body":"UIOperator:CloseProtectSettingUI()"
- },
- "鎵撳紑澧炲姞鎬墿鍚嶅瓧-璁剧疆鐣岄潰":{
- "prefix":"UIOperator:OpenAddMonsterNameUI",
- "description":"鎵撳紑澧炲姞鎬墿鍚嶅瓧-璁剧疆鐣岄潰",
- "body":"UIOperator:OpenAddMonsterNameUI(data)"
- },
- "鍏抽棴澧炲姞鎬墿鍚嶅瓧-璁剧疆鐣岄潰":{
- "prefix":"UIOperator:CloseAddMonsterNameUI",
- "description":"鍏抽棴澧炲姞鎬墿鍚嶅瓧-璁剧疆鐣岄潰",
- "body":"UIOperator:CloseAddMonsterNameUI()"
- },
- "鎵撳紑澧炲姞BOSS绫诲瀷-璁剧疆鐣岄潰":{
- "prefix":"UIOperator:OpenAddMonsterTypeUI",
- "description":"鎵撳紑澧炲姞BOSS绫诲瀷-璁剧疆鐣岄潰",
- "body":"UIOperator:OpenAddMonsterTypeUI()"
- },
- "鍏抽棴澧炲姞BOSS绫诲瀷-璁剧疆鐣岄潰":{
- "prefix":"UIOperator:CloseAddMonsterTypeUI",
- "description":"鍏抽棴澧炲姞BOSS绫诲瀷-璁剧疆鐣岄潰",
- "body":"UIOperator:CloseAddMonsterTypeUI()"
- },
- "鎵撳紑鎶鑳芥帓琛-璁剧疆鐣岄潰":{
- "prefix":"UIOperator:OpenSkillRankPanelUI",
- "description":"鎵撳紑鎶鑳芥帓琛-璁剧疆鐣岄潰",
- "body":"UIOperator:OpenSkillRankPanelUI(data)"
- },
- "鍏抽棴鎶鑳芥帓琛-璁剧疆鐣岄潰":{
- "prefix":"UIOperator:CloseSkillRankPanelUI",
- "description":"鍏抽棴鎶鑳芥帓琛-璁剧疆鐣岄潰",
- "body":"UIOperator:CloseSkillRankPanelUI()"
- },
- "鎵撳紑鏂板鎶鑳-璁剧疆鐣岄潰":{
- "prefix":"UIOperator:OpenSkillPanelUI",
- "description":"鎵撳紑鏂板鎶鑳-璁剧疆鐣岄潰",
- "body":"UIOperator:OpenSkillPanelUI()"
- },
- "鍏抽棴鏂板鎶鑳-璁剧疆鐣岄潰":{
- "prefix":"UIOperator:CloseSkillPanelUI",
- "description":"鍏抽棴鏂板鎶鑳-璁剧疆鐣岄潰",
- "body":"UIOperator:CloseSkillPanelUI()"
- },
- "鎵撳紑閫夋嫨涓嬫媺妗":{
- "prefix":"UIOperator:OpenCommonSelectListUI",
- "description":"鎵撳紑閫夋嫨涓嬫媺妗",
- "body":"UIOperator:OpenCommonSelectListUI(list, position, cellwidth, cellheight, func, extraData)"
- },
- "鍏抽棴閫夋嫨涓嬫媺妗":{
- "prefix":"UIOperator:CloseCommonSelectListUI",
- "description":"鍏抽棴閫夋嫨涓嬫媺妗",
- "body":"UIOperator:CloseCommonSelectListUI()"
- },
- "鎵撳紑996鐩掑瓙鐣岄潰":{
- "prefix":"UIOperator:OpenBox996UI",
- "description":"鎵撳紑996鐩掑瓙鐣岄潰",
- "body":"UIOperator:OpenBox996UI(index)"
- },
- "鍏抽棴996鐩掑瓙鐣岄潰":{
- "prefix":"UIOperator:CloseBox996UI",
- "description":"鍏抽棴996鐩掑瓙鐣岄潰",
- "body":"UIOperator:CloseBox996UI()"
- },
- "鎵撳紑鑻遍泟鐘舵侀夋嫨鐣岄潰":{
- "prefix":"UIOperator:OpenHeroStateSelectUI",
- "description":"鎵撳紑鑻遍泟鐘舵侀夋嫨鐣岄潰",
- "body":"UIOperator:OpenHeroStateSelectUI(data)"
- },
- "鍏抽棴鑻遍泟鐘舵侀夋嫨鐣岄潰":{
- "prefix":"UIOperator:CloseHeroStateSelectUI",
- "description":"鍏抽棴鑻遍泟鐘舵侀夋嫨鐣岄潰",
- "body":"UIOperator:CloseHeroStateSelectUI()"
- },
- "鎵撳紑蹇嵎浣跨敤妗":{
- "prefix":"UIOperator:OpenAutoUsePopUI",
- "description":"鎵撳紑蹇嵎浣跨敤妗",
- "body":"UIOperator:OpenAutoUsePopUI(itemData, equipPos, isBook, isHero)"
- },
- "鍏抽棴蹇嵎浣跨敤妗":{
- "prefix":"UIOperator:CloseAutoUsePopUI",
- "description":"鍏抽棴蹇嵎浣跨敤妗",
- "body":"UIOperator:CloseAutoUsePopUI(makeIndex, isHero)"
- },
- "鎵撳紑寮瀹濈鍔ㄧ敾椤":{
- "prefix":"UIOperator:OpenTreasure",
- "description":"鎵撳紑寮瀹濈鍔ㄧ敾椤",
- "body":"UIOperator:OpenTreasure(itemData)"
- },
- "鍏抽棴寮瀹濈鍔ㄧ敾椤":{
- "prefix":"UIOperator:CloseTreasure",
- "description":"鍏抽棴寮瀹濈鍔ㄧ敾椤",
- "body":"UIOperator:CloseTreasure()"
- },
- "鎵撳紑瀹濈濂栧姳鐣岄潰":{
- "prefix":"UIOperator:OpenGoldBox",
- "description":"鎵撳紑瀹濈濂栧姳鐣岄潰",
- "body":"UIOperator:OpenGoldBox(itemData)"
- },
- "鍏抽棴瀹濈濂栧姳鐣岄潰":{
- "prefix":"UIOperator:CLoseGoldBox",
- "description":"鍏抽棴瀹濈濂栧姳鐣岄潰",
- "body":"UIOperator:CLoseGoldBox()"
- },
- "鎵撳紑鎽囬瀛愮晫闈":{
- "prefix":"UIOperator:OpenPlayDiceUI",
- "description":"鎵撳紑鎽囬瀛愮晫闈",
- "body":"UIOperator:OpenPlayDiceUI(data)"
- },
- "鍏抽棴瑕侀瀛愮晫闈":{
- "prefix":"UIOperator:ClosePlayDiceUI",
- "description":"鍏抽棴瑕侀瀛愮晫闈",
- "body":"UIOperator:ClosePlayDiceUI()"
- },
- "鎵撳紑姹傝喘鐣岄潰":{
- "prefix":"UIOperator:OpenPurchaseUI",
- "description":"鎵撳紑姹傝喘鐣岄潰",
- "body":"UIOperator:OpenPurchaseUI()"
- },
- "鍏抽棴姹傝喘鐣岄潰":{
- "prefix":"UIOperator:ClosePurchaseUI",
- "description":"鍏抽棴姹傝喘鐣岄潰",
- "body":"UIOperator:ClosePurchaseUI()"
- },
- "鎵撳紑姹傝喘鍑哄敭椤":{
- "prefix":"UIOperator:OpenPurchaseSellUI",
- "description":"鎵撳紑姹傝喘鍑哄敭椤",
- "body":"UIOperator:OpenPurchaseSellUI(data)"
- },
- "鍏抽棴姹傝喘鍑哄敭椤":{
- "prefix":"UIOperator:ClosePurchaseSellUI",
- "description":"鍏抽棴姹傝喘鍑哄敭椤",
- "body":"UIOperator:ClosePurchaseSellUI()"
- },
- "鎵撳紑姹傝喘涓婃灦椤":{
- "prefix":"UIOperator:OpenPurchasePutInUI",
- "description":"鎵撳紑姹傝喘涓婃灦椤",
- "body":"UIOperator:OpenPurchasePutInUI()"
- },
- "鍏抽棴姹傝喘涓婃灦椤":{
- "prefix":"UIOperator:ClosePurchasePutInUI",
- "description":"鍏抽棴姹傝喘涓婃灦椤",
- "body":"UIOperator:ClosePurchasePutInUI()"
- },
- "鎵撳紑閫氱敤鎻忚堪Tips":{
- "prefix":"UIOperator:OpenCommonDescTipsUI",
- "description":"鎵撳紑閫氱敤鎻忚堪Tips",
- "body":"UIOperator:OpenCommonDescTipsUI(data)"
- },
- "鍏抽棴閫氱敤鎻忚堪Tips":{
- "prefix":"SL:CloseCommonDescTipsUI",
- "description":"鍏抽棴閫氱敤鎻忚堪Tips",
- "body":"SL:CloseCommonDescTipsUI()"
- },
- "鎵撳紑閫氱敤寮圭獥":{
- "prefix":"UIOperator:OpenCommonTipsUI",
- "description":"鎵撳紑閫氱敤寮圭獥",
- "body":"UIOperator:OpenCommonTipsUI(data)"
- },
- "鍏抽棴閫氱敤寮圭獥":{
- "prefix":"SL:CloseCommonTipsUI",
- "description":"鍏抽棴閫氱敤寮圭獥",
- "body":"SL:CloseCommonTipsUI()"
- },
- "閬撳叿瑁呭Tips":{
- "prefix":"UIOperator:OpenItemTips",
- "description":"閬撳叿瑁呭Tips",
- "body":"UIOperator:OpenItemTips(data)"
- },
- "鍏抽棴閬撳叿瑁呭Tips":{
- "prefix":"UIOperator:CloseItemTips",
- "description":"鍏抽棴閬撳叿瑁呭Tips",
- "body":"UIOperator:CloseItemTips()"
- },
- "鎵撳紑閬撳叿鎷嗗垎寮圭獥":{
- "prefix":"UIOperator:OpenTipsSplit",
- "description":"鎵撳紑閬撳叿鎷嗗垎寮圭獥",
- "body":"UIOperator:OpenTipsSplit(itemData)"
- },
- "鍏抽棴閬撳叿鎷嗗垎寮圭獥":{
- "prefix":"UIOperator:CloseTipsSplit",
- "description":"鍏抽棴閬撳叿鎷嗗垎寮圭獥",
- "body":"UIOperator:CloseTipsSplit()"
- },
- "鎵撳紑閫氱敤鍔熻兘閫夋嫨鎻愮ず":{
- "prefix":"UIOperator:OpenFuncDockTips",
- "description":"鎵撳紑閫氱敤鍔熻兘閫夋嫨鎻愮ず",
- "body":"UIOperator:OpenFuncDockTips(data)"
- },
- "鍏抽棴閫氱敤鍔熻兘閫夋嫨鎻愮ず":{
- "prefix":"UIOperator:CloseFuncDockTips",
- "description":"鍏抽棴閫氱敤鍔熻兘閫夋嫨鎻愮ず",
- "body":"UIOperator:CloseFuncDockTips()"
- },
- "鎵撳紑NPC杩涘害鏉℃彁绀":{
- "prefix":"UIOperator:OpenProgressBarUI",
- "description":"鎵撳紑NPC杩涘害鏉℃彁绀",
- "body":"UIOperator:OpenProgressBarUI(data)"
- },
- "鍏抽棴NPC杩涘害鏉℃彁绀":{
- "prefix":"UIOperator:CloseProgressBarUI",
- "description":"鍏抽棴NPC杩涘害鏉℃彁绀",
- "body":"UIOperator:CloseProgressBarUI()"
- },
- "鎵撳紑澶氭潯閫夐」寮圭獥鎻愮ず":{
- "prefix":"UIOperator:OpenCommonBubbleInfo",
- "description":"鎵撳紑澶氭潯閫夐」寮圭獥鎻愮ず",
- "body":"UIOperator:OpenCommonBubbleInfo(data)"
- },
- "鍏抽棴澶氭潯閫夐」寮圭獥鎻愮ず":{
- "prefix":"UIOperator:CloseCommonBubbleInfo",
- "description":"鍏抽棴澶氭潯閫夐」寮圭獥鎻愮ず",
- "body":"UIOperator:CloseCommonBubbleInfo()"
- },
- "鎵撳紑濂借瘎鏈夌ぜ":{
- "prefix":"UIOperator:OpenReviewGift",
- "description":"鎵撳紑濂借瘎鏈夌ぜ",
- "body":"UIOperator:OpenReviewGift()"
- },
- "鎵撳紑缃戝潃/閾炬帴":{
- "prefix":"SL:OpenURL",
- "description":"鎵撳紑缃戝潃/閾炬帴",
- "body":"SL:OpenURL(url)"
- },
+ "鎵撳紑璁剧疆鐣岄潰": {
+ "prefix": "UIOperator:OpenSettingUI",
+ "description": "鎵撳紑璁剧疆鐣岄潰",
+ "body": "UIOperator:OpenSettingUI(pageID)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑璁剧疆鐣岄潰"
+ },
+ "鍏抽棴璁剧疆鐣岄潰": {
+ "prefix": "UIOperator:CloseSettingUI",
+ "description": "鍏抽棴璁剧疆鐣岄潰",
+ "body": "UIOperator:CloseSettingUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴璁剧疆鐣岄潰"
+ },
+ "鎵撳紑琛屼細鐣岄潰": {
+ "prefix": "UIOperator:OpenGuildMainUI",
+ "description": "鎵撳紑琛屼細鐣岄潰",
+ "body": "UIOperator:OpenGuildMainUI(pageID)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑琛屼細鐣岄潰"
+ },
+ "鍏抽棴琛屼細鐣岄潰": {
+ "prefix": "UIOperator:CloseGuildMainUI",
+ "description": "鍏抽棴琛屼細鐣岄潰",
+ "body": "UIOperator:CloseGuildMainUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴琛屼細鐣岄潰"
+ },
+ "鎵撳紑琛屼細鐢宠鐣岄潰": {
+ "prefix": "UIOperator:OpenGuildApplyListUI",
+ "description": "鎵撳紑琛屼細鐢宠鐣岄潰",
+ "body": "UIOperator:OpenGuildApplyListUI()",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑琛屼細鐢宠鐣岄潰"
+ },
+ "鍏抽棴琛屼細鐢宠鐣岄潰": {
+ "prefix": "UIOperator:CloseGuildApplyListUI",
+ "description": "鍏抽棴琛屼細鐢宠鐣岄潰",
+ "body": "UIOperator:CloseGuildApplyListUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴琛屼細鐢宠鐣岄潰"
+ },
+ "鎵撳紑琛屼細鍒涘缓鐣岄潰": {
+ "prefix": "UIOperator:OpenGuildCreateUI",
+ "description": "鎵撳紑琛屼細鍒涘缓鐣岄潰",
+ "body": "UIOperator:OpenGuildCreateUI()",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑琛屼細鍒涘缓鐣岄潰"
+ },
+ "鍏抽棴琛屼細鍒涘缓鐣岄潰": {
+ "prefix": "UIOperator:CloseGuildCreateUI",
+ "description": "鍏抽棴琛屼細鍒涘缓鐣岄潰",
+ "body": "UIOperator:CloseGuildCreateUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴琛屼細鍒涘缓鐣岄潰"
+ },
+ "鎵撳紑琛屼細缁撶洘鐢宠鐣岄潰": {
+ "prefix": "UIOperator:OpenGuildAllyApplyUI",
+ "description": "鎵撳紑琛屼細缁撶洘鐢宠鐣岄潰",
+ "body": "UIOperator:OpenGuildAllyApplyUI()",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑琛屼細缁撶洘鐢宠鐣岄潰"
+ },
+ "鍏抽棴琛屼細缁撶洘鐢宠鐣岄潰": {
+ "prefix": "UIOperator:CloseGuildAllyApplyUI",
+ "description": "鍏抽棴琛屼細缁撶洘鐢宠鐣岄潰",
+ "body": "UIOperator:CloseGuildAllyApplyUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴琛屼細缁撶洘鐢宠鐣岄潰"
+ },
+ "鍏抽棴琛屼細瀹f垬/缁撶洘鐣岄潰": {
+ "prefix": "UIOperator:CloseGuildWarAllyUI",
+ "description": "鍏抽棴琛屼細瀹f垬/缁撶洘鐣岄潰",
+ "body": "UIOperator:CloseGuildWarAllyUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴琛屼細瀹f垬/缁撶洘鐣岄潰"
+ },
+ "鎵撳紑浜虹墿鑳屽寘": {
+ "prefix": "UIOperator:OpenBagUI",
+ "description": "鎵撳紑浜虹墿鑳屽寘",
+ "body": "UIOperator:OpenBagUI(data)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑浜虹墿鑳屽寘"
+ },
+ "鍏抽棴浜虹墿鑳屽寘": {
+ "prefix": "UIOperator:CloseBagUI",
+ "description": "鍏抽棴浜虹墿鑳屽寘",
+ "body": "UIOperator:CloseBagUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴浜虹墿鑳屽寘"
+ },
+ "鎵撳紑鑻遍泟鑳屽寘": {
+ "prefix": "UIOperator:OpenHeroBagUI",
+ "description": "鎵撳紑鑻遍泟鑳屽寘",
+ "body": "UIOperator:OpenHeroBagUI()",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑鑻遍泟鑳屽寘"
+ },
+ "鍏抽棴鑻遍泟鑳屽寘": {
+ "prefix": "UIOperator:CloseHeroBagUI",
+ "description": "鍏抽棴鑻遍泟鑳屽寘",
+ "body": "UIOperator:CloseHeroBagUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴鑻遍泟鑳屽寘"
+ },
+ "鎵撳紑鎷嶅崠琛": {
+ "prefix": "UIOperator:OpenAuctionUI",
+ "description": "鎵撳紑鎷嶅崠琛",
+ "body": "UIOperator:OpenAuctionUI()",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑鎷嶅崠琛"
+ },
+ "鍏抽棴鎷嶅崠琛": {
+ "prefix": "UIOperator:CloseAuctionUI",
+ "description": "鍏抽棴鎷嶅崠琛",
+ "body": "UIOperator:CloseAuctionUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴鎷嶅崠琛"
+ },
+ "鎵撳紑鎽嗘憡鐣岄潰": {
+ "prefix": "UIOperator:OpenStallLayerUI",
+ "description": "鎵撳紑鎽嗘憡鐣岄潰",
+ "body": "UIOperator:OpenStallLayerUI()",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑鎽嗘憡鐣岄潰"
+ },
+ "鍏抽棴鎽嗘憡鐣岄潰": {
+ "prefix": "UIOperator:CloseStallLayerUI",
+ "description": "鍏抽棴鎽嗘憡鐣岄潰",
+ "body": "UIOperator:CloseStallLayerUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴鎽嗘憡鐣岄潰"
+ },
+ "鎵撳紑鐜╁浜ゆ槗鐣岄潰": {
+ "prefix": "UIOperator:OpenTradeUI",
+ "description": "鎵撳紑鐜╁浜ゆ槗鐣岄潰",
+ "body": "UIOperator:OpenTradeUI()",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑鐜╁浜ゆ槗鐣岄潰"
+ },
+ "鍏抽棴鐜╁浜ゆ槗鐣岄潰": {
+ "prefix": "SL:CloseTradeUI",
+ "description": "鍏抽棴鐜╁浜ゆ槗鐣岄潰",
+ "body": "SL:CloseTradeUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴鐜╁浜ゆ槗鐣岄潰"
+ },
+ "鎵撳紑鎺掕姒": {
+ "prefix": "UIOperator:OpenRankUI",
+ "description": "鎵撳紑鎺掕姒",
+ "body": "UIOperator:OpenRankUI(type)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑鎺掕姒"
+ },
+ "鍏抽棴鎺掕姒": {
+ "prefix": "UIOperator:CloseRankUI",
+ "description": "鍏抽棴鎺掕姒",
+ "body": "UIOperator:CloseRankUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴鎺掕姒"
+ },
+ "鎵撳紑鑱婂ぉ鐣岄潰(鎵嬫満绔)": {
+ "prefix": "UIOperator:OpenChatUI",
+ "description": "鎵撳紑鑱婂ぉ鐣岄潰(鎵嬫満绔)",
+ "body": "UIOperator:OpenChatUI()",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑鑱婂ぉ鐣岄潰(鎵嬫満绔)"
+ },
+ "鍏抽棴鑱婂ぉ鐣岄潰(鎵嬫満绔)": {
+ "prefix": "UIOperator:CloseChatUI",
+ "description": "鍏抽棴鑱婂ぉ鐣岄潰(鎵嬫満绔)",
+ "body": "UIOperator:CloseChatUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴鑱婂ぉ鐣岄潰(鎵嬫満绔)"
+ },
+ "鎵撳紑鑱婂ぉ鎵╁睍妗": {
+ "prefix": "UIOperator:OpenChatExtendUI",
+ "description": "鎵撳紑鑱婂ぉ鎵╁睍妗",
+ "body": "UIOperator:OpenChatExtendUI(index)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑鑱婂ぉ鎵╁睍妗"
+ },
+ "鍏抽棴鑱婂ぉ鎵╁睍妗": {
+ "prefix": "UIOperator:CloseChatExtendUI",
+ "description": "鍏抽棴鑱婂ぉ鎵╁睍妗",
+ "body": "UIOperator:CloseChatExtendUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴鑱婂ぉ鎵╁睍妗"
+ },
+ "鎵撳紑绀惧尯甯栧瓙": {
+ "prefix": "UIOperator:OpenCommunityUI",
+ "description": "鎵撳紑绀惧尯甯栧瓙",
+ "body": "UIOperator:OpenCommunityUI()",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑绀惧尯甯栧瓙"
+ },
+ "鍏抽棴绀惧尯甯栧瓙": {
+ "prefix": "UIOperator:CloseCommunityUI",
+ "description": "鍏抽棴绀惧尯甯栧瓙",
+ "body": "UIOperator:CloseCommunityUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴绀惧尯甯栧瓙"
+ },
+ "鎵撳紑浜ゆ槗琛": {
+ "prefix": "UIOperator:OpenTradingBankUI",
+ "description": "鎵撳紑浜ゆ槗琛",
+ "body": "UIOperator:OpenTradingBankUI()",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑浜ゆ槗琛"
+ },
+ "鍏抽棴浜ゆ槗琛": {
+ "prefix": "UIOperator:CloseTradingBankUI",
+ "description": "鍏抽棴浜ゆ槗琛",
+ "body": "UIOperator:CloseTradingBankUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴浜ゆ槗琛"
+ },
+ "鎵撳紑鍟嗗煄": {
+ "prefix": "UIOperator:OpenStoreFrameUI",
+ "description": "鎵撳紑鍟嗗煄",
+ "body": "UIOperator:OpenStoreFrameUI(page)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑鍟嗗煄"
+ },
+ "鍏抽棴鍟嗗煄": {
+ "prefix": "UIOperator:CloseStoreFrameUI",
+ "description": "鍏抽棴鍟嗗煄",
+ "body": "UIOperator:CloseStoreFrameUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴鍟嗗煄"
+ },
+ "鎵撳紑鍟嗗煄鍟嗗搧璐拱妗": {
+ "prefix": "UIOperator:OpenStoreDetailUI",
+ "description": "鎵撳紑鍟嗗煄鍟嗗搧璐拱妗",
+ "body": "UIOperator:OpenStoreDetailUI(storeIndex, limitStr)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑鍟嗗煄鍟嗗搧璐拱妗"
+ },
+ "鍏抽棴鍟嗗煄鍟嗗搧璐拱妗": {
+ "prefix": "UIOperator:CloseStoreDetailUI",
+ "description": "鍏抽棴鍟嗗煄鍟嗗搧璐拱妗",
+ "body": "UIOperator:CloseStoreDetailUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴鍟嗗煄鍟嗗搧璐拱妗"
+ },
+ "鎵撳紑鎶鑳介厤缃晫闈": {
+ "prefix": "UIOperator:OpenSkillSettingUI",
+ "description": "鎵撳紑鎶鑳介厤缃晫闈",
+ "body": "UIOperator:OpenSkillSettingUI(data)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑鎶鑳介厤缃晫闈"
+ },
+ "鍏抽棴鎶鑳介厤缃晫闈": {
+ "prefix": "UIOperator:CloseSkillSettingUI",
+ "description": "鍏抽棴鎶鑳介厤缃晫闈",
+ "body": "UIOperator:CloseSkillSettingUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴鎶鑳介厤缃晫闈"
+ },
+ "鎵撳紑绀句氦鐣岄潰": {
+ "prefix": "UIOperator:OpenSocialUI",
+ "description": "鎵撳紑绀句氦鐣岄潰",
+ "body": "UIOperator:OpenSocialUI(page)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑绀句氦鐣岄潰"
+ },
+ "鍏抽棴绀句氦鐣岄潰": {
+ "prefix": "UIOperator:CloseSocialUI",
+ "description": "鍏抽棴绀句氦鐣岄潰",
+ "body": "UIOperator:CloseSocialUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴绀句氦鐣岄潰"
+ },
+ "鎵撳紑鍒嗚鲸鐜囦慨鏀圭晫闈(PC绔)": {
+ "prefix": "UIOperator:OpenResolutionSetUI",
+ "description": "鎵撳紑鍒嗚鲸鐜囦慨鏀圭晫闈(PC绔)",
+ "body": "UIOperator:OpenResolutionSetUI()",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑鍒嗚鲸鐜囦慨鏀圭晫闈(PC绔)"
+ },
+ "鍏抽棴鍒嗚鲸鐜囦慨鏀圭晫闈(PC绔)": {
+ "prefix": "UIOperator:CloseResolutionSetUI",
+ "description": "鍏抽棴鍒嗚鲸鐜囦慨鏀圭晫闈(PC绔)",
+ "body": "UIOperator:CloseResolutionSetUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴鍒嗚鲸鐜囦慨鏀圭晫闈(PC绔)"
+ },
+ "鎵撳紑鐜╁瑙掕壊鐣岄潰": {
+ "prefix": "UIOperator:OpenMyPlayerUI",
+ "description": "鎵撳紑鐜╁瑙掕壊鐣岄潰",
+ "body": "UIOperator:OpenMyPlayerUI(data)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑鐜╁瑙掕壊鐣岄潰"
+ },
+ "鍏抽棴鐜╁瑙掕壊鐣岄潰": {
+ "prefix": "UIOperator:CloseMyPlayerUI",
+ "description": "鍏抽棴鐜╁瑙掕壊鐣岄潰",
+ "body": "UIOperator:CloseMyPlayerUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴鐜╁瑙掕壊鐣岄潰"
+ },
+ "鎵撳紑鑻遍泟瑙掕壊鐣岄潰": {
+ "prefix": "UIOperator:OpenMyHeroUI",
+ "description": "鎵撳紑鑻遍泟瑙掕壊鐣岄潰",
+ "body": "UIOperator:OpenMyHeroUI(data)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑鑻遍泟瑙掕壊鐣岄潰"
+ },
+ "鍏抽棴鑻遍泟瑙掕壊鐣岄潰": {
+ "prefix": "UIOperator:CloseMyHeroUI",
+ "description": "鍏抽棴鑻遍泟瑙掕壊鐣岄潰",
+ "body": "UIOperator:CloseMyHeroUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴鑻遍泟瑙掕壊鐣岄潰"
+ },
+ "浜ゆ槗琛屾煡鐪嬩粬浜虹晫闈": {
+ "prefix": "SL:CloseTradingBankHeroPageUI",
+ "description": "浜ゆ槗琛屾煡鐪嬩粬浜虹晫闈",
+ "body": "SL:CloseTradingBankHeroPageUI(data)",
+ "scope": "鐣岄潰鐩稿叧/浜ゆ槗琛屾煡鐪嬩粬浜虹晫闈"
+ },
+ "鎵撳紑棣栭グ鐩掔晫闈": {
+ "prefix": "UIOperator:OpenBestRingBoxUI",
+ "description": "鎵撳紑棣栭グ鐩掔晫闈",
+ "body": "UIOperator:OpenBestRingBoxUI(type)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑棣栭グ鐩掔晫闈"
+ },
+ "鍏抽棴棣栭グ鐩掔晫闈": {
+ "prefix": "UIOperator:CloseBestRingBoxUI",
+ "description": "鍏抽棴棣栭グ鐩掔晫闈",
+ "body": "UIOperator:CloseBestRingBoxUI(type)",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴棣栭グ鐩掔晫闈"
+ },
+ "鎵撳紑绉板彿鎻愮ず鐣岄潰": {
+ "prefix": "UIOperator:OpenTitleTipsUI",
+ "description": "鎵撳紑绉板彿鎻愮ず鐣岄潰",
+ "body": "UIOperator:OpenTitleTipsUI(data)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑绉板彿鎻愮ず鐣岄潰"
+ },
+ "鍏抽棴绉板彿鎻愮ず鐣岄潰": {
+ "prefix": "UIOperator:CloseTitleTipsUI",
+ "description": "鍏抽棴绉板彿鎻愮ず鐣岄潰",
+ "body": "UIOperator:CloseTitleTipsUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴绉板彿鎻愮ず鐣岄潰"
+ },
+ "鍏抽棴浜ゆ槗琛屾煡鐪嬩粬浜虹晫闈": {
+ "prefix": "SL:CloseTradingBankLookInfoUI",
+ "description": "鍏抽棴浜ゆ槗琛屾煡鐪嬩粬浜虹晫闈",
+ "body": "SL:CloseTradingBankLookInfoUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴浜ゆ槗琛屾煡鐪嬩粬浜虹晫闈"
+ },
+ "鎵撳紑閭璇风粍闃熺晫闈": {
+ "prefix": "UIOperator:OpenTeamInvite",
+ "description": "鎵撳紑閭璇风粍闃熺晫闈",
+ "body": "UIOperator:OpenTeamInvite()",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑閭璇风粍闃熺晫闈"
+ },
+ "鍏抽棴閭璇风粍闃熺晫闈": {
+ "prefix": "UIOperator:CloseTeamInvite",
+ "description": "鍏抽棴閭璇风粍闃熺晫闈",
+ "body": "UIOperator:CloseTeamInvite()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴閭璇风粍闃熺晫闈"
+ },
+ "鎵撳紑鍏ラ槦鐢宠鍒楄〃": {
+ "prefix": "UIOperator:OpenTeamApply",
+ "description": "鎵撳紑鍏ラ槦鐢宠鍒楄〃",
+ "body": "UIOperator:OpenTeamApply()",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑鍏ラ槦鐢宠鍒楄〃"
+ },
+ "鍏抽棴鍏ラ槦鐢宠鍒楄〃": {
+ "prefix": "UIOperator:CloseTeamApply",
+ "description": "鍏抽棴鍏ラ槦鐢宠鍒楄〃",
+ "body": "UIOperator:CloseTeamApply()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴鍏ラ槦鐢宠鍒楄〃"
+ },
+ "鎵撳紑灏忓湴鍥剧晫闈": {
+ "prefix": "UIOperator:OpenMiniMap",
+ "description": "鎵撳紑灏忓湴鍥剧晫闈",
+ "body": "UIOperator:OpenMiniMap()",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑灏忓湴鍥剧晫闈"
+ },
+ "鍏抽棴灏忓湴鍥剧晫闈": {
+ "prefix": "UIOperator:CloseMiniMap",
+ "description": "鍏抽棴灏忓湴鍥剧晫闈",
+ "body": "UIOperator:CloseMiniMap()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴灏忓湴鍥剧晫闈"
+ },
+ "鎵撳紑涓荤晫闈㈡妧鑳芥寜閽尯鍩": {
+ "prefix": "SL:OpenGuideEnter",
+ "description": "鎵撳紑涓荤晫闈㈡妧鑳芥寜閽尯鍩",
+ "body": "SL:OpenGuideEnter(param)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑涓荤晫闈㈡妧鑳芥寜閽尯鍩"
+ },
+ "鍏抽棴涓荤晫闈㈡妧鑳芥寜閽尯鍩": {
+ "prefix": "SL:CloseGuideEnter",
+ "description": "鍏抽棴涓荤晫闈㈡妧鑳芥寜閽尯鍩",
+ "body": "SL:CloseGuideEnter()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴涓荤晫闈㈡妧鑳芥寜閽尯鍩"
+ },
+ "鎵撳紑杞敓鐐瑰垎閰嶇晫闈": {
+ "prefix": "UIOperator:OpenReinAttrUI",
+ "description": "鎵撳紑杞敓鐐瑰垎閰嶇晫闈",
+ "body": "UIOperator:OpenReinAttrUI()",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑杞敓鐐瑰垎閰嶇晫闈"
+ },
+ "鍏抽棴杞敓鐐瑰垎閰嶇晫闈": {
+ "prefix": "UIOperator:CloseReinAttrUI",
+ "description": "鍏抽棴杞敓鐐瑰垎閰嶇晫闈",
+ "body": "UIOperator:CloseReinAttrUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴杞敓鐐瑰垎閰嶇晫闈"
+ },
+ "鎵撳紑浠诲姟鏍": {
+ "prefix": "SL:OpenAssistUI",
+ "description": "鎵撳紑浠诲姟鏍",
+ "body": "SL:OpenAssistUI()",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑浠诲姟鏍"
+ },
+ "鍏抽棴浠诲姟鏍": {
+ "prefix": "SL:CloseAssistUI",
+ "description": "鍏抽棴浠诲姟鏍",
+ "body": "SL:CloseAssistUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴浠诲姟鏍"
+ },
+ "鎵撳紑涓荤晫闈㈠皬鍦板浘鏀剁缉(鎵嬫満绔)": {
+ "prefix": "SL:OpenMiniMapChangeUI",
+ "description": "鎵撳紑涓荤晫闈㈠皬鍦板浘鏀剁缉(鎵嬫満绔)",
+ "body": "SL:OpenMiniMapChangeUI()",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑涓荤晫闈㈠皬鍦板浘鏀剁缉(鎵嬫満绔)"
+ },
+ "鍏抽棴涓荤晫闈㈠皬鍦板浘鏀剁缉(鎵嬫満绔)": {
+ "prefix": "SL:CloseMiniMapChangeUI",
+ "description": "鍏抽棴涓荤晫闈㈠皬鍦板浘鏀剁缉(鎵嬫満绔)",
+ "body": "SL:CloseMiniMapChangeUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴涓荤晫闈㈠皬鍦板浘鏀剁缉(鎵嬫満绔)"
+ },
+ "鎵撳紑闄勮繎灞曠ず椤": {
+ "prefix": "UIOperator:OpenMainNearUI",
+ "description": "鎵撳紑闄勮繎灞曠ず椤",
+ "body": "UIOperator:OpenMainNearUI()",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑闄勮繎灞曠ず椤"
+ },
+ "鍏抽棴闄勮繎灞曠ず椤": {
+ "prefix": "UIOperator:CloseMainNearUI",
+ "description": "鍏抽棴闄勮繎灞曠ず椤",
+ "body": "UIOperator:CloseMainNearUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴闄勮繎灞曠ず椤"
+ },
+ "鐩存帴璋冪敤鏀粯": {
+ "prefix": "SL:OpenCallPayUI",
+ "description": "鐩存帴璋冪敤鏀粯",
+ "body": "SL:OpenCallPayUI()",
+ "scope": "鐣岄潰鐩稿叧/鐩存帴璋冪敤鏀粯"
+ },
+ "鎵撳紑瀹㈡湇UI": {
+ "prefix": "UIOperator:OpenKefuUI",
+ "description": "鎵撳紑瀹㈡湇UI",
+ "body": "UIOperator:OpenKefuUI()",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑瀹㈡湇UI"
+ },
+ "鎵撳紑PC绔鑱婄晫闈": {
+ "prefix": "UIOperator:OpenPCPrivateUI",
+ "description": "鎵撳紑PC绔鑱婄晫闈",
+ "body": "UIOperator:OpenPCPrivateUI()",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑PC绔鑱婄晫闈"
+ },
+ "鍏抽棴PC绔鑱婄晫闈": {
+ "prefix": "UIOperator:ClosePCPrivateUI",
+ "description": "鍏抽棴PC绔鑱婄晫闈",
+ "body": "UIOperator:ClosePCPrivateUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴PC绔鑱婄晫闈"
+ },
+ "鎵撳紑娣诲姞濂藉弸鐣岄潰": {
+ "prefix": "UIOperator:OpenAddFriendUI",
+ "description": "鎵撳紑娣诲姞濂藉弸鐣岄潰",
+ "body": "UIOperator:OpenAddFriendUI()",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑娣诲姞濂藉弸鐣岄潰"
+ },
+ "鍏抽棴娣诲姞濂藉弸鐣岄潰": {
+ "prefix": "UIOperator:CloseAddFriendUI",
+ "description": "鍏抽棴娣诲姞濂藉弸鐣岄潰",
+ "body": "UIOperator:CloseAddFriendUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴娣诲姞濂藉弸鐣岄潰"
+ },
+ "鎵撳紑娣诲姞榛戝悕鍗曠晫闈": {
+ "prefix": "UIOperator:OpenAddBlackListUI",
+ "description": "鎵撳紑娣诲姞榛戝悕鍗曠晫闈",
+ "body": "UIOperator:OpenAddBlackListUI()",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑娣诲姞榛戝悕鍗曠晫闈"
+ },
+ "鍏抽棴娣诲姞榛戝悕鍗曠晫闈": {
+ "prefix": "UIOperator:CloseAddBlackListUI",
+ "description": "鍏抽棴娣诲姞榛戝悕鍗曠晫闈",
+ "body": "UIOperator:CloseAddBlackListUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴娣诲姞榛戝悕鍗曠晫闈"
+ },
+ "鎵撳紑濂藉弸娣诲姞鐢宠椤": {
+ "prefix": "UIOperator:OpenFriendApplyUI",
+ "description": "鎵撳紑濂藉弸娣诲姞鐢宠椤",
+ "body": "UIOperator:OpenFriendApplyUI()",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑濂藉弸娣诲姞鐢宠椤"
+ },
+ "鍏抽棴濂藉弸娣诲姞鐢宠椤": {
+ "prefix": "UIOperator:CloseFriendApplyUI",
+ "description": "鍏抽棴濂藉弸娣诲姞鐢宠椤",
+ "body": "UIOperator:CloseFriendApplyUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴濂藉弸娣诲姞鐢宠椤"
+ },
+ "鎵撳紑鎷嶅崠琛-涓栫晫鎷嶅崠/琛屼細鎷嶅崠": {
+ "prefix": "UIOperator:OpenAuctionUI",
+ "description": "鎵撳紑鎷嶅崠琛-涓栫晫鎷嶅崠/琛屼細鎷嶅崠",
+ "body": "UIOperator:OpenAuctionUI(param)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑鎷嶅崠琛-涓栫晫鎷嶅崠/琛屼細鎷嶅崠"
+ },
+ "鍏抽棴鎷嶅崠琛-涓栫晫鎷嶅崠/琛屼細鎷嶅崠": {
+ "prefix": "UIOperator:CloseAuctionUI",
+ "description": "鍏抽棴鎷嶅崠琛-涓栫晫鎷嶅崠/琛屼細鎷嶅崠",
+ "body": "UIOperator:CloseAuctionUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴鎷嶅崠琛-涓栫晫鎷嶅崠/琛屼細鎷嶅崠"
+ },
+ "鎵撳紑鎷嶅崠琛屼笂鏋剁晫闈": {
+ "prefix": "UIOperator:OpenAuctionPutInUI",
+ "description": "鎵撳紑鎷嶅崠琛屼笂鏋剁晫闈",
+ "body": "UIOperator:OpenAuctionPutInUI(itemData)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑鎷嶅崠琛屼笂鏋剁晫闈"
+ },
+ "鍏抽棴鎷嶅崠琛屼笂鏋剁晫闈": {
+ "prefix": "UIOperator:CloseAuctionPutInUI",
+ "description": "鍏抽棴鎷嶅崠琛屼笂鏋剁晫闈",
+ "body": "UIOperator:CloseAuctionPutInUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴鎷嶅崠琛屼笂鏋剁晫闈"
+ },
+ "鎵撳紑鎷嶅崠琛屼笅鏋剁晫闈": {
+ "prefix": "UIOperator:OpenAuctionPutOutUI",
+ "description": "鎵撳紑鎷嶅崠琛屼笅鏋剁晫闈",
+ "body": "UIOperator:OpenAuctionPutOutUI(item)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑鎷嶅崠琛屼笅鏋剁晫闈"
+ },
+ "鍏抽棴鎷嶅崠琛屼笅鏋剁晫闈": {
+ "prefix": "UIOperator:CloseAuctionPutOutUI",
+ "description": "鍏抽棴鎷嶅崠琛屼笅鏋剁晫闈",
+ "body": "UIOperator:CloseAuctionPutOutUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴鎷嶅崠琛屼笅鏋剁晫闈"
+ },
+ "鎵撳紑鎷嶅崠琛岀珵鎷嶇晫闈": {
+ "prefix": "UIOperator:OpenAuctionBidUI",
+ "description": "鎵撳紑鎷嶅崠琛岀珵鎷嶇晫闈",
+ "body": "UIOperator:OpenAuctionBidUI(item)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑鎷嶅崠琛岀珵鎷嶇晫闈"
+ },
+ "鎵撳紑琛屼細瀹f垬/缁撶洘妗": {
+ "prefix": "UIOperator:OpenGuildWarAllyUI",
+ "description": "鎵撳紑琛屼細瀹f垬/缁撶洘妗",
+ "body": "UIOperator:OpenGuildWarAllyUI()",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑琛屼細瀹f垬/缁撶洘妗"
+ },
+ "鎵撳紑 澧炲姞鎬墿绫诲瀷 璁剧疆鐣岄潰": {
+ "prefix": "UIOperator:OpenAddMonsterTypeUI",
+ "description": "鎵撳紑 澧炲姞鎬墿绫诲瀷 璁剧疆鐣岄潰",
+ "body": "UIOperator:OpenAddMonsterTypeUI()",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑 澧炲姞鎬墿绫诲瀷 璁剧疆鐣岄潰"
+ },
+ "鍏抽棴 澧炲姞鎬墿绫诲瀷 璁剧疆鐣岄潰": {
+ "prefix": "UIOperator:CloseAddMonsterTypeUI",
+ "description": "鍏抽棴 澧炲姞鎬墿绫诲瀷 璁剧疆鐣岄潰",
+ "body": "UIOperator:CloseAddMonsterTypeUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴 澧炲姞鎬墿绫诲瀷 璁剧疆鐣岄潰"
+ },
+ "鍏抽棴鎷嶅崠琛岀珵鎷嶇晫闈": {
+ "prefix": "UIOperator:CloseAuctionBidUI",
+ "description": "鍏抽棴鎷嶅崠琛岀珵鎷嶇晫闈",
+ "body": "UIOperator:CloseAuctionBidUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴鎷嶅崠琛岀珵鎷嶇晫闈"
+ },
+ "鎵撳紑鎷嶅崠琛屼竴鍙d环鐣岄潰": {
+ "prefix": "UIOperator:OpenAuctionBuyUI",
+ "description": "鎵撳紑鎷嶅崠琛屼竴鍙d环鐣岄潰",
+ "body": "UIOperator:OpenAuctionBuyUI(item)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑鎷嶅崠琛屼竴鍙d环鐣岄潰"
+ },
+ "鍏抽棴鎷嶅崠琛屼竴鍙d环鐣岄潰": {
+ "prefix": "UIOperator:CloseAuctionBuyUI",
+ "description": "鍏抽棴鎷嶅崠琛屼竴鍙d环鐣岄潰",
+ "body": "UIOperator:CloseAuctionBuyUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴鎷嶅崠琛屼竴鍙d环鐣岄潰"
+ },
+ "鎵撳紑鎷嶅崠琛岃秴鏃剁晫闈": {
+ "prefix": "UIOperator:OpenAuctionTimeOutUI",
+ "description": "鎵撳紑鎷嶅崠琛岃秴鏃剁晫闈",
+ "body": "UIOperator:OpenAuctionTimeOutUI(item)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑鎷嶅崠琛岃秴鏃剁晫闈"
+ },
+ "鍏抽棴鎷嶅崠琛岃秴鏃剁晫闈": {
+ "prefix": "UIOperator:CloseAuctionTimeOutUI",
+ "description": "鍏抽棴鎷嶅崠琛岃秴鏃剁晫闈",
+ "body": "UIOperator:CloseAuctionTimeOutUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴鎷嶅崠琛岃秴鏃剁晫闈"
+ },
+ "鎵撳紑鍚堟垚鐣岄潰": {
+ "prefix": "UIOperator:OpenCompoundItemUI",
+ "description": "鎵撳紑鍚堟垚鐣岄潰",
+ "body": "UIOperator:OpenCompoundItemUI()",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑鍚堟垚鐣岄潰"
+ },
+ "鍏抽棴鍚堟垚鐣岄潰": {
+ "prefix": "UIOperator:CloseCompoundItemUI",
+ "description": "鍏抽棴鍚堟垚鐣岄潰",
+ "body": "UIOperator:CloseCompoundItemUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴鍚堟垚鐣岄潰"
+ },
+ "鎵撳紑鎬墿鎻愮ず鍒楄〃-璁剧疆鐣岄潰": {
+ "prefix": "UIOperator:OpenBossTipsUI",
+ "description": "鎵撳紑鎬墿鎻愮ず鍒楄〃-璁剧疆鐣岄潰",
+ "body": "UIOperator:OpenBossTipsUI()",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑鎬墿鎻愮ず鍒楄〃-璁剧疆鐣岄潰"
+ },
+ "鍏抽棴鎬墿鎻愮ず鍒楄〃-璁剧疆鐣岄潰": {
+ "prefix": "UIOperator:CloseBossTipsUI",
+ "description": "鍏抽棴鎬墿鎻愮ず鍒楄〃-璁剧疆鐣岄潰",
+ "body": "UIOperator:CloseBossTipsUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴鎬墿鎻愮ず鍒楄〃-璁剧疆鐣岄潰"
+ },
+ "鎵撳紑鎷惧彇鍒楄〃-璁剧疆鐣岄潰": {
+ "prefix": "UIOperator:OpenPickSettingUI",
+ "description": "鎵撳紑鎷惧彇鍒楄〃-璁剧疆鐣岄潰",
+ "body": "UIOperator:OpenPickSettingUI()",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑鎷惧彇鍒楄〃-璁剧疆鐣岄潰"
+ },
+ "鍏抽棴鎷惧彇鍒楄〃-璁剧疆鐣岄潰": {
+ "prefix": "UIOperator:ClosePickSettingUI",
+ "description": "鍏抽棴鎷惧彇鍒楄〃-璁剧疆鐣岄潰",
+ "body": "UIOperator:ClosePickSettingUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴鎷惧彇鍒楄〃-璁剧疆鐣岄潰"
+ },
+ "鎵撳紑淇濇姢閰嶇疆-璁剧疆鐣岄潰": {
+ "prefix": "UIOperator:OpenProtectSettingUI",
+ "description": "鎵撳紑淇濇姢閰嶇疆-璁剧疆鐣岄潰",
+ "body": "UIOperator:OpenProtectSettingUI(data)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑淇濇姢閰嶇疆-璁剧疆鐣岄潰"
+ },
+ "璇锋眰鎵撳紑996瀹㈡湇鐣岄潰": {
+ "prefix": "SL:RequestOpen996ManualService",
+ "description": "璇锋眰鎵撳紑996瀹㈡湇鐣岄潰",
+ "body": "SL:RequestOpen996ManualService()",
+ "scope": "鐣岄潰鐩稿叧/璇锋眰鎵撳紑996瀹㈡湇鐣岄潰"
+ },
+ "鍏抽棴淇濇姢閰嶇疆-璁剧疆鐣岄潰": {
+ "prefix": "UIOperator:CloseProtectSettingUI",
+ "description": "鍏抽棴淇濇姢閰嶇疆-璁剧疆鐣岄潰",
+ "body": "UIOperator:CloseProtectSettingUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴淇濇姢閰嶇疆-璁剧疆鐣岄潰"
+ },
+ "鎵撳紑澧炲姞鎬墿鍚嶅瓧-璁剧疆鐣岄潰": {
+ "prefix": "UIOperator:OpenAddMonsterNameUI",
+ "description": "鎵撳紑澧炲姞鎬墿鍚嶅瓧-璁剧疆鐣岄潰",
+ "body": "UIOperator:OpenAddMonsterNameUI(data)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑澧炲姞鎬墿鍚嶅瓧-璁剧疆鐣岄潰"
+ },
+ "鍏抽棴澧炲姞鎬墿鍚嶅瓧-璁剧疆鐣岄潰": {
+ "prefix": "UIOperator:CloseAddMonsterNameUI",
+ "description": "鍏抽棴澧炲姞鎬墿鍚嶅瓧-璁剧疆鐣岄潰",
+ "body": "UIOperator:CloseAddMonsterNameUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴澧炲姞鎬墿鍚嶅瓧-璁剧疆鐣岄潰"
+ },
+ "鎵撳紑澧炲姞BOSS绫诲瀷-璁剧疆鐣岄潰": {
+ "prefix": "UIOperator:OpenAddMonsterTypeUI",
+ "description": "鎵撳紑澧炲姞BOSS绫诲瀷-璁剧疆鐣岄潰",
+ "body": "UIOperator:OpenAddMonsterTypeUI()",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑澧炲姞BOSS绫诲瀷-璁剧疆鐣岄潰"
+ },
+ "鍏抽棴澧炲姞BOSS绫诲瀷-璁剧疆鐣岄潰": {
+ "prefix": "UIOperator:CloseAddMonsterTypeUI",
+ "description": "鍏抽棴澧炲姞BOSS绫诲瀷-璁剧疆鐣岄潰",
+ "body": "UIOperator:CloseAddMonsterTypeUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴澧炲姞BOSS绫诲瀷-璁剧疆鐣岄潰"
+ },
+ "鎵撳紑鎶鑳芥帓琛-璁剧疆鐣岄潰": {
+ "prefix": "UIOperator:OpenSkillRankPanelUI",
+ "description": "鎵撳紑鎶鑳芥帓琛-璁剧疆鐣岄潰",
+ "body": "UIOperator:OpenSkillRankPanelUI(data)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑鎶鑳芥帓琛-璁剧疆鐣岄潰"
+ },
+ "鍏抽棴鎶鑳芥帓琛-璁剧疆鐣岄潰": {
+ "prefix": "UIOperator:CloseSkillRankPanelUI",
+ "description": "鍏抽棴鎶鑳芥帓琛-璁剧疆鐣岄潰",
+ "body": "UIOperator:CloseSkillRankPanelUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴鎶鑳芥帓琛-璁剧疆鐣岄潰"
+ },
+ "鎵撳紑鏂板鎶鑳-璁剧疆鐣岄潰": {
+ "prefix": "UIOperator:OpenSkillPanelUI",
+ "description": "鎵撳紑鏂板鎶鑳-璁剧疆鐣岄潰",
+ "body": "UIOperator:OpenSkillPanelUI()",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑鏂板鎶鑳-璁剧疆鐣岄潰"
+ },
+ "鍏抽棴鏂板鎶鑳-璁剧疆鐣岄潰": {
+ "prefix": "UIOperator:CloseSkillPanelUI",
+ "description": "鍏抽棴鏂板鎶鑳-璁剧疆鐣岄潰",
+ "body": "UIOperator:CloseSkillPanelUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴鏂板鎶鑳-璁剧疆鐣岄潰"
+ },
+ "鎵撳紑閫夋嫨涓嬫媺妗": {
+ "prefix": "UIOperator:OpenCommonSelectListUI",
+ "description": "鎵撳紑閫夋嫨涓嬫媺妗",
+ "body": "UIOperator:OpenCommonSelectListUI(list, position, cellwidth, cellheight, func, extraData)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑閫夋嫨涓嬫媺妗"
+ },
+ "鍏抽棴閫夋嫨涓嬫媺妗": {
+ "prefix": "UIOperator:CloseCommonSelectListUI",
+ "description": "鍏抽棴閫夋嫨涓嬫媺妗",
+ "body": "UIOperator:CloseCommonSelectListUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴閫夋嫨涓嬫媺妗"
+ },
+ "鎵撳紑996鐩掑瓙鐣岄潰": {
+ "prefix": "UIOperator:OpenBox996UI",
+ "description": "鎵撳紑996鐩掑瓙鐣岄潰",
+ "body": "UIOperator:OpenBox996UI(index)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑996鐩掑瓙鐣岄潰"
+ },
+ "鍏抽棴996鐩掑瓙鐣岄潰": {
+ "prefix": "UIOperator:CloseBox996UI",
+ "description": "鍏抽棴996鐩掑瓙鐣岄潰",
+ "body": "UIOperator:CloseBox996UI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴996鐩掑瓙鐣岄潰"
+ },
+ "鎵撳紑鑻遍泟鐘舵侀夋嫨鐣岄潰": {
+ "prefix": "UIOperator:OpenHeroStateSelectUI",
+ "description": "鎵撳紑鑻遍泟鐘舵侀夋嫨鐣岄潰",
+ "body": "UIOperator:OpenHeroStateSelectUI(data)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑鑻遍泟鐘舵侀夋嫨鐣岄潰"
+ },
+ "鍏抽棴鑻遍泟鐘舵侀夋嫨鐣岄潰": {
+ "prefix": "UIOperator:CloseHeroStateSelectUI",
+ "description": "鍏抽棴鑻遍泟鐘舵侀夋嫨鐣岄潰",
+ "body": "UIOperator:CloseHeroStateSelectUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴鑻遍泟鐘舵侀夋嫨鐣岄潰"
+ },
+ "鎵撳紑蹇嵎浣跨敤妗": {
+ "prefix": "UIOperator:OpenAutoUsePopUI",
+ "description": "鎵撳紑蹇嵎浣跨敤妗",
+ "body": "UIOperator:OpenAutoUsePopUI(data)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑蹇嵎浣跨敤妗"
+ },
+ "鍏抽棴蹇嵎浣跨敤妗": {
+ "prefix": "UIOperator:CloseAutoUsePopUI",
+ "description": "鍏抽棴蹇嵎浣跨敤妗",
+ "body": "UIOperator:CloseAutoUsePopUI(makeIndex, isHero)",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴蹇嵎浣跨敤妗"
+ },
+ "鎵撳紑寮瀹濈鍔ㄧ敾椤": {
+ "prefix": "UIOperator:OpenTreasure",
+ "description": "鎵撳紑寮瀹濈鍔ㄧ敾椤",
+ "body": "UIOperator:OpenTreasure(itemData)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑寮瀹濈鍔ㄧ敾椤"
+ },
+ "鍏抽棴寮瀹濈鍔ㄧ敾椤": {
+ "prefix": "UIOperator:CloseTreasure",
+ "description": "鍏抽棴寮瀹濈鍔ㄧ敾椤",
+ "body": "UIOperator:CloseTreasure()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴寮瀹濈鍔ㄧ敾椤"
+ },
+ "鎵撳紑瀹濈濂栧姳鐣岄潰": {
+ "prefix": "UIOperator:OpenGoldBox",
+ "description": "鎵撳紑瀹濈濂栧姳鐣岄潰",
+ "body": "UIOperator:OpenGoldBox(itemData)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑瀹濈濂栧姳鐣岄潰"
+ },
+ "鍏抽棴瀹濈濂栧姳鐣岄潰": {
+ "prefix": "UIOperator:CLoseGoldBox",
+ "description": "鍏抽棴瀹濈濂栧姳鐣岄潰",
+ "body": "UIOperator:CLoseGoldBox()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴瀹濈濂栧姳鐣岄潰"
+ },
+ "鎵撳紑鎽囬瀛愮晫闈": {
+ "prefix": "UIOperator:OpenPlayDiceUI",
+ "description": "鎵撳紑鎽囬瀛愮晫闈",
+ "body": "UIOperator:OpenPlayDiceUI(data)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑鎽囬瀛愮晫闈"
+ },
+ "鍏抽棴瑕侀瀛愮晫闈": {
+ "prefix": "UIOperator:ClosePlayDiceUI",
+ "description": "鍏抽棴瑕侀瀛愮晫闈",
+ "body": "UIOperator:ClosePlayDiceUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴瑕侀瀛愮晫闈"
+ },
+ "鎵撳紑姹傝喘鐣岄潰": {
+ "prefix": "UIOperator:OpenPurchaseUI",
+ "description": "鎵撳紑姹傝喘鐣岄潰",
+ "body": "UIOperator:OpenPurchaseUI()",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑姹傝喘鐣岄潰"
+ },
+ "鍏抽棴姹傝喘鐣岄潰": {
+ "prefix": "UIOperator:ClosePurchaseUI",
+ "description": "鍏抽棴姹傝喘鐣岄潰",
+ "body": "UIOperator:ClosePurchaseUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴姹傝喘鐣岄潰"
+ },
+ "鎵撳紑姹傝喘鍑哄敭椤": {
+ "prefix": "UIOperator:OpenPurchaseSellUI",
+ "description": "鎵撳紑姹傝喘鍑哄敭椤",
+ "body": "UIOperator:OpenPurchaseSellUI(data)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑姹傝喘鍑哄敭椤"
+ },
+ "鍏抽棴姹傝喘鍑哄敭椤": {
+ "prefix": "UIOperator:ClosePurchaseSellUI",
+ "description": "鍏抽棴姹傝喘鍑哄敭椤",
+ "body": "UIOperator:ClosePurchaseSellUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴姹傝喘鍑哄敭椤"
+ },
+ "鎵撳紑姹傝喘涓婃灦椤": {
+ "prefix": "UIOperator:OpenPurchasePutInUI",
+ "description": "鎵撳紑姹傝喘涓婃灦椤",
+ "body": "UIOperator:OpenPurchasePutInUI()",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑姹傝喘涓婃灦椤"
+ },
+ "鍏抽棴姹傝喘涓婃灦椤": {
+ "prefix": "UIOperator:ClosePurchasePutInUI",
+ "description": "鍏抽棴姹傝喘涓婃灦椤",
+ "body": "UIOperator:ClosePurchasePutInUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴姹傝喘涓婃灦椤"
+ },
+ "鎵撳紑閫氱敤鎻忚堪Tips": {
+ "prefix": "UIOperator:OpenCommonDescTipsUI",
+ "description": "鎵撳紑閫氱敤鎻忚堪Tips",
+ "body": "UIOperator:OpenCommonDescTipsUI(data)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑閫氱敤鎻忚堪Tips"
+ },
+ "鍏抽棴閫氱敤鎻忚堪Tips": {
+ "prefix": "UIOperator:CloseCommonDescTipsUI",
+ "description": "鍏抽棴閫氱敤鎻忚堪Tips",
+ "body": "UIOperator:CloseCommonDescTipsUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴閫氱敤鎻忚堪Tips"
+ },
+ "鎵撳紑閫氱敤寮圭獥": {
+ "prefix": "UIOperator:OpenCommonTipsUI",
+ "description": "鎵撳紑閫氱敤寮圭獥",
+ "body": "UIOperator:OpenCommonTipsUI(data)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑閫氱敤寮圭獥"
+ },
+ "鍏抽棴閫氱敤寮圭獥": {
+ "prefix": "UIOperator:CloseCommonTipsUI",
+ "description": "鍏抽棴閫氱敤寮圭獥",
+ "body": "UIOperator:CloseCommonTipsUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴閫氱敤寮圭獥"
+ },
+ "閬撳叿瑁呭Tips": {
+ "prefix": "UIOperator:OpenItemTips",
+ "description": "閬撳叿瑁呭Tips",
+ "body": "UIOperator:OpenItemTips(data)",
+ "scope": "鐣岄潰鐩稿叧/閬撳叿瑁呭Tips"
+ },
+ "鍏抽棴閬撳叿瑁呭Tips": {
+ "prefix": "UIOperator:CloseItemTips",
+ "description": "鍏抽棴閬撳叿瑁呭Tips",
+ "body": "UIOperator:CloseItemTips()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴閬撳叿瑁呭Tips"
+ },
+ "鎵撳紑閬撳叿鎷嗗垎寮圭獥": {
+ "prefix": "UIOperator:OpenTipsSplit",
+ "description": "鎵撳紑閬撳叿鎷嗗垎寮圭獥",
+ "body": "UIOperator:OpenTipsSplit(itemData)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑閬撳叿鎷嗗垎寮圭獥"
+ },
+ "鍏抽棴閬撳叿鎷嗗垎寮圭獥": {
+ "prefix": "UIOperator:CloseTipsSplit",
+ "description": "鍏抽棴閬撳叿鎷嗗垎寮圭獥",
+ "body": "UIOperator:CloseTipsSplit()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴閬撳叿鎷嗗垎寮圭獥"
+ },
+ "鎵撳紑閫氱敤鍔熻兘閫夋嫨鎻愮ず": {
+ "prefix": "UIOperator:OpenFuncDockTips",
+ "description": "鎵撳紑閫氱敤鍔熻兘閫夋嫨鎻愮ず",
+ "body": "UIOperator:OpenFuncDockTips(data)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑閫氱敤鍔熻兘閫夋嫨鎻愮ず"
+ },
+ "鍏抽棴閫氱敤鍔熻兘閫夋嫨鎻愮ず": {
+ "prefix": "UIOperator:CloseFuncDockTips",
+ "description": "鍏抽棴閫氱敤鍔熻兘閫夋嫨鎻愮ず",
+ "body": "UIOperator:CloseFuncDockTips()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴閫氱敤鍔熻兘閫夋嫨鎻愮ず"
+ },
+ "鎵撳紑NPC杩涘害鏉℃彁绀": {
+ "prefix": "UIOperator:OpenProgressBarUI",
+ "description": "鎵撳紑NPC杩涘害鏉℃彁绀",
+ "body": "UIOperator:OpenProgressBarUI(data)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑NPC杩涘害鏉℃彁绀"
+ },
+ "鍏抽棴NPC杩涘害鏉℃彁绀": {
+ "prefix": "UIOperator:CloseProgressBarUI",
+ "description": "鍏抽棴NPC杩涘害鏉℃彁绀",
+ "body": "UIOperator:CloseProgressBarUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴NPC杩涘害鏉℃彁绀"
+ },
+ "鎵撳紑澶氭潯閫夐」寮圭獥鎻愮ず": {
+ "prefix": "UIOperator:OpenCommonBubbleInfoUI",
+ "description": "鎵撳紑澶氭潯閫夐」寮圭獥鎻愮ず",
+ "body": "UIOperator:OpenCommonBubbleInfoUI(data)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑澶氭潯閫夐」寮圭獥鎻愮ず"
+ },
+ "鍏抽棴澶氭潯閫夐」寮圭獥鎻愮ず": {
+ "prefix": "UIOperator:CloseCommonBubbleInfoUI",
+ "description": "鍏抽棴澶氭潯閫夐」寮圭獥鎻愮ず",
+ "body": "UIOperator:CloseCommonBubbleInfoUI()",
+ "scope": "鐣岄潰鐩稿叧/鍏抽棴澶氭潯閫夐」寮圭獥鎻愮ず"
+ },
+ "鎵撳紑濂借瘎鏈夌ぜ": {
+ "prefix": "UIOperator:OpenReviewGift",
+ "description": "鎵撳紑濂借瘎鏈夌ぜ",
+ "body": "UIOperator:OpenReviewGift()",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑濂借瘎鏈夌ぜ"
+ },
+ "鎵撳紑缃戝潃/閾炬帴": {
+ "prefix": "SL:OpenURL",
+ "description": "鎵撳紑缃戝潃/閾炬帴",
+ "body": "SL:OpenURL(url)",
+ "scope": "鐣岄潰鐩稿叧/鎵撳紑缃戝潃/閾炬帴"
+ },
+ "鎵撳嵃鎵鏈夎兘鑾峰彇鐨勫厓鍙橀噺": {
+ "prefix": "SL:PrintAllMetaValue",
+ "description": "鎵撳嵃鎵鏈夎兘鑾峰彇鐨勫厓鍙橀噺",
+ "body": "SL:PrintAllMetaValue()",
+ "scope": "鍏冨彉閲/娓告垙鍩虹/鎵撳嵃鎵鏈夎兘鑾峰彇鐨勫厓鍙橀噺"
+ },
+ "鎵撳嵃鎵鏈夊厓鍙橀噺Key": {
+ "prefix": "SL:PrintMetaKey",
+ "description": "鎵撳嵃鎵鏈夊厓鍙橀噺Key",
+ "body": "SL:PrintMetaKey()",
+ "scope": "鍏冨彉閲/娓告垙鍩虹/鎵撳嵃鎵鏈夊厓鍙橀噺Key"
+ },
+ "灞忓箷瀹": {
+ "prefix": "SL:Get_SCREEN_WIDTH",
+ "description": "灞忓箷瀹",
+ "body": "SL:Get_SCREEN_WIDTH()",
+ "scope": "鍏冨彉閲/娓告垙鍩虹/灞忓箷瀹"
+ },
+ "灞忓箷楂": {
+ "prefix": "SL:Get_SCREEN_HEIGHT",
+ "description": "灞忓箷楂",
+ "body": "SL:Get_SCREEN_HEIGHT()",
+ "scope": "鍏冨彉閲/娓告垙鍩虹/灞忓箷楂"
+ },
+ "鏄惁鍒樻捣灞": {
+ "prefix": "SL:Get_NOTCH_PHONE_INFO",
+ "description": "鏄惁鍒樻捣灞",
+ "body": "SL:Get_NOTCH_PHONE_INFO()",
+ "scope": "鍏冨彉閲/娓告垙鍩虹/鏄惁鍒樻捣灞"
+ },
+ "瀹夊崜骞冲彴": {
+ "prefix": "SL:Get_PLATFORM_ANDROID",
+ "description": "瀹夊崜骞冲彴",
+ "body": "SL:Get_PLATFORM_ANDROID()",
+ "scope": "鍏冨彉閲/娓告垙鍩虹/瀹夊崜骞冲彴"
+ },
+ "iOS骞冲彴": {
+ "prefix": "SL:Get_PLATFORM_IOS",
+ "description": "iOS骞冲彴",
+ "body": "SL:Get_PLATFORM_IOS()",
+ "scope": "鍏冨彉閲/娓告垙鍩虹/iOS骞冲彴"
+ },
+ "Windows骞冲彴": {
+ "prefix": "SL:Get_PLATFORM_WINDOWS",
+ "description": "Windows骞冲彴",
+ "body": "SL:Get_PLATFORM_WINDOWS()",
+ "scope": "鍏冨彉閲/娓告垙鍩虹/Windows骞冲彴"
+ },
+ "鎵嬫満骞冲彴(鍖呭惈瀹夊崜鍜宨OS)": {
+ "prefix": "SL:Get_PLATFORM_MOBILE",
+ "description": "鎵嬫満骞冲彴(鍖呭惈瀹夊崜鍜宨OS)",
+ "body": "SL:Get_PLATFORM_MOBILE()",
+ "scope": "鍏冨彉閲/娓告垙鍩虹/鎵嬫満骞冲彴(鍖呭惈瀹夊崜鍜宨OS)"
+ },
+ "鏄惁PC鎿嶄綔妯″紡": {
+ "prefix": "SL:Get_IS_PC_OPER_MODE",
+ "description": "鏄惁PC鎿嶄綔妯″紡",
+ "body": "SL:Get_IS_PC_OPER_MODE()",
+ "scope": "鍏冨彉閲/娓告垙鍩虹/鏄惁PC鎿嶄綔妯″紡"
+ },
+ "鎿嶄綔妯″紡(PC=1, 鎵嬫満=2)": {
+ "prefix": "SL:Get_CURRENT_OPERMODE",
+ "description": "鎿嶄綔妯″紡(PC=1, 鎵嬫満=2)",
+ "body": "SL:Get_CURRENT_OPERMODE()",
+ "scope": "鍏冨彉閲/娓告垙鍩虹/鎿嶄綔妯″紡(PC=1, 鎵嬫満=2)"
+ },
+ "娓告垙ID": {
+ "prefix": "SL:Get_GAME_ID",
+ "description": "娓告垙ID",
+ "body": "SL:Get_GAME_ID()",
+ "scope": "鍏冨彉閲/娓告垙鍩虹/娓告垙ID"
+ },
+ "娓犻亾ID": {
+ "prefix": "SL:Get_CHANNEL_ID",
+ "description": "娓犻亾ID",
+ "body": "SL:Get_CHANNEL_ID()",
+ "scope": "鍏冨彉閲/娓告垙鍩虹/娓犻亾ID"
+ },
+ "APK鍖呭悕": {
+ "prefix": "SL:Get_PACKAGE_NAME",
+ "description": "APK鍖呭悕",
+ "body": "SL:Get_PACKAGE_NAME()",
+ "scope": "鍏冨彉閲/娓告垙鍩虹/APK鍖呭悕"
+ },
+ "APK鐗堟湰鍚": {
+ "prefix": "SL:Get_VERSION_NAME",
+ "description": "APK鐗堟湰鍚",
+ "body": "SL:Get_VERSION_NAME()",
+ "scope": "鍏冨彉閲/娓告垙鍩虹/APK鐗堟湰鍚"
+ },
+ "APK鐗堟湰鍙": {
+ "prefix": "SL:Get_VERSION_CODE",
+ "description": "APK鐗堟湰鍙",
+ "body": "SL:Get_VERSION_CODE()",
+ "scope": "鍏冨彉閲/娓告垙鍩虹/APK鐗堟湰鍙"
+ },
+ "鍘熷/鏈湴瀹㈡埛绔増鏈彿": {
+ "prefix": "SL:Get_LOCAL_RES_VERSION",
+ "description": "鍘熷/鏈湴瀹㈡埛绔増鏈彿",
+ "body": "SL:Get_LOCAL_RES_VERSION()",
+ "scope": "鍏冨彉閲/娓告垙鍩虹/鍘熷/鏈湴瀹㈡埛绔増鏈彿"
+ },
+ "鐑洿瀹㈡埛绔増鏈彿": {
+ "prefix": "SL:Get_REMOTE_RES_VERSION",
+ "description": "鐑洿瀹㈡埛绔増鏈彿",
+ "body": "SL:Get_REMOTE_RES_VERSION()",
+ "scope": "鍏冨彉閲/娓告垙鍩虹/鐑洿瀹㈡埛绔増鏈彿"
+ },
+ "GM璧勬簮鐗堟湰鍙": {
+ "prefix": "SL:Get_REMOTE_GM_RES_VERSION",
+ "description": "GM璧勬簮鐗堟湰鍙",
+ "body": "SL:Get_REMOTE_GM_RES_VERSION()",
+ "scope": "鍏冨彉閲/娓告垙鍩虹/GM璧勬簮鐗堟湰鍙"
+ },
+ "PC鍞竴璁惧ID": {
+ "prefix": "SL:Get_DEVICE_UNIQUE_ID",
+ "description": "PC鍞竴璁惧ID",
+ "body": "SL:Get_DEVICE_UNIQUE_ID()",
+ "scope": "鍏冨彉閲/娓告垙鍩虹/PC鍞竴璁惧ID"
+ },
+ "鎺ㄥ箍鍛業D": {
+ "prefix": "SL:Get_PROMOTE_ID",
+ "description": "鎺ㄥ箍鍛業D",
+ "body": "SL:Get_PROMOTE_ID()",
+ "scope": "鍏冨彉閲/娓告垙鍩虹/鎺ㄥ箍鍛業D"
+ },
+ "娓告垙甯х巼": {
+ "prefix": "SL:Get_FPS",
+ "description": "娓告垙甯х巼",
+ "body": "SL:Get_FPS()",
+ "scope": "鍏冨彉閲/娓告垙鍩虹/娓告垙甯х巼"
+ },
+ "缃戠粶绫诲瀷": {
+ "prefix": "SL:Get_NET_TYPE",
+ "description": "缃戠粶绫诲瀷",
+ "body": "SL:Get_NET_TYPE()",
+ "scope": "鍏冨彉閲/娓告垙鍩虹/缃戠粶绫诲瀷"
+ },
+ "鎵嬫満鐢甸噺": {
+ "prefix": "SL:Get_BATTERY",
+ "description": "鎵嬫満鐢甸噺",
+ "body": "SL:Get_BATTERY()",
+ "scope": "鍏冨彉閲/娓告垙鍩虹/鎵嬫満鐢甸噺"
+ },
+ "鑾峰彇cfg_game_data閰嶇疆": {
+ "prefix": "SL:Get_GAME_DATA",
+ "description": "鑾峰彇cfg_game_data閰嶇疆",
+ "body": "SL:Get_GAME_DATA(param)",
+ "scope": "鍏冨彉閲/娓告垙鍩虹/鑾峰彇cfg_game_data閰嶇疆"
+ },
+ "鏄惁鏄疭DK鐧诲綍": {
+ "prefix": "SL:Get_IS_SDK_LOGIN",
+ "description": "鏄惁鏄疭DK鐧诲綍",
+ "body": "SL:Get_IS_SDK_LOGIN()",
+ "scope": "鍏冨彉閲/娓告垙鍩虹/鏄惁鏄疭DK鐧诲綍"
+ },
+ "鏄惁鏄996鐩掑瓙鐧诲綍": {
+ "prefix": "SL:Get_BOX996_LOGIN",
+ "description": "鏄惁鏄996鐩掑瓙鐧诲綍",
+ "body": "SL:Get_BOX996_LOGIN()",
+ "scope": "鍏冨彉閲/娓告垙鍩虹/鏄惁鏄996鐩掑瓙鐧诲綍"
+ },
+ "鏄惁鏄996浜戠湡鏈": {
+ "prefix": "SL:Get_CLOUD996_DEVICE",
+ "description": "鏄惁鏄996浜戠湡鏈",
+ "body": "SL:Get_CLOUD996_DEVICE()",
+ "scope": "鍏冨彉閲/娓告垙鍩虹/鏄惁鏄996浜戠湡鏈"
+ },
+ "鑾峰彇鏄撶浘鐨勫弽澶栨寕鏁版嵁": {
+ "prefix": "SL:Get_YIDUN_DATA",
+ "description": "鑾峰彇鏄撶浘鐨勫弽澶栨寕鏁版嵁",
+ "body": "SL:Get_YIDUN_DATA()",
+ "scope": "鍏冨彉閲/娓告垙鍩虹/鑾峰彇鏄撶浘鐨勫弽澶栨寕鏁版嵁"
+ },
+ "PC绔痀杞撮傞厤": {
+ "prefix": "SL:Get_PC_POS_Y",
+ "description": "PC绔痀杞撮傞厤",
+ "body": "SL:Get_PC_POS_Y()",
+ "scope": "鍏冨彉閲/娓告垙鍩虹/PC绔痀杞撮傞厤"
+ },
+ "PC绔 鏄惁寮鍚疦P鍙嶅鎸": {
+ "prefix": "SL:Get_PC_NP_STATUS",
+ "description": "PC绔 鏄惁寮鍚疦P鍙嶅鎸",
+ "body": "SL:Get_PC_NP_STATUS()",
+ "scope": "鍏冨彉閲/娓告垙鍩虹/PC绔 鏄惁寮鍚疦P鍙嶅鎸"
+ },
+ "蹇熼夋嫨鐩爣": {
+ "prefix": "SL:QuickSelectTarget",
+ "description": "蹇熼夋嫨鐩爣",
+ "body": "SL:QuickSelectTarget(data)",
+ "scope": "娓告垙/Actor/蹇熼夋嫨鐩爣"
+ },
+ "鎺т欢鍔犲叆鍒板厓鍙橀噺鑷姩鍒锋柊鐨勭粍浠": {
+ "prefix": "SL:CustomAttrWidgetAdd",
+ "description": "鎺т欢鍔犲叆鍒板厓鍙橀噺鑷姩鍒锋柊鐨勭粍浠",
+ "body": "SL:CustomAttrWidgetAdd(metaValue, widget)",
+ "scope": "娓告垙/Actor/鎺т欢鍔犲叆鍒板厓鍙橀噺鑷姩鍒锋柊鐨勭粍浠"
+ },
+ "妫娴嬫帶浠舵槸鍚﹀彲瑙": {
+ "prefix": "SL:CheckNodeCanCallBack",
+ "description": "妫娴嬫帶浠舵槸鍚﹀彲瑙",
+ "body": "SL:CheckNodeCanCallBack(node, touchPos)",
+ "scope": "娓告垙/Actor/妫娴嬫帶浠舵槸鍚﹀彲瑙"
+ },
+ "璇锋眰杩涜浜ゆ槗": {
+ "prefix": "SL:RequestTrade",
+ "description": "璇锋眰杩涜浜ゆ槗",
+ "body": "SL:RequestTrade(uid)",
+ "scope": "娓告垙/浜ゆ槗-瀹濈/璇锋眰杩涜浜ゆ槗"
+ },
+ "璇锋眰鑾峰彇瀹濈鐗╁搧濂栧姳": {
+ "prefix": "SL:RequestGetGoldBoxReward",
+ "description": "璇锋眰鑾峰彇瀹濈鐗╁搧濂栧姳",
+ "body": "SL:RequestGetGoldBoxReward()",
+ "scope": "娓告垙/浜ゆ槗-瀹濈/璇锋眰鑾峰彇瀹濈鐗╁搧濂栧姳"
+ },
+ "璇锋眰鍐嶅紑鍚疂绠": {
+ "prefix": "SL:RequestOpenGoldBox",
+ "description": "璇锋眰鍐嶅紑鍚疂绠",
+ "body": "SL:RequestOpenGoldBox()",
+ "scope": "娓告垙/浜ゆ槗-瀹濈/璇锋眰鍐嶅紑鍚疂绠"
+ },
+ "璇锋眰鍐呭姛鎶鑳芥暟鎹": {
+ "prefix": "SL:RequestInternalSkillData",
+ "description": "璇锋眰鍐呭姛鎶鑳芥暟鎹",
+ "body": "SL:RequestInternalSkillData(isHero)",
+ "scope": "娓告垙/鍐呭姛/璇锋眰鍐呭姛鎶鑳芥暟鎹"
+ },
+ "璇锋眰缁忕粶绌翠綅婵娲": {
+ "prefix": "SL:RequestMeridianAcuPointOpen",
+ "description": "璇锋眰缁忕粶绌翠綅婵娲",
+ "body": "SL:RequestMeridianAcuPointOpen(typeID, aucPointID, isHero)",
+ "scope": "娓告垙/鍐呭姛/璇锋眰缁忕粶绌翠綅婵娲"
+ },
+ "淇偧缁忕粶": {
+ "prefix": "SL:RequestMeridianLevelUp",
+ "description": "淇偧缁忕粶",
+ "body": "SL:RequestMeridianLevelUp(typeID, isHero)",
+ "scope": "娓告垙/鍐呭姛/淇偧缁忕粶"
+ },
+ "璁剧疆杩炲嚮鎶鑳": {
+ "prefix": "SL:RequestSetComboSkill",
+ "description": "璁剧疆杩炲嚮鎶鑳",
+ "body": "SL:RequestSetComboSkill(key, skillID, isHero)",
+ "scope": "娓告垙/鍐呭姛/璁剧疆杩炲嚮鎶鑳"
+ },
+ "璇锋眰璁剧疆鍐呭姛鏉″墠缃紑鍏 骞跺埛鏂版樉绀": {
+ "prefix": "SL:RequestInternalHudShow",
+ "description": "璇锋眰璁剧疆鍐呭姛鏉″墠缃紑鍏 骞跺埛鏂版樉绀",
+ "body": "SL:RequestInternalHudShow(show)",
+ "scope": "娓告垙/鍐呭姛/璇锋眰璁剧疆鍐呭姛鏉″墠缃紑鍏 骞跺埛鏂版樉绀"
+ },
+ "涓栫晫鍧愭爣杞寲涓哄湴鍥惧潗鏍": {
+ "prefix": "SL:ConvertWorldPos2MapPos",
+ "description": "涓栫晫鍧愭爣杞寲涓哄湴鍥惧潗鏍",
+ "body": "SL:ConvertWorldPos2MapPos(worldX, worldY)",
+ "scope": "娓告垙/鍧愭爣杞崲/涓栫晫鍧愭爣杞寲涓哄湴鍥惧潗鏍"
+ },
+ "鍦板浘鍧愭爣杞寲涓轰笘鐣屽潗鏍": {
+ "prefix": "SL:ConvertMapPos2WorldPos",
+ "description": "鍦板浘鍧愭爣杞寲涓轰笘鐣屽潗鏍",
+ "body": "SL:ConvertMapPos2WorldPos(mapX, mapY, centerOfGrid)",
+ "scope": "娓告垙/鍧愭爣杞崲/鍦板浘鍧愭爣杞寲涓轰笘鐣屽潗鏍"
+ },
+ "涓栫晫鍧愭爣杞寲涓哄睆骞曞潗鏍": {
+ "prefix": "SL:ConvertWorldPos2Screen",
+ "description": "涓栫晫鍧愭爣杞寲涓哄睆骞曞潗鏍",
+ "body": "SL:ConvertWorldPos2Screen(worldX, worldY)",
+ "scope": "娓告垙/鍧愭爣杞崲/涓栫晫鍧愭爣杞寲涓哄睆骞曞潗鏍"
+ },
+ "灞忓箷鍧愭爣杞寲涓轰笘鐣屽潗鏍": {
+ "prefix": "SL:ConvertScreen2WorldPos",
+ "description": "灞忓箷鍧愭爣杞寲涓轰笘鐣屽潗鏍",
+ "body": "SL:ConvertScreen2WorldPos(screenX, screenY)",
+ "scope": "娓告垙/鍧愭爣杞崲/灞忓箷鍧愭爣杞寲涓轰笘鐣屽潗鏍"
+ },
+ "鏃ュ織鎵撳嵃": {
+ "prefix": "SL:release_print",
+ "description": "鏃ュ織鎵撳嵃",
+ "body": "SL:release_print(...)",
+ "scope": "娓告垙/鍩虹/鏃ュ織鎵撳嵃"
+ },
+ "DEBUG涓嬫棩蹇楁墦鍗(Print)": {
+ "prefix": "SL:Print",
+ "description": "DEBUG涓嬫棩蹇楁墦鍗(Print)",
+ "body": "SL:Print(...)",
+ "scope": "娓告垙/鍩虹/DEBUG涓嬫棩蹇楁墦鍗(Print)"
+ },
+ "DEBUG涓嬫棩蹇楁墦鍗(PrintEx)": {
+ "prefix": "SL:PrintEx",
+ "description": "DEBUG涓嬫棩蹇楁墦鍗(PrintEx)",
+ "body": "SL:PrintEx(...)",
+ "scope": "娓告垙/鍩虹/DEBUG涓嬫棩蹇楁墦鍗(PrintEx)"
+ },
+ "DEBUG涓嬫棩蹇楁墦鍗(PrintTraceback)": {
+ "prefix": "SL:PrintTraceback",
+ "description": "DEBUG涓嬫棩蹇楁墦鍗(PrintTraceback)",
+ "body": "SL:PrintTraceback(...)",
+ "scope": "娓告垙/鍩虹/DEBUG涓嬫棩蹇楁墦鍗(PrintTraceback)"
+ },
+ "DEBUG涓嬫棩蹇楁墦鍗(dump)": {
+ "prefix": "SL:dump",
+ "description": "DEBUG涓嬫棩蹇楁墦鍗(dump)",
+ "body": "SL:dump(data, desciption, nesting)",
+ "scope": "娓告垙/鍩虹/DEBUG涓嬫棩蹇楁墦鍗(dump)"
+ },
+ "json瀛楃涓茶В瀵": {
+ "prefix": "SL:JsonDecode",
+ "description": "json瀛楃涓茶В瀵",
+ "body": "SL:JsonDecode(jsonStr, isfilter)",
+ "scope": "娓告垙/鍩虹/json瀛楃涓茶В瀵"
+ },
+ "json瀛楃涓插姞瀵": {
+ "prefix": "SL:JsonEncode",
+ "description": "json瀛楃涓插姞瀵",
+ "body": "SL:JsonEncode(jsonData, isfilter)",
+ "scope": "娓告垙/鍩虹/json瀛楃涓插姞瀵"
+ },
+ "瀛樺偍瀛楃鍒版湰鍦": {
+ "prefix": "SL:SetLocalString",
+ "description": "瀛樺偍瀛楃鍒版湰鍦",
+ "body": "SL:SetLocalString(key, data)",
+ "scope": "娓告垙/鍩虹/瀛樺偍瀛楃鍒版湰鍦"
+ },
+ "浠庢湰鍦拌鍙栧瓧绗": {
+ "prefix": "SL:GetLocalString",
+ "description": "浠庢湰鍦拌鍙栧瓧绗",
+ "body": "SL:GetLocalString(key)",
+ "scope": "娓告垙/鍩虹/浠庢湰鍦拌鍙栧瓧绗"
+ },
+ "鎵撳紑寮曞": {
+ "prefix": "SL:StartGuide",
+ "description": "鎵撳紑寮曞",
+ "body": "SL:StartGuide(data)",
+ "scope": "娓告垙/鍩虹/鎵撳紑寮曞"
+ },
+ "鍏抽棴寮曞": {
+ "prefix": "SL:CloseGuide",
+ "description": "鍏抽棴寮曞",
+ "body": "SL:CloseGuide()",
+ "scope": "娓告垙/鍩虹/鍏抽棴寮曞"
+ },
+ "琛ㄤ腑鐨勫搴 id 鐨勯鑹茶浆鎹㈡垚 RGB 鏍煎紡": {
+ "prefix": "SL:GetColorByStyleId",
+ "description": "琛ㄤ腑鐨勫搴 id 鐨勯鑹茶浆鎹㈡垚 RGB 鏍煎紡",
+ "body": "SL:GetColorByStyleId(id)",
+ "scope": "娓告垙/鍩虹/琛ㄤ腑鐨勫搴 id 鐨勯鑹茶浆鎹㈡垚 RGB 鏍煎紡"
+ },
+ "琛ㄤ腑鐨勫搴 id 鐨勯鑹茶浆鎹㈡垚 16杩涘埗 鏍煎紡": {
+ "prefix": "SL:GetHexColorByStyleId",
+ "description": "琛ㄤ腑鐨勫搴 id 鐨勯鑹茶浆鎹㈡垚 16杩涘埗 鏍煎紡",
+ "body": "SL:GetHexColorByStyleId(id)",
+ "scope": "娓告垙/鍩虹/琛ㄤ腑鐨勫搴 id 鐨勯鑹茶浆鎹㈡垚 16杩涘埗 鏍煎紡"
+ },
+ "琛ㄤ腑鐨勫搴 id 鐨勯鑹插ぇ灏": {
+ "prefix": "SL:GetSizeByStyleId",
+ "description": "琛ㄤ腑鐨勫搴 id 鐨勯鑹插ぇ灏",
+ "body": "SL:GetSizeByStyleId(id)",
+ "scope": "娓告垙/鍩虹/琛ㄤ腑鐨勫搴 id 鐨勯鑹插ぇ灏"
+ },
+ "Color3B棰滆壊杞寲涓篽ex 16杩涘埗": {
+ "prefix": "SL:GetColorHexFromRGB",
+ "description": "Color3B棰滆壊杞寲涓篽ex 16杩涘埗",
+ "body": "SL:GetColorHexFromRGB(color3B)",
+ "scope": "娓告垙/鍩虹/Color3B棰滆壊杞寲涓篽ex 16杩涘埗"
+ },
+ "鎾斁鎸夐挳鐐瑰嚮闊虫晥": {
+ "prefix": "SL:PlayBtnClickAudio",
+ "description": "鎾斁鎸夐挳鐐瑰嚮闊虫晥",
+ "body": "SL:PlayBtnClickAudio()",
+ "scope": "娓告垙/鍩虹/鎾斁鎸夐挳鐐瑰嚮闊虫晥"
+ },
+ "鎾斁闊虫晥": {
+ "prefix": "SL:PlaySound",
+ "description": "鎾斁闊虫晥",
+ "body": "SL:PlaySound(id, isLoop)",
+ "scope": "娓告垙/鍩虹/鎾斁闊虫晥"
+ },
+ "鎾斁鐧婚檰-閫夎闊虫晥": {
+ "prefix": "SL:PlaySelectRoleAudio",
+ "description": "鎾斁鐧婚檰-閫夎闊虫晥",
+ "body": "SL:PlaySelectRoleAudio()",
+ "scope": "娓告垙/鍩虹/鎾斁鐧婚檰-閫夎闊虫晥"
+ },
+ "鎾斁瀹濈鍐呴変腑闊虫晥": {
+ "prefix": "SL:PlayFlashBoxAudio",
+ "description": "鎾斁瀹濈鍐呴変腑闊虫晥",
+ "body": "SL:PlayFlashBoxAudio()",
+ "scope": "娓告垙/鍩虹/鎾斁瀹濈鍐呴変腑闊虫晥"
+ },
+ "鎾斁寮瀹濈闊虫晥": {
+ "prefix": "SL:PlayOpenBoxAudio",
+ "description": "鎾斁寮瀹濈闊虫晥",
+ "body": "SL:PlayOpenBoxAudio()",
+ "scope": "娓告垙/鍩虹/鎾斁寮瀹濈闊虫晥"
+ },
+ "鍋滄鎵鏈夐煶鏁": {
+ "prefix": "SL:StopAllAudio",
+ "description": "鍋滄鎵鏈夐煶鏁",
+ "body": "SL:StopAllAudio()",
+ "scope": "娓告垙/鍩虹/鍋滄鎵鏈夐煶鏁"
+ },
+ "鍋滄闊虫晥": {
+ "prefix": "SL:StopSound",
+ "description": "鍋滄闊虫晥",
+ "body": "SL:StopSound(id)",
+ "scope": "娓告垙/鍩虹/鍋滄闊虫晥"
+ },
+ "璧勬簮涓嬭浇": {
+ "prefix": "SL:DownLoadRes",
+ "description": "璧勬簮涓嬭浇",
+ "body": "SL:DownLoadRes(path, url, downloadCB)",
+ "scope": "娓告垙/鍩虹/璧勬簮涓嬭浇"
+ },
+ "灏忓湴鍥捐祫婧愪笅杞": {
+ "prefix": "SL:DownloadMiniMapRes",
+ "description": "灏忓湴鍥捐祫婧愪笅杞",
+ "body": "SL:DownloadMiniMapRes(mapId, callback)",
+ "scope": "娓告垙/鍩虹/灏忓湴鍥捐祫婧愪笅杞"
+ },
+ "鍒犻櫎GM缂撳瓨璧勬簮": {
+ "prefix": "SL:RemoveGMResFile",
+ "description": "鍒犻櫎GM缂撳瓨璧勬簮",
+ "body": "SL:RemoveGMResFile(filePath)",
+ "scope": "娓告垙/鍩虹/鍒犻櫎GM缂撳瓨璧勬簮"
+ },
+ "鍚戞湇鍔″櫒鍙戦佷竴涓〃鍗": {
+ "prefix": "SL:SubmitForm",
+ "description": "鍚戞湇鍔″櫒鍙戦佷竴涓〃鍗",
+ "body": "SL:SubmitForm(filename, funcName, param)",
+ "scope": "娓告垙/鍩虹/鍚戞湇鍔″櫒鍙戦佷竴涓〃鍗"
+ },
+ "鑾峰彇鏂囦欢鍒楄〃": {
+ "prefix": "SL:GetFilesByPath",
+ "description": "鑾峰彇鏂囦欢鍒楄〃",
+ "body": "SL:GetFilesByPath(path)",
+ "scope": "娓告垙/鍩虹/鑾峰彇鏂囦欢鍒楄〃"
+ },
+ "鑾峰彇鏈嶅姟绔帹閫佺墿鍝佺殑鑷畾涔夊彉閲": {
+ "prefix": "SL:GetSerCustomVar",
+ "description": "鑾峰彇鏈嶅姟绔帹閫佺墿鍝佺殑鑷畾涔夊彉閲",
+ "body": "SL:GetSerCustomVar(key)",
+ "scope": "娓告垙/鍩虹/鑾峰彇鏈嶅姟绔帹閫佺墿鍝佺殑鑷畾涔夊彉閲"
+ },
+ "寮鍚竴涓畾鏃跺櫒": {
+ "prefix": "SL:Schedule",
+ "description": "寮鍚竴涓畾鏃跺櫒",
+ "body": "SL:Schedule(callback, time)",
+ "scope": "娓告垙/瀹氭椂鍣/寮鍚竴涓畾鏃跺櫒"
+ },
+ "鍋滄涓涓畾鏃跺櫒": {
+ "prefix": "SL:UnSchedule",
+ "description": "鍋滄涓涓畾鏃跺櫒",
+ "body": "SL:UnSchedule(scheduleID)",
+ "scope": "娓告垙/瀹氭椂鍣/鍋滄涓涓畾鏃跺櫒"
+ },
+ "寮鍚竴涓崟娆″畾鏃跺櫒": {
+ "prefix": "SL:ScheduleOnce",
+ "description": "寮鍚竴涓崟娆″畾鏃跺櫒",
+ "body": "SL:ScheduleOnce(callback, time)",
+ "scope": "娓告垙/瀹氭椂鍣/寮鍚竴涓崟娆″畾鏃跺櫒"
+ },
+ "寮鍚竴涓畾鏃跺櫒, 缁戝畾node鑺傜偣": {
+ "prefix": "SL:schedule",
+ "description": "寮鍚竴涓畾鏃跺櫒, 缁戝畾node鑺傜偣",
+ "body": "SL:schedule(node, callback, time)",
+ "scope": "娓告垙/瀹氭椂鍣/寮鍚竴涓畾鏃跺櫒, 缁戝畾node鑺傜偣"
+ },
+ "寮鍚竴涓崟娆″畾鏃跺櫒, 缁戝畾node鑺傜偣": {
+ "prefix": "SL:scheduleOnce",
+ "description": "寮鍚竴涓崟娆″畾鏃跺櫒, 缁戝畾node鑺傜偣",
+ "body": "SL:scheduleOnce(node, callback, time)",
+ "scope": "娓告垙/瀹氭椂鍣/寮鍚竴涓崟娆″畾鏃跺櫒, 缁戝畾node鑺傜偣"
+ },
+ "璇锋眰鍦板浘缁勯槦鎴愬憳鏁版嵁": {
+ "prefix": "SL:RequestMiniMapTeam",
+ "description": "璇锋眰鍦板浘缁勯槦鎴愬憳鏁版嵁",
+ "body": "SL:RequestMiniMapTeam()",
+ "scope": "娓告垙/灏忓湴鍥/璇锋眰鍦板浘缁勯槦鎴愬憳鏁版嵁"
+ },
+ "璇锋眰鍦板浘鎬墿鏁版嵁": {
+ "prefix": "SL:RequestMiniMapMonsters",
+ "description": "璇锋眰鍦板浘鎬墿鏁版嵁",
+ "body": "SL:RequestMiniMapMonsters()",
+ "scope": "娓告垙/灏忓湴鍥/璇锋眰鍦板浘鎬墿鏁版嵁"
+ },
+ "棰滆壊杞崲鍑芥暟": {
+ "prefix": "SL:ConvertColorFromHexString",
+ "description": "棰滆壊杞崲鍑芥暟",
+ "body": "SL:ConvertColorFromHexString(hexStr)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/棰滆壊杞崲鍑芥暟"
+ },
+ "鏂囦欢璺緞鏄惁瀛樺湪": {
+ "prefix": "SL:IsFileExist",
+ "description": "鏂囦欢璺緞鏄惁瀛樺湪",
+ "body": "SL:IsFileExist(path)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/鏂囦欢璺緞鏄惁瀛樺湪"
+ },
+ "娣辨嫹璐": {
+ "prefix": "SL:CopyData",
+ "description": "娣辨嫹璐",
+ "body": "SL:CopyData(data)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/娣辨嫹璐"
+ },
+ "瀛楃涓插垎鍓": {
+ "prefix": "SL:Split",
+ "description": "瀛楃涓插垎鍓",
+ "body": "SL:Split(str, delimiter)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/瀛楃涓插垎鍓"
+ },
+ "鏂囨湰鎻愮ず": {
+ "prefix": "SL:ShowSystemTips",
+ "description": "鏂囨湰鎻愮ず",
+ "body": "SL:ShowSystemTips(str)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/鏂囨湰鎻愮ず"
+ },
+ "鍝堝笇琛ㄨ浆鎴愭寜鏁扮粍": {
+ "prefix": "SL:HashToSortArray",
+ "description": "鍝堝笇琛ㄨ浆鎴愭寜鏁扮粍",
+ "body": "SL:HashToSortArray(hashTab, sortFunc)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/鍝堝笇琛ㄨ浆鎴愭寜鏁扮粍"
+ },
+ "鏄剧ず鎻愮ず鏂囨湰妗": {
+ "prefix": "SL:SHOW_DESCTIP",
+ "description": "鏄剧ず鎻愮ず鏂囨湰妗",
+ "body": "SL:SHOW_DESCTIP(str, width, pos, anchorPoint)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/鏄剧ず鎻愮ず鏂囨湰妗"
+ },
+ "鍔犺浇鏂囦欢": {
+ "prefix": "SL:RequireFile",
+ "description": "鍔犺浇鏂囦欢",
+ "body": "SL:RequireFile(file)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/鍔犺浇鏂囦欢"
+ },
+ "鎷嗚В鏂囦欢": {
+ "prefix": "SL:LoadTxtFile",
+ "description": "鎷嗚В鏂囦欢",
+ "body": "SL:LoadTxtFile(path, delimiter, callBack)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/鎷嗚В鏂囦欢"
+ },
+ "鏁板瓧杞崲鎴愪竾銆佷嚎鍗曚綅": {
+ "prefix": "SL:GetSimpleNumber",
+ "description": "鏁板瓧杞崲鎴愪竾銆佷嚎鍗曚綅",
+ "body": "SL:GetSimpleNumber(num, places)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/鏁板瓧杞崲鎴愪竾銆佷嚎鍗曚綅"
+ },
+ "琛閲忓崟浣嶆樉绀": {
+ "prefix": "SL:HPUnit",
+ "description": "琛閲忓崟浣嶆樉绀",
+ "body": "SL:HPUnit(hp, pointBit)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/琛閲忓崟浣嶆樉绀"
+ },
+ "涓枃杞崲鎴愮珫鐫鏄剧ず": {
+ "prefix": "SL:ChineseToVertical",
+ "description": "涓枃杞崲鎴愮珫鐫鏄剧ず",
+ "body": "SL:ChineseToVertical(str)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/涓枃杞崲鎴愮珫鐫鏄剧ず"
+ },
+ "闃挎媺浼暟瀛楄浆涓枃澶у啓": {
+ "prefix": "SL:NumberToChinese",
+ "description": "闃挎媺浼暟瀛楄浆涓枃澶у啓",
+ "body": "SL:NumberToChinese(num)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/闃挎媺浼暟瀛楄浆涓枃澶у啓"
+ },
+ "鑾峰彇瀛楃涓茬殑byte闀垮害": {
+ "prefix": "SL:GetUTF8ByteLen",
+ "description": "鑾峰彇瀛楃涓茬殑byte闀垮害",
+ "body": "SL:GetUTF8ByteLen(str)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/鑾峰彇瀛楃涓茬殑byte闀垮害"
+ },
+ "鏃堕棿鏍煎紡鍖栨垚瀛楃涓叉樉绀": {
+ "prefix": "SL:SecondToHMS",
+ "description": "鏃堕棿鏍煎紡鍖栨垚瀛楃涓叉樉绀",
+ "body": "SL:SecondToHMS(sec, isToStr, isSimple)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/鏃堕棿鏍煎紡鍖栨垚瀛楃涓叉樉绀"
+ },
+ "鏁板瓧杞寲涓哄崈鍒嗕綅瀛楃涓": {
+ "prefix": "SL:GetThousandSepString",
+ "description": "鏁板瓧杞寲涓哄崈鍒嗕綅瀛楃涓",
+ "body": "SL:GetThousandSepString(num)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/鏁板瓧杞寲涓哄崈鍒嗕綅瀛楃涓"
+ },
+ "lua table杞垚config閰嶇疆琛": {
+ "prefix": "SL:SaveTableToConfig",
+ "description": "lua table杞垚config閰嶇疆琛",
+ "body": "SL:SaveTableToConfig(tab, name, destPath, sortFunc)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/lua table杞垚config閰嶇疆琛"
+ },
+ "鍗佸叚杩涘埗杞崄杩涘埗": {
+ "prefix": "SL:HexToInt",
+ "description": "鍗佸叚杩涘埗杞崄杩涘埗",
+ "body": "SL:HexToInt(hexStr)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/鍗佸叚杩涘埗杞崄杩涘埗"
+ },
+ "MD5鍔犲瘑": {
+ "prefix": "SL:GetStrMD5",
+ "description": "MD5鍔犲瘑",
+ "body": "SL:GetStrMD5(str)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/MD5鍔犲瘑"
+ },
+ "UTF8杞珿BK缂栫爜": {
+ "prefix": "SL:UTF8ToGBK",
+ "description": "UTF8杞珿BK缂栫爜",
+ "body": "SL:UTF8ToGBK(str)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/UTF8杞珿BK缂栫爜"
+ },
+ "GBK杞琔TF8缂栫爜": {
+ "prefix": "SL:GBKToUTF8",
+ "description": "GBK杞琔TF8缂栫爜",
+ "body": "SL:GBKToUTF8(str)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/GBK杞琔TF8缂栫爜"
+ },
+ "璁$畻涓ゅ潗鏍囬棿鐨勫钩鏂硅窛绂": {
+ "prefix": "SL:GetPointDistanceSQ",
+ "description": "璁$畻涓ゅ潗鏍囬棿鐨勫钩鏂硅窛绂",
+ "body": "SL:GetPointDistanceSQ(pt1, pt2)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/璁$畻涓ゅ潗鏍囬棿鐨勫钩鏂硅窛绂"
+ },
+ "璁$畻涓ゅ潗鏍囬棿鐨勮窛绂": {
+ "prefix": "SL:GetPointDistance",
+ "description": "璁$畻涓ゅ潗鏍囬棿鐨勮窛绂",
+ "body": "SL:GetPointDistance(pt1, pt2)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/璁$畻涓ゅ潗鏍囬棿鐨勮窛绂"
+ },
+ "璁$畻鍚戦噺闀垮害": {
+ "prefix": "SL:GetPointLength",
+ "description": "璁$畻鍚戦噺闀垮害",
+ "body": "SL:GetPointLength(pt)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/璁$畻鍚戦噺闀垮害"
+ },
+ "璁$畻鍚戦噺闀垮害骞虫柟": {
+ "prefix": "SL:GetPointLengthSQ",
+ "description": "璁$畻鍚戦噺闀垮害骞虫柟",
+ "body": "SL:GetPointLengthSQ(pt)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/璁$畻鍚戦噺闀垮害骞虫柟"
+ },
+ "璁$畻涓ょ偣涓績鐐瑰潗鏍": {
+ "prefix": "SL:GetMidPoint",
+ "description": "璁$畻涓ょ偣涓績鐐瑰潗鏍",
+ "body": "SL:GetMidPoint(pt1, pt2)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/璁$畻涓ょ偣涓績鐐瑰潗鏍"
+ },
+ "璁$畻涓ょ偣鐩稿姞鍧愭爣": {
+ "prefix": "SL:GetAddPoint",
+ "description": "璁$畻涓ょ偣鐩稿姞鍧愭爣",
+ "body": "SL:GetAddPoint(pt1, pt2)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/璁$畻涓ょ偣鐩稿姞鍧愭爣"
+ },
+ "璁$畻涓ょ偣鐩稿噺鍧愭爣": {
+ "prefix": "SL:GetSubPoint",
+ "description": "璁$畻涓ょ偣鐩稿噺鍧愭爣",
+ "body": "SL:GetSubPoint(pt1, pt2)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/璁$畻涓ょ偣鐩稿噺鍧愭爣"
+ },
+ "鏍囧噯鍚戦噺鍖栧潗鏍": {
+ "prefix": "SL:GetNormalizePoint",
+ "description": "鏍囧噯鍚戦噺鍖栧潗鏍",
+ "body": "SL:GetNormalizePoint(pt)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/鏍囧噯鍚戦噺鍖栧潗鏍"
+ },
+ "璁$畻涓ゅ悜閲忓す瑙掑姬搴﹀": {
+ "prefix": "SL:GetPointAngle",
+ "description": "璁$畻涓ゅ悜閲忓す瑙掑姬搴﹀",
+ "body": "SL:GetPointAngle(pt1, pt2)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/璁$畻涓ゅ悜閲忓す瑙掑姬搴﹀"
+ },
+ "璁$畻涓ゅ悜閲忓す瑙掕搴﹀": {
+ "prefix": "SL:GetPointRotate",
+ "description": "璁$畻涓ゅ悜閲忓す瑙掕搴﹀",
+ "body": "SL:GetPointRotate(pt1, pt2)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/璁$畻涓ゅ悜閲忓す瑙掕搴﹀"
+ },
+ "璁$畻鑷韩寮у害鍊": {
+ "prefix": "SL:GetPointAngleSelf",
+ "description": "璁$畻鑷韩寮у害鍊",
+ "body": "SL:GetPointAngleSelf(pt)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/璁$畻鑷韩寮у害鍊"
+ },
+ "璁$畻鑷韩瑙掑害鍊": {
+ "prefix": "SL:GetPointRotateSelf",
+ "description": "璁$畻鑷韩瑙掑害鍊",
+ "body": "SL:GetPointRotateSelf(pt)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/璁$畻鑷韩瑙掑害鍊"
+ },
+ "鑾峰彇楂16浣嶅": {
+ "prefix": "SL:GetH16Bit",
+ "description": "鑾峰彇楂16浣嶅",
+ "body": "SL:GetH16Bit(value)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/鑾峰彇楂16浣嶅"
+ },
+ "鑾峰彇浣16浣嶅": {
+ "prefix": "SL:GetL16Bit",
+ "description": "鑾峰彇浣16浣嶅",
+ "body": "SL:GetL16Bit(value)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/鑾峰彇浣16浣嶅"
+ },
+ "璺宠浆鍒版煇涓秴閾": {
+ "prefix": "SL:JumpTo",
+ "description": "璺宠浆鍒版煇涓秴閾",
+ "body": "SL:JumpTo(id)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/璺宠浆鍒版煇涓秴閾"
+ },
+ "閫鍑哄埌閫夎鐣岄潰": {
+ "prefix": "SL:ExitToRoleUI",
+ "description": "閫鍑哄埌閫夎鐣岄潰",
+ "body": "SL:ExitToRoleUI()",
+ "scope": "娓告垙/甯哥敤鍑芥暟/閫鍑哄埌閫夎鐣岄潰"
+ },
+ "閫鍑哄埌閫夎鐣岄潰(寮哄埗灏忛)": {
+ "prefix": "SL:ForceExitToRoleUI",
+ "description": "閫鍑哄埌閫夎鐣岄潰(寮哄埗灏忛)",
+ "body": "SL:ForceExitToRoleUI()",
+ "scope": "娓告垙/甯哥敤鍑芥暟/閫鍑哄埌閫夎鐣岄潰(寮哄埗灏忛)"
+ },
+ "閫鍑哄埌鐧诲綍鐣岄潰": {
+ "prefix": "SL:ExitToLoginUI",
+ "description": "閫鍑哄埌鐧诲綍鐣岄潰",
+ "body": "SL:ExitToLoginUI()",
+ "scope": "娓告垙/甯哥敤鍑芥暟/閫鍑哄埌鐧诲綍鐣岄潰"
+ },
+ "閫鍑烘父鎴": {
+ "prefix": "SL:ExitGame",
+ "description": "閫鍑烘父鎴",
+ "body": "SL:ExitGame()",
+ "scope": "娓告垙/甯哥敤鍑芥暟/閫鍑烘父鎴"
+ },
+ "鍙戦丟M鍛戒护鍒拌亰澶": {
+ "prefix": "SL:RequestSendChatGMMsg",
+ "description": "鍙戦丟M鍛戒护鍒拌亰澶",
+ "body": "SL:RequestSendChatGMMsg(msg)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/鍙戦丟M鍛戒护鍒拌亰澶"
+ },
+ "鍒涘缓涓涓孩鐐瑰埌鑺傜偣": {
+ "prefix": "SL:CreateRedPoint",
+ "description": "鍒涘缓涓涓孩鐐瑰埌鑺傜偣",
+ "body": "SL:CreateRedPoint(targetNode, offset)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/鍒涘缓涓涓孩鐐瑰埌鑺傜偣"
+ },
+ "璁剧疆鏂囨湰鏍峰紡(鎸夐挳銆佹枃鏈)": {
+ "prefix": "SL:SetColorStyle",
+ "description": "璁剧疆鏂囨湰鏍峰紡(鎸夐挳銆佹枃鏈)",
+ "body": "SL:SetColorStyle(widget, colorID)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/璁剧疆鏂囨湰鏍峰紡(鎸夐挳銆佹枃鏈)"
+ },
+ "鑾峰彇瀵瑰簲鑹插糏D鐨勯厤缃": {
+ "prefix": "SL:GetColorCfg",
+ "description": "鑾峰彇瀵瑰簲鑹插糏D鐨勯厤缃",
+ "body": "SL:GetColorCfg(colorID)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/鑾峰彇瀵瑰簲鑹插糏D鐨勯厤缃"
+ },
+ "妫鏌ユ槸鍚︽弧瓒虫潯浠": {
+ "prefix": "SL:CheckCondition",
+ "description": "妫鏌ユ槸鍚︽弧瓒虫潯浠",
+ "body": "SL:CheckCondition(conditionStr)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/妫鏌ユ槸鍚︽弧瓒虫潯浠"
+ },
+ "鏄剧ず姘旀场鎻愰啋": {
+ "prefix": "SL:AddBubbleTips",
+ "description": "鏄剧ず姘旀场鎻愰啋",
+ "body": "SL:AddBubbleTips(id, path, callback)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/鏄剧ず姘旀场鎻愰啋"
+ },
+ "鍒犻櫎姘旀场鎻愰啋": {
+ "prefix": "SL:DelBubbleTips",
+ "description": "鍒犻櫎姘旀场鎻愰啋",
+ "body": "SL:DelBubbleTips(ID)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/鍒犻櫎姘旀场鎻愰啋"
+ },
+ "閲嶆柊鍔犺浇鍦板浘": {
+ "prefix": "SL:ReloadMap",
+ "description": "閲嶆柊鍔犺浇鍦板浘",
+ "body": "SL:ReloadMap()",
+ "scope": "娓告垙/甯哥敤鍑芥暟/閲嶆柊鍔犺浇鍦板浘"
+ },
+ "璇锋眰HTTP Get鏂瑰紡": {
+ "prefix": "SL:HTTPRequestGet",
+ "description": "璇锋眰HTTP Get鏂瑰紡",
+ "body": "SL:HTTPRequestGet(url, httpCB)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/璇锋眰HTTP Get鏂瑰紡"
+ },
+ "璇锋眰HTTP Post鏂瑰紡": {
+ "prefix": "SL:HTTPRequestPost",
+ "description": "璇锋眰HTTP Post鏂瑰紡",
+ "body": "SL:HTTPRequestPost(url, httpCB, suffix, head)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/璇锋眰HTTP Post鏂瑰紡"
+ },
+ "鏈湴鍏憡灞曠ず": {
+ "prefix": "SL:ShowLocalNoticeByType",
+ "description": "鏈湴鍏憡灞曠ず",
+ "body": "SL:ShowLocalNoticeByType(data)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/鏈湴鍏憡灞曠ず"
+ },
+ "闇囧睆": {
+ "prefix": "SL:ShakeScene",
+ "description": "闇囧睆",
+ "body": "SL:ShakeScene(time, distance)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/闇囧睆"
+ },
+ "娣诲姞UI鍒板師鏈夌晫闈": {
+ "prefix": "SL:AttachOrUnAttachGUI",
+ "description": "娣诲姞UI鍒板師鏈夌晫闈",
+ "body": "SL:AttachOrUnAttachGUI(data)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/娣诲姞UI鍒板師鏈夌晫闈"
+ },
+ "鍔犺浇鏂囦欢2": {
+ "prefix": "SL:Require",
+ "description": "鍔犺浇鏂囦欢2",
+ "body": "SL:Require(file, reload)",
+ "scope": "娓告垙/甯哥敤鍑芥暟/鍔犺浇鏂囦欢2"
+ },
+ "璇锋眰鎷嶅崠琛屼笂鏋跺垪琛": {
+ "prefix": "SL:RequestAuctionPutList",
+ "description": "璇锋眰鎷嶅崠琛屼笂鏋跺垪琛",
+ "body": "SL:RequestAuctionPutList(listType)",
+ "scope": "娓告垙/鎷嶅崠琛-姹傝喘琛-浜ゆ槗琛/璇锋眰鎷嶅崠琛屼笂鏋跺垪琛"
+ },
+ "鎷嶅崠琛岃姹備笂鏋": {
+ "prefix": "SL:RequestAuctionPutInItem",
+ "description": "鎷嶅崠琛岃姹備笂鏋",
+ "body": "SL:RequestAuctionPutInItem(makeindex, count, bidPrice, buyPrice, currencyID, rebate)",
+ "scope": "娓告垙/鎷嶅崠琛-姹傝喘琛-浜ゆ槗琛/鎷嶅崠琛岃姹備笂鏋"
+ },
+ "鎷嶅崠琛岃姹備笅鏋": {
+ "prefix": "SL:RequestAuctionPutOutItem",
+ "description": "鎷嶅崠琛岃姹備笅鏋",
+ "body": "SL:RequestAuctionPutOutItem(makeindex)",
+ "scope": "娓告垙/鎷嶅崠琛-姹傝喘琛-浜ゆ槗琛/鎷嶅崠琛岃姹備笅鏋"
+ },
+ "鎷嶅崠琛岃姹傞噸鏂颁笂鏋": {
+ "prefix": "SL:RequestAuctionRePutInItem",
+ "description": "鎷嶅崠琛岃姹傞噸鏂颁笂鏋",
+ "body": "SL:RequestAuctionRePutInItem(makeindex, count, bidPrice, buyPrice, currencyID, rebate)",
+ "scope": "娓告垙/鎷嶅崠琛-姹傝喘琛-浜ゆ槗琛/鎷嶅崠琛岃姹傞噸鏂颁笂鏋"
+ },
+ "鎷嶅崠琛岃姹傜珵浠": {
+ "prefix": "SL:RequestAuctionBid",
+ "description": "鎷嶅崠琛岃姹傜珵浠",
+ "body": "SL:RequestAuctionBid(makeindex, price)",
+ "scope": "娓告垙/鎷嶅崠琛-姹傝喘琛-浜ゆ槗琛/鎷嶅崠琛岃姹傜珵浠"
+ },
+ "鎷嶅崠琛岃姹傞鍙栫珵鎷嶆垚鍔熺墿鍝": {
+ "prefix": "SL:RequestAcquireBidItem",
+ "description": "鎷嶅崠琛岃姹傞鍙栫珵鎷嶆垚鍔熺墿鍝",
+ "body": "SL:RequestAcquireBidItem(makeindex)",
+ "scope": "娓告垙/鎷嶅崠琛-姹傝喘琛-浜ゆ槗琛/鎷嶅崠琛岃姹傞鍙栫珵鎷嶆垚鍔熺墿鍝"
+ },
+ "璇锋眰姹傝喘鏁版嵁": {
+ "prefix": "SL:RequestPurchaseItemList",
+ "description": "璇锋眰姹傝喘鏁版嵁",
+ "body": "SL:RequestPurchaseItemList(data)",
+ "scope": "娓告垙/鎷嶅崠琛-姹傝喘琛-浜ゆ槗琛/璇锋眰姹傝喘鏁版嵁"
+ },
+ "璇锋眰姹傝喘鍑哄敭鐗╁搧": {
+ "prefix": "SL:RequestPurchaseSell",
+ "description": "璇锋眰姹傝喘鍑哄敭鐗╁搧",
+ "body": "SL:RequestPurchaseSell(data)",
+ "scope": "娓告垙/鎷嶅崠琛-姹傝喘琛-浜ゆ槗琛/璇锋眰姹傝喘鍑哄敭鐗╁搧"
+ },
+ "璇锋眰涓婃灦姹傝喘鐗╁搧": {
+ "prefix": "SL:RequestPurchasePutIn",
+ "description": "璇锋眰涓婃灦姹傝喘鐗╁搧",
+ "body": "SL:RequestPurchasePutIn(data)",
+ "scope": "娓告垙/鎷嶅崠琛-姹傝喘琛-浜ゆ槗琛/璇锋眰涓婃灦姹傝喘鐗╁搧"
+ },
+ "璇锋眰涓嬫灦姹傝喘鐗╁搧": {
+ "prefix": "SL:RequestPurchasePutOut",
+ "description": "璇锋眰涓嬫灦姹傝喘鐗╁搧",
+ "body": "SL:RequestPurchasePutOut(guid)",
+ "scope": "娓告垙/鎷嶅崠琛-姹傝喘琛-浜ゆ槗琛/璇锋眰涓嬫灦姹傝喘鐗╁搧"
+ },
+ "璇锋眰鍙栧嚭姹傝喘宸叉敹鐗╁搧": {
+ "prefix": "SL:RequestPurchaseTakeOut",
+ "description": "璇锋眰鍙栧嚭姹傝喘宸叉敹鐗╁搧",
+ "body": "SL:RequestPurchaseTakeOut(guid)",
+ "scope": "娓告垙/鎷嶅崠琛-姹傝喘琛-浜ゆ槗琛/璇锋眰鍙栧嚭姹傝喘宸叉敹鐗╁搧"
+ },
+ "璇锋眰鐐瑰嚮NPC": {
+ "prefix": "SL:RequestNPCTalk",
+ "description": "璇锋眰鐐瑰嚮NPC",
+ "body": "SL:RequestNPCTalk(npcID)",
+ "scope": "娓告垙/鎷嶅崠琛-姹傝喘琛-浜ゆ槗琛/璇锋眰鐐瑰嚮NPC"
+ },
+ "浜ゆ槗琛屾埅鍥炬祴璇": {
+ "prefix": "SL:TradingTestCapture",
+ "description": "浜ゆ槗琛屾埅鍥炬祴璇",
+ "body": "SL:TradingTestCapture()",
+ "scope": "娓告垙/鎷嶅崠琛-姹傝喘琛-浜ゆ槗琛/浜ゆ槗琛屾埅鍥炬祴璇"
+ },
+ "浜ゆ槗琛屾祴璇曟埅鍥炬槸鍚︽姤閿": {
+ "prefix": "SL:AddTradingCustomCaptureTaskLua",
+ "description": "浜ゆ槗琛屾祴璇曟埅鍥炬槸鍚︽姤閿",
+ "body": "SL:AddTradingCustomCaptureTaskLua(openFunc, closeFunc, getNodeFunc)",
+ "scope": "娓告垙/鎷嶅崠琛-姹傝喘琛-浜ゆ槗琛/浜ゆ槗琛屾祴璇曟埅鍥炬槸鍚︽姤閿"
+ },
+ "鍒犻櫎浜ゆ槗琛宭ua鎴浘浠诲姟": {
+ "prefix": "SL:RemoveTradingCustomCaptureTask",
+ "description": "鍒犻櫎浜ゆ槗琛宭ua鎴浘浠诲姟",
+ "body": "SL:RemoveTradingCustomCaptureTask()",
+ "scope": "娓告垙/鎷嶅崠琛-姹傝喘琛-浜ゆ槗琛/鍒犻櫎浜ゆ槗琛宭ua鎴浘浠诲姟"
+ },
+ "璇锋眰鎺掕姒滄暟鎹": {
+ "prefix": "SL:RequestRankData",
+ "description": "璇锋眰鎺掕姒滄暟鎹",
+ "body": "SL:RequestRankData(type, selectType)",
+ "scope": "娓告垙/鎺掕姒/璇锋眰鎺掕姒滄暟鎹"
+ },
+ "璇锋眰鐜╁鎺掕姒滄暟鎹": {
+ "prefix": "SL:RequestPlayerRankData",
+ "description": "璇锋眰鐜╁鎺掕姒滄暟鎹",
+ "body": "SL:RequestPlayerRankData(userID, type)",
+ "scope": "娓告垙/鎺掕姒/璇锋眰鐜╁鎺掕姒滄暟鎹"
+ },
+ "娣诲姞鎻愬崌鎸夐挳": {
+ "prefix": "SL:AddUpgradeBtn",
+ "description": "娣诲姞鎻愬崌鎸夐挳",
+ "body": "SL:AddUpgradeBtn(id, name, func)",
+ "scope": "娓告垙/鎻愬崌鎸夐挳/娣诲姞鎻愬崌鎸夐挳"
+ },
+ "鍒犻櫎鎻愬崌鎸夐挳": {
+ "prefix": "SL:RemoveUpgradeBtn",
+ "description": "鍒犻櫎鎻愬崌鎸夐挳",
+ "body": "SL:RemoveUpgradeBtn(id)",
+ "scope": "娓告垙/鎻愬崌鎸夐挳/鍒犻櫎鎻愬崌鎸夐挳"
+ },
+ "娲惧彂浜嬩欢": {
+ "prefix": "SL:onLUAEvent",
+ "description": "娲惧彂浜嬩欢",
+ "body": "SL:onLUAEvent(eventID, data)",
+ "scope": "娓告垙/娓告垙浜嬩欢鍑芥暟/娲惧彂浜嬩欢"
+ },
+ "娉ㄥ唽鎺т欢浜嬩欢": {
+ "prefix": "SL:RegisterWndEvent",
+ "description": "娉ㄥ唽鎺т欢浜嬩欢",
+ "body": "SL:RegisterWndEvent(widget, desc, msgtype, callback)",
+ "scope": "娓告垙/娓告垙浜嬩欢鍑芥暟/娉ㄥ唽鎺т欢浜嬩欢"
+ },
+ "娉ㄩ攢鎺т欢浜嬩欢": {
+ "prefix": "SL:UnRegisterWndEvent",
+ "description": "娉ㄩ攢鎺т欢浜嬩欢",
+ "body": "SL:UnRegisterWndEvent(widget, desc, msgtype)",
+ "scope": "娓告垙/娓告垙浜嬩欢鍑芥暟/娉ㄩ攢鎺т欢浜嬩欢"
+ },
+ "娣诲姞绐椾綋鎺т欢鑷畾涔夊睘鎬": {
+ "prefix": "SL:AddWndProperty",
+ "description": "娣诲姞绐椾綋鎺т欢鑷畾涔夊睘鎬",
+ "body": "SL:AddWndProperty(widget, desc, key, value)",
+ "scope": "娓告垙/娓告垙浜嬩欢鍑芥暟/娣诲姞绐椾綋鎺т欢鑷畾涔夊睘鎬"
+ },
+ "鍒犻櫎绐椾綋鎺т欢鑷畾涔夊睘鎬": {
+ "prefix": "SL:DelWndProperty",
+ "description": "鍒犻櫎绐椾綋鎺т欢鑷畾涔夊睘鎬",
+ "body": "SL:DelWndProperty(widget, desc, key)",
+ "scope": "娓告垙/娓告垙浜嬩欢鍑芥暟/鍒犻櫎绐椾綋鎺т欢鑷畾涔夊睘鎬"
+ },
+ "鑾峰彇绐椾綋鎺т欢鑷畾涔夊睘鎬": {
+ "prefix": "SL:GetWndProperty",
+ "description": "鑾峰彇绐椾綋鎺т欢鑷畾涔夊睘鎬",
+ "body": "SL:GetWndProperty(widget, desc, key)",
+ "scope": "娓告垙/娓告垙浜嬩欢鍑芥暟/鑾峰彇绐椾綋鎺т欢鑷畾涔夊睘鎬"
+ },
+ "娉ㄥ唽娓告垙浜嬩欢鍥炶皟": {
+ "prefix": "SL:RegisterLUAEvent",
+ "description": "娉ㄥ唽娓告垙浜嬩欢鍥炶皟",
+ "body": "SL:RegisterLUAEvent(eventID, eventTag, eventCB, widget)",
+ "scope": "娓告垙/娓告垙浜嬩欢鍑芥暟/娉ㄥ唽娓告垙浜嬩欢鍥炶皟"
+ },
+ "娉ㄩ攢娓告垙浜嬩欢鍥炶皟": {
+ "prefix": "SL:UnRegisterLUAEvent",
+ "description": "娉ㄩ攢娓告垙浜嬩欢鍥炶皟",
+ "body": "SL:UnRegisterLUAEvent(eventID, eventTag)",
+ "scope": "娓告垙/娓告垙浜嬩欢鍑芥暟/娉ㄩ攢娓告垙浜嬩欢鍥炶皟"
+ },
+ "鍒锋柊鐜╁HUD瑙掕壊鍚": {
+ "prefix": "SL:OnRefreshActorHUDLabel",
+ "description": "鍒锋柊鐜╁HUD瑙掕壊鍚",
+ "body": "SL:OnRefreshActorHUDLabel(actorID)",
+ "scope": "娓告垙/娓告垙浜嬩欢鍑芥暟/鍒锋柊鐜╁HUD瑙掕壊鍚"
+ },
+ "鍒锋柊鐜╁HUD鎺т欢(瑙掕壊鍚)棰滆壊": {
+ "prefix": "SL:OnRefreshActorHUDLabelColor",
+ "description": "鍒锋柊鐜╁HUD鎺т欢(瑙掕壊鍚)棰滆壊",
+ "body": "SL:OnRefreshActorHUDLabelColor(actorID)",
+ "scope": "娓告垙/娓告垙浜嬩欢鍑芥暟/鍒锋柊鐜╁HUD鎺т欢(瑙掕壊鍚)棰滆壊"
+ },
+ "鍒锋柊鐜╁HUD绉板彿灏佸彿": {
+ "prefix": "SL:OnRefreshActorHUDTitle",
+ "description": "鍒锋柊鐜╁HUD绉板彿灏佸彿",
+ "body": "SL:OnRefreshActorHUDTitle(actorID)",
+ "scope": "娓告垙/娓告垙浜嬩欢鍑芥暟/鍒锋柊鐜╁HUD绉板彿灏佸彿"
+ },
+ "璇锋眰鐜╁绉板彿鏁版嵁": {
+ "prefix": "SL:RequestTitleList",
+ "description": "璇锋眰鐜╁绉板彿鏁版嵁",
+ "body": "SL:RequestTitleList()",
+ "scope": "娓告垙/鐜╁/璇锋眰鐜╁绉板彿鏁版嵁"
+ },
+ "璇锋眰鍙栦笅绉板彿": {
+ "prefix": "SL:RequestDisboardTitle",
+ "description": "璇锋眰鍙栦笅绉板彿",
+ "body": "SL:RequestDisboardTitle()",
+ "scope": "娓告垙/鐜╁/璇锋眰鍙栦笅绉板彿"
+ },
+ "璇锋眰婵娲荤О鍙": {
+ "prefix": "SL:RequestActivateTitle",
+ "description": "璇锋眰婵娲荤О鍙",
+ "body": "SL:RequestActivateTitle(titleId)",
+ "scope": "娓告垙/鐜╁/璇锋眰婵娲荤О鍙"
+ },
+ "璇锋眰纭鍔犲睘鎬х偣": {
+ "prefix": "SL:RequestAddReinAttrNew",
+ "description": "璇锋眰纭鍔犲睘鎬х偣",
+ "body": "SL:RequestAddReinAttrNew(data, m_nBonusPoint)",
+ "scope": "娓告垙/鐜╁/璇锋眰纭鍔犲睘鎬х偣"
+ },
+ "鎻愪氦浠诲姟": {
+ "prefix": "SL:RequestSubmitMission",
+ "description": "鎻愪氦浠诲姟",
+ "body": "SL:RequestSubmitMission(missionID)",
+ "scope": "娓告垙/鐜╁/鎻愪氦浠诲姟"
+ },
+ "璇锋眰鍚堟垚": {
+ "prefix": "SL:ResquestCompoundItem",
+ "description": "璇锋眰鍚堟垚",
+ "body": "SL:ResquestCompoundItem(compoundID)",
+ "scope": "娓告垙/鐜╁/璇锋眰鍚堟垚"
+ },
+ "璇锋眰鏁忔劅璇嶆娴": {
+ "prefix": "SL:RequestCheckSensitiveWord",
+ "description": "璇锋眰鏁忔劅璇嶆娴",
+ "body": "SL:RequestCheckSensitiveWord(str, type, callback)",
+ "scope": "娓告垙/鐜╁/璇锋眰鏁忔劅璇嶆娴"
+ },
+ "閭璇蜂笂椹": {
+ "prefix": "SL:RequestInvitePlayerInHorse",
+ "description": "閭璇蜂笂椹",
+ "body": "SL:RequestInvitePlayerInHorse(uid)",
+ "scope": "娓告垙/鐜╁/閭璇蜂笂椹"
+ },
+ "鎵撳紑QQ": {
+ "prefix": "SL:RequestOpenQQ",
+ "description": "鎵撳紑QQ",
+ "body": "SL:RequestOpenQQ()",
+ "scope": "娓告垙/绉诲姩绔氦浜/鎵撳紑QQ"
+ },
+ "鍔燪Q": {
+ "prefix": "SL:RequestJoinQQ",
+ "description": "鍔燪Q",
+ "body": "SL:RequestJoinQQ(id)",
+ "scope": "娓告垙/绉诲姩绔氦浜/鍔燪Q"
+ },
+ "鍔燪Q缇": {
+ "prefix": "SL:RequestJoinQQGroup",
+ "description": "鍔燪Q缇",
+ "body": "SL:RequestJoinQQGroup(key)",
+ "scope": "娓告垙/绉诲姩绔氦浜/鍔燪Q缇"
+ },
+ "鎵撳紑寰俊": {
+ "prefix": "SL:RequestOpenWX",
+ "description": "鎵撳紑寰俊",
+ "body": "SL:RequestOpenWX()",
+ "scope": "娓告垙/绉诲姩绔氦浜/鎵撳紑寰俊"
+ },
+ "娣诲姞鍦板浘鐗规晥": {
+ "prefix": "SL:AddMapSpecialEffect",
+ "description": "娣诲姞鍦板浘鐗规晥",
+ "body": "SL:AddMapSpecialEffect(ID, mapID, sfxId, x, y, loop, showType, time)",
+ "scope": "娓告垙/绉诲姩绔氦浜/娣诲姞鍦板浘鐗规晥"
+ },
+ "鍒犻櫎鍦板浘鐗规晥": {
+ "prefix": "SL:RmvMapSpecialEffect",
+ "description": "鍒犻櫎鍦板浘鐗规晥",
+ "body": "SL:RmvMapSpecialEffect(ID, mapID)",
+ "scope": "娓告垙/绉诲姩绔氦浜/鍒犻櫎鍦板浘鐗规晥"
+ },
+ "娣诲姞Actor鐗规晥": {
+ "prefix": "SL:AddActorEffect",
+ "description": "娣诲姞Actor鐗规晥",
+ "body": "SL:AddActorEffect(actorID, sfxID, isFront, offX, offY)",
+ "scope": "娓告垙/绉诲姩绔氦浜/娣诲姞Actor鐗规晥"
+ },
+ "鍒犻櫎Actor鐗规晥": {
+ "prefix": "SL:RmvActorEffect",
+ "description": "鍒犻櫎Actor鐗规晥",
+ "body": "SL:RmvActorEffect(actorID, sfxID)",
+ "scope": "娓告垙/绉诲姩绔氦浜/鍒犻櫎Actor鐗规晥"
+ },
+ "寮烘敾": {
+ "prefix": "SL:RequestForceAttack",
+ "description": "寮烘敾",
+ "body": "SL:RequestForceAttack()",
+ "scope": "娓告垙/绉诲姩绔氦浜/寮烘敾"
+ },
+ "鍙戦佺綉缁滄秷鎭(lua)": {
+ "prefix": "SL:SendLuaNetMsg",
+ "description": "鍙戦佺綉缁滄秷鎭(lua)",
+ "body": "SL:SendLuaNetMsg(msgID, p1, p2, p3, sendStr)",
+ "scope": "娓告垙/缃戠粶/鍙戦佺綉缁滄秷鎭(lua)"
+ },
+ "鎺ユ敹缃戠粶娑堟伅(lua)": {
+ "prefix": "SL:RegisterLuaNetMsg",
+ "description": "鎺ユ敹缃戠粶娑堟伅(lua)",
+ "body": "SL:RegisterLuaNetMsg(msgID, networkCB, widget)",
+ "scope": "娓告垙/缃戠粶/鎺ユ敹缃戠粶娑堟伅(lua)"
+ },
+ "鍙戦佺綉缁滄秷鎭(txt)": {
+ "prefix": "SL:SendNetMsg",
+ "description": "鍙戦佺綉缁滄秷鎭(txt)",
+ "body": "SL:SendNetMsg(msgID, p1, p2, p3, sendStr)",
+ "scope": "娓告垙/缃戠粶/鍙戦佺綉缁滄秷鎭(txt)"
+ },
+ "鎺ユ敹缃戠粶娑堟伅(txt)": {
+ "prefix": "SL:RegisterNetMsg",
+ "description": "鎺ユ敹缃戠粶娑堟伅(txt)",
+ "body": "SL:RegisterNetMsg(msgID, networkCB, widget)",
+ "scope": "娓告垙/缃戠粶/鎺ユ敹缃戠粶娑堟伅(txt)"
+ },
+ "鍙戦乕鏅氭秷鎭痌鍒拌亰澶": {
+ "prefix": "SL:RequestSendChatNormalMsg",
+ "description": "鍙戦乕鏅氭秷鎭痌鍒拌亰澶",
+ "body": "SL:RequestSendChatNormalMsg(msg, channel)",
+ "scope": "娓告垙/鑱婂ぉ-閭欢/鍙戦乕鏅氭秷鎭痌鍒拌亰澶"
+ },
+ "鍙戦乕绯荤粺鎻愮ず]鍒拌亰澶╂": {
+ "prefix": "SL:ShowSystemChat",
+ "description": "鍙戦乕绯荤粺鎻愮ず]鍒拌亰澶╂",
+ "body": "SL:ShowSystemChat(msg, FColor, BColor)",
+ "scope": "娓告垙/鑱婂ぉ-閭欢/鍙戦乕绯荤粺鎻愮ず]鍒拌亰澶╂"
+ },
+ "鍙戦乕瑁呭]鍒拌亰澶": {
+ "prefix": "SL:RequestSendChatEquipMsg",
+ "description": "鍙戦乕瑁呭]鍒拌亰澶",
+ "body": "SL:RequestSendChatEquipMsg(channel)",
+ "scope": "娓告垙/鑱婂ぉ-閭欢/鍙戦乕瑁呭]鍒拌亰澶"
+ },
+ "鏂板鏈湴鎺夎惤娑堟伅鍒拌亰澶": {
+ "prefix": "SL:AddDropChatMsgShow",
+ "description": "鏂板鏈湴鎺夎惤娑堟伅鍒拌亰澶",
+ "body": "SL:AddDropChatMsgShow(data)",
+ "scope": "娓告垙/鑱婂ぉ-閭欢/鏂板鏈湴鎺夎惤娑堟伅鍒拌亰澶"
+ },
+ "璇锋眰鑾峰彇閭欢鍒楄〃 涓娆″崄鏉": {
+ "prefix": "SL:RequestMailList",
+ "description": "璇锋眰鑾峰彇閭欢鍒楄〃 涓娆″崄鏉",
+ "body": "SL:RequestMailList()",
+ "scope": "娓告垙/鑱婂ぉ-閭欢/璇锋眰鑾峰彇閭欢鍒楄〃 涓娆″崄鏉"
+ },
+ "鍒犻櫎宸茶閭欢": {
+ "prefix": "SL:RequestDelReadMail",
+ "description": "鍒犻櫎宸茶閭欢",
+ "body": "SL:RequestDelReadMail()",
+ "scope": "娓告垙/鑱婂ぉ-閭欢/鍒犻櫎宸茶閭欢"
+ },
+ "璇婚偖浠": {
+ "prefix": "SL:RequestReadMail",
+ "description": "璇婚偖浠",
+ "body": "SL:RequestReadMail(mailId)",
+ "scope": "娓告垙/鑱婂ぉ-閭欢/璇婚偖浠"
+ },
+ "鍒犻櫎閭欢": {
+ "prefix": "SL:RequestDelMail",
+ "description": "鍒犻櫎閭欢",
+ "body": "SL:RequestDelMail(mailId)",
+ "scope": "娓告垙/鑱婂ぉ-閭欢/鍒犻櫎閭欢"
+ },
+ "閭欢鍏ㄩ儴鎻愬彇": {
+ "prefix": "SL:RequestGetAllMailItems",
+ "description": "閭欢鍏ㄩ儴鎻愬彇",
+ "body": "SL:RequestGetAllMailItems()",
+ "scope": "娓告垙/鑱婂ぉ-閭欢/閭欢鍏ㄩ儴鎻愬彇"
+ },
+ "閭欢鎻愬彇": {
+ "prefix": "SL:RequestGetMailItems",
+ "description": "閭欢鎻愬彇",
+ "body": "SL:RequestGetMailItems(mailId)",
+ "scope": "娓告垙/鑱婂ぉ-閭欢/閭欢鎻愬彇"
+ },
+ "鑳屽寘鍒锋柊": {
+ "prefix": "SL:RequestRefreshBagPos",
+ "description": "鑳屽寘鍒锋柊",
+ "body": "SL:RequestRefreshBagPos()",
+ "scope": "娓告垙/鑳屽寘甯哥敤鍑芥暟/鑳屽寘鍒锋柊"
+ },
+ "浣跨敤鐗╁搧": {
+ "prefix": "SL:RequestUseItemByIndex",
+ "description": "浣跨敤鐗╁搧",
+ "body": "SL:RequestUseItemByIndex(Index)",
+ "scope": "娓告垙/鑳屽寘甯哥敤鍑芥暟/浣跨敤鐗╁搧"
+ },
+ "鎵归噺鍕鹃夎儗鍖呯墿鍝": {
+ "prefix": "SL:RequestSetBagItemChoose",
+ "description": "鎵归噺鍕鹃夎儗鍖呯墿鍝",
+ "body": "SL:RequestSetBagItemChoose(data)",
+ "scope": "娓告垙/鑳屽寘甯哥敤鍑芥暟/鎵归噺鍕鹃夎儗鍖呯墿鍝"
+ },
+ "涓㈠純鐗╁搧": {
+ "prefix": "SL:RequestIntoDropBagItem",
+ "description": "涓㈠純鐗╁搧",
+ "body": "SL:RequestIntoDropBagItem(itemData)",
+ "scope": "娓告垙/鑳屽寘甯哥敤鍑芥暟/涓㈠純鐗╁搧"
+ },
+ "鍒囨崲鑻遍泟鐘舵": {
+ "prefix": "SL:RequestChangeHeroMode",
+ "description": "鍒囨崲鑻遍泟鐘舵",
+ "body": "SL:RequestChangeHeroMode(type)",
+ "scope": "娓告垙/鑻遍泟/鍒囨崲鑻遍泟鐘舵"
+ },
+ "璇锋眰鑻遍泟绉板彿鏁版嵁": {
+ "prefix": "SL:RequestTitleList_Hero",
+ "description": "璇锋眰鑻遍泟绉板彿鏁版嵁",
+ "body": "SL:RequestTitleList_Hero()",
+ "scope": "娓告垙/鑻遍泟/璇锋眰鑻遍泟绉板彿鏁版嵁"
+ },
+ "鑻遍泟璇锋眰鍙栦笅绉板彿": {
+ "prefix": "SL:RequestDisboardTitle_Hero",
+ "description": "鑻遍泟璇锋眰鍙栦笅绉板彿",
+ "body": "SL:RequestDisboardTitle_Hero()",
+ "scope": "娓告垙/鑻遍泟/鑻遍泟璇锋眰鍙栦笅绉板彿"
+ },
+ "鑻遍泟璇锋眰婵娲荤О鍙": {
+ "prefix": "SL:RequestActivateTitle_Hero",
+ "description": "鑻遍泟璇锋眰婵娲荤О鍙",
+ "body": "SL:RequestActivateTitle_Hero(titleId)",
+ "scope": "娓告垙/鑻遍泟/鑻遍泟璇锋眰婵娲荤О鍙"
+ },
+ "鑻遍泟璇锋眰閿佸畾鐩爣": {
+ "prefix": "SL:RequestLockTargetByHero",
+ "description": "鑻遍泟璇锋眰閿佸畾鐩爣",
+ "body": "SL:RequestLockTargetByHero(actorID, isPlayer)",
+ "scope": "娓告垙/鑻遍泟/鑻遍泟璇锋眰閿佸畾鐩爣"
+ },
+ "鑻遍泟鍙栨秷閿佸畾": {
+ "prefix": "SL:RequestCancelLockByHero",
+ "description": "鑻遍泟鍙栨秷閿佸畾",
+ "body": "SL:RequestCancelLockByHero()",
+ "scope": "娓告垙/鑻遍泟/鑻遍泟鍙栨秷閿佸畾"
+ },
+ "璇锋眰琛屼細鐢宠鍒楄〃": {
+ "prefix": "SL:RequestGuildAllyApplyList",
+ "description": "璇锋眰琛屼細鐢宠鍒楄〃",
+ "body": "SL:RequestGuildAllyApplyList()",
+ "scope": "娓告垙/琛屼細-缁勯槦-濂藉弸/璇锋眰琛屼細鐢宠鍒楄〃"
+ },
+ "鎷掔粷琛屼細缁撶洘鐢宠": {
+ "prefix": "SL:RequestGuildRejectAllyApply",
+ "description": "鎷掔粷琛屼細缁撶洘鐢宠",
+ "body": "SL:RequestGuildRejectAllyApply(guildID)",
+ "scope": "娓告垙/琛屼細-缁勯槦-濂藉弸/鎷掔粷琛屼細缁撶洘鐢宠"
+ },
+ "璇锋眰琛屼細鎴愬憳鍒楄〃": {
+ "prefix": "SL:RequestGuildMemberList",
+ "description": "璇锋眰琛屼細鎴愬憳鍒楄〃",
+ "body": "SL:RequestGuildMemberList()",
+ "scope": "娓告垙/琛屼細-缁勯槦-濂藉弸/璇锋眰琛屼細鎴愬憳鍒楄〃"
+ },
+ "璇锋眰涓栫晫琛屼細鍒楄〃": {
+ "prefix": "SL:RequestGuildWorldList",
+ "description": "璇锋眰涓栫晫琛屼細鍒楄〃",
+ "body": "SL:RequestGuildWorldList(page)",
+ "scope": "娓告垙/琛屼細-缁勯槦-濂藉弸/璇锋眰涓栫晫琛屼細鍒楄〃"
+ },
+ "閭璇风帺瀹跺叆浼": {
+ "prefix": "SL:RequestGuildInviteMember",
+ "description": "閭璇风帺瀹跺叆浼",
+ "body": "SL:RequestGuildInviteMember(uid)",
+ "scope": "娓告垙/琛屼細-缁勯槦-濂藉弸/閭璇风帺瀹跺叆浼"
+ },
+ "韪㈠嚭琛屼細": {
+ "prefix": "SL:RequestSubGuildMember",
+ "description": "韪㈠嚭琛屼細",
+ "body": "SL:RequestSubGuildMember(uid)",
+ "scope": "娓告垙/琛屼細-缁勯槦-濂藉弸/韪㈠嚭琛屼細"
+ },
+ "浠诲懡琛屼細鑱屼綅": {
+ "prefix": "SL:RequestGuildAppointRank",
+ "description": "浠诲懡琛屼細鑱屼綅",
+ "body": "SL:RequestGuildAppointRank(uid, rank)",
+ "scope": "娓告垙/琛屼細-缁勯槦-濂藉弸/浠诲懡琛屼細鑱屼綅"
+ },
+ "璇锋眰鍒涘缓闃熶紞": {
+ "prefix": "SL:RequestCreateTeam",
+ "description": "璇锋眰鍒涘缓闃熶紞",
+ "body": "SL:RequestCreateTeam()",
+ "scope": "娓告垙/琛屼細-缁勯槦-濂藉弸/璇锋眰鍒涘缓闃熶紞"
+ },
+ "閭璇风帺瀹跺叆闃": {
+ "prefix": "SL:RequestInviteJoinTeam",
+ "description": "閭璇风帺瀹跺叆闃",
+ "body": "SL:RequestInviteJoinTeam(uid, name)",
+ "scope": "娓告垙/琛屼細-缁勯槦-濂藉弸/閭璇风帺瀹跺叆闃"
+ },
+ "鎷掔粷缁勯槦閭璇": {
+ "prefix": "SL:RequestTeamInviteRefuse",
+ "description": "鎷掔粷缁勯槦閭璇",
+ "body": "SL:RequestTeamInviteRefuse(uid)",
+ "scope": "娓告垙/琛屼細-缁勯槦-濂藉弸/鎷掔粷缁勯槦閭璇"
+ },
+ "鍚屾剰缁勯槦閭璇": {
+ "prefix": "SL:RequestTeamInviteAgree",
+ "description": "鍚屾剰缁勯槦閭璇",
+ "body": "SL:RequestTeamInviteAgree(uid)",
+ "scope": "娓告垙/琛屼細-缁勯槦-濂藉弸/鍚屾剰缁勯槦閭璇"
+ },
+ "鍚屾剰鐢宠鍏ラ槦": {
+ "prefix": "SL:RequestTeamApplyAgree",
+ "description": "鍚屾剰鐢宠鍏ラ槦",
+ "body": "SL:RequestTeamApplyAgree(uid)",
+ "scope": "娓告垙/琛屼細-缁勯槦-濂藉弸/鍚屾剰鐢宠鍏ラ槦"
+ },
+ "璇锋眰鍏ラ槦鐢宠鍒楄〃": {
+ "prefix": "SL:RequestTeamApplyData",
+ "description": "璇锋眰鍏ラ槦鐢宠鍒楄〃",
+ "body": "SL:RequestTeamApplyData()",
+ "scope": "娓告垙/琛屼細-缁勯槦-濂藉弸/璇锋眰鍏ラ槦鐢宠鍒楄〃"
+ },
+ "璇锋眰闄勮繎闃熶紞": {
+ "prefix": "SL:RequestNearTeam",
+ "description": "璇锋眰闄勮繎闃熶紞",
+ "body": "SL:RequestNearTeam()",
+ "scope": "娓告垙/琛屼細-缁勯槦-濂藉弸/璇锋眰闄勮繎闃熶紞"
+ },
+ "璇锋眰鍔犲叆闃熶紞": {
+ "prefix": "SL:RequestApplyJoinTeam",
+ "description": "璇锋眰鍔犲叆闃熶紞",
+ "body": "SL:RequestApplyJoinTeam(uid)",
+ "scope": "娓告垙/琛屼細-缁勯槦-濂藉弸/璇锋眰鍔犲叆闃熶紞"
+ },
+ "绂诲紑闃熶紞": {
+ "prefix": "SL:RequestLeaveTeam",
+ "description": "绂诲紑闃熶紞",
+ "body": "SL:RequestLeaveTeam()",
+ "scope": "娓告垙/琛屼細-缁勯槦-濂藉弸/绂诲紑闃熶紞"
+ },
+ "淇濆瓨鍏佽缁勯槦鐘舵": {
+ "prefix": "SL:Set_TEAM_STATUS_PERMIT",
+ "description": "淇濆瓨鍏佽缁勯槦鐘舵",
+ "body": "SL:Set_TEAM_STATUS_PERMIT(status)",
+ "scope": "娓告垙/琛屼細-缁勯槦-濂藉弸/淇濆瓨鍏佽缁勯槦鐘舵"
+ },
+ "韪㈠嚭闃熶紞": {
+ "prefix": "SL:RequestSubTeamMember",
+ "description": "韪㈠嚭闃熶紞",
+ "body": "SL:RequestSubTeamMember(uid)",
+ "scope": "娓告垙/琛屼細-缁勯槦-濂藉弸/韪㈠嚭闃熶紞"
+ },
+ "绉讳氦闃熼暱": {
+ "prefix": "SL:RequestTransferTeamLeader",
+ "description": "绉讳氦闃熼暱",
+ "body": "SL:RequestTransferTeamLeader(uid)",
+ "scope": "娓告垙/琛屼細-缁勯槦-濂藉弸/绉讳氦闃熼暱"
+ },
+ "璇锋眰濂藉弸鍒楄〃": {
+ "prefix": "SL:RequestFriendList",
+ "description": "璇锋眰濂藉弸鍒楄〃",
+ "body": "SL:RequestFriendList()",
+ "scope": "娓告垙/琛屼細-缁勯槦-濂藉弸/璇锋眰濂藉弸鍒楄〃"
+ },
+ "璇锋眰娣诲姞濂藉弸": {
+ "prefix": "SL:RequestAddFriend",
+ "description": "璇锋眰娣诲姞濂藉弸",
+ "body": "SL:RequestAddFriend(uname)",
+ "scope": "娓告垙/琛屼細-缁勯槦-濂藉弸/璇锋眰娣诲姞濂藉弸"
+ },
+ "鍒犻櫎濂藉弸": {
+ "prefix": "SL:RequestDelFriend",
+ "description": "鍒犻櫎濂藉弸",
+ "body": "SL:RequestDelFriend(uid)",
+ "scope": "娓告垙/琛屼細-缁勯槦-濂藉弸/鍒犻櫎濂藉弸"
+ },
+ "濂藉弸鍔犲埌榛戝悕鍗": {
+ "prefix": "SL:RequestAddBlacklistByName",
+ "description": "濂藉弸鍔犲埌榛戝悕鍗",
+ "body": "SL:RequestAddBlacklistByName(uname)",
+ "scope": "娓告垙/琛屼細-缁勯槦-濂藉弸/濂藉弸鍔犲埌榛戝悕鍗"
+ },
+ "绉诲嚭榛戝悕鍗": {
+ "prefix": "SL:RequestOutBlacklist",
+ "description": "绉诲嚭榛戝悕鍗",
+ "body": "SL:RequestOutBlacklist(uid)",
+ "scope": "娓告垙/琛屼細-缁勯槦-濂藉弸/绉诲嚭榛戝悕鍗"
+ },
+ "鍚屾剰濂藉弸鐢宠": {
+ "prefix": "SL:RequestAgreeFriendApply",
+ "description": "鍚屾剰濂藉弸鐢宠",
+ "body": "SL:RequestAgreeFriendApply(uname)",
+ "scope": "娓告垙/琛屼細-缁勯槦-濂藉弸/鍚屾剰濂藉弸鐢宠"
+ },
+ "娓呯┖濂藉弸鐢宠鍒楄〃": {
+ "prefix": "SL:RequestClearFriendApplyList",
+ "description": "娓呯┖濂藉弸鐢宠鍒楄〃",
+ "body": "SL:RequestClearFriendApplyList()",
+ "scope": "娓告垙/琛屼細-缁勯槦-濂藉弸/娓呯┖濂藉弸鐢宠鍒楄〃"
+ },
+ "妫娴嬩汉鐗╂槸鍚﹀彲绌挎埓": {
+ "prefix": "SL:CheckItemUseNeed",
+ "description": "妫娴嬩汉鐗╂槸鍚﹀彲绌挎埓",
+ "body": "SL:CheckItemUseNeed(itemData)",
+ "scope": "娓告垙/瑁呭甯哥敤鍑芥暟/妫娴嬩汉鐗╂槸鍚﹀彲绌挎埓"
+ },
+ "妫娴嬭嫳闆勬槸鍚﹀彲绌挎埓": {
+ "prefix": "SL:CheckItemUseNeed_Hero",
+ "description": "妫娴嬭嫳闆勬槸鍚﹀彲绌挎埓",
+ "body": "SL:CheckItemUseNeed_Hero(itemData)",
+ "scope": "娓告垙/瑁呭甯哥敤鍑芥暟/妫娴嬭嫳闆勬槸鍚﹀彲绌挎埓"
+ },
+ "瀵规瘮浼犲叆瑁呭鍜岃嚜韬┛鎴寸殑瑁呭": {
+ "prefix": "GUIFunction:CompareEquipOnBody",
+ "description": "瀵规瘮浼犲叆瑁呭鍜岃嚜韬┛鎴寸殑瑁呭",
+ "body": "GUIFunction:CompareEquipOnBody(itemData, from)",
+ "scope": "娓告垙/瑁呭甯哥敤鍑芥暟/瀵规瘮浼犲叆瑁呭鍜岃嚜韬┛鎴寸殑瑁呭"
+ },
+ "浜虹墿瑁呭绌挎埓": {
+ "prefix": "SL:RequestPlayerTakeOnEquip",
+ "description": "浜虹墿瑁呭绌挎埓",
+ "body": "SL:RequestPlayerTakeOnEquip(itemData, pos, isFromHero)",
+ "scope": "娓告垙/瑁呭甯哥敤鍑芥暟/浜虹墿瑁呭绌挎埓"
+ },
+ "浜虹墿瑁呭鑴变笅": {
+ "prefix": "SL:RequestPlayerTakeOffEquip",
+ "description": "浜虹墿瑁呭鑴变笅",
+ "body": "SL:RequestPlayerTakeOffEquip(itemData, isToHero)",
+ "scope": "娓告垙/瑁呭甯哥敤鍑芥暟/浜虹墿瑁呭鑴变笅"
+ },
+ "鑻遍泟瑁呭绌挎埓": {
+ "prefix": "SL:RequestHeroTakeOnEquip",
+ "description": "鑻遍泟瑁呭绌挎埓",
+ "body": "SL:RequestHeroTakeOnEquip(itemData, pos, isFromPlayer)",
+ "scope": "娓告垙/瑁呭甯哥敤鍑芥暟/鑻遍泟瑁呭绌挎埓"
+ },
+ "鑻遍泟瑁呭鑴变笅": {
+ "prefix": "SL:RequestHeroTakeOffEquip",
+ "description": "鑻遍泟瑁呭鑴变笅",
+ "body": "SL:RequestHeroTakeOffEquip(itemData, isToPlayer)",
+ "scope": "娓告垙/瑁呭甯哥敤鍑芥暟/鑻遍泟瑁呭鑴变笅"
+ },
+ "鎷夎捣鍏呭": {
+ "prefix": "SL:RequestPay",
+ "description": "鎷夎捣鍏呭",
+ "body": "SL:RequestPay(payWay, currencyID, price, productIndex)",
+ "scope": "娓告垙/璇锋眰绫/鎷夎捣鍏呭"
+ },
+ "鍏戞崲婵娲荤爜": {
+ "prefix": "SL:RequestCDK",
+ "description": "鍏戞崲婵娲荤爜",
+ "body": "SL:RequestCDK(cdk)",
+ "scope": "娓告垙/璇锋眰绫/鍏戞崲婵娲荤爜"
+ },
+ "璇锋眰鏀瑰彉PK妯″紡": {
+ "prefix": "SL:RequestChangePKMode",
+ "description": "璇锋眰鏀瑰彉PK妯″紡",
+ "body": "SL:RequestChangePKMode(pkmode)",
+ "scope": "娓告垙/璇锋眰绫/璇锋眰鏀瑰彉PK妯″紡"
+ },
+ "璇锋眰鏀瑰彉瀹犵墿鎴樻枟妯″紡": {
+ "prefix": "SL:RequestChangePetPKMode",
+ "description": "璇锋眰鏀瑰彉瀹犵墿鎴樻枟妯″紡",
+ "body": "SL:RequestChangePetPKMode(pkmode)",
+ "scope": "娓告垙/璇锋眰绫/璇锋眰鏀瑰彉瀹犵墿鎴樻枟妯″紡"
+ },
+ "璇锋眰浠庝粨搴撳彇鍑洪亾鍏": {
+ "prefix": "SL:RequestPutOutStorageData",
+ "description": "璇锋眰浠庝粨搴撳彇鍑洪亾鍏",
+ "body": "SL:RequestPutOutStorageData(data)",
+ "scope": "娓告垙/璇锋眰绫/璇锋眰浠庝粨搴撳彇鍑洪亾鍏"
+ },
+ "璇锋眰閬撳叿鏀惧叆浠撳簱": {
+ "prefix": "SL:RequestSaveItemToNpcStorage",
+ "description": "璇锋眰閬撳叿鏀惧叆浠撳簱",
+ "body": "SL:RequestSaveItemToNpcStorage(data)",
+ "scope": "娓告垙/璇锋眰绫/璇锋眰閬撳叿鏀惧叆浠撳簱"
+ },
+ "璇锋眰浣跨敤閬撳叿": {
+ "prefix": "SL:RequestUseItem",
+ "description": "璇锋眰浣跨敤閬撳叿",
+ "body": "SL:RequestUseItem(itemData)",
+ "scope": "娓告垙/璇锋眰绫/璇锋眰浣跨敤閬撳叿"
+ },
+ "璇锋眰浣跨敤鑻遍泟閬撳叿": {
+ "prefix": "SL:RequestUseHeroItem",
+ "description": "璇锋眰浣跨敤鑻遍泟閬撳叿",
+ "body": "SL:RequestUseHeroItem(itemData)",
+ "scope": "娓告垙/璇锋眰绫/璇锋眰浣跨敤鑻遍泟閬撳叿"
+ },
+ "鎷嗗垎閬撳叿": {
+ "prefix": "SL:RequestSplitItem",
+ "description": "鎷嗗垎閬撳叿",
+ "body": "SL:RequestSplitItem(data, num)",
+ "scope": "娓告垙/璇锋眰绫/鎷嗗垎閬撳叿"
+ },
+ "鎷嗗垎閬撳叿(鑻遍泟)": {
+ "prefix": "SL:RequestSplitHeroItem",
+ "description": "鎷嗗垎閬撳叿(鑻遍泟)",
+ "body": "SL:RequestSplitHeroItem(data, num)",
+ "scope": "娓告垙/璇锋眰绫/鎷嗗垎閬撳叿(鑻遍泟)"
+ },
+ "璇锋眰璐拱鍟嗗搧": {
+ "prefix": "SL:RequestStoreBuy",
+ "description": "璇锋眰璐拱鍟嗗搧",
+ "body": "SL:RequestStoreBuy(index, count)",
+ "scope": "娓告垙/璇锋眰绫/璇锋眰璐拱鍟嗗搧"
+ },
+ "鍙敜鑻遍泟鎴栨敹鍥": {
+ "prefix": "SL:RequestCallOrOutHero",
+ "description": "鍙敜鑻遍泟鎴栨敹鍥",
+ "body": "SL:RequestCallOrOutHero()",
+ "scope": "娓告垙/璇锋眰绫/鍙敜鑻遍泟鎴栨敹鍥"
+ },
+ "璇锋眰瀹犵墿閿佸畾": {
+ "prefix": "SL:RequestLockPetID",
+ "description": "璇锋眰瀹犵墿閿佸畾",
+ "body": "SL:RequestLockPetID(targetID)",
+ "scope": "娓告垙/璇锋眰绫/璇锋眰瀹犵墿閿佸畾"
+ },
+ "璇锋眰鍙栨秷瀹犵墿閿佸畾": {
+ "prefix": "SL:RequestUnLockPetID",
+ "description": "璇锋眰鍙栨秷瀹犵墿閿佸畾",
+ "body": "SL:RequestUnLockPetID(targetID)",
+ "scope": "娓告垙/璇锋眰绫/璇锋眰鍙栨秷瀹犵墿閿佸畾"
+ },
+ "閲婃斁鎶鑳": {
+ "prefix": "SL:RequestLaunchSkill",
+ "description": "閲婃斁鎶鑳",
+ "body": "SL:RequestLaunchSkill(skillID)",
+ "scope": "娓告垙/璇锋眰绫/閲婃斁鎶鑳"
+ },
+ "璇锋眰鏂芥硶鍚堝嚮": {
+ "prefix": "SL:RequestMagicJointAttack",
+ "description": "璇锋眰鏂芥硶鍚堝嚮",
+ "body": "SL:RequestMagicJointAttack()",
+ "scope": "娓告垙/璇锋眰绫/璇锋眰鏂芥硶鍚堝嚮"
+ },
+ "鏌ョ湅鐩爣鐜╁淇℃伅": {
+ "prefix": "SL:RequestLookPlayer",
+ "description": "鏌ョ湅鐩爣鐜╁淇℃伅",
+ "body": "SL:RequestLookPlayer(targetID, notForbid)",
+ "scope": "娓告垙/璇锋眰绫/鏌ョ湅鐩爣鐜╁淇℃伅"
+ },
+ "璇锋眰寮鍏冲紑鍏冲瀷鎶鑳": {
+ "prefix": "SL:RequestOnOffSkill",
+ "description": "璇锋眰寮鍏冲紑鍏冲瀷鎶鑳",
+ "body": "SL:RequestOnOffSkill(skillID)",
+ "scope": "娓告垙/璇锋眰绫/璇锋眰寮鍏冲紑鍏冲瀷鎶鑳"
+ },
+ "妯℃嫙宸﹂敭鐐瑰嚮浜嬩欢": {
+ "prefix": "SL:WinClick",
+ "description": "妯℃嫙宸﹂敭鐐瑰嚮浜嬩欢",
+ "body": "SL:WinClick(widget)",
+ "scope": "娓告垙/榧犳爣妯℃嫙浜嬩欢/妯℃嫙宸﹂敭鐐瑰嚮浜嬩欢"
+ },
+ "鍒涘缓绐楀彛鎺т欢": {
+ "prefix": "GUI:Win_Create",
+ "description": "鍒涘缓绐楀彛鎺т欢",
+ "body": "GUI:Win_Create(ID, X, Y, W, H, Main, Last, NV, EscC, IsRev, NpcID, Type, enterFunc)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓绐楀彛鎺т欢"
+ },
+ "鍒涘缓鍥剧墖鎺т欢": {
+ "prefix": "GUI:Image_Create",
+ "description": "鍒涘缓鍥剧墖鎺т欢",
+ "body": "GUI:Image_Create(parent, ID, X, Y, nimg)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓鍥剧墖鎺т欢"
+ },
+ "鍒涘缓缁樺埗妯嚎": {
+ "prefix": "GUI:DrawLine_Create",
+ "description": "鍒涘缓缁樺埗妯嚎",
+ "body": "GUI:DrawLine_Create(parent, ID, X, Y, width, startX, startY, endX, endY, color, alpha)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓缁樺埗妯嚎"
+ },
+ "鍒涘缓鎸夐挳鎺т欢": {
+ "prefix": "GUI:Button_Create",
+ "description": "鍒涘缓鎸夐挳鎺т欢",
+ "body": "GUI:Button_Create(parent, ID, X, Y, nimg)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓鎸夐挳鎺т欢"
+ },
+ "鍒涘缓鏂囨湰鎺т欢": {
+ "prefix": "GUI:Text_Create",
+ "description": "鍒涘缓鏂囨湰鎺т欢",
+ "body": "GUI:Text_Create(parent, ID, X, Y, fontSize, fontColor, str)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓鏂囨湰鎺т欢"
+ },
+ "鍒涘缓Bmp鏂囨湰": {
+ "prefix": "GUI:BmpText_Create",
+ "description": "鍒涘缓Bmp鏂囨湰",
+ "body": "GUI:BmpText_Create(parent, ID, x, y, fontColor, str, fontPath)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓Bmp鏂囨湰"
+ },
+ "鍒涘缓鑹烘湳瀛楁枃鏈": {
+ "prefix": "GUI:TextAtlas_Create",
+ "description": "鍒涘缓鑹烘湳瀛楁枃鏈",
+ "body": "GUI:TextAtlas_Create(parent, ID, x, y, stringValue, charMapFile, itemWidth, itemHeight, startCharMap, sheet)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓鑹烘湳瀛楁枃鏈"
+ },
+ "鍒涘缓瀵屾枃鏈": {
+ "prefix": "GUI:RichText_Create",
+ "description": "鍒涘缓瀵屾枃鏈",
+ "body": "GUI:RichText_Create(parent, ID, x, y, str, width, fontSize, fontColor, vspace, hyperlinkCB, defaultFontFace)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓瀵屾枃鏈"
+ },
+ "鍒涘缓鍘熷瀵屾枃鏈": {
+ "prefix": "GUI:RichTextFCOLOR_Create",
+ "description": "鍒涘缓鍘熷瀵屾枃鏈",
+ "body": "GUI:RichTextFCOLOR_Create(parent, ID, x, y, str, width, fontSize, color, vspace, hyperlinkCB, fontPath, outlineParam)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓鍘熷瀵屾枃鏈"
+ },
+ "鍒涘缓鑷畾涔夌粍鍚堝瘜鏂囨湰": {
+ "prefix": "GUI:RichTextCombine_Create",
+ "description": "鍒涘缓鑷畾涔夌粍鍚堝瘜鏂囨湰",
+ "body": "GUI:RichTextCombine_Create(parent, ID, x, y, width, vspace)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓鑷畾涔夌粍鍚堝瘜鏂囨湰"
+ },
+ "鍒涘缓鑷畾涔夌粍鍚堝瘜鏂囨湰cell": {
+ "prefix": "GUI:RichTextCombineCell_Create",
+ "description": "鍒涘缓鑷畾涔夌粍鍚堝瘜鏂囨湰cell",
+ "body": "GUI:RichTextCombineCell_Create(parent, ID, x, y, type, param)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓鑷畾涔夌粍鍚堝瘜鏂囨湰cell"
+ },
+ "鍒涘缓婊氬姩鏂囨湰": {
+ "prefix": "GUI:ScrollText_Create",
+ "description": "鍒涘缓婊氬姩鏂囨湰",
+ "body": "GUI:ScrollText_Create(parent, ID, x, y, width, fontSize, fontColor, str, scrollTime, fontPath)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓婊氬姩鏂囨湰"
+ },
+ "鍒涘缓鑺傜偣": {
+ "prefix": "GUI:Node_Create",
+ "description": "鍒涘缓鑺傜偣",
+ "body": "GUI:Node_Create(parent, ID, x, y)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓鑺傜偣"
+ },
+ "鍒涘缓Widget": {
+ "prefix": "GUI:Widget_Create",
+ "description": "鍒涘缓Widget",
+ "body": "GUI:Widget_Create(parent, ID, x, y, width, height)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓Widget"
+ },
+ "鍒涘缓鐗╁搧妗": {
+ "prefix": "GUI:ItemShow_Create",
+ "description": "鍒涘缓鐗╁搧妗",
+ "body": "GUI:ItemShow_Create(parent, ID, x, y, setData)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓鐗╁搧妗"
+ },
+ "鍒涘缓鐗╁搧鏀惧叆妗": {
+ "prefix": "GUI:ItemBox_Create",
+ "description": "鍒涘缓鐗╁搧鏀惧叆妗",
+ "body": "GUI:ItemBox_Create(parent, ID, x, y, img, boxindex, stdmode)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓鐗╁搧鏀惧叆妗"
+ },
+ "鍒涘缓澶嶉夋": {
+ "prefix": "GUI:CheckBox_Create",
+ "description": "鍒涘缓澶嶉夋",
+ "body": "GUI:CheckBox_Create(parent, ID, x, y, nimg, pimg)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓澶嶉夋"
+ },
+ "鍒涘缓杈撳叆妗": {
+ "prefix": "GUI:TextInput_Create",
+ "description": "鍒涘缓杈撳叆妗",
+ "body": "GUI:TextInput_Create(parent, ID, x, y, width, height, fontSize)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓杈撳叆妗"
+ },
+ "鍒涘缓婊氬姩鏉": {
+ "prefix": "GUI:Slider_Create",
+ "description": "鍒涘缓婊氬姩鏉",
+ "body": "GUI:Slider_Create(parent, ID, x, y, barimg, pbarimg, nimg)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓婊氬姩鏉"
+ },
+ "鍒涘缓鍦嗗舰杩涘害鏉": {
+ "prefix": "GUI:ProgressTimer_Create",
+ "description": "鍒涘缓鍦嗗舰杩涘害鏉",
+ "body": "GUI:ProgressTimer_Create(parent, ID, x, y, img)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓鍦嗗舰杩涘害鏉"
+ },
+ "鍒涘缓杩涘害鏉": {
+ "prefix": "GUI:LoadingBar_Create",
+ "description": "鍒涘缓杩涘害鏉",
+ "body": "GUI:LoadingBar_Create(parent, ID, x, y, nimg, direction)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓杩涘害鏉"
+ },
+ "鍒涘缓鐗规晥": {
+ "prefix": "GUI:Effect_Create",
+ "description": "鍒涘缓鐗规晥",
+ "body": "GUI:Effect_Create(parent, ID, x, y, effecttype, effectid, sex, act, dir, speed)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓鐗规晥"
+ },
+ "鍒涘缓浜虹墿妯″瀷": {
+ "prefix": "GUI:UIModel_Create",
+ "description": "鍒涘缓浜虹墿妯″瀷",
+ "body": "GUI:UIModel_Create(parent, ID, x, y, sex, feature, scale, useStaticScale, job, ext_param)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓浜虹墿妯″瀷"
+ },
+ "鍒涘缓灞傚鍣": {
+ "prefix": "GUI:Layout_Create",
+ "description": "鍒涘缓灞傚鍣",
+ "body": "GUI:Layout_Create(parent, ID, x, y, width, height, isClip)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓灞傚鍣"
+ },
+ "鍒涘缓鍒楄〃瀹瑰櫒(TableView)": {
+ "prefix": "GUI:TableView_Create",
+ "description": "鍒涘缓鍒楄〃瀹瑰櫒(TableView)",
+ "body": "GUI:TableView_Create(parent, ID, x, y, width, height, direction, cellWid, cellHei, num)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓鍒楄〃瀹瑰櫒(TableView)"
+ },
+ "鍒涘缓婊氬姩瀹瑰櫒": {
+ "prefix": "GUI:ScrollView_Create",
+ "description": "鍒涘缓婊氬姩瀹瑰櫒",
+ "body": "GUI:ScrollView_Create(parent, ID, x, y, width, height, direction)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓婊氬姩瀹瑰櫒"
+ },
+ "鍒涘缓缈婚〉瀹瑰櫒": {
+ "prefix": "GUI:PageView_Create",
+ "description": "鍒涘缓缈婚〉瀹瑰櫒",
+ "body": "GUI:PageView_Create(parent, ID, x, y, width, height)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓缈婚〉瀹瑰櫒"
+ },
+ "鍒涘缓婊氬姩瀹瑰櫒瀛愯妭鐐": {
+ "prefix": "GUI:QuickCell_Create",
+ "description": "鍒涘缓婊氬姩瀹瑰櫒瀛愯妭鐐",
+ "body": "GUI:QuickCell_Create(parent, ID, x, y, w, h, createCB, activeCB)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓婊氬姩瀹瑰櫒瀛愯妭鐐"
+ },
+ "鍒涘缓搴忓垪甯у姩鐢": {
+ "prefix": "GUI:Frames_Create",
+ "description": "鍒涘缓搴忓垪甯у姩鐢",
+ "body": "GUI:Frames_Create(parent, ID, x, y, prefix, suffix, beginframe, finishframe, ext)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓搴忓垪甯у姩鐢"
+ },
+ "鍒涘缓绮掑瓙鐗规晥": {
+ "prefix": "GUI:ParticleEffect_Create",
+ "description": "鍒涘缓绮掑瓙鐗规晥",
+ "body": "GUI:ParticleEffect_Create(parent, ID, x, y, res)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓绮掑瓙鐗规晥"
+ },
+ "鍒涘缓楠ㄩ鍔ㄧ敾": {
+ "prefix": "GUI:SpineAnim_Create",
+ "description": "鍒涘缓楠ㄩ鍔ㄧ敾",
+ "body": "GUI:SpineAnim_Create(parent, ID, x, y, jsonPath, atlasPath, trackIndex, name, loop)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓楠ㄩ鍔ㄧ敾"
+ },
+ "鍒涘缓鎷栨嫿瀹瑰櫒": {
+ "prefix": "GUI:MoveWidget_Create",
+ "description": "鍒涘缓鎷栨嫿瀹瑰櫒",
+ "body": "GUI:MoveWidget_Create(parent, ID, x, y, width, height, from, ext)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓鎷栨嫿瀹瑰櫒"
+ },
+ "鍒涘缓鍒浘": {
+ "prefix": "GUI:ScrapePic_Create",
+ "description": "鍒涘缓鍒浘",
+ "body": "GUI:ScrapePic_Create(parent, ID, x, y, showImg, maskImg, clearHei, moveTime, beginTime, callback)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓鍒浘"
+ },
+ "鍒涘缓鏃嬭浆瀹瑰櫒": {
+ "prefix": "GUI:RotateView_Create",
+ "description": "鍒涘缓鏃嬭浆瀹瑰櫒",
+ "body": "GUI:RotateView_Create(parent, ID, x, y, width, height, scrollGap, param)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓鏃嬭浆瀹瑰櫒"
+ },
+ "鍒涘缓瑁呭妗": {
+ "prefix": "GUI:EquipShow_Create",
+ "description": "鍒涘缓瑁呭妗",
+ "body": "GUI:EquipShow_Create(parent, ID, x, y, pos, isHero, data)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓瑁呭妗"
+ },
+ "鍒涘缓娓愬彉瀛楁枃鏈": {
+ "prefix": "GUI:GradientColorText_Create",
+ "description": "鍒涘缓娓愬彉瀛楁枃鏈",
+ "body": "GUI:GradientColorText_Create(parent, ID, x, y, size, txt, color1, color2, param1, param2, fontPath)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓娓愬彉瀛楁枃鏈"
+ },
+ "鍒涘缓鍒楄〃瀹瑰櫒(ListView)": {
+ "prefix": "GUI:ListView_Create",
+ "description": "鍒涘缓鍒楄〃瀹瑰櫒(ListView)",
+ "body": "GUI:ListView_Create(parent, ID, x, y, width, height, direction)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓鍒楄〃瀹瑰櫒(ListView)"
+ },
+ "鍒涘缓瑙嗛鎾斁鍣": {
+ "prefix": "GUI:VideoPlayer_Create",
+ "description": "鍒涘缓瑙嗛鎾斁鍣",
+ "body": "GUI:VideoPlayer_Create(parent, ID, x, y, width, height)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓瑙嗛鎾斁鍣"
+ },
+ "鍒涘缓绾㈢偣": {
+ "prefix": "GUI:RedDot_Create",
+ "description": "鍒涘缓绾㈢偣",
+ "body": "GUI:RedDot_Create(parent, ID, x, y, type, param)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓绾㈢偣"
+ },
+ "鍒涘缓娑堣楃粍浠": {
+ "prefix": "GUI:CostItem_Create",
+ "description": "鍒涘缓娑堣楃粍浠",
+ "body": "GUI:CostItem_Create(parent, ID, x, y, data)",
+ "scope": "绐楀彛/鍒涘缓/鍒涘缓娑堣楃粍浠"
+ },
+ "鐣岄潰寮圭獥鐗规晥1": {
+ "prefix": "GUI:Timeline_Window1",
+ "description": "鐣岄潰寮圭獥鐗规晥1",
+ "body": "GUI:Timeline_Window1(widget, timelineCB)",
+ "scope": "绐楀彛/鍔ㄤ綔/鐣岄潰寮圭獥鐗规晥1"
+ },
+ "鐣岄潰寮圭獥鐗规晥2": {
+ "prefix": "GUI:Timeline_Window2",
+ "description": "鐣岄潰寮圭獥鐗规晥2",
+ "body": "GUI:Timeline_Window2(widget, timelineCB)",
+ "scope": "绐楀彛/鍔ㄤ綔/鐣岄潰寮圭獥鐗规晥2"
+ },
+ "鐣岄潰寮圭獥鐗规晥3": {
+ "prefix": "GUI:Timeline_Window3",
+ "description": "鐣岄潰寮圭獥鐗规晥3",
+ "body": "GUI:Timeline_Window3(widget, timelineCB)",
+ "scope": "绐楀彛/鍔ㄤ綔/鐣岄潰寮圭獥鐗规晥3"
+ },
+ "鐣岄潰寮圭獥鐗规晥4": {
+ "prefix": "GUI:Timeline_Window4",
+ "description": "鐣岄潰寮圭獥鐗规晥4",
+ "body": "GUI:Timeline_Window4(widget, timelineCB)",
+ "scope": "绐楀彛/鍔ㄤ綔/鐣岄潰寮圭獥鐗规晥4"
+ },
+ "鐣岄潰寮圭獥鐗规晥5": {
+ "prefix": "GUI:Timeline_Window5",
+ "description": "鐣岄潰寮圭獥鐗规晥5",
+ "body": "GUI:Timeline_Window5(widget, timelineCB)",
+ "scope": "绐楀彛/鍔ㄤ綔/鐣岄潰寮圭獥鐗规晥5"
+ },
+ "鐣岄潰寮圭獥鐗规晥6": {
+ "prefix": "GUI:Timeline_Window6",
+ "description": "鐣岄潰寮圭獥鐗规晥6",
+ "body": "GUI:Timeline_Window6(widget, timelineCB)",
+ "scope": "绐楀彛/鍔ㄤ綔/鐣岄潰寮圭獥鐗规晥6"
+ },
+ "璁剧疆鍔ㄧ敾鏍囪": {
+ "prefix": "GUI:Timeline_SetTag",
+ "description": "璁剧疆鍔ㄧ敾鏍囪",
+ "body": "GUI:Timeline_SetTag(action, tag)",
+ "scope": "绐楀彛/鍔ㄤ綔/璁剧疆鍔ㄧ敾鏍囪"
+ },
+ "鍋滄鎵鏈夊姩鐢": {
+ "prefix": "GUI:Timeline_StopAll",
+ "description": "鍋滄鎵鏈夊姩鐢",
+ "body": "GUI:Timeline_StopAll(widget)",
+ "scope": "绐楀彛/鍔ㄤ綔/鍋滄鎵鏈夊姩鐢"
+ },
+ "閫氳繃鏍囪鍋滄鍔ㄧ敾": {
+ "prefix": "GUI:Timeline_StopByTag",
+ "description": "閫氳繃鏍囪鍋滄鍔ㄧ敾",
+ "body": "GUI:Timeline_StopByTag(widget, tag)",
+ "scope": "绐楀彛/鍔ㄤ綔/閫氳繃鏍囪鍋滄鍔ㄧ敾"
+ },
+ "鍔ㄧ敾娣″嚭鏁堟灉": {
+ "prefix": "GUI:Timeline_FadeOut",
+ "description": "鍔ㄧ敾娣″嚭鏁堟灉",
+ "body": "GUI:Timeline_FadeOut(widget, time, timelineCB)",
+ "scope": "绐楀彛/鍔ㄤ綔/鍔ㄧ敾娣″嚭鏁堟灉"
+ },
+ "鍔ㄧ敾娣″叆鏁堟灉": {
+ "prefix": "GUI:Timeline_FadeIn",
+ "description": "鍔ㄧ敾娣″叆鏁堟灉",
+ "body": "GUI:Timeline_FadeIn(widget, time, timelineCB)",
+ "scope": "绐楀彛/鍔ㄤ綔/鍔ㄧ敾娣″叆鏁堟灉"
+ },
+ "鍔ㄧ敾淇敼閫忔槑搴﹀埌鏌愪釜鍊": {
+ "prefix": "GUI:Timeline_FadeTo",
+ "description": "鍔ㄧ敾淇敼閫忔槑搴﹀埌鏌愪釜鍊",
+ "body": "GUI:Timeline_FadeTo(widget, value, time, timelineCB)",
+ "scope": "绐楀彛/鍔ㄤ綔/鍔ㄧ敾淇敼閫忔槑搴﹀埌鏌愪釜鍊"
+ },
+ "鍔ㄧ敾鏀惧ぇ缂╁皬": {
+ "prefix": "GUI:Timeline_ScaleTo",
+ "description": "鍔ㄧ敾鏀惧ぇ缂╁皬",
+ "body": "GUI:Timeline_ScaleTo(widget, value, time, timelineCB)",
+ "scope": "绐楀彛/鍔ㄤ綔/鍔ㄧ敾鏀惧ぇ缂╁皬"
+ },
+ "鍔ㄧ敾鏀惧ぇ缂╁皬锛堝綋鍓嶅ぇ灏忕殑鏌愪釜姣斾緥锛": {
+ "prefix": "GUI:Timeline_ScaleBy",
+ "description": "鍔ㄧ敾鏀惧ぇ缂╁皬锛堝綋鍓嶅ぇ灏忕殑鏌愪釜姣斾緥锛",
+ "body": "GUI:Timeline_ScaleBy(widget, value, time, timelineCB)",
+ "scope": "绐楀彛/鍔ㄤ綔/鍔ㄧ敾鏀惧ぇ缂╁皬锛堝綋鍓嶅ぇ灏忕殑鏌愪釜姣斾緥锛"
+ },
+ "鍔ㄧ敾鏃嬭浆": {
+ "prefix": "GUI:Timeline_RotateTo",
+ "description": "鍔ㄧ敾鏃嬭浆",
+ "body": "GUI:Timeline_RotateTo(widget, value, time, timelineCB)",
+ "scope": "绐楀彛/鍔ㄤ綔/鍔ㄧ敾鏃嬭浆"
+ },
+ "璁剧疆娓愬彉瀛楁枃鏈唴瀹": {
+ "prefix": "GUI:GradientColorText_setString",
+ "description": "璁剧疆娓愬彉瀛楁枃鏈唴瀹",
+ "body": "GUI:GradientColorText_setString(object, txt)",
+ "scope": "绐楀彛/鍔ㄤ綔/璁剧疆娓愬彉瀛楁枃鏈唴瀹"
+ },
+ "璁剧疆娓愬彉瀛楁枃鏈笎鍙橀鑹": {
+ "prefix": "GUI:GradientColorText_setColor",
+ "description": "璁剧疆娓愬彉瀛楁枃鏈笎鍙橀鑹",
+ "body": "GUI:GradientColorText_setColor(object, color1, color2)",
+ "scope": "绐楀彛/鍔ㄤ綔/璁剧疆娓愬彉瀛楁枃鏈笎鍙橀鑹"
+ },
+ "鍔ㄧ敾鏃嬭浆锛堜粠鍘熸潵瑙掑害 鏃嬭浆鍒 鏌愪釜瑙掑害锛": {
+ "prefix": "GUI:Timeline_RotateBy",
+ "description": "鍔ㄧ敾鏃嬭浆锛堜粠鍘熸潵瑙掑害 鏃嬭浆鍒 鏌愪釜瑙掑害锛",
+ "body": "GUI:Timeline_RotateBy(widget, value, time, timelineCB)",
+ "scope": "绐楀彛/鍔ㄤ綔/鍔ㄧ敾鏃嬭浆锛堜粠鍘熸潵瑙掑害 鏃嬭浆鍒 鏌愪釜瑙掑害锛"
+ },
+ "鍔ㄧ敾绉诲姩锛堢粷瀵逛綅缃級": {
+ "prefix": "GUI:Timeline_MoveTo",
+ "description": "鍔ㄧ敾绉诲姩锛堢粷瀵逛綅缃級",
+ "body": "GUI:Timeline_MoveTo(widget, value, time, timelineCB)",
+ "scope": "绐楀彛/鍔ㄤ綔/鍔ㄧ敾绉诲姩锛堢粷瀵逛綅缃級"
+ },
+ "鍔ㄧ敾绉诲姩锛堢浉瀵逛綅缃級": {
+ "prefix": "GUI:Timeline_MoveBy",
+ "description": "鍔ㄧ敾绉诲姩锛堢浉瀵逛綅缃級",
+ "body": "GUI:Timeline_MoveBy(widget, value, time, timelineCB)",
+ "scope": "绐楀彛/鍔ㄤ綔/鍔ㄧ敾绉诲姩锛堢浉瀵逛綅缃級"
+ },
+ "鍔ㄧ敾闂儊": {
+ "prefix": "GUI:Timeline_Blink",
+ "description": "鍔ㄧ敾闂儊",
+ "body": "GUI:Timeline_Blink(widget, value, time, timelineCB)",
+ "scope": "绐楀彛/鍔ㄤ綔/鍔ㄧ敾闂儊"
+ },
+ "鍔ㄧ敾闇囧姩": {
+ "prefix": "GUI:Timeline_Shake",
+ "description": "鍔ㄧ敾闇囧姩",
+ "body": "GUI:Timeline_Shake(widget, time, x, y, timelineCB)",
+ "scope": "绐楀彛/鍔ㄤ綔/鍔ㄧ敾闇囧姩"
+ },
+ "鍔ㄧ敾鐤媯鎶栧姩": {
+ "prefix": "GUI:Timeline_Waggle",
+ "description": "鍔ㄧ敾鐤媯鎶栧姩",
+ "body": "GUI:Timeline_Waggle(widget, time, angle)",
+ "scope": "绐楀彛/鍔ㄤ綔/鍔ㄧ敾鐤媯鎶栧姩"
+ },
+ "鍔ㄧ敾寤惰繜鎾斁": {
+ "prefix": "GUI:Timeline_DelayTime",
+ "description": "鍔ㄧ敾寤惰繜鎾斁",
+ "body": "GUI:Timeline_DelayTime(widget, time, timelineCB)",
+ "scope": "绐楀彛/鍔ㄤ綔/鍔ㄧ敾寤惰繜鎾斁"
+ },
+ "鍔ㄧ敾鍥炶皟鏂规硶": {
+ "prefix": "GUI:Timeline_CallFunc",
+ "description": "鍔ㄧ敾鍥炶皟鏂规硶",
+ "body": "GUI:Timeline_CallFunc(widget, time, timelineCB)",
+ "scope": "绐楀彛/鍔ㄤ綔/鍔ㄧ敾鍥炶皟鏂规硶"
+ },
+ "鍔ㄧ敾寤惰繜鏄剧ず": {
+ "prefix": "GUI:Timeline_Show",
+ "description": "鍔ㄧ敾寤惰繜鏄剧ず",
+ "body": "GUI:Timeline_Show(widget, time)",
+ "scope": "绐楀彛/鍔ㄤ綔/鍔ㄧ敾寤惰繜鏄剧ず"
+ },
+ "鍔ㄧ敾寤惰繜闅愯棌": {
+ "prefix": "GUI:Timeline_Hide",
+ "description": "鍔ㄧ敾寤惰繜闅愯棌",
+ "body": "GUI:Timeline_Hide(widget, time)",
+ "scope": "绐楀彛/鍔ㄤ綔/鍔ㄧ敾寤惰繜闅愯棌"
+ },
+ "缂撳姩鍔ㄧ敾锛堢敱鎱㈠埌蹇級": {
+ "prefix": "GUI:Timeline_EaseSineIn_MoveTo",
+ "description": "缂撳姩鍔ㄧ敾锛堢敱鎱㈠埌蹇級",
+ "body": "GUI:Timeline_EaseSineIn_MoveTo(widget, value, time, callback)",
+ "scope": "绐楀彛/鍔ㄤ綔/缂撳姩鍔ㄧ敾锛堢敱鎱㈠埌蹇級"
+ },
+ "閫氳繃鏍囪鑾峰彇鍔ㄤ綔鍐呭": {
+ "prefix": "GUI:getActionByTag",
+ "description": "閫氳繃鏍囪鑾峰彇鍔ㄤ綔鍐呭",
+ "body": "GUI:getActionByTag(widget, tag)",
+ "scope": "绐楀彛/鍔ㄤ綔/閫氳繃鏍囪鑾峰彇鍔ㄤ綔鍐呭"
+ },
+ "缂撳姩鍔ㄧ敾锛堢敱蹇埌鎱級": {
+ "prefix": "GUI:Timeline_EaseSineOut_MoveTo",
+ "description": "缂撳姩鍔ㄧ敾锛堢敱蹇埌鎱級",
+ "body": "GUI:Timeline_EaseSineOut_MoveTo(widget, value, time, callback)",
+ "scope": "绐楀彛/鍔ㄤ綔/缂撳姩鍔ㄧ敾锛堢敱蹇埌鎱級"
+ },
+ "鏁板瓧婊氬姩鍔ㄧ敾": {
+ "prefix": "GUI:Timeline_DigitChange",
+ "description": "鏁板瓧婊氬姩鍔ㄧ敾",
+ "body": "GUI:Timeline_DigitChange(widget, cur, target, interval)",
+ "scope": "绐楀彛/鍔ㄤ綔/鏁板瓧婊氬姩鍔ㄧ敾"
+ },
+ "绉诲姩鍔ㄤ綔": {
+ "prefix": "GUI:ActionMoveTo",
+ "description": "绉诲姩鍔ㄤ綔",
+ "body": "GUI:ActionMoveTo(time, x, y)",
+ "scope": "绐楀彛/鍔ㄤ綔/绉诲姩鍔ㄤ綔"
+ },
+ "绉诲姩鍔ㄤ綔锛堢浉瀵逛綅缃級": {
+ "prefix": "GUI:ActionMoveBy",
+ "description": "绉诲姩鍔ㄤ綔锛堢浉瀵逛綅缃級",
+ "body": "GUI:ActionMoveBy(time, x, y)",
+ "scope": "绐楀彛/鍔ㄤ綔/绉诲姩鍔ㄤ綔锛堢浉瀵逛綅缃級"
+ },
+ "缂╂斁鍔ㄤ綔": {
+ "prefix": "GUI:ActionScaleTo",
+ "description": "缂╂斁鍔ㄤ綔",
+ "body": "GUI:ActionScaleTo(time, ratio, ...)",
+ "scope": "绐楀彛/鍔ㄤ綔/缂╂斁鍔ㄤ綔"
+ },
+ "缂╂斁鍔ㄤ綔锛堝師鏈夊熀纭涓婄缉鏀撅級": {
+ "prefix": "GUI:ActionScaleBy",
+ "description": "缂╂斁鍔ㄤ綔锛堝師鏈夊熀纭涓婄缉鏀撅級",
+ "body": "GUI:ActionScaleBy(time, ratio, ...)",
+ "scope": "绐楀彛/鍔ㄤ綔/缂╂斁鍔ㄤ綔锛堝師鏈夊熀纭涓婄缉鏀撅級"
+ },
+ "鏃嬭浆鍔ㄤ綔": {
+ "prefix": "GUI:ActionRotateTo",
+ "description": "鏃嬭浆鍔ㄤ綔",
+ "body": "GUI:ActionRotateTo(time, angle)",
+ "scope": "绐楀彛/鍔ㄤ綔/鏃嬭浆鍔ㄤ綔"
+ },
+ "鏃嬭浆鍔ㄤ綔锛堝師鏈夊熀纭涓婃棆杞級": {
+ "prefix": "GUI:ActionRotateBy",
+ "description": "鏃嬭浆鍔ㄤ綔锛堝師鏈夊熀纭涓婃棆杞級",
+ "body": "GUI:ActionRotateBy(time, angle)",
+ "scope": "绐楀彛/鍔ㄤ綔/鏃嬭浆鍔ㄤ綔锛堝師鏈夊熀纭涓婃棆杞級"
+ },
+ "娣″叆鍔ㄤ綔": {
+ "prefix": "GUI:ActionFadeIn",
+ "description": "娣″叆鍔ㄤ綔",
+ "body": "GUI:ActionFadeIn(time)",
+ "scope": "绐楀彛/鍔ㄤ綔/娣″叆鍔ㄤ綔"
+ },
+ "娣″嚭鍔ㄤ綔": {
+ "prefix": "GUI:ActionFadeOut",
+ "description": "娣″嚭鍔ㄤ綔",
+ "body": "GUI:ActionFadeOut(time)",
+ "scope": "绐楀彛/鍔ㄤ綔/娣″嚭鍔ㄤ綔"
+ },
+ "闂儊鍔ㄤ綔": {
+ "prefix": "GUI:ActionBlink",
+ "description": "闂儊鍔ㄤ綔",
+ "body": "GUI:ActionBlink(time, num)",
+ "scope": "绐楀彛/鍔ㄤ綔/闂儊鍔ㄤ綔"
+ },
+ "鍔ㄧ敾鍥炶皟鍑芥暟": {
+ "prefix": "GUI:CallFunc",
+ "description": "鍔ㄧ敾鍥炶皟鍑芥暟",
+ "body": "GUI:CallFunc(callback)",
+ "scope": "绐楀彛/鍔ㄤ綔/鍔ㄧ敾鍥炶皟鍑芥暟"
+ },
+ "鍔ㄤ綔寤惰繜": {
+ "prefix": "GUI:DelayTime",
+ "description": "鍔ㄤ綔寤惰繜",
+ "body": "GUI:DelayTime(time)",
+ "scope": "绐楀彛/鍔ㄤ綔/鍔ㄤ綔寤惰繜"
+ },
+ "鎾斁鍔ㄤ綔": {
+ "prefix": "GUI:runAction",
+ "description": "鎾斁鍔ㄤ綔",
+ "body": "GUI:runAction(widget, value)",
+ "scope": "绐楀彛/鍔ㄤ綔/鎾斁鍔ㄤ綔"
+ },
+ "鍋滄鎵鏈夊姩浣": {
+ "prefix": "GUI:stopAllActions",
+ "description": "鍋滄鎵鏈夊姩浣",
+ "body": "GUI:stopAllActions(widget)",
+ "scope": "绐楀彛/鍔ㄤ綔/鍋滄鎵鏈夊姩浣"
+ },
+ "閫氳繃鏍囪鍋滄鍔ㄤ綔": {
+ "prefix": "GUI:stopActionByTag",
+ "description": "閫氳繃鏍囪鍋滄鍔ㄤ綔",
+ "body": "GUI:stopActionByTag(widget, tag)",
+ "scope": "绐楀彛/鍔ㄤ綔/閫氳繃鏍囪鍋滄鍔ㄤ綔"
+ },
+ "鍔ㄤ綔鏄剧ず": {
+ "prefix": "GUI:ActionShow",
+ "description": "鍔ㄤ綔鏄剧ず",
+ "body": "GUI:ActionShow()",
+ "scope": "绐楀彛/鍔ㄤ綔/鍔ㄤ綔鏄剧ず"
+ },
+ "鍔ㄤ綔闅愯棌": {
+ "prefix": "GUI:ActionHide",
+ "description": "鍔ㄤ綔闅愯棌",
+ "body": "GUI:ActionHide()",
+ "scope": "绐楀彛/鍔ㄤ綔/鍔ㄤ綔闅愯棌"
+ },
+ "绉婚櫎鑷韩": {
+ "prefix": "GUI:ActionRemoveSelf",
+ "description": "绉婚櫎鑷韩",
+ "body": "GUI:ActionRemoveSelf()",
+ "scope": "绐楀彛/鍔ㄤ綔/绉婚櫎鑷韩"
+ },
+ "鎾斁椤哄簭": {
+ "prefix": "GUI:ActionSequence",
+ "description": "鎾斁椤哄簭",
+ "body": "GUI:ActionSequence(action, ...)",
+ "scope": "绐楀彛/鍔ㄤ綔/鎾斁椤哄簭"
+ },
+ "澶氫釜鍔ㄤ綔鍚屾椂鎾斁": {
+ "prefix": "GUI:ActionSpawn",
+ "description": "澶氫釜鍔ㄤ綔鍚屾椂鎾斁",
+ "body": "GUI:ActionSpawn(action, ...)",
+ "scope": "绐楀彛/鍔ㄤ綔/澶氫釜鍔ㄤ綔鍚屾椂鎾斁"
+ },
+ "寰幆鎾斁": {
+ "prefix": "GUI:ActionRepeat",
+ "description": "寰幆鎾斁",
+ "body": "GUI:ActionRepeat(action, time)",
+ "scope": "绐楀彛/鍔ㄤ綔/寰幆鎾斁"
+ },
+ "涓鐩村惊鐜挱鏀": {
+ "prefix": "GUI:ActionRepeatForever",
+ "description": "涓鐩村惊鐜挱鏀",
+ "body": "GUI:ActionRepeatForever(action)",
+ "scope": "绐楀彛/鍔ㄤ綔/涓鐩村惊鐜挱鏀"
+ },
+ "澶嶅悎鍔ㄤ綔锛堝姞閫熷害鍚戝彸锛屽弽鏂瑰悜缂撴參绉诲姩锛": {
+ "prefix": "GUI:ActionEaseBackIn",
+ "description": "澶嶅悎鍔ㄤ綔锛堝姞閫熷害鍚戝彸锛屽弽鏂瑰悜缂撴參绉诲姩锛",
+ "body": "GUI:ActionEaseBackIn(action)",
+ "scope": "绐楀彛/鍔ㄤ綔/澶嶅悎鍔ㄤ綔锛堝姞閫熷害鍚戝彸锛屽弽鏂瑰悜缂撴參绉诲姩锛"
+ },
+ "澶嶅悎鍔ㄤ綔锛堝揩閫熺Щ鍔ㄥ埌缁撴潫锛岀劧鍚庣紦鎱㈣繑鍥炲埌缁撴潫锛": {
+ "prefix": "GUI:ActionEaseBackOut",
+ "description": "澶嶅悎鍔ㄤ綔锛堝揩閫熺Щ鍔ㄥ埌缁撴潫锛岀劧鍚庣紦鎱㈣繑鍥炲埌缁撴潫锛",
+ "body": "GUI:ActionEaseBackOut(action)",
+ "scope": "绐楀彛/鍔ㄤ綔/澶嶅悎鍔ㄤ綔锛堝揩閫熺Щ鍔ㄥ埌缁撴潫锛岀劧鍚庣紦鎱㈣繑鍥炲埌缁撴潫锛"
+ },
+ "鎸囨暟缂撳啿鍔ㄤ綔锛堢紦鎱㈠紑濮, 鍔犻熺粨鏉燂級": {
+ "prefix": "GUI:ActionEaseExponentialIn",
+ "description": "鎸囨暟缂撳啿鍔ㄤ綔锛堢紦鎱㈠紑濮, 鍔犻熺粨鏉燂級",
+ "body": "GUI:ActionEaseExponentialIn(action)",
+ "scope": "绐楀彛/鍔ㄤ綔/鎸囨暟缂撳啿鍔ㄤ綔锛堢紦鎱㈠紑濮, 鍔犻熺粨鏉燂級"
+ },
+ "鎸囨暟缂撳啿鍔ㄤ綔锛堝姞閫熷紑濮, 缂撴參缁撴潫锛": {
+ "prefix": "GUI:ActionEaseExponentialOut",
+ "description": "鎸囨暟缂撳啿鍔ㄤ綔锛堝姞閫熷紑濮, 缂撴參缁撴潫锛",
+ "body": "GUI:ActionEaseExponentialOut(action)",
+ "scope": "绐楀彛/鍔ㄤ綔/鎸囨暟缂撳啿鍔ㄤ綔锛堝姞閫熷紑濮, 缂撴參缁撴潫锛"
+ },
+ "鎸囨暟缂撳啿鍔ㄤ綔锛堝姩浣滅紦鎱㈠紑濮嬪拰缁堟锛": {
+ "prefix": "GUI:ActionEaseExponentialInOut",
+ "description": "鎸囨暟缂撳啿鍔ㄤ綔锛堝姩浣滅紦鎱㈠紑濮嬪拰缁堟锛",
+ "body": "GUI:ActionEaseExponentialInOut(action)",
+ "scope": "绐楀彛/鍔ㄤ綔/鎸囨暟缂撳啿鍔ㄤ綔锛堝姩浣滅紦鎱㈠紑濮嬪拰缁堟锛"
+ },
+ "鎾斁鍣ㄨ棰戞挱鏀": {
+ "prefix": "GUI:VideoPlayer_play",
+ "description": "鎾斁鍣ㄨ棰戞挱鏀",
+ "body": "GUI:VideoPlayer_play(widget)",
+ "scope": "绐楀彛/鍔ㄤ綔/鎾斁鍣ㄨ棰戞挱鏀"
+ },
+ "鎾斁鍣ㄨ棰戝仠姝": {
+ "prefix": "GUI:VideoPlayer_stop",
+ "description": "鎾斁鍣ㄨ棰戝仠姝",
+ "body": "GUI:VideoPlayer_stop(widget)",
+ "scope": "绐楀彛/鍔ㄤ綔/鎾斁鍣ㄨ棰戝仠姝"
+ },
+ "鎾斁鍣ㄨ棰戞殏鍋": {
+ "prefix": "GUI:VideoPlayer_pause",
+ "description": "鎾斁鍣ㄨ棰戞殏鍋",
+ "body": "GUI:VideoPlayer_pause(widget)",
+ "scope": "绐楀彛/鍔ㄤ綔/鎾斁鍣ㄨ棰戞殏鍋"
+ },
+ "鎾斁鍣ㄨ棰戞仮澶嶆挱鏀": {
+ "prefix": "GUI:VideoPlayer_resume",
+ "description": "鎾斁鍣ㄨ棰戞仮澶嶆挱鏀",
+ "body": "GUI:VideoPlayer_resume(widget)",
+ "scope": "绐楀彛/鍔ㄤ綔/鎾斁鍣ㄨ棰戞仮澶嶆挱鏀"
+ },
+ "璐濆灏旀洸绾胯繍鍔": {
+ "prefix": "GUI:Timeline_BezierTo",
+ "description": "璐濆灏旀洸绾胯繍鍔",
+ "body": "GUI:Timeline_BezierTo(time, controlPoint_1, controlPoint_2, endPosition)",
+ "scope": "绐楀彛/鍔ㄤ綔/璐濆灏旀洸绾胯繍鍔"
+ },
+ "璁剧疆灞傝儗鏅鑹": {
+ "prefix": "GUI:Layout_setBackGroundColor",
+ "description": "璁剧疆灞傝儗鏅鑹",
+ "body": "GUI:Layout_setBackGroundColor(widget, value)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆灞傝儗鏅鑹"
+ },
+ "璁剧疆灞傝儗鏅鑹茬被鍨": {
+ "prefix": "GUI:Layout_setBackGroundColorType",
+ "description": "璁剧疆灞傝儗鏅鑹茬被鍨",
+ "body": "GUI:Layout_setBackGroundColorType(widget, value)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆灞傝儗鏅鑹茬被鍨"
+ },
+ "璁剧疆灞傝儗鏅鑹蹭笉閫忔槑搴": {
+ "prefix": "GUI:Layout_setBackGroundColorOpacity",
+ "description": "璁剧疆灞傝儗鏅鑹蹭笉閫忔槑搴",
+ "body": "GUI:Layout_setBackGroundColorOpacity(widget, value)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆灞傝儗鏅鑹蹭笉閫忔槑搴"
+ },
+ "璁剧疆灞傝儗鏅槸鍚﹁鍒": {
+ "prefix": "GUI:Layout_setClippingEnabled",
+ "description": "璁剧疆灞傝儗鏅槸鍚﹁鍒",
+ "body": "GUI:Layout_setClippingEnabled(widget, value)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆灞傝儗鏅槸鍚﹁鍒"
+ },
+ "璁剧疆灞傝儗鏅浘鐗": {
+ "prefix": "GUI:Layout_setBackGroundImage",
+ "description": "璁剧疆灞傝儗鏅浘鐗",
+ "body": "GUI:Layout_setBackGroundImage(widget, value)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆灞傝儗鏅浘鐗"
+ },
+ "璁剧疆灞傝儗鏅浘鐗囦節瀹牸": {
+ "prefix": "GUI:Layout_setBackGroundImageScale9Slice",
+ "description": "璁剧疆灞傝儗鏅浘鐗囦節瀹牸",
+ "body": "GUI:Layout_setBackGroundImageScale9Slice(widget, scale9l, scale9r, scale9t, scale9b)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆灞傝儗鏅浘鐗囦節瀹牸"
+ },
+ "绉婚櫎灞傝儗鏅浘鐗囪缃": {
+ "prefix": "GUI:Layout_removeBackGroundImage",
+ "description": "绉婚櫎灞傝儗鏅浘鐗囪缃",
+ "body": "GUI:Layout_removeBackGroundImage(widget)",
+ "scope": "绐楀彛/瀹瑰櫒/绉婚櫎灞傝儗鏅浘鐗囪缃"
+ },
+ "璁剧疆鍒楄〃瀹瑰櫒瀵归綈鏂瑰紡": {
+ "prefix": "GUI:ListView_setGravity",
+ "description": "璁剧疆鍒楄〃瀹瑰櫒瀵归綈鏂瑰紡",
+ "body": "GUI:ListView_setGravity(widget, value)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆鍒楄〃瀹瑰櫒瀵归綈鏂瑰紡"
+ },
+ "璁剧疆鍒楄〃瀹瑰櫒婊戝姩鏂瑰悜": {
+ "prefix": "GUI:ListView_setDirection",
+ "description": "璁剧疆鍒楄〃瀹瑰櫒婊戝姩鏂瑰悜",
+ "body": "GUI:ListView_setDirection(widget, value)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆鍒楄〃瀹瑰櫒婊戝姩鏂瑰悜"
+ },
+ "璁剧疆鍒楄〃瀹瑰櫒闂撮殧": {
+ "prefix": "GUI:ListView_setItemsMargin",
+ "description": "璁剧疆鍒楄〃瀹瑰櫒闂撮殧",
+ "body": "GUI:ListView_setItemsMargin(widget, value)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆鍒楄〃瀹瑰櫒闂撮殧"
+ },
+ "璁剧疆鍒楄〃瀹瑰櫒鏄惁鏈夎鍒": {
+ "prefix": "GUI:ListView_setClippingEnabled",
+ "description": "璁剧疆鍒楄〃瀹瑰櫒鏄惁鏈夎鍒",
+ "body": "GUI:ListView_setClippingEnabled(widget, value)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆鍒楄〃瀹瑰櫒鏄惁鏈夎鍒"
+ },
+ "璁剧疆鍒楄〃瀹瑰櫒鑳屾櫙棰滆壊": {
+ "prefix": "GUI:TableView_setBackGroundColor",
+ "description": "璁剧疆鍒楄〃瀹瑰櫒鑳屾櫙棰滆壊",
+ "body": "GUI:TableView_setBackGroundColor(widget, value)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆鍒楄〃瀹瑰櫒鑳屾櫙棰滆壊"
+ },
+ "璁剧疆鍒楄〃瀹瑰櫒鑳屾櫙棰滆壊绫诲瀷": {
+ "prefix": "GUI:ListView_setBackGroundColorType",
+ "description": "璁剧疆鍒楄〃瀹瑰櫒鑳屾櫙棰滆壊绫诲瀷",
+ "body": "GUI:ListView_setBackGroundColorType(widget, value)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆鍒楄〃瀹瑰櫒鑳屾櫙棰滆壊绫诲瀷"
+ },
+ "璁剧疆鍒楄〃瀹瑰櫒鑳屾櫙閫忔槑搴": {
+ "prefix": "GUI:ListView_setBackGroundColorOpacity",
+ "description": "璁剧疆鍒楄〃瀹瑰櫒鑳屾櫙閫忔槑搴",
+ "body": "GUI:ListView_setBackGroundColorOpacity(widget, value)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆鍒楄〃瀹瑰櫒鑳屾櫙閫忔槑搴"
+ },
+ "璁剧疆鍒楄〃瀹瑰櫒鑳屾櫙鍥剧墖": {
+ "prefix": "GUI:ListView_setBackGroundImage",
+ "description": "璁剧疆鍒楄〃瀹瑰櫒鑳屾櫙鍥剧墖",
+ "body": "GUI:ListView_setBackGroundImage(widget, value)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆鍒楄〃瀹瑰櫒鑳屾櫙鍥剧墖"
+ },
+ "璁剧疆鍒楄〃瀹瑰櫒鑳屾櫙鍥剧墖涔濆鏍": {
+ "prefix": "GUI:ListView_setBackGroundImageScale9Slice",
+ "description": "璁剧疆鍒楄〃瀹瑰櫒鑳屾櫙鍥剧墖涔濆鏍",
+ "body": "GUI:ListView_setBackGroundImageScale9Slice(widget, scale9l, scale9r, scale9t, scale9b)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆鍒楄〃瀹瑰櫒鑳屾櫙鍥剧墖涔濆鏍"
+ },
+ "璁剧疆鍒楄〃瀹瑰櫒婊氬姩浜嬩欢": {
+ "prefix": "GUI:ListView_addOnScrollEvent",
+ "description": "璁剧疆鍒楄〃瀹瑰櫒婊氬姩浜嬩欢",
+ "body": "GUI:ListView_addOnScrollEvent(widget, eventCB)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆鍒楄〃瀹瑰櫒婊氬姩浜嬩欢"
+ },
+ "璁剧疆鍒楄〃瀹瑰櫒婊氬姩鍒版煇鐧惧垎姣斾綅缃(鍨傜洿鏂瑰悜)": {
+ "prefix": "GUI:ListView_scrollToPercentVertical",
+ "description": "璁剧疆鍒楄〃瀹瑰櫒婊氬姩鍒版煇鐧惧垎姣斾綅缃(鍨傜洿鏂瑰悜)",
+ "body": "GUI:ListView_scrollToPercentVertical(widget, percent, time, bool)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆鍒楄〃瀹瑰櫒婊氬姩鍒版煇鐧惧垎姣斾綅缃(鍨傜洿鏂瑰悜)"
+ },
+ "璁剧疆鍒楄〃瀹瑰櫒婊氬姩鍒版煇鐧惧垎姣斾綅缃(姘村钩鏂瑰悜)": {
+ "prefix": "GUI:ListView_scrollToPercentHorizontal",
+ "description": "璁剧疆鍒楄〃瀹瑰櫒婊氬姩鍒版煇鐧惧垎姣斾綅缃(姘村钩鏂瑰悜)",
+ "body": "GUI:ListView_scrollToPercentHorizontal(widget, percent, time, bool)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆鍒楄〃瀹瑰櫒婊氬姩鍒版煇鐧惧垎姣斾綅缃(姘村钩鏂瑰悜)"
+ },
+ "娣诲姞榧犳爣婊氳疆婊戝姩鍒楄〃瀹瑰櫒浜嬩欢": {
+ "prefix": "GUI:ListView_addMouseScrollPercent",
+ "description": "娣诲姞榧犳爣婊氳疆婊戝姩鍒楄〃瀹瑰櫒浜嬩欢",
+ "body": "GUI:ListView_addMouseScrollPercent(widget)",
+ "scope": "绐楀彛/瀹瑰櫒/娣诲姞榧犳爣婊氳疆婊戝姩鍒楄〃瀹瑰櫒浜嬩欢"
+ },
+ "璁剧疆婊氬姩瀹瑰櫒婊氬姩鑼冨洿澶у皬": {
+ "prefix": "GUI:ScrollView_setInnerContainerSize",
+ "description": "璁剧疆婊氬姩瀹瑰櫒婊氬姩鑼冨洿澶у皬",
+ "body": "GUI:ScrollView_setInnerContainerSize(widget, value1, value2)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆婊氬姩瀹瑰櫒婊氬姩鑼冨洿澶у皬"
+ },
+ "璁剧疆婊氬姩瀹瑰櫒婊氬姩鏂瑰悜": {
+ "prefix": "GUI:ScrollView_setDirection",
+ "description": "璁剧疆婊氬姩瀹瑰櫒婊氬姩鏂瑰悜",
+ "body": "GUI:ScrollView_setDirection(widget, value)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆婊氬姩瀹瑰櫒婊氬姩鏂瑰悜"
+ },
+ "璁剧疆婊氬姩瀹瑰櫒鏄惁鏈夊洖寮": {
+ "prefix": "GUI:ScrollView_setBounceEnabled",
+ "description": "璁剧疆婊氬姩瀹瑰櫒鏄惁鏈夊洖寮",
+ "body": "GUI:ScrollView_setBounceEnabled(widget, value)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆婊氬姩瀹瑰櫒鏄惁鏈夊洖寮"
+ },
+ "璁剧疆婊氬姩瀹瑰櫒鏄惁鏈夎鍒": {
+ "prefix": "GUI:ScrollView_setClippingEnabled",
+ "description": "璁剧疆婊氬姩瀹瑰櫒鏄惁鏈夎鍒",
+ "body": "GUI:ScrollView_setClippingEnabled(widget, value)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆婊氬姩瀹瑰櫒鏄惁鏈夎鍒"
+ },
+ "璁剧疆婊氬姩瀹瑰櫒鑳屾櫙棰滆壊": {
+ "prefix": "GUI:ScrollView_setBackGroundColor",
+ "description": "璁剧疆婊氬姩瀹瑰櫒鑳屾櫙棰滆壊",
+ "body": "GUI:ScrollView_setBackGroundColor(widget, value)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆婊氬姩瀹瑰櫒鑳屾櫙棰滆壊"
+ },
+ "璁剧疆婊氬姩瀹瑰櫒鑳屾櫙棰滆壊绫诲瀷": {
+ "prefix": "GUI:ScrollView_setBackGroundColorType",
+ "description": "璁剧疆婊氬姩瀹瑰櫒鑳屾櫙棰滆壊绫诲瀷",
+ "body": "GUI:ScrollView_setBackGroundColorType(widget, value)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆婊氬姩瀹瑰櫒鑳屾櫙棰滆壊绫诲瀷"
+ },
+ "璁剧疆婊氬姩瀹瑰櫒鑳屾櫙閫忔槑搴": {
+ "prefix": "GUI:ScrollView_setBackGroundColorOpacity",
+ "description": "璁剧疆婊氬姩瀹瑰櫒鑳屾櫙閫忔槑搴",
+ "body": "GUI:ScrollView_setBackGroundColorOpacity(widget, value)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆婊氬姩瀹瑰櫒鑳屾櫙閫忔槑搴"
+ },
+ "璁剧疆婊氬姩瀹瑰櫒鑳屾櫙鍥剧墖": {
+ "prefix": "GUI:ScrollView_setBackGroundImage",
+ "description": "璁剧疆婊氬姩瀹瑰櫒鑳屾櫙鍥剧墖",
+ "body": "GUI:ScrollView_setBackGroundImage(widget, value)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆婊氬姩瀹瑰櫒鑳屾櫙鍥剧墖"
+ },
+ "璁剧疆婊氬姩鍣ㄨ儗鏅浘鐗囦節瀹牸": {
+ "prefix": "GUI:ScrollView_setBackGroundImageScale9Slice",
+ "description": "璁剧疆婊氬姩鍣ㄨ儗鏅浘鐗囦節瀹牸",
+ "body": "GUI:ScrollView_setBackGroundImageScale9Slice(widget, scale9l, scale9r, scale9t, scale9b)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆婊氬姩鍣ㄨ儗鏅浘鐗囦節瀹牸"
+ },
+ "绉婚櫎婊氬姩瀹瑰櫒鑳屾櫙鍥剧墖璁剧疆": {
+ "prefix": "GUI:ScrollView_removeBackGroundImage",
+ "description": "绉婚櫎婊氬姩瀹瑰櫒鑳屾櫙鍥剧墖璁剧疆",
+ "body": "GUI:ScrollView_removeBackGroundImage(widget)",
+ "scope": "绐楀彛/瀹瑰櫒/绉婚櫎婊氬姩瀹瑰櫒鑳屾櫙鍥剧墖璁剧疆"
+ },
+ "璁剧疆婊氬姩瀹瑰櫒婊氬姩浜嬩欢": {
+ "prefix": "GUI:ScrollView_addOnScrollEvent",
+ "description": "璁剧疆婊氬姩瀹瑰櫒婊氬姩浜嬩欢",
+ "body": "GUI:ScrollView_addOnScrollEvent(widget, eventCB)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆婊氬姩瀹瑰櫒婊氬姩浜嬩欢"
+ },
+ "婊氬姩瀹瑰櫒鍔犺浇瀛愯妭鐐": {
+ "prefix": "GUI:ScrollView_addChild",
+ "description": "婊氬姩瀹瑰櫒鍔犺浇瀛愯妭鐐",
+ "body": "GUI:ScrollView_addChild(widget, value)",
+ "scope": "绐楀彛/瀹瑰櫒/婊氬姩瀹瑰櫒鍔犺浇瀛愯妭鐐"
+ },
+ "婊氬姩瀹瑰櫒鍒犻櫎鎵鏈夊瓙鑺傜偣": {
+ "prefix": "GUI:ScrollView_removeAllChildren",
+ "description": "婊氬姩瀹瑰櫒鍒犻櫎鎵鏈夊瓙鑺傜偣",
+ "body": "GUI:ScrollView_removeAllChildren(widget)",
+ "scope": "绐楀彛/瀹瑰櫒/婊氬姩瀹瑰櫒鍒犻櫎鎵鏈夊瓙鑺傜偣"
+ },
+ "婊氬姩瀹瑰櫒琛板噺婊氬姩锛堥《閮級": {
+ "prefix": "GUI:ScrollView_scrollToTop",
+ "description": "婊氬姩瀹瑰櫒琛板噺婊氬姩锛堥《閮級",
+ "body": "GUI:ScrollView_scrollToTop(widget, time, boolvalue)",
+ "scope": "绐楀彛/瀹瑰櫒/婊氬姩瀹瑰櫒琛板噺婊氬姩锛堥《閮級"
+ },
+ "婊氬姩瀹瑰櫒琛板噺婊氬姩锛堝簳閮級": {
+ "prefix": "GUI:ScrollView_scrollToBottom",
+ "description": "婊氬姩瀹瑰櫒琛板噺婊氬姩锛堝簳閮級",
+ "body": "GUI:ScrollView_scrollToBottom(widget, time, boolvalue)",
+ "scope": "绐楀彛/瀹瑰櫒/婊氬姩瀹瑰櫒琛板噺婊氬姩锛堝簳閮級"
+ },
+ "婊氬姩瀹瑰櫒琛板噺婊氬姩锛堥《宸︼級": {
+ "prefix": "GUI:ScrollView_scrollToTopLeft",
+ "description": "婊氬姩瀹瑰櫒琛板噺婊氬姩锛堥《宸︼級",
+ "body": "GUI:ScrollView_scrollToTopLeft(widget, time, boolvalue)",
+ "scope": "绐楀彛/瀹瑰櫒/婊氬姩瀹瑰櫒琛板噺婊氬姩锛堥《宸︼級"
+ },
+ "婊氬姩瀹瑰櫒琛板噺婊氬姩锛堝彸杈癸級": {
+ "prefix": "GUI:ScrollView_scrollToRight",
+ "description": "婊氬姩瀹瑰櫒琛板噺婊氬姩锛堝彸杈癸級",
+ "body": "GUI:ScrollView_scrollToRight(widget, time, boolvalue)",
+ "scope": "绐楀彛/瀹瑰櫒/婊氬姩瀹瑰櫒琛板噺婊氬姩锛堝彸杈癸級"
+ },
+ "婊氬姩瀹瑰櫒琛板噺婊氬姩锛堝乏杈癸級": {
+ "prefix": "GUI:ScrollView_scrollToLeft",
+ "description": "婊氬姩瀹瑰櫒琛板噺婊氬姩锛堝乏杈癸級",
+ "body": "GUI:ScrollView_scrollToLeft(widget, time, boolvalue)",
+ "scope": "绐楀彛/瀹瑰櫒/婊氬姩瀹瑰櫒琛板噺婊氬姩锛堝乏杈癸級"
+ },
+ "婊氬姩瀹瑰櫒琛板噺婊氬姩锛堝瀭鐩存柟鍚戞粴鍔級": {
+ "prefix": "GUI:ScrollView_scrollToPercentVertical",
+ "description": "婊氬姩瀹瑰櫒琛板噺婊氬姩锛堝瀭鐩存柟鍚戞粴鍔級",
+ "body": "GUI:ScrollView_scrollToPercentVertical(widget, percent, time, boolvalue)",
+ "scope": "绐楀彛/瀹瑰櫒/婊氬姩瀹瑰櫒琛板噺婊氬姩锛堝瀭鐩存柟鍚戞粴鍔級"
+ },
+ "婊氬姩瀹瑰櫒琛板噺婊氬姩锛堟按骞虫柟鍚戞粴鍔級": {
+ "prefix": "GUI:ScrollView_scrollToPercentHorizontal",
+ "description": "婊氬姩瀹瑰櫒琛板噺婊氬姩锛堟按骞虫柟鍚戞粴鍔級",
+ "body": "GUI:ScrollView_scrollToPercentHorizontal(widget, percent, time, boolvalue)",
+ "scope": "绐楀彛/瀹瑰櫒/婊氬姩瀹瑰櫒琛板噺婊氬姩锛堟按骞虫柟鍚戞粴鍔級"
+ },
+ "婊氬姩瀹瑰櫒娣诲姞婊氬姩鏉": {
+ "prefix": "GUI:SetScrollViewVerticalBar",
+ "description": "婊氬姩瀹瑰櫒娣诲姞婊氬姩鏉",
+ "body": "GUI:SetScrollViewVerticalBar(parent, param)",
+ "scope": "绐楀彛/瀹瑰櫒/婊氬姩瀹瑰櫒娣诲姞婊氬姩鏉"
+ },
+ "璁剧疆缈婚〉瀹瑰櫒鏄惁鏈夎鍒": {
+ "prefix": "GUI:PageView_setClippingEnabled",
+ "description": "璁剧疆缈婚〉瀹瑰櫒鏄惁鏈夎鍒",
+ "body": "GUI:PageView_setClippingEnabled(widget, value)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆缈婚〉瀹瑰櫒鏄惁鏈夎鍒"
+ },
+ "璁剧疆缈婚〉瀹瑰櫒鑳屾櫙棰滆壊": {
+ "prefix": "GUI:PageView_setBackGroundColor",
+ "description": "璁剧疆缈婚〉瀹瑰櫒鑳屾櫙棰滆壊",
+ "body": "GUI:PageView_setBackGroundColor(widget, value)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆缈婚〉瀹瑰櫒鑳屾櫙棰滆壊"
+ },
+ "璁剧疆缈婚〉瀹瑰櫒鑳屾櫙棰滆壊绫诲瀷": {
+ "prefix": "GUI:PageView_setBackGroundColorType",
+ "description": "璁剧疆缈婚〉瀹瑰櫒鑳屾櫙棰滆壊绫诲瀷",
+ "body": "GUI:PageView_setBackGroundColorType(widget, value)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆缈婚〉瀹瑰櫒鑳屾櫙棰滆壊绫诲瀷"
+ },
+ "璁剧疆缈婚〉瀹瑰櫒鑳屾櫙閫忔槑搴": {
+ "prefix": "GUI:PageView_setBackGroundColorOpacity",
+ "description": "璁剧疆缈婚〉瀹瑰櫒鑳屾櫙閫忔槑搴",
+ "body": "GUI:PageView_setBackGroundColorOpacity(widget, value)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆缈婚〉瀹瑰櫒鑳屾櫙閫忔槑搴"
+ },
+ "璁剧疆缈婚〉瀹瑰櫒婊氬姩鍒板瓙椤甸潰": {
+ "prefix": "GUI:PageView_scrollToItem",
+ "description": "璁剧疆缈婚〉瀹瑰櫒婊氬姩鍒板瓙椤甸潰",
+ "body": "GUI:PageView_scrollToItem(widget, index)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆缈婚〉瀹瑰櫒婊氬姩鍒板瓙椤甸潰"
+ },
+ "璁剧疆缈婚〉瀹瑰櫒褰撳墠瀛愰〉搴忓垪鍙": {
+ "prefix": "GUI:PageView_setCurrentPageIndex",
+ "description": "璁剧疆缈婚〉瀹瑰櫒褰撳墠瀛愰〉搴忓垪鍙",
+ "body": "GUI:PageView_setCurrentPageIndex(widget, index)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆缈婚〉瀹瑰櫒褰撳墠瀛愰〉搴忓垪鍙"
+ },
+ "璁剧疆瀛恈ell鍒涘缓鏂规硶": {
+ "prefix": "GUI:TableView_setCellCreateEvent",
+ "description": "璁剧疆瀛恈ell鍒涘缓鏂规硶",
+ "body": "GUI:TableView_setCellCreateEvent(widget, func)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆瀛恈ell鍒涘缓鏂规硶"
+ },
+ "璁剧疆鍒楄〃瀹瑰櫒婊氬姩鏂瑰悜": {
+ "prefix": "GUI:TableView_setDirection",
+ "description": "璁剧疆鍒楄〃瀹瑰櫒婊氬姩鏂瑰悜",
+ "body": "GUI:TableView_setDirection(widget, value)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆鍒楄〃瀹瑰櫒婊氬姩鏂瑰悜"
+ },
+ "璁剧疆鍒楄〃瀹瑰櫒鍐呴儴鍖哄煙鍋忕Щ浣嶇疆": {
+ "prefix": "GUI:TableView_setContentOffset",
+ "description": "璁剧疆鍒楄〃瀹瑰櫒鍐呴儴鍖哄煙鍋忕Щ浣嶇疆",
+ "body": "GUI:TableView_setContentOffset(widget, x, y)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆鍒楄〃瀹瑰櫒鍐呴儴鍖哄煙鍋忕Щ浣嶇疆"
+ },
+ "娣诲姞鍒楄〃瀹瑰櫒鐐瑰嚮cell浜嬩欢": {
+ "prefix": "GUI:TableView_addOnTouchedCellEvent",
+ "description": "娣诲姞鍒楄〃瀹瑰櫒鐐瑰嚮cell浜嬩欢",
+ "body": "GUI:TableView_addOnTouchedCellEvent(widget, func)",
+ "scope": "绐楀彛/瀹瑰櫒/娣诲姞鍒楄〃瀹瑰櫒鐐瑰嚮cell浜嬩欢"
+ },
+ "鍒楄〃瀹瑰櫒婊氬姩鍒版煇cell浣嶇疆": {
+ "prefix": "GUI:TableView_scrollToCell",
+ "description": "鍒楄〃瀹瑰櫒婊氬姩鍒版煇cell浣嶇疆",
+ "body": "GUI:TableView_scrollToCell(widget, index)",
+ "scope": "绐楀彛/瀹瑰櫒/鍒楄〃瀹瑰櫒婊氬姩鍒版煇cell浣嶇疆"
+ },
+ "娣诲姞瀹瑰櫒婊氬姩鍥炶皟": {
+ "prefix": "GUI:TableView_addOnScrollEvent",
+ "description": "娣诲姞瀹瑰櫒婊氬姩鍥炶皟",
+ "body": "GUI:TableView_addOnScrollEvent(widget, func)",
+ "scope": "绐楀彛/瀹瑰櫒/娣诲姞瀹瑰櫒婊氬姩鍥炶皟"
+ },
+ "璁剧疆瀹瑰櫒cell涓暟": {
+ "prefix": "GUI:TableView_setTableViewCellsNumHandler",
+ "description": "璁剧疆瀹瑰櫒cell涓暟",
+ "body": "GUI:TableView_setTableViewCellsNumHandler(widget, func)",
+ "scope": "绐楀彛/瀹瑰櫒/璁剧疆瀹瑰櫒cell涓暟"
+ },
+ "绉婚櫎鍒楄〃瀹瑰櫒鑳屾櫙鍥剧墖璁剧疆": {
+ "prefix": "GUI:ListView_removeBackGroundImage",
+ "description": "绉婚櫎鍒楄〃瀹瑰櫒鑳屾櫙鍥剧墖璁剧疆",
+ "body": "GUI:ListView_removeBackGroundImage(widget)",
+ "scope": "绐楀彛/瀹瑰櫒/绉婚櫎鍒楄〃瀹瑰櫒鑳屾櫙鍥剧墖璁剧疆"
+ },
+ "鍒楄〃瀹瑰櫒鍔犺浇瀛愯妭鐐": {
+ "prefix": "GUI:ListView_pushBackCustomItem",
+ "description": "鍒楄〃瀹瑰櫒鍔犺浇瀛愯妭鐐",
+ "body": "GUI:ListView_pushBackCustomItem(widget, value)",
+ "scope": "绐楀彛/瀹瑰櫒/鍒楄〃瀹瑰櫒鍔犺浇瀛愯妭鐐"
+ },
+ "鍒楄〃瀹瑰櫒鍔犺浇瀛愯妭鐐癸紙搴忓垪鍙凤級": {
+ "prefix": "GUI:ListView_insertCustomItem",
+ "description": "鍒楄〃瀹瑰櫒鍔犺浇瀛愯妭鐐癸紙搴忓垪鍙凤級",
+ "body": "GUI:ListView_insertCustomItem(widget, value, value2)",
+ "scope": "绐楀彛/瀹瑰櫒/鍒楄〃瀹瑰櫒鍔犺浇瀛愯妭鐐癸紙搴忓垪鍙凤級"
+ },
+ "鍒楄〃瀹瑰櫒鍒犻櫎鎵鏈夊瓙鑺傜偣": {
+ "prefix": "GUI:ListView_removeAllItems",
+ "description": "鍒楄〃瀹瑰櫒鍒犻櫎鎵鏈夊瓙鑺傜偣",
+ "body": "GUI:ListView_removeAllItems(widget)",
+ "scope": "绐楀彛/瀹瑰櫒/鍒楄〃瀹瑰櫒鍒犻櫎鎵鏈夊瓙鑺傜偣"
+ },
+ "閫氳繃搴忓垪鍙峰垹闄ゅ垪琛ㄥ鍣ㄥ瓙鑺傜偣": {
+ "prefix": "GUI:ListView_removeItemByIndex",
+ "description": "閫氳繃搴忓垪鍙峰垹闄ゅ垪琛ㄥ鍣ㄥ瓙鑺傜偣",
+ "body": "GUI:ListView_removeItemByIndex(widget, index)",
+ "scope": "绐楀彛/瀹瑰櫒/閫氳繃搴忓垪鍙峰垹闄ゅ垪琛ㄥ鍣ㄥ瓙鑺傜偣"
+ },
+ "鍒楄〃瀹瑰櫒鍒犻櫎瀛愯妭鐐": {
+ "prefix": "GUI:ListView_removeChild",
+ "description": "鍒楄〃瀹瑰櫒鍒犻櫎瀛愯妭鐐",
+ "body": "GUI:ListView_removeChild(widget, item)",
+ "scope": "绐楀彛/瀹瑰櫒/鍒楄〃瀹瑰櫒鍒犻櫎瀛愯妭鐐"
+ },
+ "璺宠浆鍒板垪琛ㄥ鍣ㄥ簭鍒楀彿鑺傜偣浣嶇疆": {
+ "prefix": "GUI:ListView_jumpToItem",
+ "description": "璺宠浆鍒板垪琛ㄥ鍣ㄥ簭鍒楀彿鑺傜偣浣嶇疆",
+ "body": "GUI:ListView_jumpToItem(widget, value)",
+ "scope": "绐楀彛/瀹瑰櫒/璺宠浆鍒板垪琛ㄥ鍣ㄥ簭鍒楀彿鑺傜偣浣嶇疆"
+ },
+ "鏌愪竴鏃堕棿鍐呮粦鍔ㄥ埌鍒楄〃瀹瑰櫒椤堕儴": {
+ "prefix": "GUI:ListView_scrollToTop",
+ "description": "鏌愪竴鏃堕棿鍐呮粦鍔ㄥ埌鍒楄〃瀹瑰櫒椤堕儴",
+ "body": "GUI:ListView_scrollToTop(widget, time, boolvalue)",
+ "scope": "绐楀彛/瀹瑰櫒/鏌愪竴鏃堕棿鍐呮粦鍔ㄥ埌鍒楄〃瀹瑰櫒椤堕儴"
+ },
+ "鏌愪竴鏃堕棿鍐呮粦鍔ㄥ埌鍒楄〃瀹瑰櫒搴曢儴": {
+ "prefix": "GUI:ListView_scrollToBottom",
+ "description": "鏌愪竴鏃堕棿鍐呮粦鍔ㄥ埌鍒楄〃瀹瑰櫒搴曢儴",
+ "body": "GUI:ListView_scrollToBottom(widget, time, boolvalue)",
+ "scope": "绐楀彛/瀹瑰櫒/鏌愪竴鏃堕棿鍐呮粦鍔ㄥ埌鍒楄〃瀹瑰櫒搴曢儴"
+ },
+ "鍒楄〃瀹瑰櫒鍒锋柊": {
+ "prefix": "GUI:ListView_doLayout",
+ "description": "鍒楄〃瀹瑰櫒鍒锋柊",
+ "body": "GUI:ListView_doLayout(widget)",
+ "scope": "绐楀彛/瀹瑰櫒/鍒楄〃瀹瑰櫒鍒锋柊"
+ },
+ "鍒楄〃瀹瑰櫒鍙鍖哄煙缁樺埗": {
+ "prefix": "GUI:ListView_paintItems",
+ "description": "鍒楄〃瀹瑰櫒鍙鍖哄煙缁樺埗",
+ "body": "GUI:ListView_paintItems(widget)",
+ "scope": "绐楀彛/瀹瑰櫒/鍒楄〃瀹瑰櫒鍙鍖哄煙缁樺埗"
+ },
+ "鍒楄〃瀹瑰櫒鍙鍖哄煙鑷姩缁樺埗": {
+ "prefix": "GUI:ListView_autoPaintItems",
+ "description": "鍒楄〃瀹瑰櫒鍙鍖哄煙鑷姩缁樺埗",
+ "body": "GUI:ListView_autoPaintItems(widget)",
+ "scope": "绐楀彛/瀹瑰櫒/鍒楄〃瀹瑰櫒鍙鍖哄煙鑷姩缁樺埗"
+ },
+ "缈婚〉瀹瑰櫒鍔犺浇瀛愰〉闈": {
+ "prefix": "GUI:PageView_addPage",
+ "description": "缈婚〉瀹瑰櫒鍔犺浇瀛愰〉闈",
+ "body": "GUI:PageView_addPage(widget, value)",
+ "scope": "绐楀彛/瀹瑰櫒/缈婚〉瀹瑰櫒鍔犺浇瀛愰〉闈"
+ },
+ "缈婚〉瀹瑰櫒鍔犵洃鍚簨浠": {
+ "prefix": "GUI:PageView_addOnEvent",
+ "description": "缈婚〉瀹瑰櫒鍔犵洃鍚簨浠",
+ "body": "GUI:PageView_addOnEvent(widget, eventCB)",
+ "scope": "绐楀彛/瀹瑰櫒/缈婚〉瀹瑰櫒鍔犵洃鍚簨浠"
+ },
+ "鍔犺浇瀹瑰櫒鎵鏈夊垪琛ㄦ暟鎹": {
+ "prefix": "GUI:TableView_reloadData",
+ "description": "鍔犺浇瀹瑰櫒鎵鏈夊垪琛ㄦ暟鎹",
+ "body": "GUI:TableView_reloadData(widget)",
+ "scope": "绐楀彛/瀹瑰櫒/鍔犺浇瀹瑰櫒鎵鏈夊垪琛ㄦ暟鎹"
+ },
+ "娣诲姞瀹瑰櫒榧犳爣婊氬姩浜嬩欢": {
+ "prefix": "GUI:TableView_addMouseScrollEvent",
+ "description": "娣诲姞瀹瑰櫒榧犳爣婊氬姩浜嬩欢",
+ "body": "GUI:TableView_addMouseScrollEvent(widget, func)",
+ "scope": "绐楀彛/瀹瑰櫒/娣诲姞瀹瑰櫒榧犳爣婊氬姩浜嬩欢"
+ },
+ "娣诲姞瀛愯妭鐐瑰埌鏃嬭浆瀹瑰櫒瀵瑰簲涓嬫爣item": {
+ "prefix": "GUI:RotateView_addChild",
+ "description": "娣诲姞瀛愯妭鐐瑰埌鏃嬭浆瀹瑰櫒瀵瑰簲涓嬫爣item",
+ "body": "GUI:RotateView_addChild(widget, value, index)",
+ "scope": "绐楀彛/瀹瑰櫒/娣诲姞瀛愯妭鐐瑰埌鏃嬭浆瀹瑰櫒瀵瑰簲涓嬫爣item"
+ },
+ "閫氳繃瀵硅薄鍏抽棴鐣岄潰": {
+ "prefix": "GUI:Win_Close",
+ "description": "閫氳繃瀵硅薄鍏抽棴鐣岄潰",
+ "body": "GUI:Win_Close(widget)",
+ "scope": "绐楀彛/鎿嶄綔/閫氳繃瀵硅薄鍏抽棴鐣岄潰"
+ },
+ "閫氳繃ID鍏抽棴鐣岄潰": {
+ "prefix": "GUI:Win_CloseByID",
+ "description": "閫氳繃ID鍏抽棴鐣岄潰",
+ "body": "GUI:Win_CloseByID(ID)",
+ "scope": "绐楀彛/鎿嶄綔/閫氳繃ID鍏抽棴鐣岄潰"
+ },
+ "閫氳繃NPCID鍏抽棴鐣岄潰": {
+ "prefix": "GUI:Win_CloseByNPCID",
+ "description": "閫氳繃NPCID鍏抽棴鐣岄潰",
+ "body": "GUI:Win_CloseByNPCID(NPCID)",
+ "scope": "绐楀彛/鎿嶄綔/閫氳繃NPCID鍏抽棴鐣岄潰"
+ },
+ "閫氳繃閿洏鐨凟sc閿叧闂晫闈": {
+ "prefix": "GUI:Win_SetESCClose",
+ "description": "閫氳繃閿洏鐨凟sc閿叧闂晫闈",
+ "body": "GUI:Win_SetESCClose(widget, value)",
+ "scope": "绐楀彛/鎿嶄綔/閫氳繃閿洏鐨凟sc閿叧闂晫闈"
+ },
+ "鍏抽棴鎵鏈夌晫闈": {
+ "prefix": "GUI:Win_CloseAll",
+ "description": "鍏抽棴鎵鏈夌晫闈",
+ "body": "GUI:Win_CloseAll()",
+ "scope": "绐楀彛/鎿嶄綔/鍏抽棴鎵鏈夌晫闈"
+ },
+ "鍒ゆ柇瀵硅薄鏄惁涓虹┖": {
+ "prefix": "GUI:Win_IsNull",
+ "description": "鍒ゆ柇瀵硅薄鏄惁涓虹┖",
+ "body": "GUI:Win_IsNull(widget)",
+ "scope": "绐楀彛/鎿嶄綔/鍒ゆ柇瀵硅薄鏄惁涓虹┖"
+ },
+ "鍒ゆ柇瀵硅薄鏄惁涓嶄负绌": {
+ "prefix": "GUI:Win_IsNotNull",
+ "description": "鍒ゆ柇瀵硅薄鏄惁涓嶄负绌",
+ "body": "GUI:Win_IsNotNull(widget)",
+ "scope": "绐楀彛/鎿嶄綔/鍒ゆ柇瀵硅薄鏄惁涓嶄负绌"
+ },
+ "绂佺敤鏂囨湰鐗规晥": {
+ "prefix": "GUI:Text_disableEffect",
+ "description": "绂佺敤鏂囨湰鐗规晥",
+ "body": "GUI:Text_disableEffect(widget, value)",
+ "scope": "绐楀彛/鎿嶄綔/绂佺敤鏂囨湰鐗规晥"
+ },
+ "绂佺敤鏂囨湰鏅氱壒鏁": {
+ "prefix": "GUI:Text_disableNormal",
+ "description": "绂佺敤鏂囨湰鏅氱壒鏁",
+ "body": "GUI:Text_disableNormal(widget)",
+ "scope": "绐楀彛/鎿嶄綔/绂佺敤鏂囨湰鏅氱壒鏁"
+ },
+ "绂佺敤鏂囨湰鎻忚竟鐗规晥": {
+ "prefix": "GUI:Text_disableOutLine",
+ "description": "绂佺敤鏂囨湰鎻忚竟鐗规晥",
+ "body": "GUI:Text_disableOutLine(widget)",
+ "scope": "绐楀彛/鎿嶄綔/绂佺敤鏂囨湰鎻忚竟鐗规晥"
+ },
+ "绂佺敤鏂囨湰闃村奖鐗规晥": {
+ "prefix": "GUI:Text_disableShadow",
+ "description": "绂佺敤鏂囨湰闃村奖鐗规晥",
+ "body": "GUI:Text_disableShadow(widget)",
+ "scope": "绐楀彛/鎿嶄綔/绂佺敤鏂囨湰闃村奖鐗规晥"
+ },
+ "绂佺敤鏂囨湰鍙戝厜鐗规晥": {
+ "prefix": "GUI:Text_disableGlow",
+ "description": "绂佺敤鏂囨湰鍙戝厜鐗规晥",
+ "body": "GUI:Text_disableGlow(widget)",
+ "scope": "绐楀彛/鎿嶄綔/绂佺敤鏂囨湰鍙戝厜鐗规晥"
+ },
+ "娣诲姞鑷畾涔夊瘜鏂囨湰cell": {
+ "prefix": "GUI:RichTextCombine_pushBackElements",
+ "description": "娣诲姞鑷畾涔夊瘜鏂囨湰cell",
+ "body": "GUI:RichTextCombine_pushBackElements(widget, elements)",
+ "scope": "绐楀彛/鎿嶄綔/娣诲姞鑷畾涔夊瘜鏂囨湰cell"
+ },
+ "娣诲姞cell瀹屾瘯鏍煎紡鍖栧瘜鏂囨湰": {
+ "prefix": "GUI:RichTextCombine_format",
+ "description": "娣诲姞cell瀹屾瘯鏍煎紡鍖栧瘜鏂囨湰",
+ "body": "GUI:RichTextCombine_format(widget)",
+ "scope": "绐楀彛/鎿嶄綔/娣诲姞cell瀹屾瘯鏍煎紡鍖栧瘜鏂囨湰"
+ },
+ "娣诲姞瀵屾枃鏈瑄rl鐐瑰嚮瑙﹀彂浜嬩欢": {
+ "prefix": "GUI:RichText_setOpenUrlEvent",
+ "description": "娣诲姞瀵屾枃鏈瑄rl鐐瑰嚮瑙﹀彂浜嬩欢",
+ "body": "GUI:RichText_setOpenUrlEvent(widget, handle)",
+ "scope": "绐楀彛/鎿嶄綔/娣诲姞瀵屾枃鏈瑄rl鐐瑰嚮瑙﹀彂浜嬩欢"
+ },
+ "璋冪敤GUILayout/Item.lua涓殑鍑芥暟": {
+ "prefix": "GUI:ItemShow_OnRunFunc",
+ "description": "璋冪敤GUILayout/Item.lua涓殑鍑芥暟",
+ "body": "GUI:ItemShow_OnRunFunc(widget, funcname, ...)",
+ "scope": "绐楀彛/鎿嶄綔/璋冪敤GUILayout/Item.lua涓殑鍑芥暟"
+ },
+ "娓呯┖瀵瑰簲ID鏀剧疆妗嗙殑浼犲叆鏁版嵁": {
+ "prefix": "GUI:ItemBox_RemoveBoxData",
+ "description": "娓呯┖瀵瑰簲ID鏀剧疆妗嗙殑浼犲叆鏁版嵁",
+ "body": "GUI:ItemBox_RemoveBoxData(widget, boxindex)",
+ "scope": "绐楀彛/鎿嶄綔/娓呯┖瀵瑰簲ID鏀剧疆妗嗙殑浼犲叆鏁版嵁"
+ },
+ "鏇存柊瀵瑰簲ID鏀剧疆妗嗙殑鐗╁搧鏁版嵁": {
+ "prefix": "GUI:ItemBox_UpdateBoxData",
+ "description": "鏇存柊瀵瑰簲ID鏀剧疆妗嗙殑鐗╁搧鏁版嵁",
+ "body": "GUI:ItemBox_UpdateBoxData(widget, boxindex, itemData)",
+ "scope": "绐楀彛/鎿嶄綔/鏇存柊瀵瑰簲ID鏀剧疆妗嗙殑鐗╁搧鏁版嵁"
+ },
+ "鍏抽棴杈撳叆妗嗚緭鍏": {
+ "prefix": "GUI:TextInput_closeInput",
+ "description": "鍏抽棴杈撳叆妗嗚緭鍏",
+ "body": "GUI:TextInput_closeInput(widget)",
+ "scope": "绐楀彛/鎿嶄綔/鍏抽棴杈撳叆妗嗚緭鍏"
+ },
+ "鐗规晥鎾斁": {
+ "prefix": "GUI:Effect_play",
+ "description": "鐗规晥鎾斁",
+ "body": "GUI:Effect_play(widget, act, dir, isLoop, speed, isSequence)",
+ "scope": "绐楀彛/鎿嶄綔/鐗规晥鎾斁"
+ },
+ "鐗规晥鍋滄": {
+ "prefix": "GUI:Effect_stop",
+ "description": "鐗规晥鍋滄",
+ "body": "GUI:Effect_stop(widget, frameIndex, act, dir)",
+ "scope": "绐楀彛/鎿嶄綔/鐗规晥鍋滄"
+ },
+ "鐗规晥鎾斁瀹屾垚浜嬩欢": {
+ "prefix": "GUI:Effect_addOnCompleteEvent",
+ "description": "鐗规晥鎾斁瀹屾垚浜嬩欢",
+ "body": "GUI:Effect_addOnCompleteEvent(widget, value)",
+ "scope": "绐楀彛/鎿嶄綔/鐗规晥鎾斁瀹屾垚浜嬩欢"
+ },
+ "鍒锋柊灞曠ずQuickCell": {
+ "prefix": "GUI:QuickCell_Refresh",
+ "description": "鍒锋柊灞曠ずQuickCell",
+ "body": "GUI:QuickCell_Refresh(widget)",
+ "scope": "绐楀彛/鎿嶄綔/鍒锋柊灞曠ずQuickCell"
+ },
+ "寮哄埗閫鍑/ 娓呯悊鍐呭QuickCell": {
+ "prefix": "GUI:QuickCell_Exit",
+ "description": "寮哄埗閫鍑/ 娓呯悊鍐呭QuickCell",
+ "body": "GUI:QuickCell_Exit(widget)",
+ "scope": "绐楀彛/鎿嶄綔/寮哄埗閫鍑/ 娓呯悊鍐呭QuickCell"
+ },
+ "鍔犺浇UI鏂囦欢": {
+ "prefix": "GUI:LoadExport",
+ "description": "鍔犺浇UI鏂囦欢",
+ "body": "GUI:LoadExport(parent, filename, callback)",
+ "scope": "绐楀彛/鎿嶄綔/鍔犺浇UI鏂囦欢"
+ },
+ "瀵瑰簲鎺т欢鐨勮妭鐐瑰潗鏍囪浆鎹负涓栫晫鍧愭爣": {
+ "prefix": "GUI:convertToWorldSpace",
+ "description": "瀵瑰簲鎺т欢鐨勮妭鐐瑰潗鏍囪浆鎹负涓栫晫鍧愭爣",
+ "body": "GUI:convertToWorldSpace(widget, x, y)",
+ "scope": "绐楀彛/鎿嶄綔/瀵瑰簲鎺т欢鐨勮妭鐐瑰潗鏍囪浆鎹负涓栫晫鍧愭爣"
+ },
+ "涓栫晫鍧愭爣杞崲涓哄搴旀帶浠剁殑鑺傜偣鍧愭爣": {
+ "prefix": "GUI:convertToNodeSpace",
+ "description": "涓栫晫鍧愭爣杞崲涓哄搴旀帶浠剁殑鑺傜偣鍧愭爣",
+ "body": "GUI:convertToNodeSpace(widget, x, y)",
+ "scope": "绐楀彛/鎿嶄綔/涓栫晫鍧愭爣杞崲涓哄搴旀帶浠剁殑鑺傜偣鍧愭爣"
+ },
+ "鍔犺浇瀛愭帶浠": {
+ "prefix": "GUI:addChild",
+ "description": "鍔犺浇瀛愭帶浠",
+ "body": "GUI:addChild(widget, child)",
+ "scope": "绐楀彛/鎿嶄綔/鍔犺浇瀛愭帶浠"
+ },
+ "绉婚櫎浼犲叆鎺т欢鐨勬墍鏈夊瓙鑺傜偣": {
+ "prefix": "GUI:removeAllChildren",
+ "description": "绉婚櫎浼犲叆鎺т欢鐨勬墍鏈夊瓙鑺傜偣",
+ "body": "GUI:removeAllChildren(widget)",
+ "scope": "绐楀彛/鎿嶄綔/绉婚櫎浼犲叆鎺т欢鐨勬墍鏈夊瓙鑺傜偣"
+ },
+ "灏嗕紶鍏ユ帶浠朵粠鐖惰妭鐐逛笂绉婚櫎": {
+ "prefix": "GUI:removeFromParent",
+ "description": "灏嗕紶鍏ユ帶浠朵粠鐖惰妭鐐逛笂绉婚櫎",
+ "body": "GUI:removeFromParent(widget)",
+ "scope": "绐楀彛/鎿嶄綔/灏嗕紶鍏ユ帶浠朵粠鐖惰妭鐐逛笂绉婚櫎"
+ },
+ "閫氳繃鍚嶅瓧鍒犻櫎浼犲叆鎺т欢鐨勫搴斿瓙鑺傜偣": {
+ "prefix": "GUI:removeChildByName",
+ "description": "閫氳繃鍚嶅瓧鍒犻櫎浼犲叆鎺т欢鐨勫搴斿瓙鑺傜偣",
+ "body": "GUI:removeChildByName(widget, name)",
+ "scope": "绐楀彛/鎿嶄綔/閫氳繃鍚嶅瓧鍒犻櫎浼犲叆鎺т欢鐨勫搴斿瓙鑺傜偣"
+ },
+ "寮鍚畾鏃跺櫒缁戝畾鑺傜偣": {
+ "prefix": "GUI:schedule",
+ "description": "寮鍚畾鏃跺櫒缁戝畾鑺傜偣",
+ "body": "GUI:schedule(widget, callback, delay)",
+ "scope": "绐楀彛/鎿嶄綔/寮鍚畾鏃跺櫒缁戝畾鑺傜偣"
+ },
+ "鍋滄瀹氭椂鍣ㄧ粦瀹氳妭鐐": {
+ "prefix": "GUI:unSchedule",
+ "description": "鍋滄瀹氭椂鍣ㄧ粦瀹氳妭鐐",
+ "body": "GUI:unSchedule(widget)",
+ "scope": "绐楀彛/鎿嶄綔/鍋滄瀹氭椂鍣ㄧ粦瀹氳妭鐐"
+ },
+ "鏄剧ず鏂囨湰Tips": {
+ "prefix": "GUI:ShowWorldTips",
+ "description": "鏄剧ず鏂囨湰Tips",
+ "body": "GUI:ShowWorldTips(tips, worldPos, anchorPoint)",
+ "scope": "绐楀彛/鎿嶄綔/鏄剧ず鏂囨湰Tips"
+ },
+ "灞忚斀鑷姩淇鍧愭爣涓烘暣鏁": {
+ "prefix": "GUI:DisableFixPosition",
+ "description": "灞忚斀鑷姩淇鍧愭爣涓烘暣鏁",
+ "body": "GUI:DisableFixPosition()",
+ "scope": "绐楀彛/鎿嶄綔/灞忚斀鑷姩淇鍧愭爣涓烘暣鏁"
+ },
+ "鍏抽棴鏂囨湰Tips": {
+ "prefix": "GUI:HideWorldTips",
+ "description": "鍏抽棴鏂囨湰Tips",
+ "body": "GUI:HideWorldTips()",
+ "scope": "绐楀彛/鎿嶄綔/鍏抽棴鏂囨湰Tips"
+ },
+ "鑷傚簲甯冨眬": {
+ "prefix": "GUI:UserUILayout",
+ "description": "鑷傚簲甯冨眬",
+ "body": "GUI:UserUILayout(pNode, param)",
+ "scope": "绐楀彛/鎿嶄綔/鑷傚簲甯冨眬"
+ },
+ "鎵撳紑鐣岄潰": {
+ "prefix": "GUI:Win_Open",
+ "description": "鎵撳紑鐣岄潰",
+ "body": "GUI:Win_Open(filename)",
+ "scope": "绐楀彛/鎿嶄綔/鎵撳紑鐣岄潰"
+ },
+ "瑙嗛鎾斁鍣ㄦ坊鍔犵洃鍚": {
+ "prefix": "GUI:VideoPlayer_addEventListener",
+ "description": "瑙嗛鎾斁鍣ㄦ坊鍔犵洃鍚",
+ "body": "GUI:VideoPlayer_addEventListener(widget, eventCB)",
+ "scope": "绐楀彛/鎿嶄綔/瑙嗛鎾斁鍣ㄦ坊鍔犵洃鍚"
+ },
+ "杩藉姞楠ㄩ鍔ㄧ敾锛堝叆闃熸挱鏀撅級": {
+ "prefix": "GUI:SpineAnim_addAnimation",
+ "description": "杩藉姞楠ㄩ鍔ㄧ敾锛堝叆闃熸挱鏀撅級",
+ "body": "GUI:SpineAnim_addAnimation(widget, trackIndex, name, loop)",
+ "scope": "绐楀彛/鎿嶄綔/杩藉姞楠ㄩ鍔ㄧ敾锛堝叆闃熸挱鏀撅級"
+ },
+ "娓呴櫎楠ㄩ鎸囧畾杞ㄩ亾鍔ㄧ敾": {
+ "prefix": "GUI:SpineAnim_clearTrack",
+ "description": "娓呴櫎楠ㄩ鎸囧畾杞ㄩ亾鍔ㄧ敾",
+ "body": "GUI:SpineAnim_clearTrack(widget, trackIndex)",
+ "scope": "绐楀彛/鎿嶄綔/娓呴櫎楠ㄩ鎸囧畾杞ㄩ亾鍔ㄧ敾"
+ },
+ "娓呴櫎楠ㄩ鍏ㄩ儴杞ㄩ亾鍔ㄧ敾": {
+ "prefix": "GUI:SpineAnim_clearTracks",
+ "description": "娓呴櫎楠ㄩ鍏ㄩ儴杞ㄩ亾鍔ㄧ敾",
+ "body": "GUI:SpineAnim_clearTracks(widget)",
+ "scope": "绐楀彛/鎿嶄綔/娓呴櫎楠ㄩ鍏ㄩ儴杞ㄩ亾鍔ㄧ敾"
+ },
+ "鏌ユ壘楠ㄩ鍔ㄧ敾": {
+ "prefix": "GUI:SpineAnim_findAnimation",
+ "description": "鏌ユ壘楠ㄩ鍔ㄧ敾",
+ "body": "GUI:SpineAnim_findAnimation(widget, name)",
+ "scope": "绐楀彛/鎿嶄綔/鏌ユ壘楠ㄩ鍔ㄧ敾"
+ },
+ "鏌ユ壘楠ㄩ鍔ㄧ敾鎻掓Ы瀵硅薄": {
+ "prefix": "GUI:SpineAnim_findSlot",
+ "description": "鏌ユ壘楠ㄩ鍔ㄧ敾鎻掓Ы瀵硅薄",
+ "body": "GUI:SpineAnim_findSlot(widget, slotName)",
+ "scope": "绐楀彛/鎿嶄綔/鏌ユ壘楠ㄩ鍔ㄧ敾鎻掓Ы瀵硅薄"
+ },
+ "娉ㄥ唽楠ㄩ鍔ㄧ敾浜嬩欢鍥炶皟": {
+ "prefix": "GUI:SpineAnim_registerSpineEventHandler",
+ "description": "娉ㄥ唽楠ㄩ鍔ㄧ敾浜嬩欢鍥炶皟",
+ "body": "GUI:SpineAnim_registerSpineEventHandler(widget, handler, eventType)",
+ "scope": "绐楀彛/鎿嶄綔/娉ㄥ唽楠ㄩ鍔ㄧ敾浜嬩欢鍥炶皟"
+ },
+ "娣诲姞鎺т欢鐘舵佺洃鍚簨浠": {
+ "prefix": "GUI:addStateEvent",
+ "description": "娣诲姞鎺т欢鐘舵佺洃鍚簨浠",
+ "body": "GUI:addStateEvent(widget, func)",
+ "scope": "绐楀彛/鎿嶄綔/娣诲姞鎺т欢鐘舵佺洃鍚簨浠"
+ },
+ "鑾峰彇鐣岄潰鎺т欢": {
+ "prefix": "GUI:GetWindow",
+ "description": "鑾峰彇鐣岄潰鎺т欢",
+ "body": "GUI:GetWindow(parent, ID)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鐣岄潰鎺т欢"
+ },
+ "鑾峰彇鎺т欢鑷畾涔夊弬鏁": {
+ "prefix": "GUI:Win_GetParam",
+ "description": "鑾峰彇鎺т欢鑷畾涔夊弬鏁",
+ "body": "GUI:Win_GetParam(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鎺т欢鑷畾涔夊弬鏁"
+ },
+ "鑾峰彇鎸夐挳鏂囧瓧": {
+ "prefix": "GUI:Button_getTitleText",
+ "description": "鑾峰彇鎸夐挳鏂囧瓧",
+ "body": "GUI:Button_getTitleText(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鎸夐挳鏂囧瓧"
+ },
+ "鑾峰彇鏂囨湰": {
+ "prefix": "GUI:Text_getString",
+ "description": "鑾峰彇鏂囨湰",
+ "body": "GUI:Text_getString(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鏂囨湰"
+ },
+ "鑾峰彇鑹烘湳瀛楁枃鏈": {
+ "prefix": "GUI:TextAtlas_getString",
+ "description": "鑾峰彇鑹烘湳瀛楁枃鏈",
+ "body": "GUI:TextAtlas_getString(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鑹烘湳瀛楁枃鏈"
+ },
+ "鑾峰彇婊氬姩鏂囨湰鍐呭": {
+ "prefix": "GUI:ScrollText_getString",
+ "description": "鑾峰彇婊氬姩鏂囨湰鍐呭",
+ "body": "GUI:ScrollText_getString(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇婊氬姩鏂囨湰鍐呭"
+ },
+ "鑾峰彇瀵瑰簲ID鏀剧疆妗嗙殑鐗╁搧鏁版嵁": {
+ "prefix": "GUI:ItemBox_GetItemData",
+ "description": "鑾峰彇瀵瑰簲ID鏀剧疆妗嗙殑鐗╁搧鏁版嵁",
+ "body": "GUI:ItemBox_GetItemData(widget, boxindex)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇瀵瑰簲ID鏀剧疆妗嗙殑鐗╁搧鏁版嵁"
+ },
+ "鑾峰彇澶嶉夋鏄惁閫変腑": {
+ "prefix": "GUI:CheckBox_isSelected",
+ "description": "鑾峰彇澶嶉夋鏄惁閫変腑",
+ "body": "GUI:CheckBox_isSelected(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇澶嶉夋鏄惁閫変腑"
+ },
+ "鑾峰彇杈撳叆妗嗘枃鏈": {
+ "prefix": "GUI:TextInput_getString",
+ "description": "鑾峰彇杈撳叆妗嗘枃鏈",
+ "body": "GUI:TextInput_getString(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇杈撳叆妗嗘枃鏈"
+ },
+ "鑾峰緱婊氬姩鏉¤繘搴": {
+ "prefix": "GUI:Slider_getPercent",
+ "description": "鑾峰緱婊氬姩鏉¤繘搴",
+ "body": "GUI:Slider_getPercent(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰緱婊氬姩鏉¤繘搴"
+ },
+ "鑾峰彇鍦嗗舰杩涘害鏉$櫨鍒嗘瘮": {
+ "prefix": "GUI:ProgressTimer_getPercentage",
+ "description": "鑾峰彇鍦嗗舰杩涘害鏉$櫨鍒嗘瘮",
+ "body": "GUI:ProgressTimer_getPercentage(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鍦嗗舰杩涘害鏉$櫨鍒嗘瘮"
+ },
+ "鑾峰彇杩涘害鏉¤繘搴": {
+ "prefix": "GUI:LoadingBar_getPercent",
+ "description": "鑾峰彇杩涘害鏉¤繘搴",
+ "body": "GUI:LoadingBar_getPercent(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇杩涘害鏉¤繘搴"
+ },
+ "鑾峰彇杩涘害鏉¢鑹": {
+ "prefix": "GUI:LoadingBar_getColor",
+ "description": "鑾峰彇杩涘害鏉¢鑹",
+ "body": "GUI:LoadingBar_getColor(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇杩涘害鏉¢鑹"
+ },
+ "鑾峰彇灞傝儗鏅浘鐗囨枃浠惰矾寰": {
+ "prefix": "GUI:Image_getTextureFile",
+ "description": "鑾峰彇灞傝儗鏅浘鐗囨枃浠惰矾寰",
+ "body": "GUI:Image_getTextureFile(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇灞傝儗鏅浘鐗囨枃浠惰矾寰"
+ },
+ "鑾峰彇鍒楄〃瀹瑰櫒闂撮殧": {
+ "prefix": "GUI:ListView_getItemsMargin",
+ "description": "鑾峰彇鍒楄〃瀹瑰櫒闂撮殧",
+ "body": "GUI:ListView_getItemsMargin(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鍒楄〃瀹瑰櫒闂撮殧"
+ },
+ "鑾峰彇鍒楄〃瀹瑰櫒鏈椤堕儴鍙鑼冨洿瀛愯妭鐐": {
+ "prefix": "GUI:ListView_getTopmostItemInCurrentView",
+ "description": "鑾峰彇鍒楄〃瀹瑰櫒鏈椤堕儴鍙鑼冨洿瀛愯妭鐐",
+ "body": "GUI:ListView_getTopmostItemInCurrentView(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鍒楄〃瀹瑰櫒鏈椤堕儴鍙鑼冨洿瀛愯妭鐐"
+ },
+ "鑾峰彇鍒楄〃瀹瑰櫒鏈搴曢儴閮ㄥ彲瑙佽寖鍥村瓙鑺傜偣": {
+ "prefix": "GUI:ListView_getBottommostItemInCurrentView",
+ "description": "鑾峰彇鍒楄〃瀹瑰櫒鏈搴曢儴閮ㄥ彲瑙佽寖鍥村瓙鑺傜偣",
+ "body": "GUI:ListView_getBottommostItemInCurrentView(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鍒楄〃瀹瑰櫒鏈搴曢儴閮ㄥ彲瑙佽寖鍥村瓙鑺傜偣"
+ },
+ "鑾峰彇瀛愯妭鐐瑰簭鍒楀彿": {
+ "prefix": "GUI:ListView_getItemIndex",
+ "description": "鑾峰彇瀛愯妭鐐瑰簭鍒楀彿",
+ "body": "GUI:ListView_getItemIndex(widget, value)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇瀛愯妭鐐瑰簭鍒楀彿"
+ },
+ "閫氳繃瀛愯妭鐐瑰簭鍒楀彿鑾峰彇瀛愯妭鐐瑰璞": {
+ "prefix": "GUI:ListView_getItemByIndex",
+ "description": "閫氳繃瀛愯妭鐐瑰簭鍒楀彿鑾峰彇瀛愯妭鐐瑰璞",
+ "body": "GUI:ListView_getItemByIndex(widget, value)",
+ "scope": "绐楀彛/鑾峰彇/閫氳繃瀛愯妭鐐瑰簭鍒楀彿鑾峰彇瀛愯妭鐐瑰璞"
+ },
+ "鑾峰彇鍒楄〃瀹瑰櫒鎵鏈夊瓙鑺傜偣瀵硅薄": {
+ "prefix": "GUI:ListView_getItems",
+ "description": "鑾峰彇鍒楄〃瀹瑰櫒鎵鏈夊瓙鑺傜偣瀵硅薄",
+ "body": "GUI:ListView_getItems(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鍒楄〃瀹瑰櫒鎵鏈夊瓙鑺傜偣瀵硅薄"
+ },
+ "鑾峰彇鍒楄〃瀹瑰櫒鎵鏈夊瓙鑺傜偣鏁伴噺": {
+ "prefix": "GUI:ListView_getItemCount",
+ "description": "鑾峰彇鍒楄〃瀹瑰櫒鎵鏈夊瓙鑺傜偣鏁伴噺",
+ "body": "GUI:ListView_getItemCount(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鍒楄〃瀹瑰櫒鎵鏈夊瓙鑺傜偣鏁伴噺"
+ },
+ "鑾峰彇鍒楄〃瀹瑰櫒婊氬姩鑼冨洿澶у皬": {
+ "prefix": "GUI:ListView_getInnerContainerSize",
+ "description": "鑾峰彇鍒楄〃瀹瑰櫒婊氬姩鑼冨洿澶у皬",
+ "body": "GUI:ListView_getInnerContainerSize(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鍒楄〃瀹瑰櫒婊氬姩鑼冨洿澶у皬"
+ },
+ "鑾峰彇鍒楄〃瀹瑰櫒鍐呴儴婊氬姩鍖哄煙鍧愭爣": {
+ "prefix": "GUI:ListView_getInnerContainerPosition",
+ "description": "鑾峰彇鍒楄〃瀹瑰櫒鍐呴儴婊氬姩鍖哄煙鍧愭爣",
+ "body": "GUI:ListView_getInnerContainerPosition(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鍒楄〃瀹瑰櫒鍐呴儴婊氬姩鍖哄煙鍧愭爣"
+ },
+ "鑾峰彇婊氬姩瀹瑰櫒婊氬姩鑼冨洿澶у皬": {
+ "prefix": "GUI:ScrollView_getInnerContainerSize",
+ "description": "鑾峰彇婊氬姩瀹瑰櫒婊氬姩鑼冨洿澶у皬",
+ "body": "GUI:ScrollView_getInnerContainerSize(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇婊氬姩瀹瑰櫒婊氬姩鑼冨洿澶у皬"
+ },
+ "鑾峰彇瀹瑰櫒鍐呴儴婊氬姩鍖哄煙鍧愭爣": {
+ "prefix": "GUI:ScrollView_getInnerContainerPosition",
+ "description": "鑾峰彇瀹瑰櫒鍐呴儴婊氬姩鍖哄煙鍧愭爣",
+ "body": "GUI:ScrollView_getInnerContainerPosition(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇瀹瑰櫒鍐呴儴婊氬姩鍖哄煙鍧愭爣"
+ },
+ "鑾峰彇褰撳墠瀛愰〉闈㈠簭鍒楀彿": {
+ "prefix": "GUI:PageView_getCurrentPageIndex",
+ "description": "鑾峰彇褰撳墠瀛愰〉闈㈠簭鍒楀彿",
+ "body": "GUI:PageView_getCurrentPageIndex(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇褰撳墠瀛愰〉闈㈠簭鍒楀彿"
+ },
+ "鑾峰彇缈婚〉瀹瑰櫒瀛愰〉闈": {
+ "prefix": "GUI:PageView_getItems",
+ "description": "鑾峰彇缈婚〉瀹瑰櫒瀛愰〉闈",
+ "body": "GUI:PageView_getItems(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇缈婚〉瀹瑰櫒瀛愰〉闈"
+ },
+ "鑾峰彇缈婚〉瀹瑰櫒瀛愰〉闈㈡暟閲": {
+ "prefix": "GUI:PageView_getItemCount",
+ "description": "鑾峰彇缈婚〉瀹瑰櫒瀛愰〉闈㈡暟閲",
+ "body": "GUI:PageView_getItemCount(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇缈婚〉瀹瑰櫒瀛愰〉闈㈡暟閲"
+ },
+ "鑾峰彇鍒楄〃瀹瑰櫒鍐呴儴鍖哄煙鍋忕Щ浣嶇疆": {
+ "prefix": "GUI:TableView_getContentOffset",
+ "description": "鑾峰彇鍒楄〃瀹瑰櫒鍐呴儴鍖哄煙鍋忕Щ浣嶇疆",
+ "body": "GUI:TableView_getContentOffset(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鍒楄〃瀹瑰櫒鍐呴儴鍖哄煙鍋忕Щ浣嶇疆"
+ },
+ "鑾峰彇瀹瑰櫒cell鐨勪笅鏍/搴忓垪鍙": {
+ "prefix": "GUI:TableViewCell_getIdx",
+ "description": "鑾峰彇瀹瑰櫒cell鐨勪笅鏍/搴忓垪鍙",
+ "body": "GUI:TableViewCell_getIdx(cell)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇瀹瑰櫒cell鐨勪笅鏍/搴忓垪鍙"
+ },
+ "鑾峰彇瀵瑰簲涓嬫爣item娣诲姞鐨勫瓙鑺傜偣": {
+ "prefix": "GUI:RotateView_getChildByIndex",
+ "description": "鑾峰彇瀵瑰簲涓嬫爣item娣诲姞鐨勫瓙鑺傜偣",
+ "body": "GUI:RotateView_getChildByIndex(widget, index)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇瀵瑰簲涓嬫爣item娣诲姞鐨勫瓙鑺傜偣"
+ },
+ "鑾峰彇瀵瑰簲涓嬫爣item": {
+ "prefix": "GUI:RotateView_getItemByIndex",
+ "description": "鑾峰彇瀵瑰簲涓嬫爣item",
+ "body": "GUI:RotateView_getItemByIndex(widget, index)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇瀵瑰簲涓嬫爣item"
+ },
+ "鑾峰彇鐖惰妭鐐圭殑蹇嵎瀛愭帶浠剁粍": {
+ "prefix": "GUI:ui_delegate",
+ "description": "鑾峰彇鐖惰妭鐐圭殑蹇嵎瀛愭帶浠剁粍",
+ "body": "GUI:ui_delegate(parent)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鐖惰妭鐐圭殑蹇嵎瀛愭帶浠剁粍"
+ },
+ "鑾峰彇涓荤晫闈㈠乏涓婃寕鎺ョ偣": {
+ "prefix": "GUI:Attach_LeftTop",
+ "description": "鑾峰彇涓荤晫闈㈠乏涓婃寕鎺ョ偣",
+ "body": "GUI:Attach_LeftTop()",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇涓荤晫闈㈠乏涓婃寕鎺ョ偣"
+ },
+ "鑾峰彇涓荤晫闈㈠彸涓婃寕鎺ョ偣": {
+ "prefix": "GUI:Attach_RightTop",
+ "description": "鑾峰彇涓荤晫闈㈠彸涓婃寕鎺ョ偣",
+ "body": "GUI:Attach_RightTop()",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇涓荤晫闈㈠彸涓婃寕鎺ョ偣"
+ },
+ "鑾峰彇涓荤晫闈㈠乏涓嬫寕鎺ョ偣": {
+ "prefix": "GUI:Attach_LeftBottom",
+ "description": "鑾峰彇涓荤晫闈㈠乏涓嬫寕鎺ョ偣",
+ "body": "GUI:Attach_LeftBottom()",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇涓荤晫闈㈠乏涓嬫寕鎺ョ偣"
+ },
+ "鑾峰彇涓荤晫闈㈠彸涓嬫寕鎺ョ偣": {
+ "prefix": "GUI:Attach_RightBottom",
+ "description": "鑾峰彇涓荤晫闈㈠彸涓嬫寕鎺ョ偣",
+ "body": "GUI:Attach_RightBottom()",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇涓荤晫闈㈠彸涓嬫寕鎺ョ偣"
+ },
+ "鑾峰彇鏈涓婂眰UI鎸傛帴鐐": {
+ "prefix": "GUI:Attach_UITop",
+ "description": "鑾峰彇鏈涓婂眰UI鎸傛帴鐐",
+ "body": "GUI:Attach_UITop()",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鏈涓婂眰UI鎸傛帴鐐"
+ },
+ "鑾峰彇涓婂眰鍦烘櫙鎸傛帴鐐": {
+ "prefix": "GUI:Attach_SceneF",
+ "description": "鑾峰彇涓婂眰鍦烘櫙鎸傛帴鐐",
+ "body": "GUI:Attach_SceneF()",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇涓婂眰鍦烘櫙鎸傛帴鐐"
+ },
+ "鑾峰彇涓嬪眰鍦烘櫙鎸傛帴鐐": {
+ "prefix": "GUI:Attach_SceneB",
+ "description": "鑾峰彇涓嬪眰鍦烘櫙鎸傛帴鐐",
+ "body": "GUI:Attach_SceneB()",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇涓嬪眰鍦烘櫙鎸傛帴鐐"
+ },
+ "鑾峰彇涓荤晫闈㈡渶搴曞眰宸︿笂鎸傛帴鐐": {
+ "prefix": "GUI:Attach_LeftTop_B",
+ "description": "鑾峰彇涓荤晫闈㈡渶搴曞眰宸︿笂鎸傛帴鐐",
+ "body": "GUI:Attach_LeftTop_B()",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇涓荤晫闈㈡渶搴曞眰宸︿笂鎸傛帴鐐"
+ },
+ "鑾峰彇涓荤晫闈㈡渶搴曞眰鍙充笂鎸傛帴鐐": {
+ "prefix": "GUI:Attach_RightTop_B",
+ "description": "鑾峰彇涓荤晫闈㈡渶搴曞眰鍙充笂鎸傛帴鐐",
+ "body": "GUI:Attach_RightTop_B()",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇涓荤晫闈㈡渶搴曞眰鍙充笂鎸傛帴鐐"
+ },
+ "鑾峰彇涓荤晫闈㈡渶搴曞眰宸︿笅鎸傛帴鐐": {
+ "prefix": "GUI:Attach_LeftBottom_B",
+ "description": "鑾峰彇涓荤晫闈㈡渶搴曞眰宸︿笅鎸傛帴鐐",
+ "body": "GUI:Attach_LeftBottom_B()",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇涓荤晫闈㈡渶搴曞眰宸︿笅鎸傛帴鐐"
+ },
+ "鑾峰彇涓荤晫闈㈡渶搴曞眰鍙充笅鎸傛帴鐐": {
+ "prefix": "GUI:Attach_RightBottom_B",
+ "description": "鑾峰彇涓荤晫闈㈡渶搴曞眰鍙充笅鎸傛帴鐐",
+ "body": "GUI:Attach_RightBottom_B()",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇涓荤晫闈㈡渶搴曞眰鍙充笅鎸傛帴鐐"
+ },
+ "鑾峰彇涓荤晫闈㈡渶椤跺眰宸︿笂鎸傛帴鐐": {
+ "prefix": "GUI:Attach_LeftTop_T",
+ "description": "鑾峰彇涓荤晫闈㈡渶椤跺眰宸︿笂鎸傛帴鐐",
+ "body": "GUI:Attach_LeftTop_T()",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇涓荤晫闈㈡渶椤跺眰宸︿笂鎸傛帴鐐"
+ },
+ "鑾峰彇涓荤晫闈㈡渶椤跺眰鍙充笂鎸傛帴鐐": {
+ "prefix": "GUI:Attach_RightTop_T",
+ "description": "鑾峰彇涓荤晫闈㈡渶椤跺眰鍙充笂鎸傛帴鐐",
+ "body": "GUI:Attach_RightTop_T()",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇涓荤晫闈㈡渶椤跺眰鍙充笂鎸傛帴鐐"
+ },
+ "鑾峰彇涓荤晫闈㈡渶椤跺眰宸︿笅鎸傛帴鐐": {
+ "prefix": "GUI:Attach_LeftBottom_T",
+ "description": "鑾峰彇涓荤晫闈㈡渶椤跺眰宸︿笅鎸傛帴鐐",
+ "body": "GUI:Attach_LeftBottom_T()",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇涓荤晫闈㈡渶椤跺眰宸︿笅鎸傛帴鐐"
+ },
+ "鑾峰彇涓荤晫闈㈡渶椤跺眰鍙充笅鎸傛帴鐐": {
+ "prefix": "GUI:Attach_RightBottom_T",
+ "description": "鑾峰彇涓荤晫闈㈡渶椤跺眰鍙充笅鎸傛帴鐐",
+ "body": "GUI:Attach_RightBottom_T()",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇涓荤晫闈㈡渶椤跺眰鍙充笅鎸傛帴鐐"
+ },
+ "鑾峰彇鑷甫鐖惰妭鐐 [鎸傛帴鐐笽D: 101-111]": {
+ "prefix": "GUI:Win_FindParent",
+ "description": "鑾峰彇鑷甫鐖惰妭鐐 [鎸傛帴鐐笽D: 101-111]",
+ "body": "GUI:Win_FindParent(ID)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鑷甫鐖惰妭鐐 [鎸傛帴鐐笽D: 101-111]"
+ },
+ "鑾峰彇鍧愭爣": {
+ "prefix": "GUI:getPosition",
+ "description": "鑾峰彇鍧愭爣",
+ "body": "GUI:getPosition(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鍧愭爣"
+ },
+ "鑾峰彇妯潗鏍": {
+ "prefix": "GUI:getPositionX",
+ "description": "鑾峰彇妯潗鏍",
+ "body": "GUI:getPositionX(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇妯潗鏍"
+ },
+ "鑾峰彇绾靛潗鏍": {
+ "prefix": "GUI:getPositionY",
+ "description": "鑾峰彇绾靛潗鏍",
+ "body": "GUI:getPositionY(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇绾靛潗鏍"
+ },
+ "鑾峰彇鎺т欢閿氱偣": {
+ "prefix": "GUI:getAnchorPoint",
+ "description": "鑾峰彇鎺т欢閿氱偣",
+ "body": "GUI:getAnchorPoint(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鎺т欢閿氱偣"
+ },
+ "鑾峰彇鎺т欢灏哄澶у皬(绾圭悊澶у皬 涓嶈冭檻缂╂斁)": {
+ "prefix": "GUI:getContentSize",
+ "description": "鑾峰彇鎺т欢灏哄澶у皬(绾圭悊澶у皬 涓嶈冭檻缂╂斁)",
+ "body": "GUI:getContentSize(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鎺т欢灏哄澶у皬(绾圭悊澶у皬 涓嶈冭檻缂╂斁)"
+ },
+ "鑾峰彇鎺т欢灏哄澶у皬(鑰冭檻缂╂斁鐨勭湡瀹炲ぇ灏)": {
+ "prefix": "GUI:getBoundingBox",
+ "description": "鑾峰彇鎺т欢灏哄澶у皬(鑰冭檻缂╂斁鐨勭湡瀹炲ぇ灏)",
+ "body": "GUI:getBoundingBox(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鎺т欢灏哄澶у皬(鑰冭檻缂╂斁鐨勭湡瀹炲ぇ灏)"
+ },
+ "鑾峰彇鎺т欢鏍囩": {
+ "prefix": "GUI:getTag",
+ "description": "鑾峰彇鎺т欢鏍囩",
+ "body": "GUI:getTag(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鎺т欢鏍囩"
+ },
+ "鑾峰彇鎺т欢鏃嬭浆瑙掑害": {
+ "prefix": "GUI:getRotation",
+ "description": "鑾峰彇鎺т欢鏃嬭浆瑙掑害",
+ "body": "GUI:getRotation(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鎺т欢鏃嬭浆瑙掑害"
+ },
+ "鑾峰彇鎺т欢鏄惁鏄剧ず鐘舵": {
+ "prefix": "GUI:getVisible",
+ "description": "鑾峰彇鎺т欢鏄惁鏄剧ず鐘舵",
+ "body": "GUI:getVisible(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鎺т欢鏄惁鏄剧ず鐘舵"
+ },
+ "鑾峰彇鎺т欢Y杞存柟鍚戠缉鏀炬瘮渚": {
+ "prefix": "GUI:getScaleY",
+ "description": "鑾峰彇鎺т欢Y杞存柟鍚戠缉鏀炬瘮渚",
+ "body": "GUI:getScaleY(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鎺т欢Y杞存柟鍚戠缉鏀炬瘮渚"
+ },
+ "鑾峰彇鎺т欢X杞存柟鍚戠缉鏀炬瘮渚": {
+ "prefix": "GUI:getScaleX",
+ "description": "鑾峰彇鎺т欢X杞存柟鍚戠缉鏀炬瘮渚",
+ "body": "GUI:getScaleX(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鎺т欢X杞存柟鍚戠缉鏀炬瘮渚"
+ },
+ "鑾峰彇鏄惁姘村钩缈昏浆": {
+ "prefix": "GUI:getFlippedX",
+ "description": "鑾峰彇鏄惁姘村钩缈昏浆",
+ "body": "GUI:getFlippedX(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鏄惁姘村钩缈昏浆"
+ },
+ "鑾峰彇鏄惁鍨傜洿缈昏浆": {
+ "prefix": "GUI:getFlippedY",
+ "description": "鑾峰彇鏄惁鍨傜洿缈昏浆",
+ "body": "GUI:getFlippedY(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鏄惁鍨傜洿缈昏浆"
+ },
+ "鑾峰緱鎺т欢涓栫晫鍧愭爣": {
+ "prefix": "GUI:getWorldPosition",
+ "description": "鑾峰緱鎺т欢涓栫晫鍧愭爣",
+ "body": "GUI:getWorldPosition(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰緱鎺т欢涓栫晫鍧愭爣"
+ },
+ "鑾峰彇鎺т欢鏄惁鍙互瑙︽懜": {
+ "prefix": "GUI:getTouchEnabled",
+ "description": "鑾峰彇鎺т欢鏄惁鍙互瑙︽懜",
+ "body": "GUI:getTouchEnabled(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鎺т欢鏄惁鍙互瑙︽懜"
+ },
+ "鑾峰彇鐖惰妭鐐": {
+ "prefix": "GUI:getParent",
+ "description": "鑾峰彇鐖惰妭鐐",
+ "body": "GUI:getParent(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鐖惰妭鐐"
+ },
+ "鑾峰彇鎺т欢鎵鏈夊瓙鑺傜偣": {
+ "prefix": "GUI:getChildren",
+ "description": "鑾峰彇鎺т欢鎵鏈夊瓙鑺傜偣",
+ "body": "GUI:getChildren(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鎺т欢鎵鏈夊瓙鑺傜偣"
+ },
+ "鑾峰彇鎺т欢鍚嶅瓧": {
+ "prefix": "GUI:getName",
+ "description": "鑾峰彇鎺т欢鍚嶅瓧",
+ "body": "GUI:getName(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鎺т欢鍚嶅瓧"
+ },
+ "閫氳繃鎺т欢鍚嶅瓧鑾峰彇瀛愯妭鐐": {
+ "prefix": "GUI:getChildByName",
+ "description": "閫氳繃鎺т欢鍚嶅瓧鑾峰彇瀛愯妭鐐",
+ "body": "GUI:getChildByName(widget, name)",
+ "scope": "绐楀彛/鑾峰彇/閫氳繃鎺т欢鍚嶅瓧鑾峰彇瀛愯妭鐐"
+ },
+ "閫氳繃鎺т欢鏍囪鑾峰彇瀛愯妭鐐": {
+ "prefix": "GUI:getChildByTag",
+ "description": "閫氳繃鎺т欢鏍囪鑾峰彇瀛愯妭鐐",
+ "body": "GUI:getChildByTag(widget, tag)",
+ "scope": "绐楀彛/鑾峰彇/閫氳繃鎺т欢鏍囪鑾峰彇瀛愯妭鐐"
+ },
+ "鑾峰彇鎺т欢瑙︽懜寮濮嬫椂浣嶇疆": {
+ "prefix": "GUI:getTouchBeganPosition",
+ "description": "鑾峰彇鎺т欢瑙︽懜寮濮嬫椂浣嶇疆",
+ "body": "GUI:getTouchBeganPosition(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鎺т欢瑙︽懜寮濮嬫椂浣嶇疆"
+ },
+ "鑾峰彇鎺т欢瑙︽懜绉诲姩鏃朵綅缃": {
+ "prefix": "GUI:getTouchMovePosition",
+ "description": "鑾峰彇鎺т欢瑙︽懜绉诲姩鏃朵綅缃",
+ "body": "GUI:getTouchMovePosition(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鎺т欢瑙︽懜绉诲姩鏃朵綅缃"
+ },
+ "鑾峰彇鎺т欢瑙︽懜缁撴潫鏃朵綅缃": {
+ "prefix": "GUI:getTouchEndPosition",
+ "description": "鑾峰彇鎺т欢瑙︽懜缁撴潫鏃朵綅缃",
+ "body": "GUI:getTouchEndPosition(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鎺т欢瑙︽懜缁撴潫鏃朵綅缃"
+ },
+ "鑾峰彇鎺т欢鏄惁瑙︽懜鍚炲櫖": {
+ "prefix": "GUI:getSwallowTouches",
+ "description": "鑾峰彇鎺т欢鏄惁瑙︽懜鍚炲櫖",
+ "body": "GUI:getSwallowTouches(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鎺т欢鏄惁瑙︽懜鍚炲櫖"
+ },
+ "妫鏌ヨЕ鎽镐綅缃槸鍚﹁鐖惰妭鐐硅鍓": {
+ "prefix": "GUI:isClippingParentContainsPoint",
+ "description": "妫鏌ヨЕ鎽镐綅缃槸鍚﹁鐖惰妭鐐硅鍓",
+ "body": "GUI:isClippingParentContainsPoint(widget, position)",
+ "scope": "绐楀彛/鑾峰彇/妫鏌ヨЕ鎽镐綅缃槸鍚﹁鐖惰妭鐐硅鍓"
+ },
+ "鑾峰彇涓荤晫闈㈠簳閮ㄦ寕鎺ョ偣": {
+ "prefix": "GUI:Attach_Bottom",
+ "description": "鑾峰彇涓荤晫闈㈠簳閮ㄦ寕鎺ョ偣",
+ "body": "GUI:Attach_Bottom()",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇涓荤晫闈㈠簳閮ㄦ寕鎺ョ偣"
+ },
+ "鑾峰彇鎵鏈夊瓙瀵硅薄": {
+ "prefix": "ui_IterChilds",
+ "description": "鑾峰彇鎵鏈夊瓙瀵硅薄",
+ "body": "ui_IterChilds(root, widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇鎵鏈夊瓙瀵硅薄"
+ },
+ "鑾峰彇楠ㄩ鍔ㄧ敾鎻掓Ы闄勪欢": {
+ "prefix": "GUI:SpineAnim_getAttachment",
+ "description": "鑾峰彇楠ㄩ鍔ㄧ敾鎻掓Ы闄勪欢",
+ "body": "GUI:SpineAnim_getAttachment(widget, slotName, attachmentName)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇楠ㄩ鍔ㄧ敾鎻掓Ы闄勪欢"
+ },
+ "鑾峰彇楠ㄩ鍔ㄧ敾鍏ㄩ儴鎻掓Ы鍒楄〃": {
+ "prefix": "GUI:SpineAnim_getSlots",
+ "description": "鑾峰彇楠ㄩ鍔ㄧ敾鍏ㄩ儴鎻掓Ы鍒楄〃",
+ "body": "GUI:SpineAnim_getSlots(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇楠ㄩ鍔ㄧ敾鍏ㄩ儴鎻掓Ы鍒楄〃"
+ },
+ "鑾峰彇楠ㄩ鍔ㄧ敾鎾斁鏃堕棿缂╂斁锛堥熷害锛": {
+ "prefix": "GUI:SpineAnim_getTimeScale",
+ "description": "鑾峰彇楠ㄩ鍔ㄧ敾鎾斁鏃堕棿缂╂斁锛堥熷害锛",
+ "body": "GUI:SpineAnim_getTimeScale(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇楠ㄩ鍔ㄧ敾鎾斁鏃堕棿缂╂斁锛堥熷害锛"
+ },
+ "鑾峰彇楠ㄩ鍔ㄧ敾鎻掓Ы棰滆壊锛圧GBA 0~1锛": {
+ "prefix": "GUI:SpineSlot_getColor",
+ "description": "鑾峰彇楠ㄩ鍔ㄧ敾鎻掓Ы棰滆壊锛圧GBA 0~1锛",
+ "body": "GUI:SpineSlot_getColor(widget)",
+ "scope": "绐楀彛/鑾峰彇/鑾峰彇楠ㄩ鍔ㄧ敾鎻掓Ы棰滆壊锛圧GBA 0~1锛"
+ },
+ "璁剧疆鎺т欢鑷畾涔夊弬鏁": {
+ "prefix": "GUI:Win_SetParam",
+ "description": "璁剧疆鎺т欢鑷畾涔夊弬鏁",
+ "body": "GUI:Win_SetParam(widget, param)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎺т欢鑷畾涔夊弬鏁"
+ },
+ "璁剧疆鐣岄潰鎷栨嫿": {
+ "prefix": "GUI:Win_SetDrag",
+ "description": "璁剧疆鐣岄潰鎷栨嫿",
+ "body": "GUI:Win_SetDrag(widget, dragLayer)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鐣岄潰鎷栨嫿"
+ },
+ "璁剧疆涓荤晫闈㈤殣钘": {
+ "prefix": "GUI:Win_SetMainHide",
+ "description": "璁剧疆涓荤晫闈㈤殣钘",
+ "body": "GUI:Win_SetMainHide(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆涓荤晫闈㈤殣钘"
+ },
+ "璁剧疆鐣岄潰缁戝畾NPC": {
+ "prefix": "GUI:Win_BindNPC",
+ "description": "璁剧疆鐣岄潰缁戝畾NPC",
+ "body": "GUI:Win_BindNPC(widget, npcID)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鐣岄潰缁戝畾NPC"
+ },
+ "璁剧疆鐣岄潰娴捣": {
+ "prefix": "GUI:Win_SetZPanel",
+ "description": "璁剧疆鐣岄潰娴捣",
+ "body": "GUI:Win_SetZPanel(widget, zPanel)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鐣岄潰娴捣"
+ },
+ "璁剧疆鐣岄潰缁戝畾浜嬩欢": {
+ "prefix": "GUI:Win_BindLuaEvent",
+ "description": "璁剧疆鐣岄潰缁戝畾浜嬩欢",
+ "body": "GUI:Win_BindLuaEvent(widget, eventID, eventTag)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鐣岄潰缁戝畾浜嬩欢"
+ },
+ "璁剧疆鐣岄潰鍐呴紶鏍囧彸閿悶鍣": {
+ "prefix": "GUI:Win_SetSwallowRightMouseTouch",
+ "description": "璁剧疆鐣岄潰鍐呴紶鏍囧彸閿悶鍣",
+ "body": "GUI:Win_SetSwallowRightMouseTouch(widget, state)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鐣岄潰鍐呴紶鏍囧彸閿悶鍣"
+ },
+ "璁剧疆鍥剧墖涔濆鏍": {
+ "prefix": "GUI:Image_setScale9Slice",
+ "description": "璁剧疆鍥剧墖涔濆鏍",
+ "body": "GUI:Image_setScale9Slice(widget, scale9l, scale9r, scale9t, scale9b)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鍥剧墖涔濆鏍"
+ },
+ "璁剧疆鍥剧墖鏄惁鍙樼伆": {
+ "prefix": "GUI:Image_setGrey",
+ "description": "璁剧疆鍥剧墖鏄惁鍙樼伆",
+ "body": "GUI:Image_setGrey(widget, isGrey)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鍥剧墖鏄惁鍙樼伆"
+ },
+ "璁剧疆鎸夐挳鐘舵佸浘鐗": {
+ "prefix": "GUI:Button_loadTextures",
+ "description": "璁剧疆鎸夐挳鐘舵佸浘鐗",
+ "body": "GUI:Button_loadTextures(widget, Normalfilepath, Pressedfilepath, Disabledfilepath, TextureType)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎸夐挳鐘舵佸浘鐗"
+ },
+ "璁剧疆姝e父鐘舵佸浘鐗": {
+ "prefix": "GUI:Button_loadTextureNormal",
+ "description": "璁剧疆姝e父鐘舵佸浘鐗",
+ "body": "GUI:Button_loadTextureNormal(widget, filepath)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆姝e父鐘舵佸浘鐗"
+ },
+ "璁剧疆鎸変笅鐘舵佸浘鐗": {
+ "prefix": "GUI:Button_loadTexturePressed",
+ "description": "璁剧疆鎸変笅鐘舵佸浘鐗",
+ "body": "GUI:Button_loadTexturePressed(widget, filepath)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎸変笅鐘舵佸浘鐗"
+ },
+ "璁剧疆绂佺敤鐘舵佸浘鐗": {
+ "prefix": "GUI:Button_loadTextureDisabled",
+ "description": "璁剧疆绂佺敤鐘舵佸浘鐗",
+ "body": "GUI:Button_loadTextureDisabled(widget, filepath)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆绂佺敤鐘舵佸浘鐗"
+ },
+ "璁剧疆鎸夐挳鏂囧瓧": {
+ "prefix": "GUI:Button_setTitleText",
+ "description": "璁剧疆鎸夐挳鏂囧瓧",
+ "body": "GUI:Button_setTitleText(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎸夐挳鏂囧瓧"
+ },
+ "璁剧疆鎸夐挳鏂囧瓧棰滆壊": {
+ "prefix": "GUI:Button_setTitleColor",
+ "description": "璁剧疆鎸夐挳鏂囧瓧棰滆壊",
+ "body": "GUI:Button_setTitleColor(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎸夐挳鏂囧瓧棰滆壊"
+ },
+ "璁剧疆鎸夐挳鏂囧瓧澶у皬": {
+ "prefix": "GUI:Button_setTitleFontSize",
+ "description": "璁剧疆鎸夐挳鏂囧瓧澶у皬",
+ "body": "GUI:Button_setTitleFontSize(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎸夐挳鏂囧瓧澶у皬"
+ },
+ "璁剧疆鎸夐挳鏂囧瓧鏍峰紡": {
+ "prefix": "GUI:Button_setTitleFontName",
+ "description": "璁剧疆鎸夐挳鏂囧瓧鏍峰紡",
+ "body": "GUI:Button_setTitleFontName(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎸夐挳鏂囧瓧鏍峰紡"
+ },
+ "璁剧疆鎸夐挳鏂囨湰鏈澶у搴": {
+ "prefix": "GUI:Button_setMaxLineWidth",
+ "description": "璁剧疆鎸夐挳鏂囨湰鏈澶у搴",
+ "body": "GUI:Button_setMaxLineWidth(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎸夐挳鏂囨湰鏈澶у搴"
+ },
+ "璁剧疆鎸夐挳鏂囨湰鍔犳弿杈": {
+ "prefix": "GUI:Button_titleEnableOutline",
+ "description": "璁剧疆鎸夐挳鏂囨湰鍔犳弿杈",
+ "body": "GUI:Button_titleEnableOutline(widget, color, outline)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎸夐挳鏂囨湰鍔犳弿杈"
+ },
+ "鍙栨秷鎸夐挳鏂囨湰鎻忚竟": {
+ "prefix": "GUI:Button_titleDisableOutLine",
+ "description": "鍙栨秷鎸夐挳鏂囨湰鎻忚竟",
+ "body": "GUI:Button_titleDisableOutLine(widget)",
+ "scope": "绐楀彛/璁剧疆/鍙栨秷鎸夐挳鏂囨湰鎻忚竟"
+ },
+ "璁剧疆鎸夐挳鏄惁绂佺敤(鍙Е鎽)": {
+ "prefix": "GUI:Button_setBright",
+ "description": "璁剧疆鎸夐挳鏄惁绂佺敤(鍙Е鎽)",
+ "body": "GUI:Button_setBright(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎸夐挳鏄惁绂佺敤(鍙Е鎽)"
+ },
+ "璁剧疆鎸夐挳鏄惁绂佺敤(涓嶅彲瑙︽懜)": {
+ "prefix": "GUI:Button_setBrightEx",
+ "description": "璁剧疆鎸夐挳鏄惁绂佺敤(涓嶅彲瑙︽懜)",
+ "body": "GUI:Button_setBrightEx(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎸夐挳鏄惁绂佺敤(涓嶅彲瑙︽懜)"
+ },
+ "璁剧疆鎸夐挳褰撳墠鐘舵": {
+ "prefix": "GUI:Button_setBrightStyle",
+ "description": "璁剧疆鎸夐挳褰撳墠鐘舵",
+ "body": "GUI:Button_setBrightStyle(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎸夐挳褰撳墠鐘舵"
+ },
+ "璁剧疆鎸夐挳鏄惁鐏版": {
+ "prefix": "GUI:Button_setGrey",
+ "description": "璁剧疆鎸夐挳鏄惁鐏版",
+ "body": "GUI:Button_setGrey(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎸夐挳鏄惁鐏版"
+ },
+ "璁剧疆鎸夐挳涔濆鏍": {
+ "prefix": "GUI:Button_setScale9Slice",
+ "description": "璁剧疆鎸夐挳涔濆鏍",
+ "body": "GUI:Button_setScale9Slice(widget, scale9l, scale9r, scale9t, scale9b)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎸夐挳涔濆鏍"
+ },
+ "璁剧疆鏂囨湰": {
+ "prefix": "GUI:Text_setString",
+ "description": "璁剧疆鏂囨湰",
+ "body": "GUI:Text_setString(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鏂囨湰"
+ },
+ "璁剧疆鏂囨湰棰滆壊": {
+ "prefix": "GUI:Text_setTextColor",
+ "description": "璁剧疆鏂囨湰棰滆壊",
+ "body": "GUI:Text_setTextColor(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鏂囨湰棰滆壊"
+ },
+ "璁剧疆瀛椾綋澶у皬": {
+ "prefix": "GUI:Text_setFontSize",
+ "description": "璁剧疆瀛椾綋澶у皬",
+ "body": "GUI:Text_setFontSize(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆瀛椾綋澶у皬"
+ },
+ "璁剧疆瀛椾綋璺緞": {
+ "prefix": "GUI:Text_setFontName",
+ "description": "璁剧疆瀛椾綋璺緞",
+ "body": "GUI:Text_setFontName(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆瀛椾綋璺緞"
+ },
+ "璁剧疆瀛椾綋鎻忚竟": {
+ "prefix": "GUI:Text_enableOutline",
+ "description": "璁剧疆瀛椾綋鎻忚竟",
+ "body": "GUI:Text_enableOutline(widget, color, size)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆瀛椾綋鎻忚竟"
+ },
+ "璁剧疆鏄惁鍚敤涓嬪垝绾": {
+ "prefix": "GUI:Text_enableUnderline",
+ "description": "璁剧疆鏄惁鍚敤涓嬪垝绾",
+ "body": "GUI:Text_enableUnderline(widget)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鏄惁鍚敤涓嬪垝绾"
+ },
+ "璁剧疆鏂囨湰鏈澶ц瀹": {
+ "prefix": "GUI:Text_setMaxLineWidth",
+ "description": "璁剧疆鏂囨湰鏈澶ц瀹",
+ "body": "GUI:Text_setMaxLineWidth(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鏂囨湰鏈澶ц瀹"
+ },
+ "璁剧疆鏂囨湰鍨傜洿瀵归綈": {
+ "prefix": "GUI:Text_setTextVerticalAlignment",
+ "description": "璁剧疆鏂囨湰鍨傜洿瀵归綈",
+ "body": "GUI:Text_setTextVerticalAlignment(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鏂囨湰鍨傜洿瀵归綈"
+ },
+ "璁剧疆鏂囨湰姘村钩瀵归綈": {
+ "prefix": "GUI:Text_setTextHorizontalAlignment",
+ "description": "璁剧疆鏂囨湰姘村钩瀵归綈",
+ "body": "GUI:Text_setTextHorizontalAlignment(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鏂囨湰姘村钩瀵归綈"
+ },
+ "璁剧疆鏂囨湰灏哄": {
+ "prefix": "GUI:Text_setTextAreaSize",
+ "description": "璁剧疆鏂囨湰灏哄",
+ "body": "GUI:Text_setTextAreaSize(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鏂囨湰灏哄"
+ },
+ "璁剧疆鍊掕鏃舵枃鏈": {
+ "prefix": "GUI:Text_COUNTDOWN",
+ "description": "璁剧疆鍊掕鏃舵枃鏈",
+ "body": "GUI:Text_COUNTDOWN(widget, time, callback, showType)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鍊掕鏃舵枃鏈"
+ },
+ "璁剧疆鑹烘湳瀛楅厤缃": {
+ "prefix": "GUI:TextAtlas_setProperty",
+ "description": "璁剧疆鑹烘湳瀛楅厤缃",
+ "body": "GUI:TextAtlas_setProperty(widget, stringValue, charMapFile, itemWidth, itemHeight, startCharMap, sheet)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鑹烘湳瀛楅厤缃"
+ },
+ "璁剧疆鑹烘湳瀛楁枃鏈": {
+ "prefix": "GUI:TextAtlas_setString",
+ "description": "璁剧疆鑹烘湳瀛楁枃鏈",
+ "body": "GUI:TextAtlas_setString(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鑹烘湳瀛楁枃鏈"
+ },
+ "璁剧疆瀵屾枃鏈儗鏅鑹": {
+ "prefix": "GUI:RichText_setBackgroundColor",
+ "description": "璁剧疆瀵屾枃鏈儗鏅鑹",
+ "body": "GUI:RichText_setBackgroundColor(widget, color)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆瀵屾枃鏈儗鏅鑹"
+ },
+ "璁剧疆婊氬姩鏂囨湰鍐呭": {
+ "prefix": "GUI:ScrollText_setString",
+ "description": "璁剧疆婊氬姩鏂囨湰鍐呭",
+ "body": "GUI:ScrollText_setString(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆婊氬姩鏂囨湰鍐呭"
+ },
+ "璁剧疆婊氬姩鏂囨湰鎻忚竟": {
+ "prefix": "GUI:ScrollText_enableOutline",
+ "description": "璁剧疆婊氬姩鏂囨湰鎻忚竟",
+ "body": "GUI:ScrollText_enableOutline(widget, color, size)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆婊氬姩鏂囨湰鎻忚竟"
+ },
+ "璁剧疆婊氬姩鏂囨湰姘村钩瀵归綈": {
+ "prefix": "GUI:ScrollText_setHorizontalAlignment",
+ "description": "璁剧疆婊氬姩鏂囨湰姘村钩瀵归綈",
+ "body": "GUI:ScrollText_setHorizontalAlignment(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆婊氬姩鏂囨湰姘村钩瀵归綈"
+ },
+ "璁剧疆婊氬姩鏂囨湰棰滆壊": {
+ "prefix": "GUI:ScrollText_setTextColor",
+ "description": "璁剧疆婊氬姩鏂囨湰棰滆壊",
+ "body": "GUI:ScrollText_setTextColor(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆婊氬姩鏂囨湰棰滆壊"
+ },
+ "璁剧疆鐗╁搧妗嗗崟鍑讳簨浠": {
+ "prefix": "GUI:ItemShow_addReplaceClickEvent",
+ "description": "璁剧疆鐗╁搧妗嗗崟鍑讳簨浠",
+ "body": "GUI:ItemShow_addReplaceClickEvent(widget, eventCB)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鐗╁搧妗嗗崟鍑讳簨浠"
+ },
+ "璁剧疆鐗╁搧妗嗗弻鍑讳簨浠": {
+ "prefix": "GUI:ItemShow_addDoubleEvent",
+ "description": "璁剧疆鐗╁搧妗嗗弻鍑讳簨浠",
+ "body": "GUI:ItemShow_addDoubleEvent(widget, eventCB)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鐗╁搧妗嗗弻鍑讳簨浠"
+ },
+ "璁剧疆鐗╁搧妗嗛暱鎸変簨浠": {
+ "prefix": "GUI:ItemShow_addPressEvent",
+ "description": "璁剧疆鐗╁搧妗嗛暱鎸変簨浠",
+ "body": "GUI:ItemShow_addPressEvent(widget, eventCB)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鐗╁搧妗嗛暱鎸変簨浠"
+ },
+ "璁剧疆鐗╁搧妗嗘槸鍚︾疆鐏": {
+ "prefix": "GUI:ItemShow_setIconGrey",
+ "description": "璁剧疆鐗╁搧妗嗘槸鍚︾疆鐏",
+ "body": "GUI:ItemShow_setIconGrey(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鐗╁搧妗嗘槸鍚︾疆鐏"
+ },
+ "璁剧疆鐗╁搧妗嗘槸鍚﹂変腑": {
+ "prefix": "GUI:ItemShow_setItemShowChooseState",
+ "description": "璁剧疆鐗╁搧妗嗘槸鍚﹂変腑",
+ "body": "GUI:ItemShow_setItemShowChooseState(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鐗╁搧妗嗘槸鍚﹂変腑"
+ },
+ "璁剧疆鐗╁搧妗嗘槸鍚︽嫋鍔": {
+ "prefix": "GUI:ItemShow_setMoveEnable",
+ "description": "璁剧疆鐗╁搧妗嗘槸鍚︽嫋鍔",
+ "body": "GUI:ItemShow_setMoveEnable(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鐗╁搧妗嗘槸鍚︽嫋鍔"
+ },
+ "鏇存柊鐗╁搧妗嗗唴瀹": {
+ "prefix": "GUI:ItemShow_updateItem",
+ "description": "鏇存柊鐗╁搧妗嗗唴瀹",
+ "body": "GUI:ItemShow_updateItem(widget, itemData)",
+ "scope": "绐楀彛/璁剧疆/鏇存柊鐗╁搧妗嗗唴瀹"
+ },
+ "璁剧疆鐗╁搧妗嗘槸鍚﹁Е鎽稿悶鍣": {
+ "prefix": "GUI:ItemShow_setItemTouchSwallow",
+ "description": "璁剧疆鐗╁搧妗嗘槸鍚﹁Е鎽稿悶鍣",
+ "body": "GUI:ItemShow_setItemTouchSwallow(widget, isSwallow)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鐗╁搧妗嗘槸鍚﹁Е鎽稿悶鍣"
+ },
+ "璁剧疆澶嶉夋榛樿鐘舵佽儗鏅浘鐗": {
+ "prefix": "GUI:CheckBox_loadTextureBackGround",
+ "description": "璁剧疆澶嶉夋榛樿鐘舵佽儗鏅浘鐗",
+ "body": "GUI:CheckBox_loadTextureBackGround(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆澶嶉夋榛樿鐘舵佽儗鏅浘鐗"
+ },
+ "璁剧疆澶嶉夋閫変腑鐘舵佽儗鏅浘鐗": {
+ "prefix": "GUI:CheckBox_loadTextureFrontCross",
+ "description": "璁剧疆澶嶉夋閫変腑鐘舵佽儗鏅浘鐗",
+ "body": "GUI:CheckBox_loadTextureFrontCross(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆澶嶉夋閫変腑鐘舵佽儗鏅浘鐗"
+ },
+ "璁剧疆澶嶉夋绂佺敤鐘舵佽儗鏅浘鐗": {
+ "prefix": "GUI:CheckBox_loadTextureFrontCrossDisabled",
+ "description": "璁剧疆澶嶉夋绂佺敤鐘舵佽儗鏅浘鐗",
+ "body": "GUI:CheckBox_loadTextureFrontCrossDisabled(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆澶嶉夋绂佺敤鐘舵佽儗鏅浘鐗"
+ },
+ "璁剧疆澶嶉夋閫変腑鎴栧彇娑": {
+ "prefix": "GUI:CheckBox_setSelected",
+ "description": "璁剧疆澶嶉夋閫変腑鎴栧彇娑",
+ "body": "GUI:CheckBox_setSelected(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆澶嶉夋閫変腑鎴栧彇娑"
+ },
+ "璁剧疆杈撳叆妗嗗瓧浣撻鑹": {
+ "prefix": "GUI:TextInput_setFontColor",
+ "description": "璁剧疆杈撳叆妗嗗瓧浣撻鑹",
+ "body": "GUI:TextInput_setFontColor(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆杈撳叆妗嗗瓧浣撻鑹"
+ },
+ "璁剧疆杈撳叆妗嗗瓧浣": {
+ "prefix": "GUI:TextInput_setFont",
+ "description": "璁剧疆杈撳叆妗嗗瓧浣",
+ "body": "GUI:TextInput_setFont(widget, value, value2)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆杈撳叆妗嗗瓧浣"
+ },
+ "璁剧疆杈撳叆妗嗗瓧浣撳ぇ灏": {
+ "prefix": "GUI:TextInput_setFontSize",
+ "description": "璁剧疆杈撳叆妗嗗瓧浣撳ぇ灏",
+ "body": "GUI:TextInput_setFontSize(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆杈撳叆妗嗗瓧浣撳ぇ灏"
+ },
+ "璁剧疆杈撳叆妗嗗崰浣嶆枃鏈瓧浣": {
+ "prefix": "GUI:TextInput_setPlaceholderFont",
+ "description": "璁剧疆杈撳叆妗嗗崰浣嶆枃鏈瓧浣",
+ "body": "GUI:TextInput_setPlaceholderFont(widget, value, value2)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆杈撳叆妗嗗崰浣嶆枃鏈瓧浣"
+ },
+ "璁剧疆杈撳叆妗嗗崰浣嶆枃鏈瓧浣撻鑹": {
+ "prefix": "GUI:TextInput_setPlaceholderFontColor",
+ "description": "璁剧疆杈撳叆妗嗗崰浣嶆枃鏈瓧浣撻鑹",
+ "body": "GUI:TextInput_setPlaceholderFontColor(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆杈撳叆妗嗗崰浣嶆枃鏈瓧浣撻鑹"
+ },
+ "璁剧疆杈撳叆妗嗗崰浣嶆枃鏈瓧浣撳ぇ灏": {
+ "prefix": "GUI:TextInput_setPlaceholderFontSize",
+ "description": "璁剧疆杈撳叆妗嗗崰浣嶆枃鏈瓧浣撳ぇ灏",
+ "body": "GUI:TextInput_setPlaceholderFontSize(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆杈撳叆妗嗗崰浣嶆枃鏈瓧浣撳ぇ灏"
+ },
+ "璁剧疆杈撳叆妗嗗崰浣嶆枃鏈": {
+ "prefix": "GUI:TextInput_setPlaceHolder",
+ "description": "璁剧疆杈撳叆妗嗗崰浣嶆枃鏈",
+ "body": "GUI:TextInput_setPlaceHolder(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆杈撳叆妗嗗崰浣嶆枃鏈"
+ },
+ "璁剧疆杈撳叆妗嗘枃鏈": {
+ "prefix": "GUI:TextInput_setString",
+ "description": "璁剧疆杈撳叆妗嗘枃鏈",
+ "body": "GUI:TextInput_setString(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆杈撳叆妗嗘枃鏈"
+ },
+ "璁剧疆杈撳叆妗嗚瀹": {
+ "prefix": "GUI:TextInput_setMaxLength",
+ "description": "璁剧疆杈撳叆妗嗚瀹",
+ "body": "GUI:TextInput_setMaxLength(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆杈撳叆妗嗚瀹"
+ },
+ "璁剧疆杈撳叆妗嗘按骞冲榻": {
+ "prefix": "GUI:TextInput_setTextHorizontalAlignment",
+ "description": "璁剧疆杈撳叆妗嗘按骞冲榻",
+ "body": "GUI:TextInput_setTextHorizontalAlignment(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆杈撳叆妗嗘按骞冲榻"
+ },
+ "璁剧疆杈撳叆妗嗘枃鏈被鍨": {
+ "prefix": "GUI:TextInput_setInputFlag",
+ "description": "璁剧疆杈撳叆妗嗘枃鏈被鍨",
+ "body": "GUI:TextInput_setInputFlag(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆杈撳叆妗嗘枃鏈被鍨"
+ },
+ "璁剧疆杈撳叆妗嗛敭鐩樼紪杈戠被鍨": {
+ "prefix": "GUI:TextInput_setInputMode",
+ "description": "璁剧疆杈撳叆妗嗛敭鐩樼紪杈戠被鍨",
+ "body": "GUI:TextInput_setInputMode(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆杈撳叆妗嗛敭鐩樼紪杈戠被鍨"
+ },
+ "璁剧疆杈撳叆妗嗗脊鍑哄紡閿洏杩斿洖绫诲瀷": {
+ "prefix": "GUI:TextInput_setReturnType",
+ "description": "璁剧疆杈撳叆妗嗗脊鍑哄紡閿洏杩斿洖绫诲瀷",
+ "body": "GUI:TextInput_setReturnType(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆杈撳叆妗嗗脊鍑哄紡閿洏杩斿洖绫诲瀷"
+ },
+ "璁剧疆杈撳叆妗嗙洃鍚簨浠": {
+ "prefix": "GUI:TextInput_addOnEvent",
+ "description": "璁剧疆杈撳叆妗嗙洃鍚簨浠",
+ "body": "GUI:TextInput_addOnEvent(widget, eventCB)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆杈撳叆妗嗙洃鍚簨浠"
+ },
+ "璁剧疆婊氬姩鏉¤儗鏅浘": {
+ "prefix": "GUI:Slider_loadBarTexture",
+ "description": "璁剧疆婊氬姩鏉¤儗鏅浘",
+ "body": "GUI:Slider_loadBarTexture(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆婊氬姩鏉¤儗鏅浘"
+ },
+ "璁剧疆婊氬姩鏉″浘鐗": {
+ "prefix": "GUI:Slider_loadProgressBarTexture",
+ "description": "璁剧疆婊氬姩鏉″浘鐗",
+ "body": "GUI:Slider_loadProgressBarTexture(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆婊氬姩鏉″浘鐗"
+ },
+ "璁剧疆婊氬姩鏉℃嫋鍔ㄥ潡鏅氬浘鐗": {
+ "prefix": "GUI:Slider_loadSlidBallTextureNormal",
+ "description": "璁剧疆婊氬姩鏉℃嫋鍔ㄥ潡鏅氬浘鐗",
+ "body": "GUI:Slider_loadSlidBallTextureNormal(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆婊氬姩鏉℃嫋鍔ㄥ潡鏅氬浘鐗"
+ },
+ "璁剧疆婊氬姩鏉¤繘搴": {
+ "prefix": "GUI:Slider_setPercent",
+ "description": "璁剧疆婊氬姩鏉¤繘搴",
+ "body": "GUI:Slider_setPercent(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆婊氬姩鏉¤繘搴"
+ },
+ "璁剧疆婊氬姩鏉℃渶澶ц繘搴﹀": {
+ "prefix": "GUI:Slider_setMaxPercent",
+ "description": "璁剧疆婊氬姩鏉℃渶澶ц繘搴﹀",
+ "body": "GUI:Slider_setMaxPercent(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆婊氬姩鏉℃渶澶ц繘搴﹀"
+ },
+ "璁剧疆婊氬姩鏉¤Е鎽镐簨浠": {
+ "prefix": "GUI:Slider_addOnEvent",
+ "description": "璁剧疆婊氬姩鏉¤Е鎽镐簨浠",
+ "body": "GUI:Slider_addOnEvent(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆婊氬姩鏉¤Е鎽镐簨浠"
+ },
+ "璁剧疆鍦嗗舰杩涘害鏉$櫨鍒嗘瘮": {
+ "prefix": "GUI:ProgressTimer_setPercentage",
+ "description": "璁剧疆鍦嗗舰杩涘害鏉$櫨鍒嗘瘮",
+ "body": "GUI:ProgressTimer_setPercentage(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鍦嗗舰杩涘害鏉$櫨鍒嗘瘮"
+ },
+ "璁剧疆鍦嗗舰杩涘害鏉℃柟鍚": {
+ "prefix": "GUI:ProgressTimer_setReverseDirection",
+ "description": "璁剧疆鍦嗗舰杩涘害鏉℃柟鍚",
+ "body": "GUI:ProgressTimer_setReverseDirection(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鍦嗗舰杩涘害鏉℃柟鍚"
+ },
+ "璁剧疆鎺т欢Y杞存柟鍚戠缉鏀": {
+ "prefix": "GUI:setScaleY",
+ "description": "璁剧疆鎺т欢Y杞存柟鍚戠缉鏀",
+ "body": "GUI:setScaleY(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎺т欢Y杞存柟鍚戠缉鏀"
+ },
+ "璁剧疆鍦嗗舰杩涘害鏉″姩浣滃拰鍥炶皟鍑芥暟": {
+ "prefix": "GUI:ProgressTimer_progressTo",
+ "description": "璁剧疆鍦嗗舰杩涘害鏉″姩浣滃拰鍥炶皟鍑芥暟",
+ "body": "GUI:ProgressTimer_progressTo(widget, time, to, completeCB, tag)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鍦嗗舰杩涘害鏉″姩浣滃拰鍥炶皟鍑芥暟"
+ },
+ "璁剧疆鍦嗗舰杩涘害鏉¤儗鏅浘": {
+ "prefix": "GUI:ProgressTimer_ChangeImg",
+ "description": "璁剧疆鍦嗗舰杩涘害鏉¤儗鏅浘",
+ "body": "GUI:ProgressTimer_ChangeImg(widget, img)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鍦嗗舰杩涘害鏉¤儗鏅浘"
+ },
+ "璁剧疆杩涘害鏉″浘鐗": {
+ "prefix": "GUI:LoadingBar_loadTexture",
+ "description": "璁剧疆杩涘害鏉″浘鐗",
+ "body": "GUI:LoadingBar_loadTexture(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆杩涘害鏉″浘鐗"
+ },
+ "璁剧疆杩涘害鏉℃柟鍚": {
+ "prefix": "GUI:LoadingBar_setDirection",
+ "description": "璁剧疆杩涘害鏉℃柟鍚",
+ "body": "GUI:LoadingBar_setDirection(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆杩涘害鏉℃柟鍚"
+ },
+ "璁剧疆杩涘害鏉¤繘搴": {
+ "prefix": "GUI:LoadingBar_setPercent",
+ "description": "璁剧疆杩涘害鏉¤繘搴",
+ "body": "GUI:LoadingBar_setPercent(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆杩涘害鏉¤繘搴"
+ },
+ "璁剧疆杩涘害鏉¢鑹": {
+ "prefix": "GUI:LoadingBar_setColor",
+ "description": "璁剧疆杩涘害鏉¢鑹",
+ "body": "GUI:LoadingBar_setColor(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆杩涘害鏉¢鑹"
+ },
+ "璁剧疆鐗规晥鎾斁瀹岃嚜鍔ㄧЩ闄": {
+ "prefix": "GUI:Effect_setAutoRemoveOnFinish",
+ "description": "璁剧疆鐗规晥鎾斁瀹岃嚜鍔ㄧЩ闄",
+ "body": "GUI:Effect_setAutoRemoveOnFinish(widget)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鐗规晥鎾斁瀹岃嚜鍔ㄧЩ闄"
+ },
+ "璁剧疆绮掑瓙鎸佺画鏃堕棿": {
+ "prefix": "GUI:ParticleEffect_setDuration",
+ "description": "璁剧疆绮掑瓙鎸佺画鏃堕棿",
+ "body": "GUI:ParticleEffect_setDuration(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆绮掑瓙鎸佺画鏃堕棿"
+ },
+ "璁剧疆鎬荤矑瀛愭暟閲": {
+ "prefix": "GUI:ParticleEffect_setTotalParticles",
+ "description": "璁剧疆鎬荤矑瀛愭暟閲",
+ "body": "GUI:ParticleEffect_setTotalParticles(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎬荤矑瀛愭暟閲"
+ },
+ "鏂板鎷栨嫿绫诲瀷鍜屾嫋鎷戒簨浠": {
+ "prefix": "GUI:AddMoveWidgetTypeEvent",
+ "description": "鏂板鎷栨嫿绫诲瀷鍜屾嫋鎷戒簨浠",
+ "body": "GUI:AddMoveWidgetTypeEvent(fromType, toType, fromToEvent, toFromEvent)",
+ "scope": "绐楀彛/璁剧疆/鏂板鎷栨嫿绫诲瀷鍜屾嫋鎷戒簨浠"
+ },
+ "璁剧疆瑁呭妗嗘樉绀鸿嚜鍔ㄥ埛鏂": {
+ "prefix": "GUI:EquipShow_setAutoUpdate",
+ "description": "璁剧疆瑁呭妗嗘樉绀鸿嚜鍔ㄥ埛鏂",
+ "body": "GUI:EquipShow_setAutoUpdate(widget)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆瑁呭妗嗘樉绀鸿嚜鍔ㄥ埛鏂"
+ },
+ "璁剧疆鍧愭爣": {
+ "prefix": "GUI:setPosition",
+ "description": "璁剧疆鍧愭爣",
+ "body": "GUI:setPosition(widget, x, y)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鍧愭爣"
+ },
+ "璁剧疆妯潗鏍": {
+ "prefix": "GUI:setPositionX",
+ "description": "璁剧疆妯潗鏍",
+ "body": "GUI:setPositionX(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆妯潗鏍"
+ },
+ "璁剧疆绾靛潗鏍": {
+ "prefix": "GUI:setPositionY",
+ "description": "璁剧疆绾靛潗鏍",
+ "body": "GUI:setPositionY(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆绾靛潗鏍"
+ },
+ "璁剧疆鎺т欢閿氱偣": {
+ "prefix": "GUI:setAnchorPoint",
+ "description": "璁剧疆鎺т欢閿氱偣",
+ "body": "GUI:setAnchorPoint(widget, x, y)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎺т欢閿氱偣"
+ },
+ "璁剧疆鎺т欢灏哄澶у皬": {
+ "prefix": "GUI:setContentSize",
+ "description": "璁剧疆鎺т欢灏哄澶у皬",
+ "body": "GUI:setContentSize(widget, sizeW, sizeH)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎺т欢灏哄澶у皬"
+ },
+ "璁剧疆蹇界暐璁剧疆鐨勮嚜瀹氫箟灏哄澶у皬": {
+ "prefix": "GUI:setIgnoreContentAdaptWithSize",
+ "description": "璁剧疆蹇界暐璁剧疆鐨勮嚜瀹氫箟灏哄澶у皬",
+ "body": "GUI:setIgnoreContentAdaptWithSize(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆蹇界暐璁剧疆鐨勮嚜瀹氫箟灏哄澶у皬"
+ },
+ "璁剧疆鎺т欢鏍囩": {
+ "prefix": "GUI:setTag",
+ "description": "璁剧疆鎺т欢鏍囩",
+ "body": "GUI:setTag(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎺т欢鏍囩"
+ },
+ "璁剧疆鎺т欢鍚嶅瓧": {
+ "prefix": "GUI:setName",
+ "description": "璁剧疆鎺т欢鍚嶅瓧",
+ "body": "GUI:setName(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎺т欢鍚嶅瓧"
+ },
+ "璁剧疆鎺т欢缃伆": {
+ "prefix": "GUI:setGrey",
+ "description": "璁剧疆鎺т欢缃伆",
+ "body": "GUI:setGrey(widget, isGrey)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎺т欢缃伆"
+ },
+ "璁剧疆鎺т欢鏃嬭浆瑙掑害": {
+ "prefix": "GUI:setRotation",
+ "description": "璁剧疆鎺т欢鏃嬭浆瑙掑害",
+ "body": "GUI:setRotation(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎺т欢鏃嬭浆瑙掑害"
+ },
+ "鎾斁BGM": {
+ "prefix": "SL:PlayAudioBGMByPath",
+ "description": "鎾斁BGM",
+ "body": "SL:PlayAudioBGMByPath(path)",
+ "scope": "绐楀彛/璁剧疆/鎾斁BGM"
+ },
+ "鏆傚仠BGM": {
+ "prefix": "SL:PauseAudioBGM",
+ "description": "鏆傚仠BGM",
+ "body": "SL:PauseAudioBGM()",
+ "scope": "绐楀彛/璁剧疆/鏆傚仠BGM"
+ },
+ "鎭㈠BGM": {
+ "prefix": "SL:ResumeAudioBGM",
+ "description": "鎭㈠BGM",
+ "body": "SL:ResumeAudioBGM()",
+ "scope": "绐楀彛/璁剧疆/鎭㈠BGM"
+ },
+ "璁剧疆楠ㄩ鍔ㄧ敾锛堢珛鍗冲垏鎹級": {
+ "prefix": "GUI:SpineAnim_setAnimation",
+ "description": "璁剧疆楠ㄩ鍔ㄧ敾锛堢珛鍗冲垏鎹級",
+ "body": "GUI:SpineAnim_setAnimation(widget, trackIndex, name, loop)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆楠ㄩ鍔ㄧ敾锛堢珛鍗冲垏鎹級"
+ },
+ "璁剧疆楠ㄩ鍔ㄧ敾鎻掓Ы闄勪欢锛堟寜鍚嶇О锛": {
+ "prefix": "GUI:SpineAnim_setAttachment",
+ "description": "璁剧疆楠ㄩ鍔ㄧ敾鎻掓Ы闄勪欢锛堟寜鍚嶇О锛",
+ "body": "GUI:SpineAnim_setAttachment(widget, slotName, attachmentName)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆楠ㄩ鍔ㄧ敾鎻掓Ы闄勪欢锛堟寜鍚嶇О锛"
+ },
+ "璁剧疆楠ㄩ鍔ㄧ敾姘村钩缈昏浆锛圶 杞撮暅鍍忥級": {
+ "prefix": "GUI:SpineAnim_setFlipX",
+ "description": "璁剧疆楠ㄩ鍔ㄧ敾姘村钩缈昏浆锛圶 杞撮暅鍍忥級",
+ "body": "GUI:SpineAnim_setFlipX(widget, bool)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆楠ㄩ鍔ㄧ敾姘村钩缈昏浆锛圶 杞撮暅鍍忥級"
+ },
+ "璁剧疆楠ㄩ鍔ㄧ敾鍨傜洿缈昏浆锛圷 杞撮暅鍍忥級": {
+ "prefix": "GUI:SpineAnim_setFlipY",
+ "description": "璁剧疆楠ㄩ鍔ㄧ敾鍨傜洿缈昏浆锛圷 杞撮暅鍍忥級",
+ "body": "GUI:SpineAnim_setFlipY(widget, bool)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆楠ㄩ鍔ㄧ敾鍨傜洿缈昏浆锛圷 杞撮暅鍍忥級"
+ },
+ "璁剧疆楠ㄩ鍔ㄧ敾杩囨浮鏃堕暱": {
+ "prefix": "GUI:SpineAnim_setMix",
+ "description": "璁剧疆楠ㄩ鍔ㄧ敾杩囨浮鏃堕暱",
+ "body": "GUI:SpineAnim_setMix(widget, fromAnimName, toAnimName, duration)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆楠ㄩ鍔ㄧ敾杩囨浮鏃堕暱"
+ },
+ "璁剧疆楠ㄩ鍔ㄧ敾鐨偆": {
+ "prefix": "GUI:SpineAnim_setSkin",
+ "description": "璁剧疆楠ㄩ鍔ㄧ敾鐨偆",
+ "body": "GUI:SpineAnim_setSkin(widget, skinName)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆楠ㄩ鍔ㄧ敾鐨偆"
+ },
+ "閲嶇疆楠ㄩ鍔ㄧ敾鎻掓Ы鍒板垵濮嬪Э鎬": {
+ "prefix": "GUI:SpineAnim_setSlotsToSetupPose",
+ "description": "閲嶇疆楠ㄩ鍔ㄧ敾鎻掓Ы鍒板垵濮嬪Э鎬",
+ "body": "GUI:SpineAnim_setSlotsToSetupPose(widget)",
+ "scope": "绐楀彛/璁剧疆/閲嶇疆楠ㄩ鍔ㄧ敾鎻掓Ы鍒板垵濮嬪Э鎬"
+ },
+ "璁剧疆楠ㄩ鍔ㄧ敾鎾斁鏃堕棿缂╂斁锛堥熷害锛": {
+ "prefix": "GUI:SpineAnim_setTimeScale",
+ "description": "璁剧疆楠ㄩ鍔ㄧ敾鎾斁鏃堕棿缂╂斁锛堥熷害锛",
+ "body": "GUI:SpineAnim_setTimeScale(widget, scale)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆楠ㄩ鍔ㄧ敾鎾斁鏃堕棿缂╂斁锛堥熷害锛"
+ },
+ "閲嶇疆鍒板垵濮嬪Э鎬侊紙楠ㄩ+鎻掓Ы锛": {
+ "prefix": "GUI:SpineAnim_setToSetupPose",
+ "description": "閲嶇疆鍒板垵濮嬪Э鎬侊紙楠ㄩ+鎻掓Ы锛",
+ "body": "GUI:SpineAnim_setToSetupPose(widget)",
+ "scope": "绐楀彛/璁剧疆/閲嶇疆鍒板垵濮嬪Э鎬侊紙楠ㄩ+鎻掓Ы锛"
+ },
+ "璁剧疆楠ㄩ鍔ㄧ敾鎻掓Ы闄勪欢瀵硅薄锛堜紶瀵硅薄锛": {
+ "prefix": "GUI:SpineSlot_setAttachment",
+ "description": "璁剧疆楠ㄩ鍔ㄧ敾鎻掓Ы闄勪欢瀵硅薄锛堜紶瀵硅薄锛",
+ "body": "GUI:SpineSlot_setAttachment(widget, attachment)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆楠ㄩ鍔ㄧ敾鎻掓Ы闄勪欢瀵硅薄锛堜紶瀵硅薄锛"
+ },
+ "璁剧疆楠ㄩ鍔ㄧ敾鎻掓Ы棰滆壊锛圧GBA 0~1锛": {
+ "prefix": "GUI:SpineSlot_setColor",
+ "description": "璁剧疆楠ㄩ鍔ㄧ敾鎻掓Ы棰滆壊锛圧GBA 0~1锛",
+ "body": "GUI:SpineSlot_setColor(widget, r, g, b, a)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆楠ㄩ鍔ㄧ敾鎻掓Ы棰滆壊锛圧GBA 0~1锛"
+ },
+ "璁剧疆楠ㄩ鍔ㄧ敾鎻掓Ы鍙鎬": {
+ "prefix": "GUI:SpineSlot_setVisible",
+ "description": "璁剧疆楠ㄩ鍔ㄧ敾鎻掓Ы鍙鎬",
+ "body": "GUI:SpineSlot_setVisible(widget, isVisible)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆楠ㄩ鍔ㄧ敾鎻掓Ы鍙鎬"
+ },
+ "璁剧疆绾㈢偣鍞竴ID": {
+ "prefix": "GUI:RedDot_setGID",
+ "description": "璁剧疆绾㈢偣鍞竴ID",
+ "body": "GUI:RedDot_setGID(widget, gid)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆绾㈢偣鍞竴ID"
+ },
+ "绾㈢偣鎺т欢缁戝畾鏉′欢ID": {
+ "prefix": "GUI:RedDot_setBindConditionID",
+ "description": "绾㈢偣鎺т欢缁戝畾鏉′欢ID",
+ "body": "GUI:RedDot_setBindConditionID(widget, conditionID)",
+ "scope": "绐楀彛/璁剧疆/绾㈢偣鎺т欢缁戝畾鏉′欢ID"
+ },
+ "璁剧疆瀹瑰櫒鍐呴儴婊氬姩鍖哄煙鍧愭爣": {
+ "prefix": "GUI:ScrollView_setInnerContainerPosition",
+ "description": "璁剧疆瀹瑰櫒鍐呴儴婊氬姩鍖哄煙鍧愭爣",
+ "body": "GUI:ScrollView_setInnerContainerPosition(widget, x, y)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆瀹瑰櫒鍐呴儴婊氬姩鍖哄煙鍧愭爣"
+ },
+ "璁剧疆鍒楄〃瀹瑰櫒鍐呴儴婊氬姩鍖哄煙鍧愭爣": {
+ "prefix": "GUI:ListView_setInnerContainerPosition",
+ "description": "璁剧疆鍒楄〃瀹瑰櫒鍐呴儴婊氬姩鍖哄煙鍧愭爣",
+ "body": "GUI:ListView_setInnerContainerPosition(widget, x, y)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鍒楄〃瀹瑰櫒鍐呴儴婊氬姩鍖哄煙鍧愭爣"
+ },
+ "璁剧疆澶嶉夋鐩戝惉浜嬩欢": {
+ "prefix": "GUI:CheckBox_addOnEvent",
+ "description": "璁剧疆澶嶉夋鐩戝惉浜嬩欢",
+ "body": "GUI:CheckBox_addOnEvent(widget, eventCB)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆澶嶉夋鐩戝惉浜嬩欢"
+ },
+ "璁剧疆鎾斁鍣ㄨ棰戣矾寰": {
+ "prefix": "GUI:VideoPlayer_setFileName",
+ "description": "璁剧疆鎾斁鍣ㄨ棰戣矾寰",
+ "body": "GUI:VideoPlayer_setFileName(widget, fileName)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎾斁鍣ㄨ棰戣矾寰"
+ },
+ "璁剧疆鎾斁鍣ㄨ棰戞槸鍚﹀師瑙嗛鍒嗚鲸鐜": {
+ "prefix": "GUI:VideoPlayer_setKeepAspectRatioEnabled",
+ "description": "璁剧疆鎾斁鍣ㄨ棰戞槸鍚﹀師瑙嗛鍒嗚鲸鐜",
+ "body": "GUI:VideoPlayer_setKeepAspectRatioEnabled(widget, isEnable)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎾斁鍣ㄨ棰戞槸鍚﹀師瑙嗛鍒嗚鲸鐜"
+ },
+ "璁剧疆瑙嗛鎾斁鍣ㄦ槸鍚﹀叏灞": {
+ "prefix": "GUI:VideoPlayer_setFullScreenEnabled",
+ "description": "璁剧疆瑙嗛鎾斁鍣ㄦ槸鍚﹀叏灞",
+ "body": "GUI:VideoPlayer_setFullScreenEnabled(widget, isEnable)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆瑙嗛鎾斁鍣ㄦ槸鍚﹀叏灞"
+ },
+ "璁剧疆鎺т欢娓愬彉鑹": {
+ "prefix": "GUI:Shader_GradientColor",
+ "description": "璁剧疆鎺т欢娓愬彉鑹",
+ "body": "GUI:Shader_GradientColor(widget, startColor, endColor, xPer, yPer)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎺т欢娓愬彉鑹"
+ },
+ "璁剧疆鎺т欢闃村奖": {
+ "prefix": "GUI:SetShaderShadow",
+ "description": "璁剧疆鎺т欢闃村奖",
+ "body": "GUI:SetShaderShadow(widget)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎺т欢闃村奖"
+ },
+ "璁剧疆鎺т欢X杞村炬枩瑙掑害": {
+ "prefix": "GUI:setRotationSkewX",
+ "description": "璁剧疆鎺т欢X杞村炬枩瑙掑害",
+ "body": "GUI:setRotationSkewX(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎺т欢X杞村炬枩瑙掑害"
+ },
+ "璁剧疆鎺т欢Y杞村炬枩瑙掑害": {
+ "prefix": "GUI:setRotationSkewY",
+ "description": "璁剧疆鎺т欢Y杞村炬枩瑙掑害",
+ "body": "GUI:setRotationSkewY(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎺т欢Y杞村炬枩瑙掑害"
+ },
+ "璁剧疆鎺т欢鍙鎬": {
+ "prefix": "GUI:setVisible",
+ "description": "璁剧疆鎺т欢鍙鎬",
+ "body": "GUI:setVisible(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎺т欢鍙鎬"
+ },
+ "璁剧疆鎺т欢涓嶉忔槑搴": {
+ "prefix": "GUI:setOpacity",
+ "description": "璁剧疆鎺т欢涓嶉忔槑搴",
+ "body": "GUI:setOpacity(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎺т欢涓嶉忔槑搴"
+ },
+ "鑾峰彇鎺т欢涓嶉忔槑搴": {
+ "prefix": "GUI:getOpacity",
+ "description": "鑾峰彇鎺т欢涓嶉忔槑搴",
+ "body": "GUI:getOpacity(widget)",
+ "scope": "绐楀彛/璁剧疆/鑾峰彇鎺т欢涓嶉忔槑搴"
+ },
+ "璁剧疆鎺т欢缂╂斁": {
+ "prefix": "GUI:setScale",
+ "description": "璁剧疆鎺т欢缂╂斁",
+ "body": "GUI:setScale(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎺т欢缂╂斁"
+ },
+ "鑾峰彇鎺т欢缂╂斁姣斾緥": {
+ "prefix": "GUI:getScale",
+ "description": "鑾峰彇鎺т欢缂╂斁姣斾緥",
+ "body": "GUI:getScale(widget)",
+ "scope": "绐楀彛/璁剧疆/鑾峰彇鎺т欢缂╂斁姣斾緥"
+ },
+ "璁剧疆鎺т欢X杞存柟鍚戠缉鏀": {
+ "prefix": "GUI:setScaleX",
+ "description": "璁剧疆鎺т欢X杞存柟鍚戠缉鏀",
+ "body": "GUI:setScaleX(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎺т欢X杞存柟鍚戠缉鏀"
+ },
+ "璁剧疆姘村钩X杞存柟鍚戠炕杞": {
+ "prefix": "GUI:setFlippedX",
+ "description": "璁剧疆姘村钩X杞存柟鍚戠炕杞",
+ "body": "GUI:setFlippedX(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆姘村钩X杞存柟鍚戠炕杞"
+ },
+ "璁剧疆鍨傜洿Y杞存柟鍚戠炕杞": {
+ "prefix": "GUI:setFlippedY",
+ "description": "璁剧疆鍨傜洿Y杞存柟鍚戠炕杞",
+ "body": "GUI:setFlippedY(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鍨傜洿Y杞存柟鍚戠炕杞"
+ },
+ "璁剧疆鎺т欢娓叉煋灞傜骇": {
+ "prefix": "GUI:setLocalZOrder",
+ "description": "璁剧疆鎺т欢娓叉煋灞傜骇",
+ "body": "GUI:setLocalZOrder(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎺т欢娓叉煋灞傜骇"
+ },
+ "璁剧疆鎺т欢鏄惁璺熼殢鐖舵帶浠跺彉鍖栭忔槑搴": {
+ "prefix": "GUI:setCascadeOpacityEnabled",
+ "description": "璁剧疆鎺т欢鏄惁璺熼殢鐖舵帶浠跺彉鍖栭忔槑搴",
+ "body": "GUI:setCascadeOpacityEnabled(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎺т欢鏄惁璺熼殢鐖舵帶浠跺彉鍖栭忔槑搴"
+ },
+ "璁剧疆鎺т欢鐨勬墍鏈夊瓙鎺т欢鏄惁璺熼殢鍙樺寲閫忔槑搴": {
+ "prefix": "GUI:setChildrenCascadeOpacityEnabled",
+ "description": "璁剧疆鎺т欢鐨勬墍鏈夊瓙鎺т欢鏄惁璺熼殢鍙樺寲閫忔槑搴",
+ "body": "GUI:setChildrenCascadeOpacityEnabled(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎺т欢鐨勬墍鏈夊瓙鎺т欢鏄惁璺熼殢鍙樺寲閫忔槑搴"
+ },
+ "璁剧疆鎺т欢鏄惁鍙互瑙︽懜": {
+ "prefix": "GUI:setTouchEnabled",
+ "description": "璁剧疆鎺т欢鏄惁鍙互瑙︽懜",
+ "body": "GUI:setTouchEnabled(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎺т欢鏄惁鍙互瑙︽懜"
+ },
+ "璁剧疆寤惰繜鍙Е鎽": {
+ "prefix": "GUI:delayTouchEnabled",
+ "description": "璁剧疆寤惰繜鍙Е鎽",
+ "body": "GUI:delayTouchEnabled(widget, delay)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆寤惰繜鍙Е鎽"
+ },
+ "璁剧疆鎺т欢鏄惁鍙互榧犳爣瑙︽懜": {
+ "prefix": "GUI:setMouseEnabled",
+ "description": "璁剧疆鎺т欢鏄惁鍙互榧犳爣瑙︽懜",
+ "body": "GUI:setMouseEnabled(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎺т欢鏄惁鍙互榧犳爣瑙︽懜"
+ },
+ "璁剧疆鎺т欢鏄惁瑙︽懜鍚炲櫖": {
+ "prefix": "GUI:setSwallowTouches",
+ "description": "璁剧疆鎺т欢鏄惁瑙︽懜鍚炲櫖",
+ "body": "GUI:setSwallowTouches(widget, value)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎺т欢鏄惁瑙︽懜鍚炲櫖"
+ },
+ "璁剧疆鎺т欢鍚炲櫖榧犳爣鎸夐敭浜嬩欢 [妫鏌ヨ嚜韬Е鎽稿悶鍣椂]": {
+ "prefix": "GUI:setMouseRSwallowTouches",
+ "description": "璁剧疆鎺т欢鍚炲櫖榧犳爣鎸夐敭浜嬩欢 [妫鏌ヨ嚜韬Е鎽稿悶鍣椂]",
+ "body": "GUI:setMouseRSwallowTouches(widget)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎺т欢鍚炲櫖榧犳爣鎸夐敭浜嬩欢 [妫鏌ヨ嚜韬Е鎽稿悶鍣椂]"
+ },
+ "璁剧疆鎺т欢鐐瑰嚮浜嬩欢": {
+ "prefix": "GUI:addOnClickEvent",
+ "description": "璁剧疆鎺т欢鐐瑰嚮浜嬩欢",
+ "body": "GUI:addOnClickEvent(widget, func)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎺т欢鐐瑰嚮浜嬩欢"
+ },
+ "璁剧疆鎺т欢瑙︽懜浜嬩欢": {
+ "prefix": "GUI:addOnTouchEvent",
+ "description": "璁剧疆鎺т欢瑙︽懜浜嬩欢",
+ "body": "GUI:addOnTouchEvent(widget, func)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎺т欢瑙︽懜浜嬩欢"
+ },
+ "璁剧疆鎺т欢闀挎寜瑙﹀彂浜嬩欢": {
+ "prefix": "GUI:addOnLongTouchEvent",
+ "description": "璁剧疆鎺т欢闀挎寜瑙﹀彂浜嬩欢",
+ "body": "GUI:addOnLongTouchEvent(widget, func)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎺т欢闀挎寜瑙﹀彂浜嬩欢"
+ },
+ "璁剧疆鎺т欢榧犳爣杩涘叆/绉诲嚭浜嬩欢": {
+ "prefix": "GUI:addMouseMoveEvent",
+ "description": "璁剧疆鎺т欢榧犳爣杩涘叆/绉诲嚭浜嬩欢",
+ "body": "GUI:addMouseMoveEvent(widget, param)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鎺т欢榧犳爣杩涘叆/绉诲嚭浜嬩欢"
+ },
+ "璁剧疆榧犳爣鎸夐挳浜嬩欢": {
+ "prefix": "GUI:addMouseButtonEvent",
+ "description": "璁剧疆榧犳爣鎸夐挳浜嬩欢",
+ "body": "GUI:addMouseButtonEvent(widget, param)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆榧犳爣鎸夐挳浜嬩欢"
+ },
+ "璁剧疆榧犳爣缁忚繃鎺т欢鏄剧ず鏂囨湰": {
+ "prefix": "GUI:addMouseOverTips",
+ "description": "璁剧疆榧犳爣缁忚繃鎺т欢鏄剧ず鏂囨湰",
+ "body": "GUI:addMouseOverTips(widget, str, pos, anr, param)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆榧犳爣缁忚繃鎺т欢鏄剧ず鏂囨湰"
+ },
+ "閿洏鐩戝惉浜嬩欢": {
+ "prefix": "GUI:addKeyboardEvent",
+ "description": "閿洏鐩戝惉浜嬩欢",
+ "body": "GUI:addKeyboardEvent(codeKeys, pressedCB, releaseCB, autoPressInterval, checkFullSort)",
+ "scope": "绐楀彛/璁剧疆/閿洏鐩戝惉浜嬩欢"
+ },
+ "绉婚櫎閿洏鐩戝惉": {
+ "prefix": "GUI:removeKeyboardEvent",
+ "description": "绉婚櫎閿洏鐩戝惉",
+ "body": "GUI:removeKeyboardEvent(codeKeys)",
+ "scope": "绐楀彛/璁剧疆/绉婚櫎閿洏鐩戝惉"
+ },
+ "鍔犺浇绾圭悊鍥剧墖": {
+ "prefix": "GUI:Image_loadTexture",
+ "description": "鍔犺浇绾圭悊鍥剧墖",
+ "body": "GUI:Image_loadTexture(widget, filepath)",
+ "scope": "绐楀彛/璁剧疆/鍔犺浇绾圭悊鍥剧墖"
+ },
+ "璁剧疆鐗╁搧鏀惧叆妗嗙洃鍚簨浠": {
+ "prefix": "GUI:ItemBox_AddOnEvent",
+ "description": "璁剧疆鐗╁搧鏀惧叆妗嗙洃鍚簨浠",
+ "body": "GUI:ItemBox_AddOnEvent(widget, eventCB)",
+ "scope": "绐楀彛/璁剧疆/璁剧疆鐗╁搧鏀惧叆妗嗙洃鍚簨浠"
+ },
+ "涓荤帺瀹禷ctorID": {
+ "prefix": "SL:Get_USER_ID",
+ "description": "涓荤帺瀹禷ctorID",
+ "body": "SL:Get_USER_ID()",
+ "scope": "鍏冨彉閲/Actor/涓荤帺瀹禷ctorID"
+ },
+ "鏄惁鏄帺瀹": {
+ "prefix": "SL:Get_ACTOR_IS_PLAYER",
+ "description": "鏄惁鏄帺瀹",
+ "body": "SL:Get_ACTOR_IS_PLAYER(actorID)",
+ "scope": "鍏冨彉閲/Actor/鏄惁鏄帺瀹"
+ },
+ "鏄惁鏄綉缁滅帺瀹": {
+ "prefix": "SL:Get_ACTOR_IS_NETPLAYER",
+ "description": "鏄惁鏄綉缁滅帺瀹",
+ "body": "SL:Get_ACTOR_IS_NETPLAYER(actorID)",
+ "scope": "鍏冨彉閲/Actor/鏄惁鏄綉缁滅帺瀹"
+ },
+ "鏄惁鏄墿": {
+ "prefix": "SL:Get_ACTOR_IS_MONSTER",
+ "description": "鏄惁鏄墿",
+ "body": "SL:Get_ACTOR_IS_MONSTER(actorID)",
+ "scope": "鍏冨彉閲/Actor/鏄惁鏄墿"
+ },
+ "鏄惁鏄疦PC": {
+ "prefix": "SL:Get_ACTOR_IS_NPC",
+ "description": "鏄惁鏄疦PC",
+ "body": "SL:Get_ACTOR_IS_NPC(actorID)",
+ "scope": "鍏冨彉閲/Actor/鏄惁鏄疦PC"
+ },
+ "鏄惁鏄嫳闆": {
+ "prefix": "SL:Get_ACTOR_IS_HERO",
+ "description": "鏄惁鏄嫳闆",
+ "body": "SL:Get_ACTOR_IS_HERO(actorID)",
+ "scope": "鍏冨彉閲/Actor/鏄惁鏄嫳闆"
+ },
+ "鏄惁鏄汉褰㈡": {
+ "prefix": "SL:Get_ACTOR_IS_HUMAN",
+ "description": "鏄惁鏄汉褰㈡",
+ "body": "SL:Get_ACTOR_IS_HUMAN(actorID)",
+ "scope": "鍏冨彉閲/Actor/鏄惁鏄汉褰㈡"
+ },
+ "鑾峰彇actor 鍚嶅瓧": {
+ "prefix": "SL:Get_ACTOR_NAME",
+ "description": "鑾峰彇actor 鍚嶅瓧",
+ "body": "SL:Get_ACTOR_NAME(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor 鍚嶅瓧"
+ },
+ "鑾峰彇 actor Hp": {
+ "prefix": "SL:Get_ACTOR_HP",
+ "description": "鑾峰彇 actor Hp",
+ "body": "SL:Get_ACTOR_HP(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇 actor Hp"
+ },
+ "鑾峰彇actor Max Hp": {
+ "prefix": "SL:Get_ACTOR_MAXHP",
+ "description": "鑾峰彇actor Max Hp",
+ "body": "SL:Get_ACTOR_MAXHP(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor Max Hp"
+ },
+ "鑾峰彇actor Mp": {
+ "prefix": "SL:Get_ACTOR_MP",
+ "description": "鑾峰彇actor Mp",
+ "body": "SL:Get_ACTOR_MP(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor Mp"
+ },
+ "鑾峰彇actor Max Mp": {
+ "prefix": "SL:Get_ACTOR_MAXMP",
+ "description": "鑾峰彇actor Max Mp",
+ "body": "SL:Get_ACTOR_MAXMP(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor Max Mp"
+ },
+ "鑾峰彇actor绛夌骇": {
+ "prefix": "SL:Get_ACTOR_LEVEL",
+ "description": "鑾峰彇actor绛夌骇",
+ "body": "SL:Get_ACTOR_LEVEL(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor绛夌骇"
+ },
+ "鑾峰彇actor鑱屼笟": {
+ "prefix": "SL:Get_ACTOR_JOB_ID",
+ "description": "鑾峰彇actor鑱屼笟",
+ "body": "SL:Get_ACTOR_JOB_ID(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor鑱屼笟"
+ },
+ "鑾峰彇actor鎬у埆": {
+ "prefix": "SL:Get_ACTOR_SEX",
+ "description": "鑾峰彇actor鎬у埆",
+ "body": "SL:Get_ACTOR_SEX(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor鎬у埆"
+ },
+ "actor鏄惁姝讳骸": {
+ "prefix": "SL:Get_ACTOR_IS_DEATH",
+ "description": "actor鏄惁姝讳骸",
+ "body": "SL:Get_ACTOR_IS_DEATH(actorID)",
+ "scope": "鍏冨彉閲/Actor/actor鏄惁姝讳骸"
+ },
+ "鑾峰彇actor褰掑睘ID": {
+ "prefix": "SL:Get_ACTOR_OWNER_ID",
+ "description": "鑾峰彇actor褰掑睘ID",
+ "body": "SL:Get_ACTOR_OWNER_ID(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor褰掑睘ID"
+ },
+ "鑾峰彇actor褰掑睘鍚嶅瓧": {
+ "prefix": "SL:Get_ACTOR_OWNER_NAME",
+ "description": "鑾峰彇actor褰掑睘鍚嶅瓧",
+ "body": "SL:Get_ACTOR_OWNER_NAME(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor褰掑睘鍚嶅瓧"
+ },
+ "鑾峰彇鎬墿澶у浘鏍嘔D": {
+ "prefix": "SL:Get_ACTOR_BIGICON_ID",
+ "description": "鑾峰彇鎬墿澶у浘鏍嘔D",
+ "body": "SL:Get_ACTOR_BIGICON_ID(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇鎬墿澶у浘鏍嘔D"
+ },
+ "閫変腑鐨勭洰鏍嘺ctorID鎴栬呮墿褰掑睘鑰": {
+ "prefix": "SL:Get_SELECT_TARGET_ID",
+ "description": "閫変腑鐨勭洰鏍嘺ctorID鎴栬呮墿褰掑睘鑰",
+ "body": "SL:Get_SELECT_TARGET_ID(actorID)",
+ "scope": "鍏冨彉閲/Actor/閫変腑鐨勭洰鏍嘺ctorID鎴栬呮墿褰掑睘鑰"
+ },
+ "妫鏌ヨ鐩爣鏄惁鍙互鏀诲嚮": {
+ "prefix": "SL:Get_TARGET_ATTACK_ENABLE",
+ "description": "妫鏌ヨ鐩爣鏄惁鍙互鏀诲嚮",
+ "body": "SL:Get_TARGET_ATTACK_ENABLE(actorID)",
+ "scope": "鍏冨彉閲/Actor/妫鏌ヨ鐩爣鏄惁鍙互鏀诲嚮"
+ },
+ "鑾峰彇actor缁勯槦鐘舵": {
+ "prefix": "SL:Get_ACTOR_TEAM_STATE",
+ "description": "鑾峰彇actor缁勯槦鐘舵",
+ "body": "SL:Get_ACTOR_TEAM_STATE(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor缁勯槦鐘舵"
+ },
+ "鑾峰彇actor琛屼細ID": {
+ "prefix": "SL:Get_ACTOR_GUILD_ID",
+ "description": "鑾峰彇actor琛屼細ID",
+ "body": "SL:Get_ACTOR_GUILD_ID(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor琛屼細ID"
+ },
+ "鑾峰彇actor琛屼細鍚嶅瓧": {
+ "prefix": "SL:Get_ACTOR_GUILD_NAME",
+ "description": "鑾峰彇actor琛屼細鍚嶅瓧",
+ "body": "SL:Get_ACTOR_GUILD_NAME(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor琛屼細鍚嶅瓧"
+ },
+ "鑾峰彇actor鐨則ypeIndex": {
+ "prefix": "SL:Get_ACTOR_TYPE_INDEX",
+ "description": "鑾峰彇actor鐨則ypeIndex",
+ "body": "SL:Get_ACTOR_TYPE_INDEX(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor鐨則ypeIndex"
+ },
+ "鑾峰彇actor鏂瑰悜": {
+ "prefix": "SL:Get_ACTOR_DIR",
+ "description": "鑾峰彇actor鏂瑰悜",
+ "body": "SL:Get_ACTOR_DIR(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor鏂瑰悜"
+ },
+ "鑾峰彇actor鍦板浘鍧愭爣X": {
+ "prefix": "SL:Get_ACTOR_MAP_X",
+ "description": "鑾峰彇actor鍦板浘鍧愭爣X",
+ "body": "SL:Get_ACTOR_MAP_X(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor鍦板浘鍧愭爣X"
+ },
+ "鑾峰彇actor鍦板浘鍧愭爣Y": {
+ "prefix": "SL:Get_ACTOR_MAP_Y",
+ "description": "鑾峰彇actor鍦板浘鍧愭爣Y",
+ "body": "SL:Get_ACTOR_MAP_Y(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor鍦板浘鍧愭爣Y"
+ },
+ "鑾峰彇actor涓栫晫鍧愭爣X": {
+ "prefix": "SL:Get_ACTOR_POSITION_X",
+ "description": "鑾峰彇actor涓栫晫鍧愭爣X",
+ "body": "SL:Get_ACTOR_POSITION_X(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor涓栫晫鍧愭爣X"
+ },
+ "鑾峰彇actor涓栫晫鍧愭爣Y": {
+ "prefix": "SL:Get_ACTOR_POSITION_Y",
+ "description": "鑾峰彇actor涓栫晫鍧愭爣Y",
+ "body": "SL:Get_ACTOR_POSITION_Y(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor涓栫晫鍧愭爣Y"
+ },
+ "鑾峰彇actor涓讳汉ID": {
+ "prefix": "SL:Get_ACTOR_MASTER_ID",
+ "description": "鑾峰彇actor涓讳汉ID",
+ "body": "SL:Get_ACTOR_MASTER_ID(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor涓讳汉ID"
+ },
+ "鑾峰彇actor鏄惁鏈変富浜": {
+ "prefix": "SL:Get_ACTOR_HAVE_MASTER",
+ "description": "鑾峰彇actor鏄惁鏈変富浜",
+ "body": "SL:Get_ACTOR_HAVE_MASTER(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor鏄惁鏈変富浜"
+ },
+ "鑾峰彇actor闃佃惀ID": {
+ "prefix": "SL:Get_ACTOR_FACTION",
+ "description": "鑾峰彇actor闃佃惀ID",
+ "body": "SL:Get_ACTOR_FACTION(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor闃佃惀ID"
+ },
+ "鑾峰彇actor鏄惁鍦ㄥ畨鍏ㄥ尯": {
+ "prefix": "SL:Get_ACTOR_IN_SAFE_ZONE",
+ "description": "鑾峰彇actor鏄惁鍦ㄥ畨鍏ㄥ尯",
+ "body": "SL:Get_ACTOR_IN_SAFE_ZONE(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor鏄惁鍦ㄥ畨鍏ㄥ尯"
+ },
+ "鑾峰彇actor鐨勫瑙侷D": {
+ "prefix": "SL:Get_ACTOR_APPR_ID",
+ "description": "鑾峰彇actor鐨勫瑙侷D",
+ "body": "SL:Get_ACTOR_APPR_ID(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor鐨勫瑙侷D"
+ },
+ "鑾峰彇actor鎸傛帴鐐": {
+ "prefix": "SL:Get_ACTOR_MOUNT_NODE",
+ "description": "鑾峰彇actor鎸傛帴鐐",
+ "body": "SL:Get_ACTOR_MOUNT_NODE(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor鎸傛帴鐐"
+ },
+ "妫鏌ヨ嫳闆勯変腑鐨勭洰鏍囨槸鍚﹁兘閿佸畾": {
+ "prefix": "SL:Get_ACTOR_CAN_LOCK_BY_HERO",
+ "description": "妫鏌ヨ嫳闆勯変腑鐨勭洰鏍囨槸鍚﹁兘閿佸畾",
+ "body": "SL:Get_ACTOR_CAN_LOCK_BY_HERO(actorID)",
+ "scope": "鍏冨彉閲/Actor/妫鏌ヨ嫳闆勯変腑鐨勭洰鏍囨槸鍚﹁兘閿佸畾"
+ },
+ "鑾峰彇actor绾㈠悕鐏板悕": {
+ "prefix": "SL:Get_ACTOR_PKLV",
+ "description": "鑾峰彇actor绾㈠悕鐏板悕",
+ "body": "SL:Get_ACTOR_PKLV(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor绾㈠悕鐏板悕"
+ },
+ "鑾峰彇actor鍖烘湇ID, 璺ㄦ湇鏃朵娇鐢": {
+ "prefix": "SL:Get_ACTOR_SERVER_ID",
+ "description": "鑾峰彇actor鍖烘湇ID, 璺ㄦ湇鏃朵娇鐢",
+ "body": "SL:Get_ACTOR_SERVER_ID(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor鍖烘湇ID, 璺ㄦ湇鏃朵娇鐢"
+ },
+ "actor鏄惁鍦ㄦ憜鎽": {
+ "prefix": "SL:Get_ACTOR_IS_IN_STALL",
+ "description": "actor鏄惁鍦ㄦ憜鎽",
+ "body": "SL:Get_ACTOR_IS_IN_STALL(actorID)",
+ "scope": "鍏冨彉閲/Actor/actor鏄惁鍦ㄦ憜鎽"
+ },
+ "鑾峰彇actor鎽嗘憡鍚": {
+ "prefix": "SL:Get_ACTOR_STALL_NAME",
+ "description": "鑾峰彇actor鎽嗘憡鍚",
+ "body": "SL:Get_ACTOR_STALL_NAME(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor鎽嗘憡鍚"
+ },
+ "鑾峰彇actor鏄惁鏄绾跨姸鎬佺帺瀹": {
+ "prefix": "SL:Get_ACTOR_IS_OFFLINE",
+ "description": "鑾峰彇actor鏄惁鏄绾跨姸鎬佺帺瀹",
+ "body": "SL:Get_ACTOR_IS_OFFLINE(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor鏄惁鏄绾跨姸鎬佺帺瀹"
+ },
+ "actor鏄惁鏄绉樹汉": {
+ "prefix": "SL:Get_ACTOR_IS_MYSTERY_MAN",
+ "description": "actor鏄惁鏄绉樹汉",
+ "body": "SL:Get_ACTOR_IS_MYSTERY_MAN(actorID)",
+ "scope": "鍏冨彉閲/Actor/actor鏄惁鏄绉樹汉"
+ },
+ "鑾峰彇actor鏄惁鎷ユ湁鎶よ韩": {
+ "prefix": "SL:Get_ACTOR_IS_HUSHEN",
+ "description": "鑾峰彇actor鏄惁鎷ユ湁鎶よ韩",
+ "body": "SL:Get_ACTOR_IS_HUSHEN(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor鏄惁鎷ユ湁鎶よ韩"
+ },
+ "actor鏄惁鏄富鐜╁": {
+ "prefix": "SL:Get_ACTOR_IS_MAINPLAYER",
+ "description": "actor鏄惁鏄富鐜╁",
+ "body": "SL:Get_ACTOR_IS_MAINPLAYER(actorID)",
+ "scope": "鍏冨彉閲/Actor/actor鏄惁鏄富鐜╁"
+ },
+ "鑾峰彇actor鍥藉ID": {
+ "prefix": "SL:Get_ACTOR_NATION_ID",
+ "description": "鑾峰彇actor鍥藉ID",
+ "body": "SL:Get_ACTOR_NATION_ID(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor鍥藉ID"
+ },
+ "鑾峰彇actor鍧愰獞鐨勪富椹綢D": {
+ "prefix": "SL:Get_ACTOR_HORSE_MASTER_ID",
+ "description": "鑾峰彇actor鍧愰獞鐨勪富椹綢D",
+ "body": "SL:Get_ACTOR_HORSE_MASTER_ID(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor鍧愰獞鐨勪富椹綢D"
+ },
+ "鑾峰彇actor鍧愰獞鐨勫壇椹綢D": {
+ "prefix": "SL:Get_ACTOR_HORSE_COPILOT_ID",
+ "description": "鑾峰彇actor鍧愰獞鐨勫壇椹綢D",
+ "body": "SL:Get_ACTOR_HORSE_COPILOT_ID(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor鍧愰獞鐨勫壇椹綢D"
+ },
+ "actor鏄惁鏄潗楠戠殑鍓┚": {
+ "prefix": "SL:Get_ACTOR_IS_HORSE_COPILOT",
+ "description": "actor鏄惁鏄潗楠戠殑鍓┚",
+ "body": "SL:Get_ACTOR_IS_HORSE_COPILOT(actorID)",
+ "scope": "鍏冨彉閲/Actor/actor鏄惁鏄潗楠戠殑鍓┚"
+ },
+ "actor鏄惁鏄弻浜哄潗楠": {
+ "prefix": "SL:Get_ACTOR_IS_DOUBLE_HORSE",
+ "description": "actor鏄惁鏄弻浜哄潗楠",
+ "body": "SL:Get_ACTOR_IS_DOUBLE_HORSE(actorID)",
+ "scope": "鍏冨彉閲/Actor/actor鏄惁鏄弻浜哄潗楠"
+ },
+ "actor鏄惁鏄繛浣撳潗楠": {
+ "prefix": "SL:Get_ACTOR_IS_BODY_HORSE",
+ "description": "actor鏄惁鏄繛浣撳潗楠",
+ "body": "SL:Get_ACTOR_IS_BODY_HORSE(actorID)",
+ "scope": "鍏冨彉閲/Actor/actor鏄惁鏄繛浣撳潗楠"
+ },
+ "鑾峰彇actor鐨勮冻杩圭壒鏁圛D": {
+ "prefix": "SL:Get_ACTOR_MOVE_EFFECT",
+ "description": "鑾峰彇actor鐨勮冻杩圭壒鏁圛D",
+ "body": "SL:Get_ACTOR_MOVE_EFFECT(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor鐨勮冻杩圭壒鏁圛D"
+ },
+ "鑾峰彇actor鐨勫か濡籌D": {
+ "prefix": "SL:Get_ACTOR_DEAR_ID",
+ "description": "鑾峰彇actor鐨勫か濡籌D",
+ "body": "SL:Get_ACTOR_DEAR_ID(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor鐨勫か濡籌D"
+ },
+ "鑾峰彇actor鐨勫笀寰扞D": {
+ "prefix": "SL:Get_ACTOR_MENTOR_ID",
+ "description": "鑾峰彇actor鐨勫笀寰扞D",
+ "body": "SL:Get_ACTOR_MENTOR_ID(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor鐨勫笀寰扞D"
+ },
+ "鑾峰彇actor鏄惁鍦ㄩ檮杩戞樉绀": {
+ "prefix": "SL:Get_ACTOR_NEAR_SHOW",
+ "description": "鑾峰彇actor鏄惁鍦ㄩ檮杩戞樉绀",
+ "body": "SL:Get_ACTOR_NEAR_SHOW(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor鏄惁鍦ㄩ檮杩戞樉绀"
+ },
+ "鑾峰彇actor鏄惁鍦ㄧЩ鍔ㄧ姸鎬": {
+ "prefix": "SL:Get_ACTOR_IS_MOVE",
+ "description": "鑾峰彇actor鏄惁鍦ㄧЩ鍔ㄧ姸鎬",
+ "body": "SL:Get_ACTOR_IS_MOVE(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor鏄惁鍦ㄧЩ鍔ㄧ姸鎬"
+ },
+ "actor鏄惁鏄獞椹姸鎬": {
+ "prefix": "SL:Get_ACTOR_IS_HORSEBACK_RADING",
+ "description": "actor鏄惁鏄獞椹姸鎬",
+ "body": "SL:Get_ACTOR_IS_HORSEBACK_RADING(actorID)",
+ "scope": "鍏冨彉閲/Actor/actor鏄惁鏄獞椹姸鎬"
+ },
+ "鑾峰彇actor(鎬墿)鏄惁鐭冲寲鐘舵": {
+ "prefix": "SL:Get_ACTOR_STOME_MODE",
+ "description": "鑾峰彇actor(鎬墿)鏄惁鐭冲寲鐘舵",
+ "body": "SL:Get_ACTOR_STOME_MODE(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor(鎬墿)鏄惁鐭冲寲鐘舵"
+ },
+ "鑾峰彇actor(鎬墿) race server": {
+ "prefix": "SL:Get_ACTOR_RACE_SERVER",
+ "description": "鑾峰彇actor(鎬墿) race server",
+ "body": "SL:Get_ACTOR_RACE_SERVER(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor(鎬墿) race server"
+ },
+ "鑾峰彇actor(鎬墿) race img": {
+ "prefix": "SL:Get_ACTOR_RACE_IMG",
+ "description": "鑾峰彇actor(鎬墿) race img",
+ "body": "SL:Get_ACTOR_RACE_IMG(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor(鎬墿) race img"
+ },
+ "鑾峰彇actor(鎬墿)鏄惁涓嶆樉绀哄悕瀛": {
+ "prefix": "SL:Get_ACTOR_HIDE_NAME",
+ "description": "鑾峰彇actor(鎬墿)鏄惁涓嶆樉绀哄悕瀛",
+ "body": "SL:Get_ACTOR_HIDE_NAME(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor(鎬墿)鏄惁涓嶆樉绀哄悕瀛"
+ },
+ "鑾峰彇actor(鎬墿)鏄惁涓嶆樉绀鸿鏉": {
+ "prefix": "SL:Get_ACTOR_HIDE_HP_BAR",
+ "description": "鑾峰彇actor(鎬墿)鏄惁涓嶆樉绀鸿鏉",
+ "body": "SL:Get_ACTOR_HIDE_HP_BAR(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor(鎬墿)鏄惁涓嶆樉绀鸿鏉"
+ },
+ "鑾峰彇actor(鎬墿)鍥藉妯″紡鏄惁鍙鏀诲嚮": {
+ "prefix": "SL:Get_ACTOR_NATION_ENEMY_PK",
+ "description": "鑾峰彇actor(鎬墿)鍥藉妯″紡鏄惁鍙鏀诲嚮",
+ "body": "SL:Get_ACTOR_NATION_ENEMY_PK(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor(鎬墿)鍥藉妯″紡鏄惁鍙鏀诲嚮"
+ },
+ "鑾峰彇actor鐨凣M鑷畾涔夋暟鎹": {
+ "prefix": "SL:Get_ACTOR_GM_DATA",
+ "description": "鑾峰彇actor鐨凣M鑷畾涔夋暟鎹",
+ "body": "SL:Get_ACTOR_GM_DATA(actorID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor鐨凣M鑷畾涔夋暟鎹"
+ },
+ "actor鏄惁鍑虹敓": {
+ "prefix": "SL:Get_ACTOR_IS_BORN",
+ "description": "actor鏄惁鍑虹敓",
+ "body": "SL:Get_ACTOR_IS_BORN(actorID)",
+ "scope": "鍏冨彉閲/Actor/actor鏄惁鍑虹敓"
+ },
+ "actor鏄惁閽诲洖娲炵┐": {
+ "prefix": "SL:Get_ACTOR_IS_CAVE",
+ "description": "actor鏄惁閽诲洖娲炵┐",
+ "body": "SL:Get_ACTOR_IS_CAVE(actorID)",
+ "scope": "鍏冨彉閲/Actor/actor鏄惁閽诲洖娲炵┐"
+ },
+ "actor韬笂鎵鏈塨uff鏁版嵁": {
+ "prefix": "SL:Get_ACTOR_BUFF_DATA",
+ "description": "actor韬笂鎵鏈塨uff鏁版嵁",
+ "body": "SL:Get_ACTOR_BUFF_DATA(actorID)",
+ "scope": "鍏冨彉閲/Actor/actor韬笂鎵鏈塨uff鏁版嵁"
+ },
+ "actor鏄惁鏈夋煇涓猙uff": {
+ "prefix": "SL:Get_ACTOR_HAS_ONE_BUFF",
+ "description": "actor鏄惁鏈夋煇涓猙uff",
+ "body": "SL:Get_ACTOR_HAS_ONE_BUFF(actorID, buffID)",
+ "scope": "鍏冨彉閲/Actor/actor鏄惁鏈夋煇涓猙uff"
+ },
+ "鑾峰彇actor韬笂鏌愪釜buff鏁版嵁": {
+ "prefix": "SL:Get_ACTOR_BUFF_DATA_BY_ID",
+ "description": "鑾峰彇actor韬笂鏌愪釜buff鏁版嵁",
+ "body": "SL:Get_ACTOR_BUFF_DATA_BY_ID(actorID, buffID)",
+ "scope": "鍏冨彉閲/Actor/鑾峰彇actor韬笂鏌愪釜buff鏁版嵁"
+ },
+ "瑁呭Map": {
+ "prefix": "SL:Get_EQUIPMAP_BY_STDMODE",
+ "description": "瑁呭Map",
+ "body": "SL:Get_EQUIPMAP_BY_STDMODE()",
+ "scope": "鍏冨彉閲/ItemTips/瑁呭Map"
+ },
+ "闄よ澶嘙ap 鏄剧ず鎸佷箙鐨剆tdmode": {
+ "prefix": "SL:Get_EX_SHOWLAST_MAP",
+ "description": "闄よ澶嘙ap 鏄剧ず鎸佷箙鐨剆tdmode",
+ "body": "SL:Get_EX_SHOWLAST_MAP()",
+ "scope": "鍏冨彉閲/ItemTips/闄よ澶嘙ap 鏄剧ず鎸佷箙鐨剆tdmode"
+ },
+ "閫氳繃stdmode鑾峰彇TIPS瑁呭浣嶅垪琛": {
+ "prefix": "SL:Get_TIP_POSLIST_BY_STDMODE",
+ "description": "閫氳繃stdmode鑾峰彇TIPS瑁呭浣嶅垪琛",
+ "body": "SL:Get_TIP_POSLIST_BY_STDMODE(param1, param2)",
+ "scope": "鍏冨彉閲/ItemTips/閫氳繃stdmode鑾峰彇TIPS瑁呭浣嶅垪琛"
+ },
+ "鏄惁鏄鐜╁鎬у埆瑁呭": {
+ "prefix": "SL:Get_IS_SAMESEX_EQUIP",
+ "description": "鏄惁鏄鐜╁鎬у埆瑁呭",
+ "body": "SL:Get_IS_SAMESEX_EQUIP(param1, param2)",
+ "scope": "鍏冨彉閲/ItemTips/鏄惁鏄鐜╁鎬у埆瑁呭"
+ },
+ "瀵筩fg_att_score琛ㄦ搷浣 鑾峰彇灞炴ч厤缃": {
+ "prefix": "SL:Get_ATTR_CONFIG",
+ "description": "瀵筩fg_att_score琛ㄦ搷浣 鑾峰彇灞炴ч厤缃",
+ "body": "SL:Get_ATTR_CONFIG(param1)",
+ "scope": "鍏冨彉閲/ItemTips/瀵筩fg_att_score琛ㄦ搷浣 鑾峰彇灞炴ч厤缃"
+ },
+ "瀵筩fg_suitex琛ㄦ搷浣 鑾峰彇瀵瑰簲濂楄id閰嶇疆": {
+ "prefix": "SL:Get_SUITEX_CONFIG",
+ "description": "瀵筩fg_suitex琛ㄦ搷浣 鑾峰彇瀵瑰簲濂楄id閰嶇疆",
+ "body": "SL:Get_SUITEX_CONFIG(param1)",
+ "scope": "鍏冨彉閲/ItemTips/瀵筩fg_suitex琛ㄦ搷浣 鑾峰彇瀵瑰簲濂楄id閰嶇疆"
+ },
+ "鐗╁搧绫诲瀷": {
+ "prefix": "SL:Get_ITEMTYPE_ENUM",
+ "description": "鐗╁搧绫诲瀷",
+ "body": "SL:Get_ITEMTYPE_ENUM()",
+ "scope": "鍏冨彉閲/ItemTips/鐗╁搧绫诲瀷"
+ },
+ "鏍规嵁閬撳叿鏁版嵁鑾峰彇鐗╁搧绫诲瀷": {
+ "prefix": "SL:Get_ITEMTYPE",
+ "description": "鏍规嵁閬撳叿鏁版嵁鑾峰彇鐗╁搧绫诲瀷",
+ "body": "SL:Get_ITEMTYPE(itemData)",
+ "scope": "鍏冨彉閲/ItemTips/鏍规嵁閬撳叿鏁版嵁鑾峰彇鐗╁搧绫诲瀷"
+ },
+ "鑷畾涔夊睘鎬D鏄犲皠Map": {
+ "prefix": "SL:Get_CUST_ABIL_MAP",
+ "description": "鑷畾涔夊睘鎬D鏄犲皠Map",
+ "body": "SL:Get_CUST_ABIL_MAP()",
+ "scope": "鍏冨彉閲/ItemTips/鑷畾涔夊睘鎬D鏄犲皠Map"
+ },
+ "鏍规嵁閬撳叿绱㈠紩鍒ゆ柇鏄惁鏄洖鍩庣煶": {
+ "prefix": "SL:Get_ITEM_IS_CITY_STONE",
+ "description": "鏍规嵁閬撳叿绱㈠紩鍒ゆ柇鏄惁鏄洖鍩庣煶",
+ "body": "SL:Get_ITEM_IS_CITY_STONE(itemIndex)",
+ "scope": "鍏冨彉閲/ItemTips/鏍规嵁閬撳叿绱㈠紩鍒ゆ柇鏄惁鏄洖鍩庣煶"
+ },
+ "鏍规嵁閬撳叿绱㈠紩鍒ゆ柇鏄惁鏄殢鏈虹煶": {
+ "prefix": "SL:Get_ITEM_IS_RAND_STONE",
+ "description": "鏍规嵁閬撳叿绱㈠紩鍒ゆ柇鏄惁鏄殢鏈虹煶",
+ "body": "SL:Get_ITEM_IS_RAND_STONE(itemIndex)",
+ "scope": "鍏冨彉閲/ItemTips/鏍规嵁閬撳叿绱㈠紩鍒ゆ柇鏄惁鏄殢鏈虹煶"
+ },
+ "鑾峰彇閬撳叿鏄惁鍦ㄨ绉诲姩": {
+ "prefix": "SL:Get_ITEM_MOVE_STATE",
+ "description": "鑾峰彇閬撳叿鏄惁鍦ㄨ绉诲姩",
+ "body": "SL:Get_ITEM_MOVE_STATE()",
+ "scope": "鍏冨彉閲/ItemTips/鑾峰彇閬撳叿鏄惁鍦ㄨ绉诲姩"
+ },
+ "鑾峰緱褰撳墠姝e湪琚Щ鍔ㄧ殑閬撳叿鏁伴噺": {
+ "prefix": "SL:Get_ITEM_MOVE_FROM",
+ "description": "鑾峰緱褰撳墠姝e湪琚Щ鍔ㄧ殑閬撳叿鏁伴噺",
+ "body": "SL:Get_ITEM_MOVE_FROM()",
+ "scope": "鍏冨彉閲/ItemTips/鑾峰緱褰撳墠姝e湪琚Щ鍔ㄧ殑閬撳叿鏁伴噺"
+ },
+ "鑾峰緱褰撳墠姝e湪琚Щ鍔ㄧ殑閬撳叿淇℃伅": {
+ "prefix": "SL:Get_ITEM_MOVE_DATA",
+ "description": "鑾峰緱褰撳墠姝e湪琚Щ鍔ㄧ殑閬撳叿淇℃伅",
+ "body": "SL:Get_ITEM_MOVE_DATA()",
+ "scope": "鍏冨彉閲/ItemTips/鑾峰緱褰撳墠姝e湪琚Щ鍔ㄧ殑閬撳叿淇℃伅"
+ },
+ "鑾峰彇涓婃绉诲姩绌挎埓鐨勯亾鍏锋暟鎹": {
+ "prefix": "SL:Get_LAST_MOVE_TAKEON_ITEM_MAKEINDEX",
+ "description": "鑾峰彇涓婃绉诲姩绌挎埓鐨勯亾鍏锋暟鎹",
+ "body": "SL:Get_LAST_MOVE_TAKEON_ITEM_MAKEINDEX()",
+ "scope": "鍏冨彉閲/ItemTips/鑾峰彇涓婃绉诲姩绌挎埓鐨勯亾鍏锋暟鎹"
+ },
+ "鏍规嵁MakeIndex鑾峰彇鐗╁搧鑷畾涔夊彉閲忓垪琛": {
+ "prefix": "SL:Get_ITEM_CUSTOM_VARLIST",
+ "description": "鏍规嵁MakeIndex鑾峰彇鐗╁搧鑷畾涔夊彉閲忓垪琛",
+ "body": "SL:Get_ITEM_CUSTOM_VARLIST(key)",
+ "scope": "鍏冨彉閲/ItemTips/鏍规嵁MakeIndex鑾峰彇鐗╁搧鑷畾涔夊彉閲忓垪琛"
+ },
+ "鏍规嵁MakeIndex鍜岀墿鍝佸悕鑾峰彇鐗╁搧鑷畾涔夊彉閲": {
+ "prefix": "SL:Get_ITEM_CUSTOM_VAR_BY_VNAME",
+ "description": "鏍规嵁MakeIndex鍜岀墿鍝佸悕鑾峰彇鐗╁搧鑷畾涔夊彉閲",
+ "body": "SL:Get_ITEM_CUSTOM_VAR_BY_VNAME(key, vName)",
+ "scope": "鍏冨彉閲/ItemTips/鏍规嵁MakeIndex鍜岀墿鍝佸悕鑾峰彇鐗╁搧鑷畾涔夊彉閲"
+ },
+ "鏍规嵁閬撳叿鏁版嵁鑾峰彇鐗╁搧鑷畾涔夌被鍨": {
+ "prefix": "SL:Get_ITEM_CUSTOM_DIYSHOW_BY_TYPE",
+ "description": "鏍规嵁閬撳叿鏁版嵁鑾峰彇鐗╁搧鑷畾涔夌被鍨",
+ "body": "SL:Get_ITEM_CUSTOM_DIYSHOW_BY_TYPE(key, type)",
+ "scope": "鍏冨彉閲/ItemTips/鏍规嵁閬撳叿鏁版嵁鑾峰彇鐗╁搧鑷畾涔夌被鍨"
+ },
+ "璁剧疆褰撳墠閫変腑鐨勮儗鍖呴〉": {
+ "prefix": "SL:Set_BAG_CUR_PAGE",
+ "description": "璁剧疆褰撳墠閫変腑鐨勮儗鍖呴〉",
+ "body": "SL:Set_BAG_CUR_PAGE(param1)",
+ "scope": "鍏冨彉閲/Set/璁剧疆褰撳墠閫変腑鐨勮儗鍖呴〉"
+ },
+ "褰撳墠鑱婂ぉ棰戦亾": {
+ "prefix": "SL:Set_CHAT_CUR_CHAT_CHANNEL",
+ "description": "褰撳墠鑱婂ぉ棰戦亾",
+ "body": "SL:Set_CHAT_CUR_CHAT_CHANNEL(param1)",
+ "scope": "鍏冨彉閲/Set/褰撳墠鑱婂ぉ棰戦亾"
+ },
+ "璁剧疆鎹$墿鍝佹暟鎹": {
+ "prefix": "SL:Set_SETTING_PICK_VALUE",
+ "description": "璁剧疆鎹$墿鍝佹暟鎹",
+ "body": "SL:Set_SETTING_PICK_VALUE(param1, param2)",
+ "scope": "鍏冨彉閲/Set/璁剧疆鎹$墿鍝佹暟鎹"
+ },
+ "璁剧疆鐨勬暟鎹": {
+ "prefix": "SL:Set_SETTING_VALUE",
+ "description": "璁剧疆鐨勬暟鎹",
+ "body": "SL:Set_SETTING_VALUE(param1, param2)",
+ "scope": "鍏冨彉閲/Set/璁剧疆鐨勬暟鎹"
+ },
+ "璁剧疆鎹$墿鍝佺粍鏁版嵁": {
+ "prefix": "SL:Set_SETTING_PICK_GROUP_VALUE",
+ "description": "璁剧疆鎹$墿鍝佺粍鏁版嵁",
+ "body": "SL:Set_SETTING_PICK_GROUP_VALUE(param1, param2)",
+ "scope": "鍏冨彉閲/Set/璁剧疆鎹$墿鍝佺粍鏁版嵁"
+ },
+ "璁剧疆鎺掑簭鐩稿叧鏁版嵁": {
+ "prefix": "SL:Set_SETTING_RANK_DATA",
+ "description": "璁剧疆鎺掑簭鐩稿叧鏁版嵁",
+ "body": "SL:Set_SETTING_RANK_DATA(param1, param2)",
+ "scope": "鍏冨彉閲/Set/璁剧疆鎺掑簭鐩稿叧鏁版嵁"
+ },
+ "璁剧疆boss鎻愮ず绫诲瀷": {
+ "prefix": "SL:Set_SETTING_BOSS_REMIND_TYPE",
+ "description": "璁剧疆boss鎻愮ず绫诲瀷",
+ "body": "SL:Set_SETTING_BOSS_REMIND_TYPE(param1)",
+ "scope": "鍏冨彉閲/Set/璁剧疆boss鎻愮ず绫诲瀷"
+ },
+ "璁剧疆boss鎻愮ず鍊": {
+ "prefix": "SL:Set_SETTING_BOSS_REMIND_VALUE",
+ "description": "璁剧疆boss鎻愮ず鍊",
+ "body": "SL:Set_SETTING_BOSS_REMIND_VALUE(param1)",
+ "scope": "鍏冨彉閲/Set/璁剧疆boss鎻愮ず鍊"
+ },
+ "瑙掕壊闈㈡澘鏃惰鏄剧ず寮鍏": {
+ "prefix": "SL:Set_PLAYER_SUPEREQUIP_SHOW",
+ "description": "瑙掕壊闈㈡澘鏃惰鏄剧ず寮鍏",
+ "body": "SL:Set_PLAYER_SUPEREQUIP_SHOW(param1)",
+ "scope": "鍏冨彉閲/Set/瑙掕壊闈㈡澘鏃惰鏄剧ず寮鍏"
+ },
+ "鑻遍泟闈㈡澘鏃惰鏄剧ず寮鍏": {
+ "prefix": "SL:Set_HERO_SUPEREQUIP_SHOW",
+ "description": "鑻遍泟闈㈡澘鏃惰鏄剧ず寮鍏",
+ "body": "SL:Set_HERO_SUPEREQUIP_SHOW(param1)",
+ "scope": "鍏冨彉閲/Set/鑻遍泟闈㈡澘鏃惰鏄剧ず寮鍏"
+ },
+ "璁剧疆鎶鑳藉揩鎹烽敭": {
+ "prefix": "SL:Set_SKILL_KEY",
+ "description": "璁剧疆鎶鑳藉揩鎹烽敭",
+ "body": "SL:Set_SKILL_KEY(param1, param2)",
+ "scope": "鍏冨彉閲/Set/璁剧疆鎶鑳藉揩鎹烽敭"
+ },
+ "鑻遍泟璁剧疆鎶鑳藉揩鎹烽敭": {
+ "prefix": "SL:Set_H_SKILL_KEY",
+ "description": "鑻遍泟璁剧疆鎶鑳藉揩鎹烽敭",
+ "body": "SL:Set_H_SKILL_KEY(param1, param2)",
+ "scope": "鍏冨彉閲/Set/鑻遍泟璁剧疆鎶鑳藉揩鎹烽敭"
+ },
+ "鏄惁鐐瑰嚮鑻遍泟瀹堟姢鎸夐挳": {
+ "prefix": "SL:Set_HERO_GUARD_ISCLICK",
+ "description": "鏄惁鐐瑰嚮鑻遍泟瀹堟姢鎸夐挳",
+ "body": "SL:Set_HERO_GUARD_ISCLICK(param1)",
+ "scope": "鍏冨彉閲/Set/鏄惁鐐瑰嚮鑻遍泟瀹堟姢鎸夐挳"
+ },
+ "璁剧疆鑻遍泟婵娲荤殑鐘舵佸垪琛": {
+ "prefix": "SL:Set_HERO_ACTIVES_STATES",
+ "description": "璁剧疆鑻遍泟婵娲荤殑鐘舵佸垪琛",
+ "body": "SL:Set_HERO_ACTIVES_STATES(param1)",
+ "scope": "鍏冨彉閲/Set/璁剧疆鑻遍泟婵娲荤殑鐘舵佸垪琛"
+ },
+ "鍚堟垚鎵撳紑鐨処D": {
+ "prefix": "SL:Set_COMPOUND_OPEN_ID",
+ "description": "鍚堟垚鎵撳紑鐨処D",
+ "body": "SL:Set_COMPOUND_OPEN_ID(param1)",
+ "scope": "鍏冨彉閲/Set/鍚堟垚鎵撳紑鐨処D"
+ },
+ "閫夋嫨鐩爣ID": {
+ "prefix": "SL:Set_SELECT_TARGET_ID",
+ "description": "閫夋嫨鐩爣ID",
+ "body": "SL:Set_SELECT_TARGET_ID(param1)",
+ "scope": "鍏冨彉閲/Set/閫夋嫨鐩爣ID"
+ },
+ "PC閿佸畾鏀诲嚮鐘舵": {
+ "prefix": "SL:Set_ATTACK_STATE",
+ "description": "PC閿佸畾鏀诲嚮鐘舵",
+ "body": "SL:Set_ATTACK_STATE(param1)",
+ "scope": "鍏冨彉閲/Set/PC閿佸畾鏀诲嚮鐘舵"
+ },
+ "鍔熻兘鑿滃崟鍙傛暟璁剧疆": {
+ "prefix": "SL:Set_FUNCDOCK_PARAM",
+ "description": "鍔熻兘鑿滃崟鍙傛暟璁剧疆",
+ "body": "SL:Set_FUNCDOCK_PARAM(param1)",
+ "scope": "鍏冨彉閲/Set/鍔熻兘鑿滃崟鍙傛暟璁剧疆"
+ },
+ "璁剧疆鍓创鏉挎枃鏈": {
+ "prefix": "SL:Set_CLIPBOARD_TEXT",
+ "description": "璁剧疆鍓创鏉挎枃鏈",
+ "body": "SL:Set_CLIPBOARD_TEXT(param1)",
+ "scope": "鍏冨彉閲/Set/璁剧疆鍓创鏉挎枃鏈"
+ },
+ "璁剧疆 鑷姩鎷惧彇-鎺夎惤鐗-椋炲悜鐨勪笘鐣屽潗鏍": {
+ "prefix": "SL:Set_DROPITEM_FLY_WORLD_POSITION",
+ "description": "璁剧疆 鑷姩鎷惧彇-鎺夎惤鐗-椋炲悜鐨勪笘鐣屽潗鏍",
+ "body": "SL:Set_DROPITEM_FLY_WORLD_POSITION(param1, param2)",
+ "scope": "鍏冨彉閲/Set/璁剧疆 鑷姩鎷惧彇-鎺夎惤鐗-椋炲悜鐨勪笘鐣屽潗鏍"
+ },
+ "璁剧疆蹇嵎鏍忎釜鏁": {
+ "prefix": "SL:Set_QUICK_USE_NUM",
+ "description": "璁剧疆蹇嵎鏍忎釜鏁",
+ "body": "SL:Set_QUICK_USE_NUM(param1)",
+ "scope": "鍏冨彉閲/Set/璁剧疆蹇嵎鏍忎釜鏁"
+ },
+ "鐗瑰畾鐘跺喌寮曞浜嬩欢寮濮嬮氱煡": {
+ "prefix": "SL:Set_GUIDE_EVENT_BEGAN",
+ "description": "鐗瑰畾鐘跺喌寮曞浜嬩欢寮濮嬮氱煡",
+ "body": "SL:Set_GUIDE_EVENT_BEGAN(param1, param2)",
+ "scope": "鍏冨彉閲/Set/鐗瑰畾鐘跺喌寮曞浜嬩欢寮濮嬮氱煡"
+ },
+ "鐗瑰畾鐘跺喌寮曞浜嬩欢缁撴潫閫氱煡": {
+ "prefix": "SL:Set_GUIDE_EVENT_END",
+ "description": "鐗瑰畾鐘跺喌寮曞浜嬩欢缁撴潫閫氱煡",
+ "body": "SL:Set_GUIDE_EVENT_END(param1)",
+ "scope": "鍏冨彉閲/Set/鐗瑰畾鐘跺喌寮曞浜嬩欢缁撴潫閫氱煡"
+ },
+ "璁剧疆浜虹墿鍐呭姛鎶鑳藉紑鍏": {
+ "prefix": "SL:Set_INTERNAL_SKILL_ONOFF",
+ "description": "璁剧疆浜虹墿鍐呭姛鎶鑳藉紑鍏",
+ "body": "SL:Set_INTERNAL_SKILL_ONOFF(param1, param2, param3)",
+ "scope": "鍏冨彉閲/Set/璁剧疆浜虹墿鍐呭姛鎶鑳藉紑鍏"
+ },
+ "淇敼PC绔睆骞曞垎杈ㄧ巼": {
+ "prefix": "SL:Set_WIN_DEVICE_SIZE",
+ "description": "淇敼PC绔睆骞曞垎杈ㄧ巼",
+ "body": "SL:Set_WIN_DEVICE_SIZE(param1, param2)",
+ "scope": "鍏冨彉閲/Set/淇敼PC绔睆骞曞垎杈ㄧ巼"
+ },
+ "鎽嗘憡璁剧疆閫変腑鐨勭墿鍝佸敮涓ID": {
+ "prefix": "SL:Set_STALL_SELECT_ID",
+ "description": "鎽嗘憡璁剧疆閫変腑鐨勭墿鍝佸敮涓ID",
+ "body": "SL:Set_STALL_SELECT_ID(param1)",
+ "scope": "鍏冨彉閲/Set/鎽嗘憡璁剧疆閫変腑鐨勭墿鍝佸敮涓ID"
+ },
+ "璁剧疆鍏佽缁勯槦鐘舵": {
+ "prefix": "SL:Set_TEAM_STATUS_PERMIT",
+ "description": "璁剧疆鍏佽缁勯槦鐘舵",
+ "body": "SL:Set_TEAM_STATUS_PERMIT(param1)",
+ "scope": "鍏冨彉閲/Set/璁剧疆鍏佽缁勯槦鐘舵"
+ },
+ "璁剧疆鍏佽娣诲姞鐘舵": {
+ "prefix": "SL:Set_ADD_STATUS_PERMIT",
+ "description": "璁剧疆鍏佽娣诲姞鐘舵",
+ "body": "SL:Set_ADD_STATUS_PERMIT(param1)",
+ "scope": "鍏冨彉閲/Set/璁剧疆鍏佽娣诲姞鐘舵"
+ },
+ "璁剧疆鍏佽浜ゆ槗鐘舵": {
+ "prefix": "SL:Set_DEAL_STATUS_PERMIT",
+ "description": "璁剧疆鍏佽浜ゆ槗鐘舵",
+ "body": "SL:Set_DEAL_STATUS_PERMIT(param1)",
+ "scope": "鍏冨彉閲/Set/璁剧疆鍏佽浜ゆ槗鐘舵"
+ },
+ "璁剧疆鍏佽鏄剧ず鐘舵": {
+ "prefix": "SL:Set_SHOW_STATUS_PERMIT",
+ "description": "璁剧疆鍏佽鏄剧ず鐘舵",
+ "body": "SL:Set_SHOW_STATUS_PERMIT(param1)",
+ "scope": "鍏冨彉閲/Set/璁剧疆鍏佽鏄剧ず鐘舵"
+ },
+ "璁剧疆杞悜鏂瑰悜": {
+ "prefix": "SL:Set_TURN_DIR",
+ "description": "璁剧疆杞悜鏂瑰悜",
+ "body": "SL:Set_TURN_DIR(param1)",
+ "scope": "鍏冨彉閲/Set/璁剧疆杞悜鏂瑰悜"
+ },
+ "璁剧疆PC鎸佺画鏀诲嚮鐩爣ID": {
+ "prefix": "SL:Set_SELECT_SHIFT_ATTACK_ID",
+ "description": "璁剧疆PC鎸佺画鏀诲嚮鐩爣ID",
+ "body": "SL:Set_SELECT_SHIFT_ATTACK_ID(param1)",
+ "scope": "鍏冨彉閲/Set/璁剧疆PC鎸佺画鏀诲嚮鐩爣ID"
+ },
+ "璁剧疆鏄惁鎺ユ敹璇ュ垎绫绘帀钀戒俊鎭": {
+ "prefix": "SL:Set_CHAT_DROP_TYPE_IS_RECEIVE",
+ "description": "璁剧疆鏄惁鎺ユ敹璇ュ垎绫绘帀钀戒俊鎭",
+ "body": "SL:Set_CHAT_DROP_TYPE_IS_RECEIVE(param1, param2)",
+ "scope": "鍏冨彉閲/Set/璁剧疆鏄惁鎺ユ敹璇ュ垎绫绘帀钀戒俊鎭"
+ },
+ "娣诲姞鑷姩浣跨敤寮圭獥": {
+ "prefix": "SL:Set_AUTOUSE_MAKEINDEX_BY_POS",
+ "description": "娣诲姞鑷姩浣跨敤寮圭獥",
+ "body": "SL:Set_AUTOUSE_MAKEINDEX_BY_POS(param1, param2, param3)",
+ "scope": "鍏冨彉閲/Set/娣诲姞鑷姩浣跨敤寮圭獥"
+ },
+ "鍏呭煎晢鍝佷俊鎭垪琛": {
+ "prefix": "SL:Get_RECHARGE_PRODUCTS",
+ "description": "鍏呭煎晢鍝佷俊鎭垪琛",
+ "body": "SL:Get_RECHARGE_PRODUCTS()",
+ "scope": "鍏冨彉閲/鍏呭-鎽嗘憡-瀹濈/鍏呭煎晢鍝佷俊鎭垪琛"
+ },
+ "閫氳繃鍟嗗搧Id鑾峰彇鍟嗗搧淇℃伅": {
+ "prefix": "SL:Get_RECHARGE_PRODUCT_BY_ID",
+ "description": "閫氳繃鍟嗗搧Id鑾峰彇鍟嗗搧淇℃伅",
+ "body": "SL:Get_RECHARGE_PRODUCT_BY_ID(id)",
+ "scope": "鍏冨彉閲/鍏呭-鎽嗘憡-瀹濈/閫氳繃鍟嗗搧Id鑾峰彇鍟嗗搧淇℃伅"
+ },
+ "鏄惁鎺ュ叆绗笁鏂筍DK": {
+ "prefix": "SL:Get_IS_SDK_PAY",
+ "description": "鏄惁鎺ュ叆绗笁鏂筍DK",
+ "body": "SL:Get_IS_SDK_PAY()",
+ "scope": "鍏冨彉閲/鍏呭-鎽嗘憡-瀹濈/鏄惁鎺ュ叆绗笁鏂筍DK"
+ },
+ "鑾峰彇璐拱鎽婁綅鍚嶅瓧": {
+ "prefix": "SL:Get_STALL_SELL_SHOW_NAME",
+ "description": "鑾峰彇璐拱鎽婁綅鍚嶅瓧",
+ "body": "SL:Get_STALL_SELL_SHOW_NAME()",
+ "scope": "鍏冨彉閲/鍏呭-鎽嗘憡-瀹濈/鑾峰彇璐拱鎽婁綅鍚嶅瓧"
+ },
+ "鑾峰彇璐拱鎽婁綅鐗╁搧淇℃伅": {
+ "prefix": "SL:Get_STALL_ONSELL_DATA",
+ "description": "鑾峰彇璐拱鎽婁綅鐗╁搧淇℃伅",
+ "body": "SL:Get_STALL_ONSELL_DATA()",
+ "scope": "鍏冨彉閲/鍏呭-鎽嗘憡-瀹濈/鑾峰彇璐拱鎽婁綅鐗╁搧淇℃伅"
+ },
+ "鑾峰彇鎴戠殑鎽婁綅鐗╁搧淇℃伅": {
+ "prefix": "SL:Get_STALL_MYSELL_DATA",
+ "description": "鑾峰彇鎴戠殑鎽婁綅鐗╁搧淇℃伅",
+ "body": "SL:Get_STALL_MYSELL_DATA()",
+ "scope": "鍏冨彉閲/鍏呭-鎽嗘憡-瀹濈/鑾峰彇鎴戠殑鎽婁綅鐗╁搧淇℃伅"
+ },
+ "鏄惁杩樻湁閲嶆憞/寮鍚鏁": {
+ "prefix": "SL:Get_HAVE_GOLDBOX_OPENTIME",
+ "description": "鏄惁杩樻湁閲嶆憞/寮鍚鏁",
+ "body": "SL:Get_HAVE_GOLDBOX_OPENTIME()",
+ "scope": "鍏冨彉閲/鍏呭-鎽嗘憡-瀹濈/鏄惁杩樻湁閲嶆憞/寮鍚鏁"
+ },
+ "璁剧疆鏄惁鐢熸晥": {
+ "prefix": "SL:Get_SETTING_ENABLED",
+ "description": "璁剧疆鏄惁鐢熸晥",
+ "body": "SL:Get_SETTING_ENABLED(param1)",
+ "scope": "鍏冨彉閲/鍐呮寕璁剧疆/璁剧疆鏄惁鐢熸晥"
+ },
+ "鑾峰彇璁剧疆鐨勬暟鎹": {
+ "prefix": "SL:Get_SETTING_VALUE",
+ "description": "鑾峰彇璁剧疆鐨勬暟鎹",
+ "body": "SL:Get_SETTING_VALUE(param1)",
+ "scope": "鍏冨彉閲/鍐呮寕璁剧疆/鑾峰彇璁剧疆鐨勬暟鎹"
+ },
+ "鑾峰彇璁剧疆鐨勯厤缃": {
+ "prefix": "SL:Get_SETTING_CONFIG",
+ "description": "鑾峰彇璁剧疆鐨勯厤缃",
+ "body": "SL:Get_SETTING_CONFIG(param1)",
+ "scope": "鍏冨彉閲/鍐呮寕璁剧疆/鑾峰彇璁剧疆鐨勯厤缃"
+ },
+ "鑾峰彇鐗╁搧鎷惧彇璁剧疆": {
+ "prefix": "SL:Get_SETTING_PICK_VALUE",
+ "description": "鑾峰彇鐗╁搧鎷惧彇璁剧疆",
+ "body": "SL:Get_SETTING_PICK_VALUE(param1)",
+ "scope": "鍏冨彉閲/鍐呮寕璁剧疆/鑾峰彇鐗╁搧鎷惧彇璁剧疆"
+ },
+ "鍙互鎷g殑鐗╁搧閰嶇疆": {
+ "prefix": "SL:Get_SETTING_PICK_CONFIG",
+ "description": "鍙互鎷g殑鐗╁搧閰嶇疆",
+ "body": "SL:Get_SETTING_PICK_CONFIG(param1)",
+ "scope": "鍏冨彉閲/鍐呮寕璁剧疆/鍙互鎷g殑鐗╁搧閰嶇疆"
+ },
+ "鐗╁搧鏄惁鍙互璁剧疆": {
+ "prefix": "SL:Get_SETTING_IS_ITEM_PICK_CAN_SET",
+ "description": "鐗╁搧鏄惁鍙互璁剧疆",
+ "body": "SL:Get_SETTING_IS_ITEM_PICK_CAN_SET()",
+ "scope": "鍏冨彉閲/鍐呮寕璁剧疆/鐗╁搧鏄惁鍙互璁剧疆"
+ },
+ "鎷惧彇缁勭殑鏁版嵁": {
+ "prefix": "SL:Get_SETTING_PICK_GROUP_VALUE",
+ "description": "鎷惧彇缁勭殑鏁版嵁",
+ "body": "SL:Get_SETTING_PICK_GROUP_VALUE(param1)",
+ "scope": "鍏冨彉閲/鍐呮寕璁剧疆/鎷惧彇缁勭殑鏁版嵁"
+ },
+ "閫氳繃鍊艰幏鍙栧湴鍥剧缉鏀惧搴旂櫨鍒嗘瘮": {
+ "prefix": "SL:Get_SETTING_MAPSCALE_PER",
+ "description": "閫氳繃鍊艰幏鍙栧湴鍥剧缉鏀惧搴旂櫨鍒嗘瘮",
+ "body": "SL:Get_SETTING_MAPSCALE_PER(param1)",
+ "scope": "鍏冨彉閲/鍐呮寕璁剧疆/閫氳繃鍊艰幏鍙栧湴鍥剧缉鏀惧搴旂櫨鍒嗘瘮"
+ },
+ "閫氳繃鐧惧垎姣旇幏鍙栧湴鍥剧缉鏀惧": {
+ "prefix": "SL:Get_SETTING_MAPSCALE_VALUE",
+ "description": "閫氳繃鐧惧垎姣旇幏鍙栧湴鍥剧缉鏀惧",
+ "body": "SL:Get_SETTING_MAPSCALE_VALUE(param1)",
+ "scope": "鍏冨彉閲/鍐呮寕璁剧疆/閫氳繃鐧惧垎姣旇幏鍙栧湴鍥剧缉鏀惧"
+ },
+ "鏄惁鏈夊瓨娲荤殑瀹濆疂": {
+ "prefix": "SL:Get_PET_ALIVE",
+ "description": "鏄惁鏈夊瓨娲荤殑瀹濆疂",
+ "body": "SL:Get_PET_ALIVE()",
+ "scope": "鍏冨彉閲/瀹犵墿/鏄惁鏈夊瓨娲荤殑瀹濆疂"
+ },
+ "瀹犵墿閿佸畾鐨勭洰鏍嘔D": {
+ "prefix": "SL:Get_PET_LOCK_ID",
+ "description": "瀹犵墿閿佸畾鐨勭洰鏍嘔D",
+ "body": "SL:Get_PET_LOCK_ID()",
+ "scope": "鍏冨彉閲/瀹犵墿/瀹犵墿閿佸畾鐨勭洰鏍嘔D"
+ },
+ "鑾峰彇瀹犵墿PK妯″紡": {
+ "prefix": "SL:Get_PET_PKMODE",
+ "description": "鑾峰彇瀹犵墿PK妯″紡",
+ "body": "SL:Get_PET_PKMODE()",
+ "scope": "鍏冨彉閲/瀹犵墿/鑾峰彇瀹犵墿PK妯″紡"
+ },
+ "鍦板浘ID": {
+ "prefix": "SL:Get_MAP_ID",
+ "description": "鍦板浘ID",
+ "body": "SL:Get_MAP_ID()",
+ "scope": "鍏冨彉閲/褰撳墠鍦板浘/鍦板浘ID"
+ },
+ "鍦板浘鍚嶅瓧": {
+ "prefix": "SL:Get_MAP_NAME",
+ "description": "鍦板浘鍚嶅瓧",
+ "body": "SL:Get_MAP_NAME()",
+ "scope": "鍏冨彉閲/褰撳墠鍦板浘/鍦板浘鍚嶅瓧"
+ },
+ "鍦板浘鏁版嵁ID": {
+ "prefix": "SL:Get_MAP_DATA_ID",
+ "description": "鍦板浘鏁版嵁ID",
+ "body": "SL:Get_MAP_DATA_ID()",
+ "scope": "鍏冨彉閲/褰撳墠鍦板浘/鍦板浘鏁版嵁ID"
+ },
+ "灏忓湴鍥綢D": {
+ "prefix": "SL:Get_MINIMAP_ID",
+ "description": "灏忓湴鍥綢D",
+ "body": "SL:Get_MINIMAP_ID()",
+ "scope": "鍏冨彉閲/褰撳墠鍦板浘/灏忓湴鍥綢D"
+ },
+ "鑾峰彇灏忓湴鍥炬枃浠堕氳繃鍦板浘ID": {
+ "prefix": "SL:Get_MINIMAP_FILE_BY_ID",
+ "description": "鑾峰彇灏忓湴鍥炬枃浠堕氳繃鍦板浘ID",
+ "body": "SL:Get_MINIMAP_FILE_BY_ID(mapID)",
+ "scope": "鍏冨彉閲/褰撳墠鍦板浘/鑾峰彇灏忓湴鍥炬枃浠堕氳繃鍦板浘ID"
+ },
+ "鏄惁鏄畨鍏ㄥ尯鍩": {
+ "prefix": "SL:Get_MAP_IS_IN_SAFE_AREA",
+ "description": "鏄惁鏄畨鍏ㄥ尯鍩",
+ "body": "SL:Get_MAP_IS_IN_SAFE_AREA()",
+ "scope": "鍏冨彉閲/褰撳墠鍦板浘/鏄惁鏄畨鍏ㄥ尯鍩"
+ },
+ "鏄惁绂佹鑱屼笟鍜岀瓑绾": {
+ "prefix": "SL:Get_MAP_FORBID_LEVEL_AND_JOB",
+ "description": "鏄惁绂佹鑱屼笟鍜岀瓑绾",
+ "body": "SL:Get_MAP_FORBID_LEVEL_AND_JOB()",
+ "scope": "鍏冨彉閲/褰撳墠鍦板浘/鏄惁绂佹鑱屼笟鍜岀瓑绾"
+ },
+ "鏄惁绂佹璇磋瘽": {
+ "prefix": "SL:Get_MAP_FORBID_SAY",
+ "description": "鏄惁绂佹璇磋瘽",
+ "body": "SL:Get_MAP_FORBID_SAY()",
+ "scope": "鍏冨彉閲/褰撳墠鍦板浘/鏄惁绂佹璇磋瘽"
+ },
+ "鏄惁琛閲忔樉绀虹櫨鍒嗘瘮": {
+ "prefix": "SL:Get_MAP_SHOW_HPPER",
+ "description": "鏄惁琛閲忔樉绀虹櫨鍒嗘瘮",
+ "body": "SL:Get_MAP_SHOW_HPPER()",
+ "scope": "鍏冨彉閲/褰撳墠鍦板浘/鏄惁琛閲忔樉绀虹櫨鍒嗘瘮"
+ },
+ "鏄惁绂佹鏌ョ湅": {
+ "prefix": "SL:Get_MAP_FORBID_LOOK",
+ "description": "鏄惁绂佹鏌ョ湅",
+ "body": "SL:Get_MAP_FORBID_LOOK()",
+ "scope": "鍏冨彉閲/褰撳墠鍦板浘/鏄惁绂佹鏌ョ湅"
+ },
+ "鏄惁绂佹閲婃斁鏌愭妧鑳": {
+ "prefix": "SL:Get_MAP_FORBID_LAUNCH_SKILL",
+ "description": "鏄惁绂佹閲婃斁鏌愭妧鑳",
+ "body": "SL:Get_MAP_FORBID_LAUNCH_SKILL()",
+ "scope": "鍏冨彉閲/褰撳墠鍦板浘/鏄惁绂佹閲婃斁鏌愭妧鑳"
+ },
+ "灏忓湴鍥捐祫婧愭槸鍚︽湁鏁": {
+ "prefix": "SL:Get_MINIMAP_ABLE",
+ "description": "灏忓湴鍥捐祫婧愭槸鍚︽湁鏁",
+ "body": "SL:Get_MINIMAP_ABLE()",
+ "scope": "鍏冨彉閲/褰撳墠鍦板浘/灏忓湴鍥捐祫婧愭槸鍚︽湁鏁"
+ },
+ "鍦板浘map鏂囦欢鏄惁鍔犺浇(false琛ㄧず姝e湪涓嬭浇涓)": {
+ "prefix": "SL:Get_MAP_DATA_LOADED",
+ "description": "鍦板浘map鏂囦欢鏄惁鍔犺浇(false琛ㄧず姝e湪涓嬭浇涓)",
+ "body": "SL:Get_MAP_DATA_LOADED()",
+ "scope": "鍏冨彉閲/褰撳墠鍦板浘/鍦板浘map鏂囦欢鏄惁鍔犺浇(false琛ㄧず姝e湪涓嬭浇涓)"
+ },
+ "鍦板浘妯悜鏍煎瓙鏁": {
+ "prefix": "SL:Get_MAP_ROWS",
+ "description": "鍦板浘妯悜鏍煎瓙鏁",
+ "body": "SL:Get_MAP_ROWS()",
+ "scope": "鍏冨彉閲/褰撳墠鍦板浘/鍦板浘妯悜鏍煎瓙鏁"
+ },
+ "鍦板浘绾靛悜鏍煎瓙鏁": {
+ "prefix": "SL:Get_MAP_COLS",
+ "description": "鍦板浘绾靛悜鏍煎瓙鏁",
+ "body": "SL:Get_MAP_COLS()",
+ "scope": "鍏冨彉閲/褰撳墠鍦板浘/鍦板浘绾靛悜鏍煎瓙鏁"
+ },
+ "鑾峰彇灏忓湴鍥炬枃浠惰矾寰": {
+ "prefix": "SL:Get_MINIMAP_FILE",
+ "description": "鑾峰彇灏忓湴鍥炬枃浠惰矾寰",
+ "body": "SL:Get_MINIMAP_FILE()",
+ "scope": "鍏冨彉閲/褰撳墠鍦板浘/鑾峰彇灏忓湴鍥炬枃浠惰矾寰"
+ },
+ "鍦板浘鑾峰彇瀹藉害鍍忕礌": {
+ "prefix": "SL:Get_MAP_SIZE_WIDTH_PIXEL",
+ "description": "鍦板浘鑾峰彇瀹藉害鍍忕礌",
+ "body": "SL:Get_MAP_SIZE_WIDTH_PIXEL()",
+ "scope": "鍏冨彉閲/褰撳墠鍦板浘/鍦板浘鑾峰彇瀹藉害鍍忕礌"
+ },
+ "鍦板浘鑾峰彇楂樺害鍍忕礌": {
+ "prefix": "SL:Get_MAP_SIZE_HEIGHT_PIXEL",
+ "description": "鍦板浘鑾峰彇楂樺害鍍忕礌",
+ "body": "SL:Get_MAP_SIZE_HEIGHT_PIXEL()",
+ "scope": "鍏冨彉閲/褰撳墠鍦板浘/鍦板浘鑾峰彇楂樺害鍍忕礌"
+ },
+ "鑾峰彇鍦板浘鏍煎瓙鏄惁鏄樆鎸": {
+ "prefix": "SL:Get_MAP_IS_OBSTACLE",
+ "description": "鑾峰彇鍦板浘鏍煎瓙鏄惁鏄樆鎸",
+ "body": "SL:Get_MAP_IS_OBSTACLE(mapX, mapY)",
+ "scope": "鍏冨彉閲/褰撳墠鍦板浘/鑾峰彇鍦板浘鏍煎瓙鏄惁鏄樆鎸"
+ },
+ "鍦板浘璁$畻璧风偣鍒扮粓鐐筙鎴栬匶 鍙樺寲鏈澶х殑宸": {
+ "prefix": "SL:Get_MAP_PATH_SIZE",
+ "description": "鍦板浘璁$畻璧风偣鍒扮粓鐐筙鎴栬匶 鍙樺寲鏈澶х殑宸",
+ "body": "SL:Get_MAP_PATH_SIZE()",
+ "scope": "鍏冨彉閲/褰撳墠鍦板浘/鍦板浘璁$畻璧风偣鍒扮粓鐐筙鎴栬匶 鍙樺寲鏈澶х殑宸"
+ },
+ "鍦板浘璁$畻璺緞鍧愭爣": {
+ "prefix": "SL:Get_MAP_PATH_POINTS",
+ "description": "鍦板浘璁$畻璺緞鍧愭爣",
+ "body": "SL:Get_MAP_PATH_POINTS()",
+ "scope": "鍏冨彉閲/褰撳墠鍦板浘/鍦板浘璁$畻璺緞鍧愭爣"
+ },
+ "鍦板浘鑾峰彇褰撳墠璺緞鍧愭爣index": {
+ "prefix": "SL:Get_MAP_CURRENT_PATH_INDEX",
+ "description": "鍦板浘鑾峰彇褰撳墠璺緞鍧愭爣index",
+ "body": "SL:Get_MAP_CURRENT_PATH_INDEX()",
+ "scope": "鍏冨彉閲/褰撳墠鍦板浘/鍦板浘鑾峰彇褰撳墠璺緞鍧愭爣index"
+ },
+ "鍦板浘鑾峰彇浜虹墿鍧愭爣": {
+ "prefix": "SL:Get_POS",
+ "description": "鍦板浘鑾峰彇浜虹墿鍧愭爣",
+ "body": "SL:Get_POS()",
+ "scope": "鍏冨彉閲/褰撳墠鍦板浘/鍦板浘鑾峰彇浜虹墿鍧愭爣"
+ },
+ "鍦板浘鑾峰彇鎬墿鍒楄〃浣嶇疆绛変俊鎭": {
+ "prefix": "SL:Get_MINIMAP_MONSTERS",
+ "description": "鍦板浘鑾峰彇鎬墿鍒楄〃浣嶇疆绛変俊鎭",
+ "body": "SL:Get_MINIMAP_MONSTERS()",
+ "scope": "鍏冨彉閲/褰撳墠鍦板浘/鍦板浘鑾峰彇鎬墿鍒楄〃浣嶇疆绛変俊鎭"
+ },
+ "鍦板浘鑾峰彇浼犻佺偣鍒楄〃浣嶇疆绛変俊鎭": {
+ "prefix": "SL:Get_MINIMAP_PORTALS",
+ "description": "鍦板浘鑾峰彇浼犻佺偣鍒楄〃浣嶇疆绛変俊鎭",
+ "body": "SL:Get_MINIMAP_PORTALS()",
+ "scope": "鍏冨彉閲/褰撳墠鍦板浘/鍦板浘鑾峰彇浼犻佺偣鍒楄〃浣嶇疆绛変俊鎭"
+ },
+ "鑾峰彇瑙嗛噹鍐呯帺瀹跺垪琛": {
+ "prefix": "SL:Get_FIND_IN_VIEW_PLAYER_LIST",
+ "description": "鑾峰彇瑙嗛噹鍐呯帺瀹跺垪琛",
+ "body": "SL:Get_FIND_IN_VIEW_PLAYER_LIST()",
+ "scope": "鍏冨彉閲/褰撳墠鍦板浘/鑾峰彇瑙嗛噹鍐呯帺瀹跺垪琛"
+ },
+ "鑾峰彇瑙嗛噹鍐呮墿鍒楄〃": {
+ "prefix": "SL:Get_FIND_IN_VIEW_MONSTER_LIST",
+ "description": "鑾峰彇瑙嗛噹鍐呮墿鍒楄〃",
+ "body": "SL:Get_FIND_IN_VIEW_MONSTER_LIST(param1, param2)",
+ "scope": "鍏冨彉閲/褰撳墠鍦板浘/鑾峰彇瑙嗛噹鍐呮墿鍒楄〃"
+ },
+ "鑾峰彇瑙嗛噹鍐匩PC鍒楄〃": {
+ "prefix": "SL:Get_FIND_IN_VIEW_NPC_LIST",
+ "description": "鑾峰彇瑙嗛噹鍐匩PC鍒楄〃",
+ "body": "SL:Get_FIND_IN_VIEW_NPC_LIST()",
+ "scope": "鍏冨彉閲/褰撳墠鍦板浘/鑾峰彇瑙嗛噹鍐匩PC鍒楄〃"
+ },
+ "鏄惁鍦ㄦ敾鍩庡尯鍩": {
+ "prefix": "SL:Get_MAP_IS_IN_SIEGE_AREA",
+ "description": "鏄惁鍦ㄦ敾鍩庡尯鍩",
+ "body": "SL:Get_MAP_IS_IN_SIEGE_AREA()",
+ "scope": "鍏冨彉閲/褰撳墠鍦板浘/鏄惁鍦ㄦ敾鍩庡尯鍩"
+ },
+ "鑾峰彇鐩爣鍦板浘鍧愭爣鍒板垵濮嬪湴鍥惧潗鏍囩殑鏂瑰悜": {
+ "prefix": "SL:Get_TARGET_MAPPOS_DIR",
+ "description": "鑾峰彇鐩爣鍦板浘鍧愭爣鍒板垵濮嬪湴鍥惧潗鏍囩殑鏂瑰悜",
+ "body": "SL:Get_TARGET_MAPPOS_DIR(srcPos, destPos)",
+ "scope": "鍏冨彉閲/褰撳墠鍦板浘/鑾峰彇鐩爣鍦板浘鍧愭爣鍒板垵濮嬪湴鍥惧潗鏍囩殑鏂瑰悜"
+ },
+ "鎺夎惤鐗╂槸鍚﹀彲鎷惧彇": {
+ "prefix": "SL:Get_IS_PICKABLE_DROPITEM",
+ "description": "鎺夎惤鐗╂槸鍚﹀彲鎷惧彇",
+ "body": "SL:Get_IS_PICKABLE_DROPITEM(actorID, mainPlayerID)",
+ "scope": "鍏冨彉閲/褰撳墠鍦板浘/鎺夎惤鐗╂槸鍚﹀彲鎷惧彇"
+ },
+ "PC 鎸夊潗鏍囬変腑actor": {
+ "prefix": "SL:Get_PICK_ACTORID_BY_POS",
+ "description": "PC 鎸夊潗鏍囬変腑actor",
+ "body": "SL:Get_PICK_ACTORID_BY_POS(posx, posy)",
+ "scope": "鍏冨彉閲/褰撳墠鍦板浘/PC 鎸夊潗鏍囬変腑actor"
+ },
+ "鏄惁鑷姩鎸傛満涓": {
+ "prefix": "SL:Get_BATTLE_IS_AFK",
+ "description": "鏄惁鑷姩鎸傛満涓",
+ "body": "SL:Get_BATTLE_IS_AFK()",
+ "scope": "鍏冨彉閲/鎴樻枟/鏄惁鑷姩鎸傛満涓"
+ },
+ "寮濮嬭嚜鍔ㄦ寕鏈": {
+ "prefix": "SL:Set_BATTLE_AFK_BEGIN",
+ "description": "寮濮嬭嚜鍔ㄦ寕鏈",
+ "body": "SL:Set_BATTLE_AFK_BEGIN()",
+ "scope": "鍏冨彉閲/鎴樻枟/寮濮嬭嚜鍔ㄦ寕鏈"
+ },
+ "缁撴潫鑷姩鎸傛満": {
+ "prefix": "SL:Set_BATTLE_AFK_END",
+ "description": "缁撴潫鑷姩鎸傛満",
+ "body": "SL:Set_BATTLE_AFK_END()",
+ "scope": "鍏冨彉閲/鎴樻枟/缁撴潫鑷姩鎸傛満"
+ },
+ "鏄惁鑷姩瀵昏矾涓": {
+ "prefix": "SL:Get_BATTLE_IS_AUTO_MOVE",
+ "description": "鏄惁鑷姩瀵昏矾涓",
+ "body": "SL:Get_BATTLE_IS_AUTO_MOVE()",
+ "scope": "鍏冨彉閲/鎴樻枟/鏄惁鑷姩瀵昏矾涓"
+ },
+ "寮濮嬭嚜鍔ㄥ璺": {
+ "prefix": "SL:Set_BATTLE_MOVE_BEGIN",
+ "description": "寮濮嬭嚜鍔ㄥ璺",
+ "body": "SL:Set_BATTLE_MOVE_BEGIN(mapID, mapX, mapY, target, pathfindingType)",
+ "scope": "鍏冨彉閲/鎴樻枟/寮濮嬭嚜鍔ㄥ璺"
+ },
+ "缁撴潫鑷姩瀵昏矾": {
+ "prefix": "SL:Set_BATTLE_MOVE_END",
+ "description": "缁撴潫鑷姩瀵昏矾",
+ "body": "SL:Set_BATTLE_MOVE_END()",
+ "scope": "鍏冨彉閲/鎴樻枟/缁撴潫鑷姩瀵昏矾"
+ },
+ "鏄惁鏄嚜鍔ㄦ嬀鍙": {
+ "prefix": "SL:Get_BATTLE_IS_AUTO_PICK",
+ "description": "鏄惁鏄嚜鍔ㄦ嬀鍙",
+ "body": "SL:Get_BATTLE_IS_AUTO_PICK()",
+ "scope": "鍏冨彉閲/鎴樻枟/鏄惁鏄嚜鍔ㄦ嬀鍙"
+ },
+ "寮濮嬭嚜鍔ㄦ崱鐗": {
+ "prefix": "SL:Set_BATTLE_PICK_BEGIN",
+ "description": "寮濮嬭嚜鍔ㄦ崱鐗",
+ "body": "SL:Set_BATTLE_PICK_BEGIN()",
+ "scope": "鍏冨彉閲/鎴樻枟/寮濮嬭嚜鍔ㄦ崱鐗"
+ },
+ "缁撴潫鑷姩鎹$墿": {
+ "prefix": "SL:Set_BATTLE_PICK_END",
+ "description": "缁撴潫鑷姩鎹$墿",
+ "body": "SL:Set_BATTLE_PICK_END()",
+ "scope": "鍏冨彉閲/鎴樻枟/缁撴潫鑷姩鎹$墿"
+ },
+ "鑾峰彇PC鎸佺画鏀诲嚮鐩爣": {
+ "prefix": "SL:Get_SELECT_SHIFT_ATTACK_ID",
+ "description": "鑾峰彇PC鎸佺画鏀诲嚮鐩爣",
+ "body": "SL:Get_SELECT_SHIFT_ATTACK_ID()",
+ "scope": "鍏冨彉閲/鎴樻枟/鑾峰彇PC鎸佺画鏀诲嚮鐩爣"
+ },
+ "绛涢夋妧鑳芥暟鎹": {
+ "prefix": "SL:Get_SKILL_INFO_FILTER",
+ "description": "绛涢夋妧鑳芥暟鎹",
+ "body": "SL:Get_SKILL_INFO_FILTER(param1, param2, param3, param4)",
+ "scope": "鍏冨彉閲/鎶鑳/绛涢夋妧鑳芥暟鎹"
+ },
+ "鑾峰彇鎶鑳藉悕瀛": {
+ "prefix": "SL:Get_SKILL_NAME",
+ "description": "鑾峰彇鎶鑳藉悕瀛",
+ "body": "SL:Get_SKILL_NAME(skillID)",
+ "scope": "鍏冨彉閲/鎶鑳/鑾峰彇鎶鑳藉悕瀛"
+ },
+ "鑾峰彇鎶鑳藉浘鏍": {
+ "prefix": "SL:Get_SKILL_ICON_PATH",
+ "description": "鑾峰彇鎶鑳藉浘鏍",
+ "body": "SL:Get_SKILL_ICON_PATH(skillID)",
+ "scope": "鍏冨彉閲/鎶鑳/鑾峰彇鎶鑳藉浘鏍"
+ },
+ "鑾峰彇鐭╁舰鎶鑳藉浘鏍": {
+ "prefix": "SL:Get_SKILL_RECT_ICON_PATH",
+ "description": "鑾峰彇鐭╁舰鎶鑳藉浘鏍",
+ "body": "SL:Get_SKILL_RECT_ICON_PATH(skillID)",
+ "scope": "鍏冨彉閲/鎶鑳/鑾峰彇鐭╁舰鎶鑳藉浘鏍"
+ },
+ "鏄惁鏄紑鍏冲瀷鎶鑳": {
+ "prefix": "SL:Get_SKILL_IS_ONOFF_SKILL",
+ "description": "鏄惁鏄紑鍏冲瀷鎶鑳",
+ "body": "SL:Get_SKILL_IS_ONOFF_SKILL(skillID)",
+ "scope": "鍏冨彉閲/鎶鑳/鏄惁鏄紑鍏冲瀷鎶鑳"
+ },
+ "鎶鑳芥槸鍚﹀紑鍚": {
+ "prefix": "SL:Get_SKILL_IS_ON_SKILL",
+ "description": "鎶鑳芥槸鍚﹀紑鍚",
+ "body": "SL:Get_SKILL_IS_ON_SKILL(skillID)",
+ "scope": "鍏冨彉閲/鎶鑳/鎶鑳芥槸鍚﹀紑鍚"
+ },
+ "鑾峰彇宸插鎶鑳": {
+ "prefix": "SL:Get_LEARNED_SKILLS",
+ "description": "鑾峰彇宸插鎶鑳",
+ "body": "SL:Get_LEARNED_SKILLS(param1, param2)",
+ "scope": "鍏冨彉閲/鎶鑳/鑾峰彇宸插鎶鑳"
+ },
+ "鏄惁鏄富鍔ㄦ妧鑳": {
+ "prefix": "SL:Get_SKILL_IS_ACTIVE",
+ "description": "鏄惁鏄富鍔ㄦ妧鑳",
+ "body": "SL:Get_SKILL_IS_ACTIVE(skillID)",
+ "scope": "鍏冨彉閲/鎶鑳/鏄惁鏄富鍔ㄦ妧鑳"
+ },
+ "鑾峰彇鎶鑳芥暟鎹": {
+ "prefix": "SL:Get_SKILL_DATA",
+ "description": "鑾峰彇鎶鑳芥暟鎹",
+ "body": "SL:Get_SKILL_DATA(skillID)",
+ "scope": "鍏冨彉閲/鎶鑳/鑾峰彇鎶鑳芥暟鎹"
+ },
+ "鑾峰彇鎶鑳界殑绛夌骇鐔熺粌搴︽暟鎹": {
+ "prefix": "SL:Get_SKILL_TRAIN_DATA",
+ "description": "鑾峰彇鎶鑳界殑绛夌骇鐔熺粌搴︽暟鎹",
+ "body": "SL:Get_SKILL_TRAIN_DATA(skillID)",
+ "scope": "鍏冨彉閲/鎶鑳/鑾峰彇鎶鑳界殑绛夌骇鐔熺粌搴︽暟鎹"
+ },
+ "鑾峰彇鎶鑳介厤缃": {
+ "prefix": "SL:Get_SKILL_CONFIG",
+ "description": "鑾峰彇鎶鑳介厤缃",
+ "body": "SL:Get_SKILL_CONFIG(skillID)",
+ "scope": "鍏冨彉閲/鎶鑳/鑾峰彇鎶鑳介厤缃"
+ },
+ "鑾峰彇鎶鑳藉揩鎹烽敭": {
+ "prefix": "SL:Get_SKILL_KEY",
+ "description": "鑾峰彇鎶鑳藉揩鎹烽敭",
+ "body": "SL:Get_SKILL_KEY(skillID)",
+ "scope": "鍏冨彉閲/鎶鑳/鑾峰彇鎶鑳藉揩鎹烽敭"
+ },
+ "鑾峰彇鎶鑳界瓑绾": {
+ "prefix": "SL:Get_SKILL_LEVEL",
+ "description": "鑾峰彇鎶鑳界瓑绾",
+ "body": "SL:Get_SKILL_LEVEL(skillID)",
+ "scope": "鍏冨彉閲/鎶鑳/鑾峰彇鎶鑳界瓑绾"
+ },
+ "榛樿鏈浣庣珵鎷嶄环": {
+ "prefix": "SL:Get_AUCTION_BIDPRICE_MIN",
+ "description": "榛樿鏈浣庣珵鎷嶄环",
+ "body": "SL:Get_AUCTION_BIDPRICE_MIN()",
+ "scope": "鍏冨彉閲/鎷嶅崠琛-姹傝喘琛/榛樿鏈浣庣珵鎷嶄环"
+ },
+ "榛樿鏈楂樼珵鎷嶄环": {
+ "prefix": "SL:Get_AUCTION_BIDPRICE_MAX",
+ "description": "榛樿鏈楂樼珵鎷嶄环",
+ "body": "SL:Get_AUCTION_BIDPRICE_MAX()",
+ "scope": "鍏冨彉閲/鎷嶅崠琛-姹傝喘琛/榛樿鏈楂樼珵鎷嶄环"
+ },
+ "榛樿鏈浣庝竴鍙d环": {
+ "prefix": "SL:Get_AUCTION_BUYPRICE_MIN",
+ "description": "榛樿鏈浣庝竴鍙d环",
+ "body": "SL:Get_AUCTION_BUYPRICE_MIN()",
+ "scope": "鍏冨彉閲/鎷嶅崠琛-姹傝喘琛/榛樿鏈浣庝竴鍙d环"
+ },
+ "榛樿鏈楂樹竴鍙d环": {
+ "prefix": "SL:Get_AUCTION_BUYPRICE_MAX",
+ "description": "榛樿鏈楂樹竴鍙d环",
+ "body": "SL:Get_AUCTION_BUYPRICE_MAX()",
+ "scope": "鍏冨彉閲/鎷嶅崠琛-姹傝喘琛/榛樿鏈楂樹竴鍙d环"
+ },
+ "榛樿璐ф灦鏁伴噺": {
+ "prefix": "SL:Get_AUCTION_DEFAULT_SHELF",
+ "description": "榛樿璐ф灦鏁伴噺",
+ "body": "SL:Get_AUCTION_DEFAULT_SHELF()",
+ "scope": "鍏冨彉閲/鎷嶅崠琛-姹傝喘琛/榛樿璐ф灦鏁伴噺"
+ },
+ "涓婃灦鍒楄〃鏁伴噺": {
+ "prefix": "SL:Get_AUCTION_PUT_LIST_CNT",
+ "description": "涓婃灦鍒楄〃鏁伴噺",
+ "body": "SL:Get_AUCTION_PUT_LIST_CNT()",
+ "scope": "鍏冨彉閲/鎷嶅崠琛-姹傝喘琛/涓婃灦鍒楄〃鏁伴噺"
+ },
+ "鎷嶅崠琛岃揣甯": {
+ "prefix": "SL:Get_AUCTION_MONEY",
+ "description": "鎷嶅崠琛岃揣甯",
+ "body": "SL:Get_AUCTION_MONEY()",
+ "scope": "鍏冨彉閲/鎷嶅崠琛-姹傝喘琛/鎷嶅崠琛岃揣甯"
+ },
+ "鏄惁鍙珵浠": {
+ "prefix": "SL:Get_AUCTION_CAN_BID",
+ "description": "鏄惁鍙珵浠",
+ "body": "SL:Get_AUCTION_CAN_BID(item)",
+ "scope": "鍏冨彉閲/鎷嶅崠琛-姹傝喘琛/鏄惁鍙珵浠"
+ },
+ "鏄惁鍙竴鍙d环": {
+ "prefix": "SL:Get_AUCTION_CAN_BUY",
+ "description": "鏄惁鍙竴鍙d环",
+ "body": "SL:Get_AUCTION_CAN_BUY(item)",
+ "scope": "鍏冨彉閲/鎷嶅崠琛-姹傝喘琛/鏄惁鍙竴鍙d环"
+ },
+ "鏄惁鏈夋垜鐨勭珵鎷嶇墿鍝": {
+ "prefix": "SL:Get_AUCTION_HAVE_MY_BIDDING",
+ "description": "鏄惁鏈夋垜鐨勭珵鎷嶇墿鍝",
+ "body": "SL:Get_AUCTION_HAVE_MY_BIDDING()",
+ "scope": "鍏冨彉閲/鎷嶅崠琛-姹傝喘琛/鏄惁鏈夋垜鐨勭珵鎷嶇墿鍝"
+ },
+ "鎷嶅崠琛岀墿鍝佺姸鎬": {
+ "prefix": "SL:Get_AUCTION_ITEM_STATE",
+ "description": "鎷嶅崠琛岀墿鍝佺姸鎬",
+ "body": "SL:Get_AUCTION_ITEM_STATE(itemData)",
+ "scope": "鍏冨彉閲/鎷嶅崠琛-姹傝喘琛/鎷嶅崠琛岀墿鍝佺姸鎬"
+ },
+ "鑾峰彇鎷嶅崠琛屾垜鐨勫睍绀哄彲瀵勫敭閬撳叿": {
+ "prefix": "SL:Get_AUCTION_MY_SHOW_LIST",
+ "description": "鑾峰彇鎷嶅崠琛屾垜鐨勫睍绀哄彲瀵勫敭閬撳叿",
+ "body": "SL:Get_AUCTION_MY_SHOW_LIST()",
+ "scope": "鍏冨彉閲/鎷嶅崠琛-姹傝喘琛/鑾峰彇鎷嶅崠琛屾垜鐨勫睍绀哄彲瀵勫敭閬撳叿"
+ },
+ "涓栫晫姹傝喘鑿滃崟鍒楄〃": {
+ "prefix": "SL:Get_PURCHASE_FILTER_LIST",
+ "description": "涓栫晫姹傝喘鑿滃崟鍒楄〃",
+ "body": "SL:Get_PURCHASE_FILTER_LIST()",
+ "scope": "鍏冨彉閲/鎷嶅崠琛-姹傝喘琛/涓栫晫姹傝喘鑿滃崟鍒楄〃"
+ },
+ "姹傝喘璐у竵鍒楄〃": {
+ "prefix": "SL:Get_PURCHASE_CURRENCIES",
+ "description": "姹傝喘璐у竵鍒楄〃",
+ "body": "SL:Get_PURCHASE_CURRENCIES()",
+ "scope": "鍏冨彉閲/鎷嶅崠琛-姹傝喘琛/姹傝喘璐у竵鍒楄〃"
+ },
+ "瀵瑰簲ID 鑿滃崟鏍忛厤缃": {
+ "prefix": "SL:Get_PURCHASE_MENU_CONFIG_BY_ID",
+ "description": "瀵瑰簲ID 鑿滃崟鏍忛厤缃",
+ "body": "SL:Get_PURCHASE_MENU_CONFIG_BY_ID(param)",
+ "scope": "鍏冨彉閲/鎷嶅崠琛-姹傝喘琛/瀵瑰簲ID 鑿滃崟鏍忛厤缃"
+ },
+ "鍒嗙被鐗╁搧鍒楄〃": {
+ "prefix": "SL:Get_PURCHASE_ITEM_LIST_BY_TYPE",
+ "description": "鍒嗙被鐗╁搧鍒楄〃",
+ "body": "SL:Get_PURCHASE_ITEM_LIST_BY_TYPE(param1, param2)",
+ "scope": "鍏冨彉閲/鎷嶅崠琛-姹傝喘琛/鍒嗙被鐗╁搧鍒楄〃"
+ },
+ "鏍规嵁椤电index鑾峰彇鎺掕姒滄暟鎹": {
+ "prefix": "SL:Get_RANK_DATA_BY_TYPE",
+ "description": "鏍规嵁椤电index鑾峰彇鎺掕姒滄暟鎹",
+ "body": "SL:Get_RANK_DATA_BY_TYPE(index)",
+ "scope": "鍏冨彉閲/鎺掕姒-浠诲姟/鏍规嵁椤电index鑾峰彇鎺掕姒滄暟鎹"
+ },
+ "鏍规嵁浠诲姟绫诲瀷/ID鑾峰彇浠诲姟鎺掑簭鍊": {
+ "prefix": "SL:Get_MISSION_ITEM_ORDER",
+ "description": "鏍规嵁浠诲姟绫诲瀷/ID鑾峰彇浠诲姟鎺掑簭鍊",
+ "body": "SL:Get_MISSION_ITEM_ORDER(type)",
+ "scope": "鍏冨彉閲/鎺掕姒-浠诲姟/鏍规嵁浠诲姟绫诲瀷/ID鑾峰彇浠诲姟鎺掑簭鍊"
+ },
+ "鏄惁鍚敤鏂扮増灞炴у姞鐐": {
+ "prefix": "SL:Get_IS_NEW_BOUNS",
+ "description": "鏄惁鍚敤鏂扮増灞炴у姞鐐",
+ "body": "SL:Get_IS_NEW_BOUNS()",
+ "scope": "鍏冨彉閲/鏂扮増灞炴у姞鐐/鏄惁鍚敤鏂扮増灞炴у姞鐐"
+ },
+ "鑾峰彇鏂扮増灞炴у姞鐐归厤缃暟鎹": {
+ "prefix": "SL:Get_NEW_BOUNS_CONFIG",
+ "description": "鑾峰彇鏂扮増灞炴у姞鐐归厤缃暟鎹",
+ "body": "SL:Get_NEW_BOUNS_CONFIG()",
+ "scope": "鍏冨彉閲/鏂扮増灞炴у姞鐐/鑾峰彇鏂扮増灞炴у姞鐐归厤缃暟鎹"
+ },
+ "鑾峰彇鏂扮増灞炴у凡鍔犵偣鏁版嵁": {
+ "prefix": "SL:Get_NEW_BOUNS_ADD_DATA",
+ "description": "鑾峰彇鏂扮増灞炴у凡鍔犵偣鏁版嵁",
+ "body": "SL:Get_NEW_BOUNS_ADD_DATA()",
+ "scope": "鍏冨彉閲/鏂扮増灞炴у姞鐐/鑾峰彇鏂扮増灞炴у凡鍔犵偣鏁版嵁"
+ },
+ "鏈嶅姟鍣↖D": {
+ "prefix": "SL:Get_SERVER_ID",
+ "description": "鏈嶅姟鍣↖D",
+ "body": "SL:Get_SERVER_ID()",
+ "scope": "鍏冨彉閲/鏈嶅姟鍣/鏈嶅姟鍣↖D"
+ },
+ "鏈嶅姟鍣ㄥ悕瀛": {
+ "prefix": "SL:Get_SERVER_NAME",
+ "description": "鏈嶅姟鍣ㄥ悕瀛",
+ "body": "SL:Get_SERVER_NAME()",
+ "scope": "鍏冨彉閲/鏈嶅姟鍣/鏈嶅姟鍣ㄥ悕瀛"
+ },
+ "涓绘湇鍔″櫒ID": {
+ "prefix": "SL:Get_MAIN_SERVER_ID",
+ "description": "涓绘湇鍔″櫒ID",
+ "body": "SL:Get_MAIN_SERVER_ID()",
+ "scope": "鍏冨彉閲/鏈嶅姟鍣/涓绘湇鍔″櫒ID"
+ },
+ "寮鏈嶆椂闂存埑": {
+ "prefix": "SL:Get_OPEN_SERVER_TIME",
+ "description": "寮鏈嶆椂闂存埑",
+ "body": "SL:Get_OPEN_SERVER_TIME()",
+ "scope": "鍏冨彉閲/鏈嶅姟鍣/寮鏈嶆椂闂存埑"
+ },
+ "寮鏈嶅ぉ鏁": {
+ "prefix": "SL:Get_OPEN_SERVER_DAY",
+ "description": "寮鏈嶅ぉ鏁",
+ "body": "SL:Get_OPEN_SERVER_DAY()",
+ "scope": "鍏冨彉閲/鏈嶅姟鍣/寮鏈嶅ぉ鏁"
+ },
+ "鍚堟湇娆℃暟": {
+ "prefix": "SL:Get_MERGE_SERVER_COUNT",
+ "description": "鍚堟湇娆℃暟",
+ "body": "SL:Get_MERGE_SERVER_COUNT()",
+ "scope": "鍏冨彉閲/鏈嶅姟鍣/鍚堟湇娆℃暟"
+ },
+ "璐﹀彿ID": {
+ "prefix": "SL:Get_UID",
+ "description": "璐﹀彿ID",
+ "body": "SL:Get_UID()",
+ "scope": "鍏冨彉閲/鏈嶅姟鍣/璐﹀彿ID"
+ },
+ "鐧诲綍瑙掕壊淇℃伅": {
+ "prefix": "SL:Get_LOGIN_ROLE_DATAS",
+ "description": "鐧诲綍瑙掕壊淇℃伅",
+ "body": "SL:Get_LOGIN_ROLE_DATAS()",
+ "scope": "鍏冨彉閲/鏈嶅姟鍣/鐧诲綍瑙掕壊淇℃伅"
+ },
+ "鍙仮澶嶈鑹蹭俊鎭": {
+ "prefix": "SL:Get_LOGIN_RESTORE_ROLES_DATA",
+ "description": "鍙仮澶嶈鑹蹭俊鎭",
+ "body": "SL:Get_LOGIN_RESTORE_ROLES_DATA()",
+ "scope": "鍏冨彉閲/鏈嶅姟鍣/鍙仮澶嶈鑹蹭俊鎭"
+ },
+ "鏈嶅姟绔笅鍙戠殑鍙橀噺鍊": {
+ "prefix": "SL:Get_SERVER_VALUE",
+ "description": "鏈嶅姟绔笅鍙戠殑鍙橀噺鍊",
+ "body": "SL:Get_SERVER_VALUE(param)",
+ "scope": "鍏冨彉閲/鏈嶅姟鍣/鏈嶅姟绔笅鍙戠殑鍙橀噺鍊"
+ },
+ "褰撳墠鏈嶅姟鍣ㄦ椂闂": {
+ "prefix": "SL:Get_SERVER_TIME",
+ "description": "褰撳墠鏈嶅姟鍣ㄦ椂闂",
+ "body": "SL:Get_SERVER_TIME()",
+ "scope": "鍏冨彉閲/鏈嶅姟鍣/褰撳墠鏈嶅姟鍣ㄦ椂闂"
+ },
+ "鍚堟湇鏃堕棿鎴": {
+ "prefix": "SL:Get_MERGE_SERVER_TIME",
+ "description": "鍚堟湇鏃堕棿鎴",
+ "body": "SL:Get_MERGE_SERVER_TIME()",
+ "scope": "鍏冨彉閲/鏈嶅姟鍣/鍚堟湇鏃堕棿鎴"
+ },
+ "鍚堟湇澶╂暟": {
+ "prefix": "SL:Get_MERGE_SERVER_DAY",
+ "description": "鍚堟湇澶╂暟",
+ "body": "SL:Get_MERGE_SERVER_DAY()",
+ "scope": "鍏冨彉閲/鏈嶅姟鍣/鍚堟湇澶╂暟"
+ },
+ "鏄惁澶勪簬璺ㄦ湇": {
+ "prefix": "SL:Get_KFSTATE",
+ "description": "鏄惁澶勪簬璺ㄦ湇",
+ "body": "SL:Get_KFSTATE()",
+ "scope": "鍏冨彉閲/鏈嶅姟鍣/鏄惁澶勪簬璺ㄦ湇"
+ },
+ "鑾峰彇褰撳墠瀵硅瘽NPC鐨処D": {
+ "prefix": "SL:Get_CURRENT_TALK_NPC_ID",
+ "description": "鑾峰彇褰撳墠瀵硅瘽NPC鐨処D",
+ "body": "SL:Get_CURRENT_TALK_NPC_ID()",
+ "scope": "鍏冨彉閲/鏈嶅姟鍣/鑾峰彇褰撳墠瀵硅瘽NPC鐨処D"
+ },
+ "鑾峰彇褰撳墠瀵硅瘽NPC鐨処ndex": {
+ "prefix": "SL:Get_CURRENT_TALK_NPC_TYPEINDEX",
+ "description": "鑾峰彇褰撳墠瀵硅瘽NPC鐨処ndex",
+ "body": "SL:Get_CURRENT_TALK_NPC_TYPEINDEX()",
+ "scope": "鍏冨彉閲/鏈嶅姟鍣/鑾峰彇褰撳墠瀵硅瘽NPC鐨処ndex"
+ },
+ "鑾峰彇褰撳墠鎵撳紑鐨凬PC闈㈡澘(txt闈㈡澘)": {
+ "prefix": "SL:Get_CURRENT_TALK_NPC_LAYER",
+ "description": "鑾峰彇褰撳墠鎵撳紑鐨凬PC闈㈡澘(txt闈㈡澘)",
+ "body": "SL:Get_CURRENT_TALK_NPC_LAYER()",
+ "scope": "鍏冨彉閲/鏈嶅姟鍣/鑾峰彇褰撳墠鎵撳紑鐨凬PC闈㈡澘(txt闈㈡澘)"
+ },
+ "M2鏄惁绂佹璇磋瘽": {
+ "prefix": "SL:Get_M2_FORBID_SAY",
+ "description": "M2鏄惁绂佹璇磋瘽",
+ "body": "SL:Get_M2_FORBID_SAY(param)",
+ "scope": "鍏冨彉閲/鏈嶅姟鍣/M2鏄惁绂佹璇磋瘽"
+ },
+ "鏈嶅姟鍣ㄥ紑鍏": {
+ "prefix": "SL:Get_SERVER_OPTION",
+ "description": "鏈嶅姟鍣ㄥ紑鍏",
+ "body": "SL:Get_SERVER_OPTION(param)",
+ "scope": "鍏冨彉閲/鏈嶅姟鍣/鏈嶅姟鍣ㄥ紑鍏"
+ },
+ "鑾峰彇鑱婂ぉ琛ㄦ儏鍖": {
+ "prefix": "SL:Get_CHAT_EMOJI",
+ "description": "鑾峰彇鑱婂ぉ琛ㄦ儏鍖",
+ "body": "SL:Get_CHAT_EMOJI()",
+ "scope": "鍏冨彉閲/鑱婂ぉ-閭欢/鑾峰彇鑱婂ぉ琛ㄦ儏鍖"
+ },
+ "鑾峰彇鑱婂ぉ杈撳叆鍘嗗彶璁板綍缂撳瓨": {
+ "prefix": "SL:Get_CHAT_INPUT_CACHE",
+ "description": "鑾峰彇鑱婂ぉ杈撳叆鍘嗗彶璁板綍缂撳瓨",
+ "body": "SL:Get_CHAT_INPUT_CACHE()",
+ "scope": "鍏冨彉閲/鑱婂ぉ-閭欢/鑾峰彇鑱婂ぉ杈撳叆鍘嗗彶璁板綍缂撳瓨"
+ },
+ "鑾峰彇鑱婂ぉ鏄剧ず鐨勯亾鍏": {
+ "prefix": "SL:Get_CHAT_SHOW_ITEMS",
+ "description": "鑾峰彇鑱婂ぉ鏄剧ず鐨勯亾鍏",
+ "body": "SL:Get_CHAT_SHOW_ITEMS()",
+ "scope": "鍏冨彉閲/鑱婂ぉ-閭欢/鑾峰彇鑱婂ぉ鏄剧ず鐨勯亾鍏"
+ },
+ "褰撳墠棰戦亾鏄惁鎺ュ彈鑱婂ぉ淇℃伅": {
+ "prefix": "SL:Get_CHAT_CHANNEL_IS_RECEIVE",
+ "description": "褰撳墠棰戦亾鏄惁鎺ュ彈鑱婂ぉ淇℃伅",
+ "body": "SL:Get_CHAT_CHANNEL_IS_RECEIVE()",
+ "scope": "鍏冨彉閲/鑱婂ぉ-閭欢/褰撳墠棰戦亾鏄惁鎺ュ彈鑱婂ぉ淇℃伅"
+ },
+ "鏄惁鎺ユ敹璇ュ垎绫绘帀钀戒俊鎭": {
+ "prefix": "SL:Get_CHAT_DROP_TYPE_IS_RECEIVE",
+ "description": "鏄惁鎺ユ敹璇ュ垎绫绘帀钀戒俊鎭",
+ "body": "SL:Get_CHAT_DROP_TYPE_IS_RECEIVE(param)",
+ "scope": "鍏冨彉閲/鑱婂ぉ-閭欢/鏄惁鎺ユ敹璇ュ垎绫绘帀钀戒俊鎭"
+ },
+ "鑱婂ぉ Tips浣跨敤鐨勫瓧浣撹矾寰": {
+ "prefix": "SL:Get_CHATANDTIPS_USE_FONT",
+ "description": "鑱婂ぉ Tips浣跨敤鐨勫瓧浣撹矾寰",
+ "body": "SL:Get_CHATANDTIPS_USE_FONT()",
+ "scope": "鍏冨彉閲/鑱婂ぉ-閭欢/鑱婂ぉ Tips浣跨敤鐨勫瓧浣撹矾寰"
+ },
+ "鑾峰彇褰撳墠鑱婂ぉ棰戦亾": {
+ "prefix": "SL:Get_CHAT_CUR_CHAT_CHANNEL",
+ "description": "鑾峰彇褰撳墠鑱婂ぉ棰戦亾",
+ "body": "SL:Get_CHAT_CUR_CHAT_CHANNEL()",
+ "scope": "鍏冨彉閲/鑱婂ぉ-閭欢/鑾峰彇褰撳墠鑱婂ぉ棰戦亾"
+ },
+ "鑾峰彇鑱婂ぉ鐩爣": {
+ "prefix": "SL:Get_CHAT_TARGETS",
+ "description": "鑾峰彇鑱婂ぉ鐩爣",
+ "body": "SL:Get_CHAT_TARGETS()",
+ "scope": "鍏冨彉閲/鑱婂ぉ-閭欢/鑾峰彇鑱婂ぉ鐩爣"
+ },
+ "鑾峰彇褰撳墠鑱婂ぉCD鏃堕棿": {
+ "prefix": "SL:Get_CHAT_CUR_CD_TIME",
+ "description": "鑾峰彇褰撳墠鑱婂ぉCD鏃堕棿",
+ "body": "SL:Get_CHAT_CUR_CD_TIME()",
+ "scope": "鍏冨彉閲/鑱婂ぉ-閭欢/鑾峰彇褰撳墠鑱婂ぉCD鏃堕棿"
+ },
+ "鏄惁鍏抽棴鍋囨帀钀": {
+ "prefix": "SL:Get_CHAT_IS_CLOSE_FAKE_DROP",
+ "description": "鏄惁鍏抽棴鍋囨帀钀",
+ "body": "SL:Get_CHAT_IS_CLOSE_FAKE_DROP()",
+ "scope": "鍏冨彉閲/鑱婂ぉ-閭欢/鏄惁鍏抽棴鍋囨帀钀"
+ },
+ "閭欢鍒楄〃": {
+ "prefix": "SL:Get_MAIL_LIST",
+ "description": "閭欢鍒楄〃",
+ "body": "SL:Get_MAIL_LIST()",
+ "scope": "鍏冨彉閲/鑱婂ぉ-閭欢/閭欢鍒楄〃"
+ },
+ "鏍规嵁閭欢ID鑾峰彇閭欢": {
+ "prefix": "SL:Get_MAIL_BY_ID",
+ "description": "鏍规嵁閭欢ID鑾峰彇閭欢",
+ "body": "SL:Get_MAIL_BY_ID(mailID)",
+ "scope": "鍏冨彉閲/鑱婂ぉ-閭欢/鏍规嵁閭欢ID鑾峰彇閭欢"
+ },
+ "褰撳墠閭欢ID": {
+ "prefix": "SL:Get_MAIL_BY_ID",
+ "description": "褰撳墠閭欢ID",
+ "body": "SL:Get_MAIL_BY_ID()",
+ "scope": "鍏冨彉閲/鑱婂ぉ-閭欢/褰撳墠閭欢ID"
+ },
+ "鑳屽寘鏈澶ф牸瀛愭暟閲": {
+ "prefix": "SL:Get_MAX_BAG",
+ "description": "鑳屽寘鏈澶ф牸瀛愭暟閲",
+ "body": "SL:Get_MAX_BAG()",
+ "scope": "鍏冨彉閲/鑳屽寘/鑳屽寘鏈澶ф牸瀛愭暟閲"
+ },
+ "鑻遍泟鑳屽寘鏈澶ф牸瀛愭暟閲": {
+ "prefix": "SL:Get_HERO_MAX_BAG",
+ "description": "鑻遍泟鑳屽寘鏈澶ф牸瀛愭暟閲",
+ "body": "SL:Get_HERO_MAX_BAG()",
+ "scope": "鍏冨彉閲/鑳屽寘/鑻遍泟鑳屽寘鏈澶ф牸瀛愭暟閲"
+ },
+ "浠撳簱鏈澶ф牸瀛愭暟閲": {
+ "prefix": "SL:Get_STORAGE_OPEN_SIZE",
+ "description": "浠撳簱鏈澶ф牸瀛愭暟閲",
+ "body": "SL:Get_STORAGE_OPEN_SIZE()",
+ "scope": "鍏冨彉閲/鑳屽寘/浠撳簱鏈澶ф牸瀛愭暟閲"
+ },
+ "褰撳墠閫変腑鐨勮儗鍖呴〉绛": {
+ "prefix": "SL:Get_BAG_CUR_PAGE",
+ "description": "褰撳墠閫変腑鐨勮儗鍖呴〉绛",
+ "body": "SL:Get_BAG_CUR_PAGE()",
+ "scope": "鍏冨彉閲/鑳屽寘/褰撳墠閫変腑鐨勮儗鍖呴〉绛"
+ },
+ "鑳屽寘鏄惁婊": {
+ "prefix": "SL:Get_BAG_IS_FULL",
+ "description": "鑳屽寘鏄惁婊",
+ "body": "SL:Get_BAG_IS_FULL(isPrompt)",
+ "scope": "鍏冨彉閲/鑳屽寘/鑳屽寘鏄惁婊"
+ },
+ "鑳屽寘鍓╀綑鏍煎瓙鏁": {
+ "prefix": "SL:Get_BAG_REMAIN_COUNT",
+ "description": "鑳屽寘鍓╀綑鏍煎瓙鏁",
+ "body": "SL:Get_BAG_REMAIN_COUNT()",
+ "scope": "鍏冨彉閲/鑳屽寘/鑳屽寘鍓╀綑鏍煎瓙鏁"
+ },
+ "鑳屽寘宸蹭娇鐢ㄦ牸瀛愭暟": {
+ "prefix": "SL:Get_BAG_USED_COUNT",
+ "description": "鑳屽寘宸蹭娇鐢ㄦ牸瀛愭暟",
+ "body": "SL:Get_BAG_USED_COUNT()",
+ "scope": "鍏冨彉閲/鑳屽寘/鑳屽寘宸蹭娇鐢ㄦ牸瀛愭暟"
+ },
+ "妫娴嬬墿鍝佽儗鍖呮槸鍚︽湁瀵屼綑鏍煎瓙鏁板瓨鏀": {
+ "prefix": "SL:Get_BAG_CHECK_NEED_SPACE",
+ "description": "妫娴嬬墿鍝佽儗鍖呮槸鍚︽湁瀵屼綑鏍煎瓙鏁板瓨鏀",
+ "body": "SL:Get_BAG_CHECK_NEED_SPACE(param1, param2, param3)",
+ "scope": "鍏冨彉閲/鑳屽寘/妫娴嬬墿鍝佽儗鍖呮槸鍚︽湁瀵屼綑鏍煎瓙鏁板瓨鏀"
+ },
+ "鑻遍泟灞炴у垵濮嬪寲瀹屾垚": {
+ "prefix": "SL:Get_HERO_INITED",
+ "description": "鑻遍泟灞炴у垵濮嬪寲瀹屾垚",
+ "body": "SL:Get_HERO_INITED()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟灞炴у垵濮嬪寲瀹屾垚"
+ },
+ "鑻遍泟鍚嶅瓧棰滆壊": {
+ "prefix": "SL:Get_HERO_NAME_COLOR",
+ "description": "鑻遍泟鍚嶅瓧棰滆壊",
+ "body": "SL:Get_HERO_NAME_COLOR()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鍚嶅瓧棰滆壊"
+ },
+ "浣跨敤鑻遍泟": {
+ "prefix": "SL:Get_USEHERO",
+ "description": "浣跨敤鑻遍泟",
+ "body": "SL:Get_USEHERO()",
+ "scope": "鍏冨彉閲/鑻遍泟/浣跨敤鑻遍泟"
+ },
+ "鑻遍泟鏄惁瀛樻椿": {
+ "prefix": "SL:Get_HERO_IS_ALIVE",
+ "description": "鑻遍泟鏄惁瀛樻椿",
+ "body": "SL:Get_HERO_IS_ALIVE()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鏄惁瀛樻椿"
+ },
+ "鑻遍泟鏄惁婵娲": {
+ "prefix": "SL:Get_HERO_IS_ACTIVE",
+ "description": "鑻遍泟鏄惁婵娲",
+ "body": "SL:Get_HERO_IS_ACTIVE()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鏄惁婵娲"
+ },
+ "鑻遍泟ID": {
+ "prefix": "SL:Get_HERO_ID",
+ "description": "鑻遍泟ID",
+ "body": "SL:Get_HERO_ID()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟ID"
+ },
+ "鑻遍泟鐘舵佺郴缁熷": {
+ "prefix": "SL:Get_HERO_STATES_SYS_VALUES",
+ "description": "鑻遍泟鐘舵佺郴缁熷",
+ "body": "SL:Get_HERO_STATES_SYS_VALUES()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鐘舵佺郴缁熷"
+ },
+ "鑻遍泟婵娲荤姸鎬": {
+ "prefix": "SL:Get_HERO_ACTIVES_STATES",
+ "description": "鑻遍泟婵娲荤姸鎬",
+ "body": "SL:Get_HERO_ACTIVES_STATES()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟婵娲荤姸鎬"
+ },
+ "鑻遍泟鐘舵": {
+ "prefix": "SL:Get_HERO_STATE",
+ "description": "鑻遍泟鐘舵",
+ "body": "SL:Get_HERO_STATE()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鐘舵"
+ },
+ "鑻遍泟瀹堟姢鐘舵": {
+ "prefix": "SL:Get_HERO_GUARDSTATE",
+ "description": "鑻遍泟瀹堟姢鐘舵",
+ "body": "SL:Get_HERO_GUARDSTATE()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟瀹堟姢鐘舵"
+ },
+ "鑻遍泟瀹堟姢鎸夐挳鏄惁鐐瑰嚮": {
+ "prefix": "SL:Get_HERO_GUARD_ISCLICK",
+ "description": "鑻遍泟瀹堟姢鎸夐挳鏄惁鐐瑰嚮",
+ "body": "SL:Get_HERO_GUARD_ISCLICK()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟瀹堟姢鎸夐挳鏄惁鐐瑰嚮"
+ },
+ "鑻遍泟鐧诲綍CD": {
+ "prefix": "SL:Get_HERO_LOGIN_CD",
+ "description": "鑻遍泟鐧诲綍CD",
+ "body": "SL:Get_HERO_LOGIN_CD()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鐧诲綍CD"
+ },
+ "鑻遍泟鏄惁鍙娲": {
+ "prefix": "SL:Get_HERO_CAN_REVIVE",
+ "description": "鑻遍泟鏄惁鍙娲",
+ "body": "SL:Get_HERO_CAN_REVIVE()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鏄惁鍙娲"
+ },
+ "鏍规嵁绫诲瀷鑾峰彇灞炴у": {
+ "prefix": "SL:Get_H_ATT_BY_TYPE",
+ "description": "鏍规嵁绫诲瀷鑾峰彇灞炴у",
+ "body": "SL:Get_H_ATT_BY_TYPE(param)",
+ "scope": "鍏冨彉閲/鑻遍泟/鏍规嵁绫诲瀷鑾峰彇灞炴у"
+ },
+ "鑻遍泟鎶鑳藉悕绉": {
+ "prefix": "SL:Get_H_SKILL_NAME",
+ "description": "鑻遍泟鎶鑳藉悕绉",
+ "body": "SL:Get_H_SKILL_NAME(param)",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鎶鑳藉悕绉"
+ },
+ "鑻遍泟鎶鑳借缁冩暟鎹": {
+ "prefix": "SL:Get_H_SKILL_TRAIN_DATA",
+ "description": "鑻遍泟鎶鑳借缁冩暟鎹",
+ "body": "SL:Get_H_SKILL_TRAIN_DATA(param1)",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鎶鑳借缁冩暟鎹"
+ },
+ "鑻遍泟宸插鎶鑳": {
+ "prefix": "SL:Get_H_LEARNED_SKILLS",
+ "description": "鑻遍泟宸插鎶鑳",
+ "body": "SL:Get_H_LEARNED_SKILLS(param1, param2)",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟宸插鎶鑳"
+ },
+ "鑻遍泟鎶鑳芥暟鎹": {
+ "prefix": "SL:Get_H_SKILL_DATA",
+ "description": "鑻遍泟鎶鑳芥暟鎹",
+ "body": "SL:Get_H_SKILL_DATA(param1)",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鎶鑳芥暟鎹"
+ },
+ "鑻遍泟鎶鑳藉揩鎹烽敭": {
+ "prefix": "SL:Get_H_SKILL_KEY",
+ "description": "鑻遍泟鎶鑳藉揩鎹烽敭",
+ "body": "SL:Get_H_SKILL_KEY(param1)",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鎶鑳藉揩鎹烽敭"
+ },
+ "鑻遍泟鎬掓皵": {
+ "prefix": "SL:Get_H_ANGER",
+ "description": "鑻遍泟鎬掓皵",
+ "body": "SL:Get_H_ANGER()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鎬掓皵"
+ },
+ "鑻遍泟鏈澶ф掓皵": {
+ "prefix": "SL:Get_H_MAXANGER",
+ "description": "鑻遍泟鏈澶ф掓皵",
+ "body": "SL:Get_H_MAXANGER()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鏈澶ф掓皵"
+ },
+ "鑻遍泟鍚嶅瓧": {
+ "prefix": "SL:Get_H_USERNAME",
+ "description": "鑻遍泟鍚嶅瓧",
+ "body": "SL:Get_H_USERNAME()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鍚嶅瓧"
+ },
+ "鑻遍泟绛夌骇": {
+ "prefix": "SL:Get_H_LEVEL",
+ "description": "鑻遍泟绛夌骇",
+ "body": "SL:Get_H_LEVEL()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟绛夌骇"
+ },
+ "鑻遍泟杞敓绛夌骇": {
+ "prefix": "SL:Get_H_RELEVEL",
+ "description": "鑻遍泟杞敓绛夌骇",
+ "body": "SL:Get_H_RELEVEL()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟杞敓绛夌骇"
+ },
+ "鑻遍泟缁忛獙": {
+ "prefix": "SL:Get_H_EXP",
+ "description": "鑻遍泟缁忛獙",
+ "body": "SL:Get_H_EXP()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟缁忛獙"
+ },
+ "鑻遍泟鏈澶х粡楠": {
+ "prefix": "SL:Get_H_MAXEXP",
+ "description": "鑻遍泟鏈澶х粡楠",
+ "body": "SL:Get_H_MAXEXP()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鏈澶х粡楠"
+ },
+ "鑻遍泟鑱屼笟鍚嶇О": {
+ "prefix": "SL:Get_H_JOBNAME",
+ "description": "鑻遍泟鑱屼笟鍚嶇О",
+ "body": "SL:Get_H_JOBNAME()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鑱屼笟鍚嶇О"
+ },
+ "鑻遍泟鑱屼笟": {
+ "prefix": "SL:Get_H_JOB",
+ "description": "鑻遍泟鑱屼笟",
+ "body": "SL:Get_H_JOB()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鑱屼笟"
+ },
+ "鑻遍泟鎬у埆": {
+ "prefix": "SL:Get_H_SEX",
+ "description": "鑻遍泟鎬у埆",
+ "body": "SL:Get_H_SEX()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鎬у埆"
+ },
+ "鑻遍泟鍙戝瀷": {
+ "prefix": "SL:Get_H_HAIR",
+ "description": "鑻遍泟鍙戝瀷",
+ "body": "SL:Get_H_HAIR()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鍙戝瀷"
+ },
+ "鑻遍泟鏈澶х敓鍛藉": {
+ "prefix": "SL:Get_H_MAXHP",
+ "description": "鑻遍泟鏈澶х敓鍛藉",
+ "body": "SL:Get_H_MAXHP()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鏈澶х敓鍛藉"
+ },
+ "鑻遍泟鏈澶ч瓟娉曞": {
+ "prefix": "SL:Get_H_MAXMP",
+ "description": "鑻遍泟鏈澶ч瓟娉曞",
+ "body": "SL:Get_H_MAXMP()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鏈澶ч瓟娉曞"
+ },
+ "鑻遍泟褰撳墠鐢熷懡鍊": {
+ "prefix": "SL:Get_H_HP",
+ "description": "鑻遍泟褰撳墠鐢熷懡鍊",
+ "body": "SL:Get_H_HP()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟褰撳墠鐢熷懡鍊"
+ },
+ "鑻遍泟褰撳墠榄旀硶鍊": {
+ "prefix": "SL:Get_H_MP",
+ "description": "鑻遍泟褰撳墠榄旀硶鍊",
+ "body": "SL:Get_H_MP()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟褰撳墠榄旀硶鍊"
+ },
+ "鑻遍泟鐢熷懡鍊肩櫨鍒嗘瘮": {
+ "prefix": "SL:Get_H_HPPercent",
+ "description": "鑻遍泟鐢熷懡鍊肩櫨鍒嗘瘮",
+ "body": "SL:Get_H_HPPercent()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鐢熷懡鍊肩櫨鍒嗘瘮"
+ },
+ "鑻遍泟榄旀硶鍊肩櫨鍒嗘瘮": {
+ "prefix": "SL:Get_H_MPPercent",
+ "description": "鑻遍泟榄旀硶鍊肩櫨鍒嗘瘮",
+ "body": "SL:Get_H_MPPercent()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟榄旀硶鍊肩櫨鍒嗘瘮"
+ },
+ "鑻遍泟缁忛獙鍊肩櫨鍒嗘瘮": {
+ "prefix": "SL:Get_H_EXPPercent",
+ "description": "鑻遍泟缁忛獙鍊肩櫨鍒嗘瘮",
+ "body": "SL:Get_H_EXPPercent()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟缁忛獙鍊肩櫨鍒嗘瘮"
+ },
+ "鑻遍泟鏈灏忕墿鐞嗘敾鍑": {
+ "prefix": "SL:Get_H_MIN_ATK",
+ "description": "鑻遍泟鏈灏忕墿鐞嗘敾鍑",
+ "body": "SL:Get_H_MIN_ATK()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鏈灏忕墿鐞嗘敾鍑"
+ },
+ "鑻遍泟鏈澶х墿鐞嗘敾鍑": {
+ "prefix": "SL:Get_H_MAX_ATK",
+ "description": "鑻遍泟鏈澶х墿鐞嗘敾鍑",
+ "body": "SL:Get_H_MAX_ATK()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鏈澶х墿鐞嗘敾鍑"
+ },
+ "鑻遍泟鏈灏忛瓟娉曟敾鍑": {
+ "prefix": "SL:Get_H_MIN_MAT",
+ "description": "鑻遍泟鏈灏忛瓟娉曟敾鍑",
+ "body": "SL:Get_H_MIN_MAT()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鏈灏忛瓟娉曟敾鍑"
+ },
+ "鑻遍泟鏈澶ч瓟娉曟敾鍑": {
+ "prefix": "SL:Get_H_MAX_MAT",
+ "description": "鑻遍泟鏈澶ч瓟娉曟敾鍑",
+ "body": "SL:Get_H_MAX_MAT()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鏈澶ч瓟娉曟敾鍑"
+ },
+ "鑻遍泟鏈灏忛亾鏈敾鍑": {
+ "prefix": "SL:Get_H_MIN_DAO",
+ "description": "鑻遍泟鏈灏忛亾鏈敾鍑",
+ "body": "SL:Get_H_MIN_DAO()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鏈灏忛亾鏈敾鍑"
+ },
+ "鑻遍泟鏈澶ч亾鏈敾鍑": {
+ "prefix": "SL:Get_H_MAX_DAO",
+ "description": "鑻遍泟鏈澶ч亾鏈敾鍑",
+ "body": "SL:Get_H_MAX_DAO()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鏈澶ч亾鏈敾鍑"
+ },
+ "鑻遍泟鏈灏忛槻寰": {
+ "prefix": "SL:Get_H_MIN_DEF",
+ "description": "鑻遍泟鏈灏忛槻寰",
+ "body": "SL:Get_H_MIN_DEF()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鏈灏忛槻寰"
+ },
+ "鑻遍泟鏈澶ч槻寰": {
+ "prefix": "SL:Get_H_MAX_DEF",
+ "description": "鑻遍泟鏈澶ч槻寰",
+ "body": "SL:Get_H_MAX_DEF()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鏈澶ч槻寰"
+ },
+ "鑻遍泟鏈灏忛瓟闃": {
+ "prefix": "SL:Get_H_MIN_MDF",
+ "description": "鑻遍泟鏈灏忛瓟闃",
+ "body": "SL:Get_H_MIN_MDF()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鏈灏忛瓟闃"
+ },
+ "鑻遍泟鏈澶ч瓟闃": {
+ "prefix": "SL:Get_H_MAX_MDF",
+ "description": "鑻遍泟鏈澶ч瓟闃",
+ "body": "SL:Get_H_MAX_MDF()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鏈澶ч瓟闃"
+ },
+ "鑻遍泟鍑嗙‘": {
+ "prefix": "SL:Get_H_HIT",
+ "description": "鑻遍泟鍑嗙‘",
+ "body": "SL:Get_H_HIT()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鍑嗙‘"
+ },
+ "鑻遍泟鏀诲嚮閫熷害": {
+ "prefix": "SL:Get_H_HITSPD",
+ "description": "鑻遍泟鏀诲嚮閫熷害",
+ "body": "SL:Get_H_HITSPD()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鏀诲嚮閫熷害"
+ },
+ "鑻遍泟鏆村嚮": {
+ "prefix": "SL:Get_H_BURST",
+ "description": "鑻遍泟鏆村嚮",
+ "body": "SL:Get_H_BURST()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鏆村嚮"
+ },
+ "鑻遍泟鏆村嚮浼ゅ": {
+ "prefix": "SL:Get_H_BURST_DAM",
+ "description": "鑻遍泟鏆村嚮浼ゅ",
+ "body": "SL:Get_H_BURST_DAM()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鏆村嚮浼ゅ"
+ },
+ "鑻遍泟鍏嶇柅鐗╃悊浼ゅ": {
+ "prefix": "SL:Get_H_IMM_ATT",
+ "description": "鑻遍泟鍏嶇柅鐗╃悊浼ゅ",
+ "body": "SL:Get_H_IMM_ATT()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鍏嶇柅鐗╃悊浼ゅ"
+ },
+ "鑻遍泟鍏嶇柅榄旀硶浼ゅ": {
+ "prefix": "SL:Get_H_IMM_MAG",
+ "description": "鑻遍泟鍏嶇柅榄旀硶浼ゅ",
+ "body": "SL:Get_H_IMM_MAG()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鍏嶇柅榄旀硶浼ゅ"
+ },
+ "鑻遍泟骞歌繍": {
+ "prefix": "SL:Get_H_LUCK",
+ "description": "鑻遍泟骞歌繍",
+ "body": "SL:Get_H_LUCK()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟骞歌繍"
+ },
+ "鑻遍泟鎺夎惤鐜": {
+ "prefix": "SL:Get_H_DROP",
+ "description": "鑻遍泟鎺夎惤鐜",
+ "body": "SL:Get_H_DROP()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鎺夎惤鐜"
+ },
+ "鑻遍泟鑵曞姏": {
+ "prefix": "SL:Get_H_HW",
+ "description": "鑻遍泟鑵曞姏",
+ "body": "SL:Get_H_HW()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鑵曞姏"
+ },
+ "鑻遍泟鏈澶ц厱鍔": {
+ "prefix": "SL:Get_H_MAXHW",
+ "description": "鑻遍泟鏈澶ц厱鍔",
+ "body": "SL:Get_H_MAXHW()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鏈澶ц厱鍔"
+ },
+ "鑻遍泟鑳屽寘閲嶉噺": {
+ "prefix": "SL:Get_H_BW",
+ "description": "鑻遍泟鑳屽寘閲嶉噺",
+ "body": "SL:Get_H_BW()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鑳屽寘閲嶉噺"
+ },
+ "鑻遍泟鏈澶ц儗鍖呴噸閲": {
+ "prefix": "SL:Get_H_MAXBW",
+ "description": "鑻遍泟鏈澶ц儗鍖呴噸閲",
+ "body": "SL:Get_H_MAXBW()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鏈澶ц儗鍖呴噸閲"
+ },
+ "鑻遍泟绌挎埓閲嶉噺": {
+ "prefix": "SL:Get_H_WW",
+ "description": "鑻遍泟绌挎埓閲嶉噺",
+ "body": "SL:Get_H_WW()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟绌挎埓閲嶉噺"
+ },
+ "鑻遍泟鏈澶х┛鎴撮噸閲": {
+ "prefix": "SL:Get_H_MAXWW",
+ "description": "鑻遍泟鏈澶х┛鎴撮噸閲",
+ "body": "SL:Get_H_MAXWW()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鏈澶х┛鎴撮噸閲"
+ },
+ "鑻遍泟闂伩": {
+ "prefix": "SL:Get_H_SHAN",
+ "description": "鑻遍泟闂伩",
+ "body": "SL:Get_H_SHAN()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟闂伩"
+ },
+ "鑻遍泟绉诲姩閫熷害": {
+ "prefix": "SL:Get_H_SPEED",
+ "description": "鑻遍泟绉诲姩閫熷害",
+ "body": "SL:Get_H_SPEED()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟绉诲姩閫熷害"
+ },
+ "鑻遍泟鏀诲嚮鍚庝话鏃堕棿": {
+ "prefix": "SL:Get_H_DELAYT",
+ "description": "鑻遍泟鏀诲嚮鍚庝话鏃堕棿",
+ "body": "SL:Get_H_DELAYT()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鏀诲嚮鍚庝话鏃堕棿"
+ },
+ "鑻遍泟鎵鏈夎澶囨暟鎹": {
+ "prefix": "SL:Get_H_ALL_EQUIP_DATA",
+ "description": "鑻遍泟鎵鏈夎澶囨暟鎹",
+ "body": "SL:Get_H_ALL_EQUIP_DATA()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鎵鏈夎澶囨暟鎹"
+ },
+ "鑻遍泟鎸囧畾浣嶇疆瑁呭鏁版嵁": {
+ "prefix": "SL:Get_H_EQUIP_DATA",
+ "description": "鑻遍泟鎸囧畾浣嶇疆瑁呭鏁版嵁",
+ "body": "SL:Get_H_EQUIP_DATA(param1, param2)",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鎸囧畾浣嶇疆瑁呭鏁版嵁"
+ },
+ "鑻遍泟瑁呭鏁版嵁鍒楄〃": {
+ "prefix": "SL:Get_H_EQUIP_DATA_LIST",
+ "description": "鑻遍泟瑁呭鏁版嵁鍒楄〃",
+ "body": "SL:Get_H_EQUIP_DATA_LIST(param1)",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟瑁呭鏁版嵁鍒楄〃"
+ },
+ "鑻遍泟鎶鑳藉浘鏍囪矾寰": {
+ "prefix": "SL:Get_H_SKILL_ICON_PATH",
+ "description": "鑻遍泟鎶鑳藉浘鏍囪矾寰",
+ "body": "SL:Get_H_SKILL_ICON_PATH(param, isCombo)",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鎶鑳藉浘鏍囪矾寰"
+ },
+ "鑻遍泟鎶鑳界煩褰㈠浘鏍囪矾寰": {
+ "prefix": "SL:Get_H_SKILL_RECT_ICON_PATH",
+ "description": "鑻遍泟鎶鑳界煩褰㈠浘鏍囪矾寰",
+ "body": "SL:Get_H_SKILL_RECT_ICON_PATH(skillID, isCombo)",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鎶鑳界煩褰㈠浘鏍囪矾寰"
+ },
+ "鑻遍泟鍐呭姛鎶鑳藉垪琛": {
+ "prefix": "SL:Get_H_INTERNAL_SKILLS",
+ "description": "鑻遍泟鍐呭姛鎶鑳藉垪琛",
+ "body": "SL:Get_H_INTERNAL_SKILLS()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鍐呭姛鎶鑳藉垪琛"
+ },
+ "鑻遍泟鍐呭姛鎶鑳借缁冩暟鎹": {
+ "prefix": "SL:Get_H_INTERNAL_SKILL_TRAIN_DATA",
+ "description": "鑻遍泟鍐呭姛鎶鑳借缁冩暟鎹",
+ "body": "SL:Get_H_INTERNAL_SKILL_TRAIN_DATA(skillID, skillType)",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鍐呭姛鎶鑳借缁冩暟鎹"
+ },
+ "鑻遍泟鍐呭姛鎶鑳界煩褰㈠浘鏍囪矾寰": {
+ "prefix": "SL:Get_H_INTERNAL_SKILL_RECT_ICON_PATH",
+ "description": "鑻遍泟鍐呭姛鎶鑳界煩褰㈠浘鏍囪矾寰",
+ "body": "SL:Get_H_INTERNAL_SKILL_RECT_ICON_PATH(skillID, skillType)",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鍐呭姛鎶鑳界煩褰㈠浘鏍囪矾寰"
+ },
+ "鑻遍泟鍐呭姛鎶鑳藉悕绉": {
+ "prefix": "SL:Get_H_INTERNAL_SKILL_NAME",
+ "description": "鑻遍泟鍐呭姛鎶鑳藉悕绉",
+ "body": "SL:Get_H_INTERNAL_SKILL_NAME(skillID, skillType)",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鍐呭姛鎶鑳藉悕绉"
+ },
+ "鑻遍泟缁忕粶绌翠綅鐘舵": {
+ "prefix": "SL:Get_H_MERIDIAN_AUCPOINT_STATE",
+ "description": "鑻遍泟缁忕粶绌翠綅鐘舵",
+ "body": "SL:Get_H_MERIDIAN_AUCPOINT_STATE(param1)",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟缁忕粶绌翠綅鐘舵"
+ },
+ "鑻遍泟缁忕粶寮鍚垪琛": {
+ "prefix": "SL:Get_H_MERIDIAN_OPEN_LIST",
+ "description": "鑻遍泟缁忕粶寮鍚垪琛",
+ "body": "SL:Get_H_MERIDIAN_OPEN_LIST()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟缁忕粶寮鍚垪琛"
+ },
+ "鑻遍泟缁忕粶绛夌骇": {
+ "prefix": "SL:Get_H_MERIDIAN_LV",
+ "description": "鑻遍泟缁忕粶绛夌骇",
+ "body": "SL:Get_H_MERIDIAN_LV(type)",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟缁忕粶绛夌骇"
+ },
+ "鑻遍泟鏄惁鏈夎繛鍑绘妧鑳": {
+ "prefix": "SL:Get_H_HAVE_COMBO_SKILLS",
+ "description": "鑻遍泟鏄惁鏈夎繛鍑绘妧鑳",
+ "body": "SL:Get_H_HAVE_COMBO_SKILLS()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鏄惁鏈夎繛鍑绘妧鑳"
+ },
+ "鑻遍泟杩炲嚮鎶鑳芥暟鎹": {
+ "prefix": "SL:Get_H_COMBO_SKILL_DATA",
+ "description": "鑻遍泟杩炲嚮鎶鑳芥暟鎹",
+ "body": "SL:Get_H_COMBO_SKILL_DATA(param1)",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟杩炲嚮鎶鑳芥暟鎹"
+ },
+ "鑻遍泟杩炲嚮鎶鑳借缁冩暟鎹": {
+ "prefix": "SL:Get_H_COMBO_SKILL_TRAIN_DATA",
+ "description": "鑻遍泟杩炲嚮鎶鑳借缁冩暟鎹",
+ "body": "SL:Get_H_COMBO_SKILL_TRAIN_DATA(skillID)",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟杩炲嚮鎶鑳借缁冩暟鎹"
+ },
+ "鑻遍泟璁剧疆杩炲嚮鎶鑳": {
+ "prefix": "SL:Get_H_SET_COMBO_SKILLS",
+ "description": "鑻遍泟璁剧疆杩炲嚮鎶鑳",
+ "body": "SL:Get_H_SET_COMBO_SKILLS()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟璁剧疆杩炲嚮鎶鑳"
+ },
+ "鑻遍泟寮鍚繛鍑绘暟閲": {
+ "prefix": "SL:Get_H_OPEN_COMBO_NUM",
+ "description": "鑻遍泟寮鍚繛鍑绘暟閲",
+ "body": "SL:Get_H_OPEN_COMBO_NUM()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟寮鍚繛鍑绘暟閲"
+ },
+ "鑻遍泟閿佸畾鐩爣ID": {
+ "prefix": "SL:Get_H_LOCK_TARGET_ID",
+ "description": "鑻遍泟閿佸畾鐩爣ID",
+ "body": "SL:Get_H_LOCK_TARGET_ID()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟閿佸畾鐩爣ID"
+ },
+ "瑙掕壊鏄惁涓鸿嫳闆": {
+ "prefix": "SL:Get_ACTOR_IS_HERO",
+ "description": "瑙掕壊鏄惁涓鸿嫳闆",
+ "body": "SL:Get_ACTOR_IS_HERO(param)",
+ "scope": "鍏冨彉閲/鑻遍泟/瑙掕壊鏄惁涓鸿嫳闆"
+ },
+ "瑙掕壊鏄惁鍙鑻遍泟閿佸畾": {
+ "prefix": "SL:Get_ACTOR_CAN_LOCK_BY_HERO",
+ "description": "瑙掕壊鏄惁鍙鑻遍泟閿佸畾",
+ "body": "SL:Get_ACTOR_CAN_LOCK_BY_HERO(param)",
+ "scope": "鍏冨彉閲/鑻遍泟/瑙掕壊鏄惁鍙鑻遍泟閿佸畾"
+ },
+ "瑙掕壊鏄惁涓轰富鑻遍泟": {
+ "prefix": "SL:Get_ACTOR_IS_MAINHERO",
+ "description": "瑙掕壊鏄惁涓轰富鑻遍泟",
+ "body": "SL:Get_ACTOR_IS_MAINHERO(param)",
+ "scope": "鍏冨彉閲/鑻遍泟/瑙掕壊鏄惁涓轰富鑻遍泟"
+ },
+ "瑙嗛噹鍐呰嫳闆勫垪琛": {
+ "prefix": "SL:Get_FIND_IN_VIEW_HERO_LIST",
+ "description": "瑙嗛噹鍐呰嫳闆勫垪琛",
+ "body": "SL:Get_FIND_IN_VIEW_HERO_LIST()",
+ "scope": "鍏冨彉閲/鑻遍泟/瑙嗛噹鍐呰嫳闆勫垪琛"
+ },
+ "鑻遍泟鏄惁瀛︿範鍐呭姛": {
+ "prefix": "SL:Get_H_IS_LEARNED_INTERNAL",
+ "description": "鑻遍泟鏄惁瀛︿範鍐呭姛",
+ "body": "SL:Get_H_IS_LEARNED_INTERNAL()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鏄惁瀛︿範鍐呭姛"
+ },
+ "鑻遍泟鍚堝嚮鎶鑳": {
+ "prefix": "SL:Get_HERO_JOINT_SKILL",
+ "description": "鑻遍泟鍚堝嚮鎶鑳",
+ "body": "SL:Get_HERO_JOINT_SKILL()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鍚堝嚮鎶鑳"
+ },
+ "鏄惁涓鸿嫳闆勬妧鑳": {
+ "prefix": "SL:Get_IS_HERO_SKILL",
+ "description": "鏄惁涓鸿嫳闆勬妧鑳",
+ "body": "SL:Get_IS_HERO_SKILL(skillID)",
+ "scope": "鍏冨彉閲/鑻遍泟/鏄惁涓鸿嫳闆勬妧鑳"
+ },
+ "鑻遍泟褰撳墠灞炴у(鎸塈D)": {
+ "prefix": "SL:Get_H_CUR_ABIL_BY_ID",
+ "description": "鑻遍泟褰撳墠灞炴у(鎸塈D)",
+ "body": "SL:Get_H_CUR_ABIL_BY_ID(param1)",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟褰撳墠灞炴у(鎸塈D)"
+ },
+ "鑻遍泟鏈澶у睘鎬у(鎸塈D)": {
+ "prefix": "SL:Get_H_MAX_ABIL_BY_ID",
+ "description": "鑻遍泟鏈澶у睘鎬у(鎸塈D)",
+ "body": "SL:Get_H_MAX_ABIL_BY_ID(param1)",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鏈澶у睘鎬у(鎸塈D)"
+ },
+ "鑻遍泟绉板彿鍒楄〃": {
+ "prefix": "SL:Get_H_TITLES",
+ "description": "鑻遍泟绉板彿鍒楄〃",
+ "body": "SL:Get_H_TITLES()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟绉板彿鍒楄〃"
+ },
+ "鑻遍泟婵娲荤О鍙稩D": {
+ "prefix": "SL:Get_H_TITLE_ACTIVATE_ID",
+ "description": "鑻遍泟婵娲荤О鍙稩D",
+ "body": "SL:Get_H_TITLE_ACTIVATE_ID()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟婵娲荤О鍙稩D"
+ },
+ "鑻遍泟鑳屽寘鏁版嵁": {
+ "prefix": "SL:Get_H_BAG_DATA",
+ "description": "鑻遍泟鑳屽寘鏁版嵁",
+ "body": "SL:Get_H_BAG_DATA()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鑳屽寘鏁版嵁"
+ },
+ "鑻遍泟鏈澶ц儗鍖呮牸鏁": {
+ "prefix": "SL:Get_HERO_MAX_BAG",
+ "description": "鑻遍泟鏈澶ц儗鍖呮牸鏁",
+ "body": "SL:Get_HERO_MAX_BAG()",
+ "scope": "鍏冨彉閲/鑻遍泟/鑻遍泟鏈澶ц儗鍖呮牸鏁"
+ },
+ "琛屼細鎴愬憳鍒楄〃": {
+ "prefix": "SL:Get_GUILD_MEMBER_LIST",
+ "description": "琛屼細鎴愬憳鍒楄〃",
+ "body": "SL:Get_GUILD_MEMBER_LIST()",
+ "scope": "鍏冨彉閲/琛屼細-濂藉弸-缁勯槦/琛屼細鎴愬憳鍒楄〃"
+ },
+ "琛屼細鐢宠鍒楄〃": {
+ "prefix": "SL:Get_GUILD_APPLY_LIST",
+ "description": "琛屼細鐢宠鍒楄〃",
+ "body": "SL:Get_GUILD_APPLY_LIST()",
+ "scope": "鍏冨彉閲/琛屼細-濂藉弸-缁勯槦/琛屼細鐢宠鍒楄〃"
+ },
+ "琛屼細缁撶洘鐢宠鍒楄〃": {
+ "prefix": "SL:Get_GUILD_ALLY_APPLY_LIST",
+ "description": "琛屼細缁撶洘鐢宠鍒楄〃",
+ "body": "SL:Get_GUILD_ALLY_APPLY_LIST()",
+ "scope": "鍏冨彉閲/琛屼細-濂藉弸-缁勯槦/琛屼細缁撶洘鐢宠鍒楄〃"
+ },
+ "鑾峰彇涓栫晫琛屼細鍒楄〃": {
+ "prefix": "SL:Get_GUILD_WORLD_LIST",
+ "description": "鑾峰彇涓栫晫琛屼細鍒楄〃",
+ "body": "SL:Get_GUILD_WORLD_LIST(page)",
+ "scope": "鍏冨彉閲/琛屼細-濂藉弸-缁勯槦/鑾峰彇涓栫晫琛屼細鍒楄〃"
+ },
+ "鎴戠殑琛屼細淇℃伅": {
+ "prefix": "SL:Get_GUILD_INFO",
+ "description": "鎴戠殑琛屼細淇℃伅",
+ "body": "SL:Get_GUILD_INFO()",
+ "scope": "鍏冨彉閲/琛屼細-濂藉弸-缁勯槦/鎴戠殑琛屼細淇℃伅"
+ },
+ "鑾峰彇琛屼細鑱屼綅鍚嶇О": {
+ "prefix": "SL:Get_GUILD_OFFICIAL_NAME_BY_RANK",
+ "description": "鑾峰彇琛屼細鑱屼綅鍚嶇О",
+ "body": "SL:Get_GUILD_OFFICIAL_NAME_BY_RANK(param)",
+ "scope": "鍏冨彉閲/琛屼細-濂藉弸-缁勯槦/鑾峰彇琛屼細鑱屼綅鍚嶇О"
+ },
+ "閫氳繃uid鑾峰彇琛屼細鎴愬憳淇℃伅": {
+ "prefix": "SL:Get_GUILD_MEMBER_INFO",
+ "description": "閫氳繃uid鑾峰彇琛屼細鎴愬憳淇℃伅",
+ "body": "SL:Get_GUILD_MEMBER_INFO(targetID)",
+ "scope": "鍏冨彉閲/琛屼細-濂藉弸-缁勯槦/閫氳繃uid鑾峰彇琛屼細鎴愬憳淇℃伅"
+ },
+ "鏈澶уソ鍙嬩汉鏁": {
+ "prefix": "SL:Get_FRIEND_MAX_COUNT",
+ "description": "鏈澶уソ鍙嬩汉鏁",
+ "body": "SL:Get_FRIEND_MAX_COUNT()",
+ "scope": "鍏冨彉閲/琛屼細-濂藉弸-缁勯槦/鏈澶уソ鍙嬩汉鏁"
+ },
+ "鏍规嵁userID鑾峰彇濂藉弸淇℃伅": {
+ "prefix": "SL:Get_FRIEND_INFO_BY_UID",
+ "description": "鏍规嵁userID鑾峰彇濂藉弸淇℃伅",
+ "body": "SL:Get_FRIEND_INFO_BY_UID(userID)",
+ "scope": "鍏冨彉閲/琛屼細-濂藉弸-缁勯槦/鏍规嵁userID鑾峰彇濂藉弸淇℃伅"
+ },
+ "鏍规嵁userName鑾峰彇濂藉弸淇℃伅": {
+ "prefix": "SL:Get_FRIEND_INFO_BY_NAME",
+ "description": "鏍规嵁userName鑾峰彇濂藉弸淇℃伅",
+ "body": "SL:Get_FRIEND_INFO_BY_NAME(userName)",
+ "scope": "鍏冨彉閲/琛屼細-濂藉弸-缁勯槦/鏍规嵁userName鑾峰彇濂藉弸淇℃伅"
+ },
+ "鏄惁鍦ㄩ粦鍚嶅崟": {
+ "prefix": "SL:Get_SOCIAL_IS_BLACKLIST",
+ "description": "鏄惁鍦ㄩ粦鍚嶅崟",
+ "body": "SL:Get_SOCIAL_IS_BLACKLIST()",
+ "scope": "鍏冨彉閲/琛屼細-濂藉弸-缁勯槦/鏄惁鍦ㄩ粦鍚嶅崟"
+ },
+ "鑾峰彇濂藉弸鍒楄〃": {
+ "prefix": "SL:Get_FRIEND_LIST",
+ "description": "鑾峰彇濂藉弸鍒楄〃",
+ "body": "SL:Get_FRIEND_LIST()",
+ "scope": "鍏冨彉閲/琛屼細-濂藉弸-缁勯槦/鑾峰彇濂藉弸鍒楄〃"
+ },
+ "鑾峰彇榛戝悕鍗曟暟鎹": {
+ "prefix": "SL:Get_FRIEND_BLACKLIST",
+ "description": "鑾峰彇榛戝悕鍗曟暟鎹",
+ "body": "SL:Get_FRIEND_BLACKLIST()",
+ "scope": "鍏冨彉閲/琛屼細-濂藉弸-缁勯槦/鑾峰彇榛戝悕鍗曟暟鎹"
+ },
+ "濂藉弸鐢宠鍒楄〃": {
+ "prefix": "SL:Get_FRIEND_APPLYLIST",
+ "description": "濂藉弸鐢宠鍒楄〃",
+ "body": "SL:Get_FRIEND_APPLYLIST()",
+ "scope": "鍏冨彉閲/琛屼細-濂藉弸-缁勯槦/濂藉弸鐢宠鍒楄〃"
+ },
+ "鍏佽娣诲姞鐘舵": {
+ "prefix": "SL:Get_ADD_STATUS_PERMIT",
+ "description": "鍏佽娣诲姞鐘舵",
+ "body": "SL:Get_ADD_STATUS_PERMIT()",
+ "scope": "鍏冨彉閲/琛屼細-濂藉弸-缁勯槦/鍏佽娣诲姞鐘舵"
+ },
+ "闄勮繎闃熶紞鍒楄〃": {
+ "prefix": "SL:Get_TEAM_NEAR",
+ "description": "闄勮繎闃熶紞鍒楄〃",
+ "body": "SL:Get_TEAM_NEAR()",
+ "scope": "鍏冨彉閲/琛屼細-濂藉弸-缁勯槦/闄勮繎闃熶紞鍒楄〃"
+ },
+ "闃熶紞鎴愬憳鍒楄〃": {
+ "prefix": "SL:Get_TEAM_MEMBER_LIST",
+ "description": "闃熶紞鎴愬憳鍒楄〃",
+ "body": "SL:Get_TEAM_MEMBER_LIST()",
+ "scope": "鍏冨彉閲/琛屼細-濂藉弸-缁勯槦/闃熶紞鎴愬憳鍒楄〃"
+ },
+ "褰撳墠闃熶紞浜烘暟": {
+ "prefix": "SL:Get_TEAM_MEMBER_COUNT",
+ "description": "褰撳墠闃熶紞浜烘暟",
+ "body": "SL:Get_TEAM_MEMBER_COUNT()",
+ "scope": "鍏冨彉閲/琛屼細-濂藉弸-缁勯槦/褰撳墠闃熶紞浜烘暟"
+ },
+ "闃熶紞鏈澶т汉鏁": {
+ "prefix": "SL:Get_TEAM_MEMBER_MAX_COUNT",
+ "description": "闃熶紞鏈澶т汉鏁",
+ "body": "SL:Get_TEAM_MEMBER_MAX_COUNT()",
+ "scope": "鍏冨彉閲/琛屼細-濂藉弸-缁勯槦/闃熶紞鏈澶т汉鏁"
+ },
+ "鏄惁鏄槦浼嶆垚鍛": {
+ "prefix": "SL:Get_TEAM_IS_MEMBER",
+ "description": "鏄惁鏄槦浼嶆垚鍛",
+ "body": "SL:Get_TEAM_IS_MEMBER()",
+ "scope": "鍏冨彉閲/琛屼細-濂藉弸-缁勯槦/鏄惁鏄槦浼嶆垚鍛"
+ },
+ "鍏佽缁勯槦鐘舵": {
+ "prefix": "SL:Get_TEAM_STATUS_PERMIT",
+ "description": "鍏佽缁勯槦鐘舵",
+ "body": "SL:Get_TEAM_STATUS_PERMIT()",
+ "scope": "鍏冨彉閲/琛屼細-濂藉弸-缁勯槦/鍏佽缁勯槦鐘舵"
+ },
+ "鍏ラ槦鐢宠鍒楄〃": {
+ "prefix": "SL:Get_TEAM_APPLY",
+ "description": "鍏ラ槦鐢宠鍒楄〃",
+ "body": "SL:Get_TEAM_APPLY()",
+ "scope": "鍏冨彉閲/琛屼細-濂藉弸-缁勯槦/鍏ラ槦鐢宠鍒楄〃"
+ },
+ "鐜╁鍚嶅瓧": {
+ "prefix": "SL:Get_USER_NAME",
+ "description": "鐜╁鍚嶅瓧",
+ "body": "SL:Get_USER_NAME()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鐜╁鍚嶅瓧"
+ },
+ "鐜╁鑱屼笟": {
+ "prefix": "SL:Get_JOB",
+ "description": "鐜╁鑱屼笟",
+ "body": "SL:Get_JOB()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鐜╁鑱屼笟"
+ },
+ "鐜╁绛夌骇": {
+ "prefix": "SL:Get_LEVEL",
+ "description": "鐜╁绛夌骇",
+ "body": "SL:Get_LEVEL()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鐜╁绛夌骇"
+ },
+ "鐜╁杞敓绛夌骇": {
+ "prefix": "SL:Get_RELEVEL",
+ "description": "鐜╁杞敓绛夌骇",
+ "body": "SL:Get_RELEVEL()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鐜╁杞敓绛夌骇"
+ },
+ "鑱屼笟鍚嶅瓧": {
+ "prefix": "SL:Get_JOB_NAME",
+ "description": "鑱屼笟鍚嶅瓧",
+ "body": "SL:Get_JOB_NAME()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑱屼笟鍚嶅瓧"
+ },
+ "鐜╁鎬у埆": {
+ "prefix": "SL:Get_SEX",
+ "description": "鐜╁鎬у埆",
+ "body": "SL:Get_SEX()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鐜╁鎬у埆"
+ },
+ "鐜╁鐪熷疄濮撳悕": {
+ "prefix": "SL:Get_REAL_USER_NAME",
+ "description": "鐜╁鐪熷疄濮撳悕",
+ "body": "SL:Get_REAL_USER_NAME()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鐜╁鐪熷疄濮撳悕"
+ },
+ "鐜╁鍚嶅瓧棰滆壊鍊": {
+ "prefix": "SL:Get_USER_NAME_COLOR",
+ "description": "鐜╁鍚嶅瓧棰滆壊鍊",
+ "body": "SL:Get_USER_NAME_COLOR()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鐜╁鍚嶅瓧棰滆壊鍊"
+ },
+ "浜虹墿鏂瑰悜": {
+ "prefix": "SL:Get_DIR",
+ "description": "浜虹墿鏂瑰悜",
+ "body": "SL:Get_DIR()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/浜虹墿鏂瑰悜"
+ },
+ "瑙掕壊鏄惁姝讳骸": {
+ "prefix": "SL:Get_USER_IS_DIE",
+ "description": "瑙掕壊鏄惁姝讳骸",
+ "body": "SL:Get_USER_IS_DIE()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/瑙掕壊鏄惁姝讳骸"
+ },
+ "瑙掕壊鏄惁鑳藉娲": {
+ "prefix": "SL:Get_USER_IS_CANREVIVE",
+ "description": "瑙掕壊鏄惁鑳藉娲",
+ "body": "SL:Get_USER_IS_CANREVIVE()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/瑙掕壊鏄惁鑳藉娲"
+ },
+ "褰撳墠琛閲": {
+ "prefix": "SL:Get_HP",
+ "description": "褰撳墠琛閲",
+ "body": "SL:Get_HP()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/褰撳墠琛閲"
+ },
+ "鏈澶ц閲": {
+ "prefix": "SL:Get_MAXHP",
+ "description": "鏈澶ц閲",
+ "body": "SL:Get_MAXHP()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鏈澶ц閲"
+ },
+ "褰撳墠钃濋噺": {
+ "prefix": "SL:Get_MP",
+ "description": "褰撳墠钃濋噺",
+ "body": "SL:Get_MP()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/褰撳墠钃濋噺"
+ },
+ "鏈澶ц摑閲": {
+ "prefix": "SL:Get_MAXMP",
+ "description": "鏈澶ц摑閲",
+ "body": "SL:Get_MAXMP()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鏈澶ц摑閲"
+ },
+ "鏆村嚮鍑犵巼": {
+ "prefix": "SL:Get_BURST",
+ "description": "鏆村嚮鍑犵巼",
+ "body": "SL:Get_BURST()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鏆村嚮鍑犵巼"
+ },
+ "鏆村嚮浼ゅ": {
+ "prefix": "SL:Get_BURST_DAM",
+ "description": "鏆村嚮浼ゅ",
+ "body": "SL:Get_BURST_DAM()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鏆村嚮浼ゅ"
+ },
+ "鐗╀激鍑忓厤": {
+ "prefix": "SL:Get_IMM_ATT",
+ "description": "鐗╀激鍑忓厤",
+ "body": "SL:Get_IMM_ATT()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鐗╀激鍑忓厤"
+ },
+ "榄斾激鍑忓厤": {
+ "prefix": "SL:Get_IMM_MAG",
+ "description": "榄斾激鍑忓厤",
+ "body": "SL:Get_IMM_MAG()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/榄斾激鍑忓厤"
+ },
+ "骞歌繍": {
+ "prefix": "SL:Get_LUCK",
+ "description": "骞歌繍",
+ "body": "SL:Get_LUCK()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/骞歌繍"
+ },
+ "鏈灏忕墿闃": {
+ "prefix": "SL:Get_AC",
+ "description": "鏈灏忕墿闃",
+ "body": "SL:Get_AC()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鏈灏忕墿闃"
+ },
+ "鏈澶х墿闃": {
+ "prefix": "SL:Get_MAXAC",
+ "description": "鏈澶х墿闃",
+ "body": "SL:Get_MAXAC()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鏈澶х墿闃"
+ },
+ "鏈灏忛瓟闃": {
+ "prefix": "SL:Get_MAC",
+ "description": "鏈灏忛瓟闃",
+ "body": "SL:Get_MAC()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鏈灏忛瓟闃"
+ },
+ "鏈澶ч瓟闃": {
+ "prefix": "SL:Get_MAXMAC",
+ "description": "鏈澶ч瓟闃",
+ "body": "SL:Get_MAXMAC()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鏈澶ч瓟闃"
+ },
+ "鏈灏忕墿鐞": {
+ "prefix": "SL:Get_DC",
+ "description": "鏈灏忕墿鐞",
+ "body": "SL:Get_DC()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鏈灏忕墿鐞"
+ },
+ "鏈澶х墿鐞": {
+ "prefix": "SL:Get_MAXDC",
+ "description": "鏈澶х墿鐞",
+ "body": "SL:Get_MAXDC()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鏈澶х墿鐞"
+ },
+ "鏈灏忛瓟娉": {
+ "prefix": "SL:Get_MC",
+ "description": "鏈灏忛瓟娉",
+ "body": "SL:Get_MC()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鏈灏忛瓟娉"
+ },
+ "鏈澶ч瓟娉": {
+ "prefix": "SL:Get_MAXMC",
+ "description": "鏈澶ч瓟娉",
+ "body": "SL:Get_MAXMC()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鏈澶ч瓟娉"
+ },
+ "鏈灏忛亾鏈": {
+ "prefix": "SL:Get_SC",
+ "description": "鏈灏忛亾鏈",
+ "body": "SL:Get_SC()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鏈灏忛亾鏈"
+ },
+ "鏈澶ч亾鏈": {
+ "prefix": "SL:Get_MAXSC",
+ "description": "鏈澶ч亾鏈",
+ "body": "SL:Get_MAXSC()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鏈澶ч亾鏈"
+ },
+ "鍑嗙‘": {
+ "prefix": "SL:Get_HIT",
+ "description": "鍑嗙‘",
+ "body": "SL:Get_HIT()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鍑嗙‘"
+ },
+ "鏁忔嵎": {
+ "prefix": "SL:Get_SPD",
+ "description": "鏁忔嵎",
+ "body": "SL:Get_SPD()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鏁忔嵎"
+ },
+ "褰撳墠缁忛獙": {
+ "prefix": "SL:Get_EXP",
+ "description": "褰撳墠缁忛獙",
+ "body": "SL:Get_EXP()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/褰撳墠缁忛獙"
+ },
+ "鏈澶х粡楠": {
+ "prefix": "SL:Get_MAXEXP",
+ "description": "鏈澶х粡楠",
+ "body": "SL:Get_MAXEXP()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鏈澶х粡楠"
+ },
+ "鏀婚": {
+ "prefix": "SL:Get_HITSPD",
+ "description": "鏀婚",
+ "body": "SL:Get_HITSPD()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鏀婚"
+ },
+ "鑵曞姏": {
+ "prefix": "SL:Get_HW",
+ "description": "鑵曞姏",
+ "body": "SL:Get_HW()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑵曞姏"
+ },
+ "鏈澶у彲绌挎埓鑵曞姏": {
+ "prefix": "SL:Get_MAXHW",
+ "description": "鏈澶у彲绌挎埓鑵曞姏",
+ "body": "SL:Get_MAXHW()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鏈澶у彲绌挎埓鑵曞姏"
+ },
+ "閲嶉噺": {
+ "prefix": "SL:Get_BW",
+ "description": "閲嶉噺",
+ "body": "SL:Get_BW()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/閲嶉噺"
+ },
+ "鐜╁鏈澶ц礋閲": {
+ "prefix": "SL:Get_MAXBW",
+ "description": "鐜╁鏈澶ц礋閲",
+ "body": "SL:Get_MAXBW()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鐜╁鏈澶ц礋閲"
+ },
+ "绌挎埓璐熼噸": {
+ "prefix": "SL:Get_WW",
+ "description": "绌挎埓璐熼噸",
+ "body": "SL:Get_WW()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/绌挎埓璐熼噸"
+ },
+ "鏈澶х┛鎴磋礋閲": {
+ "prefix": "SL:Get_MAXWW",
+ "description": "鏈澶х┛鎴磋礋閲",
+ "body": "SL:Get_MAXWW()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鏈澶х┛鎴磋礋閲"
+ },
+ "浣撳姏鎭㈠": {
+ "prefix": "SL:Get_HUNGER",
+ "description": "浣撳姏鎭㈠",
+ "body": "SL:Get_HUNGER()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/浣撳姏鎭㈠"
+ },
+ "鑾峰彇鐜╁韬笂琛f湇鐨勫悕瀛": {
+ "prefix": "SL:Get_DRESS",
+ "description": "鑾峰彇鐜╁韬笂琛f湇鐨勫悕瀛",
+ "body": "SL:Get_DRESS()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇鐜╁韬笂琛f湇鐨勫悕瀛"
+ },
+ "鑾峰彇鐜╁韬笂姝﹀櫒鐨勫悕瀛": {
+ "prefix": "SL:Get_WEAPON",
+ "description": "鑾峰彇鐜╁韬笂姝﹀櫒鐨勫悕瀛",
+ "body": "SL:Get_WEAPON()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇鐜╁韬笂姝﹀櫒鐨勫悕瀛"
+ },
+ "鑾峰彇鐜╁韬笂鍕嬬珷鐨勫悕瀛": {
+ "prefix": "SL:Get_RIGHTHAND",
+ "description": "鑾峰彇鐜╁韬笂鍕嬬珷鐨勫悕瀛",
+ "body": "SL:Get_RIGHTHAND()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇鐜╁韬笂鍕嬬珷鐨勫悕瀛"
+ },
+ "鑾峰彇鐜╁韬笂澶寸洈鐨勫悕瀛": {
+ "prefix": "SL:Get_HELMET",
+ "description": "鑾峰彇鐜╁韬笂澶寸洈鐨勫悕瀛",
+ "body": "SL:Get_HELMET()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇鐜╁韬笂澶寸洈鐨勫悕瀛"
+ },
+ "鑾峰彇鐜╁韬笂椤归摼鐨勫悕瀛": {
+ "prefix": "SL:Get_NECKLACE",
+ "description": "鑾峰彇鐜╁韬笂椤归摼鐨勫悕瀛",
+ "body": "SL:Get_NECKLACE()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇鐜╁韬笂椤归摼鐨勫悕瀛"
+ },
+ "鑾峰彇鐜╁韬笂鍙虫垝鎸囩殑鍚嶅瓧": {
+ "prefix": "SL:Get_RINGR",
+ "description": "鑾峰彇鐜╁韬笂鍙虫垝鎸囩殑鍚嶅瓧",
+ "body": "SL:Get_RINGR()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇鐜╁韬笂鍙虫垝鎸囩殑鍚嶅瓧"
+ },
+ "鑾峰彇鐜╁韬笂宸︽垝鎸囩殑鍚嶅瓧": {
+ "prefix": "SL:Get_RINGL",
+ "description": "鑾峰彇鐜╁韬笂宸︽垝鎸囩殑鍚嶅瓧",
+ "body": "SL:Get_RINGL()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇鐜╁韬笂宸︽垝鎸囩殑鍚嶅瓧"
+ },
+ "鑾峰彇鐜╁韬笂鍙虫墜闀殑鍚嶅瓧": {
+ "prefix": "SL:Get_ARMRINGR",
+ "description": "鑾峰彇鐜╁韬笂鍙虫墜闀殑鍚嶅瓧",
+ "body": "SL:Get_ARMRINGR()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇鐜╁韬笂鍙虫墜闀殑鍚嶅瓧"
+ },
+ "鑾峰彇鐜╁韬笂宸︽墜闀殑鍚嶅瓧": {
+ "prefix": "SL:Get_ARMRINGL",
+ "description": "鑾峰彇鐜╁韬笂宸︽墜闀殑鍚嶅瓧",
+ "body": "SL:Get_ARMRINGL()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇鐜╁韬笂宸︽墜闀殑鍚嶅瓧"
+ },
+ "鑾峰彇鐜╁韬笂鎶ょ銆佺帀浣┿佸疂鐝犵殑鍚嶅瓧": {
+ "prefix": "SL:Get_BUJUK",
+ "description": "鑾峰彇鐜╁韬笂鎶ょ銆佺帀浣┿佸疂鐝犵殑鍚嶅瓧",
+ "body": "SL:Get_BUJUK()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇鐜╁韬笂鎶ょ銆佺帀浣┿佸疂鐝犵殑鍚嶅瓧"
+ },
+ "鑾峰彇鐜╁韬笂鑵板甫鐨勫悕瀛": {
+ "prefix": "SL:Get_BELT",
+ "description": "鑾峰彇鐜╁韬笂鑵板甫鐨勫悕瀛",
+ "body": "SL:Get_BELT()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇鐜╁韬笂鑵板甫鐨勫悕瀛"
+ },
+ "鑾峰彇鐜╁韬笂闉嬪瓙鐨勫悕瀛": {
+ "prefix": "SL:Get_BOOTS",
+ "description": "鑾峰彇鐜╁韬笂闉嬪瓙鐨勫悕瀛",
+ "body": "SL:Get_BOOTS()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇鐜╁韬笂闉嬪瓙鐨勫悕瀛"
+ },
+ "鑾峰彇鐜╁韬笂瀹濈煶鐨勫悕瀛": {
+ "prefix": "SL:Get_CHARM",
+ "description": "鑾峰彇鐜╁韬笂瀹濈煶鐨勫悕瀛",
+ "body": "SL:Get_CHARM()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇鐜╁韬笂瀹濈煶鐨勫悕瀛"
+ },
+ "鑾峰彇鐜╁鏌愪竴瑁呭浣嶇殑瑁呭鍚": {
+ "prefix": "SL:Get_EQUIPBYPOS",
+ "description": "鑾峰彇鐜╁鏌愪竴瑁呭浣嶇殑瑁呭鍚",
+ "body": "SL:Get_EQUIPBYPOS(equipID)",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇鐜╁鏌愪竴瑁呭浣嶇殑瑁呭鍚"
+ },
+ "鏍规嵁绫诲瀷id鑾峰彇灞炴у": {
+ "prefix": "SL:Get_CUR_ABIL_BY_ID",
+ "description": "鏍规嵁绫诲瀷id鑾峰彇灞炴у",
+ "body": "SL:Get_CUR_ABIL_BY_ID(typeID)",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鏍规嵁绫诲瀷id鑾峰彇灞炴у"
+ },
+ "鑾峰彇鐜╁鏌愪竴瑁呭鏁版嵁": {
+ "prefix": "SL:Get_EQUIP_DATA",
+ "description": "鑾峰彇鐜╁鏌愪竴瑁呭鏁版嵁",
+ "body": "SL:Get_EQUIP_DATA(param1, param2)",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇鐜╁鏌愪竴瑁呭鏁版嵁"
+ },
+ "鑾峰彇鐜╁娉曢樀鏁版嵁": {
+ "prefix": "SL:Get_EQUIP_EMBATTLE",
+ "description": "鑾峰彇鐜╁娉曢樀鏁版嵁",
+ "body": "SL:Get_EQUIP_EMBATTLE()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇鐜╁娉曢樀鏁版嵁"
+ },
+ "鐜╁澶栬鏁版嵁": {
+ "prefix": "SL:Get_FEATURE",
+ "description": "鐜╁澶栬鏁版嵁",
+ "body": "SL:Get_FEATURE()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鐜╁澶栬鏁版嵁"
+ },
+ "鍙戝瀷ID": {
+ "prefix": "SL:Get_HAIR",
+ "description": "鍙戝瀷ID",
+ "body": "SL:Get_HAIR()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鍙戝瀷ID"
+ },
+ "鑾峰彇瑁呭浣嶅搴擬akeIndex鏁版嵁": {
+ "prefix": "GUIFunction:GetEquipDataByPos",
+ "description": "鑾峰彇瑁呭浣嶅搴擬akeIndex鏁版嵁",
+ "body": "GUIFunction:GetEquipDataByPos(pos, beginOnMoving, type)",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇瑁呭浣嶅搴擬akeIndex鏁版嵁"
+ },
+ "鐜╁鐨勭О鍙锋暟鎹": {
+ "prefix": "SL:Get_TITLES",
+ "description": "鐜╁鐨勭О鍙锋暟鎹",
+ "body": "SL:Get_TITLES()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鐜╁鐨勭О鍙锋暟鎹"
+ },
+ "鑾峰彇鐜╁瀵瑰簲ID鐨勭О鍙锋暟鎹": {
+ "prefix": "SL:Get_TITLE_DATA_BY_ID",
+ "description": "鑾峰彇鐜╁瀵瑰簲ID鐨勭О鍙锋暟鎹",
+ "body": "SL:Get_TITLE_DATA_BY_ID(id)",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇鐜╁瀵瑰簲ID鐨勭О鍙锋暟鎹"
+ },
+ "鐜╁婵娲荤殑绉板彿id": {
+ "prefix": "SL:Get_TITLE_ACTIVATE_ID",
+ "description": "鐜╁婵娲荤殑绉板彿id",
+ "body": "SL:Get_TITLE_ACTIVATE_ID()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鐜╁婵娲荤殑绉板彿id"
+ },
+ "浜虹墿鍐呭姛鏈澶у唴鍔涘": {
+ "prefix": "SL:Get_MAX_ABIL_BY_ID",
+ "description": "浜虹墿鍐呭姛鏈澶у唴鍔涘",
+ "body": "SL:Get_MAX_ABIL_BY_ID(id)",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/浜虹墿鍐呭姛鏈澶у唴鍔涘"
+ },
+ "浜虹墿鍐呭姛褰撳墠鍐呭姏鍊": {
+ "prefix": "SL:Get_CUR_ABIL_BY_ID",
+ "description": "浜虹墿鍐呭姛褰撳墠鍐呭姏鍊",
+ "body": "SL:Get_CUR_ABIL_BY_ID(id)",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/浜虹墿鍐呭姛褰撳墠鍐呭姏鍊"
+ },
+ "浜虹墿鍐呭姛绛夌骇": {
+ "prefix": "SL:Get_CUR_ABIL_BY_ID",
+ "description": "浜虹墿鍐呭姛绛夌骇",
+ "body": "SL:Get_CUR_ABIL_BY_ID(id)",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/浜虹墿鍐呭姛绛夌骇"
+ },
+ "浜虹墿鍐呭姛褰撳墠鏂楄浆鏄熺Щ鍊": {
+ "prefix": "SL:Get_MAX_ABIL_BY_ID",
+ "description": "浜虹墿鍐呭姛褰撳墠鏂楄浆鏄熺Щ鍊",
+ "body": "SL:Get_MAX_ABIL_BY_ID(id)",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/浜虹墿鍐呭姛褰撳墠鏂楄浆鏄熺Щ鍊"
+ },
+ "浜虹墿鍐呭姛褰撳墠缁忛獙鍊": {
+ "prefix": "SL:Get_CUR_ABIL_BY_ID",
+ "description": "浜虹墿鍐呭姛褰撳墠缁忛獙鍊",
+ "body": "SL:Get_CUR_ABIL_BY_ID(id)",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/浜虹墿鍐呭姛褰撳墠缁忛獙鍊"
+ },
+ "鑾峰彇浜虹墿鎷ユ湁鍐呭姛鎶鑳藉垪琛": {
+ "prefix": "SL:Get_INTERNAL_SKILLS",
+ "description": "鑾峰彇浜虹墿鎷ユ湁鍐呭姛鎶鑳藉垪琛",
+ "body": "SL:Get_INTERNAL_SKILLS()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇浜虹墿鎷ユ湁鍐呭姛鎶鑳藉垪琛"
+ },
+ "鑾峰彇浜虹墿鍐呭姛鎶鑳芥暟鎹": {
+ "prefix": "SL:Get_INTERNAL_SKILL_DATA",
+ "description": "鑾峰彇浜虹墿鍐呭姛鎶鑳芥暟鎹",
+ "body": "SL:Get_INTERNAL_SKILL_DATA(skillID, skillType)",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇浜虹墿鍐呭姛鎶鑳芥暟鎹"
+ },
+ "鑾峰彇浜虹墿鍐呭姛鎶鑳界瓑绾х啛缁冨害鏁版嵁": {
+ "prefix": "SL:Get_INTERNAL_SKILL_TRAIN_DATA",
+ "description": "鑾峰彇浜虹墿鍐呭姛鎶鑳界瓑绾х啛缁冨害鏁版嵁",
+ "body": "SL:Get_INTERNAL_SKILL_TRAIN_DATA(skillID, skillType)",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇浜虹墿鍐呭姛鎶鑳界瓑绾х啛缁冨害鏁版嵁"
+ },
+ "鑾峰彇浜虹墿鍐呭姛鎶鑳藉紑鍏": {
+ "prefix": "SL:Get_INTERNAL_SKILL_ONOFF",
+ "description": "鑾峰彇浜虹墿鍐呭姛鎶鑳藉紑鍏",
+ "body": "SL:Get_INTERNAL_SKILL_ONOFF(skillID, skillType)",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇浜虹墿鍐呭姛鎶鑳藉紑鍏"
+ },
+ "鑾峰彇浜虹墿鍐呭姛鎶鑳界煩褰㈠浘鏍囪矾寰": {
+ "prefix": "SL:Get_INTERNAL_SKILL_RECT_ICON_PATH",
+ "description": "鑾峰彇浜虹墿鍐呭姛鎶鑳界煩褰㈠浘鏍囪矾寰",
+ "body": "SL:Get_INTERNAL_SKILL_RECT_ICON_PATH(skillID, skillType)",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇浜虹墿鍐呭姛鎶鑳界煩褰㈠浘鏍囪矾寰"
+ },
+ "鑾峰彇浜虹墿鍐呭姛鎶鑳藉悕瀛": {
+ "prefix": "SL:Get_INTERNAL_SKILL_NAME",
+ "description": "鑾峰彇浜虹墿鍐呭姛鎶鑳藉悕瀛",
+ "body": "SL:Get_INTERNAL_SKILL_NAME(skillID, skillType)",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇浜虹墿鍐呭姛鎶鑳藉悕瀛"
+ },
+ "鑾峰彇浜虹墿鍐呭姛鎶鑳芥弿杩": {
+ "prefix": "SL:Get_INTERNAL_SKILL_DESC",
+ "description": "鑾峰彇浜虹墿鍐呭姛鎶鑳芥弿杩",
+ "body": "SL:Get_INTERNAL_SKILL_DESC(skillID, skillType)",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇浜虹墿鍐呭姛鎶鑳芥弿杩"
+ },
+ "鑾峰彇浜虹墿鍐呭姛缁忕粶鐨勭┐浣嶆弿杩": {
+ "prefix": "SL:Get_MERIDIAN_DESC",
+ "description": "鑾峰彇浜虹墿鍐呭姛缁忕粶鐨勭┐浣嶆弿杩",
+ "body": "SL:Get_MERIDIAN_DESC()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇浜虹墿鍐呭姛缁忕粶鐨勭┐浣嶆弿杩"
+ },
+ "鑾峰彇浜虹墿鍐呭姛瀵瑰簲缁忕粶鐨勭┐浣嶆槸鍚︽縺娲诲垪琛": {
+ "prefix": "SL:Get_MERIDIAN_AUCPOINT_STATE",
+ "description": "鑾峰彇浜虹墿鍐呭姛瀵瑰簲缁忕粶鐨勭┐浣嶆槸鍚︽縺娲诲垪琛",
+ "body": "SL:Get_MERIDIAN_AUCPOINT_STATE(param1)",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇浜虹墿鍐呭姛瀵瑰簲缁忕粶鐨勭┐浣嶆槸鍚︽縺娲诲垪琛"
+ },
+ "鑾峰彇浜虹墿鍐呭姛缁忕粶鐨勫紑鍏冲垪琛": {
+ "prefix": "SL:Get_MERIDIAN_OPEN_LIST",
+ "description": "鑾峰彇浜虹墿鍐呭姛缁忕粶鐨勫紑鍏冲垪琛",
+ "body": "SL:Get_MERIDIAN_OPEN_LIST()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇浜虹墿鍐呭姛缁忕粶鐨勫紑鍏冲垪琛"
+ },
+ "鑾峰彇浜虹墿鍐呭姛瀵瑰簲缁忕粶绛夌骇": {
+ "prefix": "SL:Get_MERIDIAN_LV",
+ "description": "鑾峰彇浜虹墿鍐呭姛瀵瑰簲缁忕粶绛夌骇",
+ "body": "SL:Get_MERIDIAN_LV(param1)",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇浜虹墿鍐呭姛瀵瑰簲缁忕粶绛夌骇"
+ },
+ "鑾峰彇浜虹墿鎵鏈夋嫢鏈夌殑杩炲嚮鎶鑳": {
+ "prefix": "SL:Get_HAVE_COMBO_SKILLS",
+ "description": "鑾峰彇浜虹墿鎵鏈夋嫢鏈夌殑杩炲嚮鎶鑳",
+ "body": "SL:Get_HAVE_COMBO_SKILLS()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇浜虹墿鎵鏈夋嫢鏈夌殑杩炲嚮鎶鑳"
+ },
+ "鑾峰彇浜虹墿瀵瑰簲杩炲嚮鎶鑳": {
+ "prefix": "SL:Get_COMBO_SKILL_DATA",
+ "description": "鑾峰彇浜虹墿瀵瑰簲杩炲嚮鎶鑳",
+ "body": "SL:Get_COMBO_SKILL_DATA(skillID)",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇浜虹墿瀵瑰簲杩炲嚮鎶鑳"
+ },
+ "鑾峰彇浜虹墿杩炲嚮鎶鑳界瓑绾х啛缁冨害鏁版嵁": {
+ "prefix": "SL:Get_COMBO_SKILL_TRAIN_DATA",
+ "description": "鑾峰彇浜虹墿杩炲嚮鎶鑳界瓑绾х啛缁冨害鏁版嵁",
+ "body": "SL:Get_COMBO_SKILL_TRAIN_DATA(skillID)",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇浜虹墿杩炲嚮鎶鑳界瓑绾х啛缁冨害鏁版嵁"
+ },
+ "鑾峰彇浜虹墿璁剧疆涓鸿繛鍑荤殑鏁版嵁": {
+ "prefix": "SL:Get_SET_COMBO_SKILLS",
+ "description": "鑾峰彇浜虹墿璁剧疆涓鸿繛鍑荤殑鏁版嵁",
+ "body": "SL:Get_SET_COMBO_SKILLS()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇浜虹墿璁剧疆涓鸿繛鍑荤殑鏁版嵁"
+ },
+ "浜虹墿寮鍚殑杩炲嚮涓暟": {
+ "prefix": "SL:Get_OPEN_COMBO_NUM",
+ "description": "浜虹墿寮鍚殑杩炲嚮涓暟",
+ "body": "SL:Get_OPEN_COMBO_NUM()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/浜虹墿寮鍚殑杩炲嚮涓暟"
+ },
+ "浜虹墿鏄惁瀛︿範鍐呭姛": {
+ "prefix": "SL:Get_IS_LEARNED_INTERNAL",
+ "description": "浜虹墿鏄惁瀛︿範鍐呭姛",
+ "body": "SL:Get_IS_LEARNED_INTERNAL()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/浜虹墿鏄惁瀛︿範鍐呭姛"
+ },
+ "鑾峰彇瀵瑰簲杩炲嚮鏍煎瓙棰濆鍔犳毚鍑诲嚑鐜": {
+ "prefix": "SL:Get_EXTRA_COMBO_BJRATE",
+ "description": "鑾峰彇瀵瑰簲杩炲嚮鏍煎瓙棰濆鍔犳毚鍑诲嚑鐜",
+ "body": "SL:Get_EXTRA_COMBO_BJRATE(param1)",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇瀵瑰簲杩炲嚮鏍煎瓙棰濆鍔犳毚鍑诲嚑鐜"
+ },
+ "璺戞绉诲姩鏍煎瓙鏁": {
+ "prefix": "SL:Get_RUN_STEP",
+ "description": "璺戞绉诲姩鏍煎瓙鏁",
+ "body": "SL:Get_RUN_STEP()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/璺戞绉诲姩鏍煎瓙鏁"
+ },
+ "鑳藉惁璺": {
+ "prefix": "SL:Get_CAN_RUN_ABLE",
+ "description": "鑳藉惁璺",
+ "body": "SL:Get_CAN_RUN_ABLE()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑳藉惁璺"
+ },
+ "褰撳墠鏌ョ湅浠栦汉瑙掕壊ID": {
+ "prefix": "SL:Get_LOOK_TARGET_ID",
+ "description": "褰撳墠鏌ョ湅浠栦汉瑙掕壊ID",
+ "body": "SL:Get_LOOK_TARGET_ID()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/褰撳墠鏌ョ湅浠栦汉瑙掕壊ID"
+ },
+ "褰撳墠鏌ョ湅浠栦汉瑙掕壊鍚嶅瓧": {
+ "prefix": "SL:Get_LOOK_TARGET_NAME",
+ "description": "褰撳墠鏌ョ湅浠栦汉瑙掕壊鍚嶅瓧",
+ "body": "SL:Get_LOOK_TARGET_NAME()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/褰撳墠鏌ョ湅浠栦汉瑙掕壊鍚嶅瓧"
+ },
+ "褰撳墠鏌ョ湅浠栦汉瑙掕壊鍚嶅瓧棰滆壊ID": {
+ "prefix": "SL:Get_LOOK_TARGET_NAME_COLOR",
+ "description": "褰撳墠鏌ョ湅浠栦汉瑙掕壊鍚嶅瓧棰滆壊ID",
+ "body": "SL:Get_LOOK_TARGET_NAME_COLOR()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/褰撳墠鏌ョ湅浠栦汉瑙掕壊鍚嶅瓧棰滆壊ID"
+ },
+ "鐜╁灞炴у垵濮嬪寲瀹屾垚": {
+ "prefix": "SL:Get_PLAYER_INITED",
+ "description": "鐜╁灞炴у垵濮嬪寲瀹屾垚",
+ "body": "SL:Get_PLAYER_INITED()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鐜╁灞炴у垵濮嬪寲瀹屾垚"
+ },
+ "鑾峰彇褰撳墠PK妯″紡": {
+ "prefix": "SL:Get_PKMODE",
+ "description": "鑾峰彇褰撳墠PK妯″紡",
+ "body": "SL:Get_PKMODE()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇褰撳墠PK妯″紡"
+ },
+ "璇K妯″紡鏄惁鍙互鍒囨崲": {
+ "prefix": "SL:Get_PKMODE_CAN_USE",
+ "description": "璇K妯″紡鏄惁鍙互鍒囨崲",
+ "body": "SL:Get_PKMODE_CAN_USE(param)",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/璇K妯″紡鏄惁鍙互鍒囨崲"
+ },
+ "浜虹墿褰撳墠鍧愭爣X": {
+ "prefix": "SL:Get_X",
+ "description": "浜虹墿褰撳墠鍧愭爣X",
+ "body": "SL:Get_X()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/浜虹墿褰撳墠鍧愭爣X"
+ },
+ "PK鐐规暟": {
+ "prefix": "SL:Get_PKPOINT",
+ "description": "PK鐐规暟",
+ "body": "SL:Get_PKPOINT()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/PK鐐规暟"
+ },
+ "浜虹墿褰撳墠鍧愭爣Y": {
+ "prefix": "SL:Get_Y",
+ "description": "浜虹墿褰撳墠鍧愭爣Y",
+ "body": "SL:Get_Y()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/浜虹墿褰撳墠鍧愭爣Y"
+ },
+ "鑾峰彇鍏崇郴鍒楄〃": {
+ "prefix": "SL:Get_RELATION_TYPE_LIST",
+ "description": "鑾峰彇鍏崇郴鍒楄〃",
+ "body": "SL:Get_RELATION_TYPE_LIST()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇鍏崇郴鍒楄〃"
+ },
+ "鏍规嵁鍏崇郴id鑾峰彇鍚嶇О": {
+ "prefix": "SL:Get_RELATION_TYPE_NAME",
+ "description": "鏍规嵁鍏崇郴id鑾峰彇鍚嶇О",
+ "body": "SL:Get_RELATION_TYPE_NAME(type)",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鏍规嵁鍏崇郴id鑾峰彇鍚嶇О"
+ },
+ "鏍规嵁鍏崇郴id鑾峰彇澶囨敞": {
+ "prefix": "SL:Get_RELATION_TYPE_FUNC_DESC",
+ "description": "鏍规嵁鍏崇郴id鑾峰彇澶囨敞",
+ "body": "SL:Get_RELATION_TYPE_FUNC_DESC(type)",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鏍规嵁鍏崇郴id鑾峰彇澶囨敞"
+ },
+ "鏍规嵁鍏崇郴id鑾峰彇鍏崇郴閰嶇疆": {
+ "prefix": "SL:Get_RELATION_TYPE_CONFIG",
+ "description": "鏍规嵁鍏崇郴id鑾峰彇鍏崇郴閰嶇疆",
+ "body": "SL:Get_RELATION_TYPE_CONFIG(type)",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鏍规嵁鍏崇郴id鑾峰彇鍏崇郴閰嶇疆"
+ },
+ "鑾峰彇宸叉湁鍏崇郴閰嶇疆": {
+ "prefix": "SL:Get_RELATION_TYPE_DATA",
+ "description": "鑾峰彇宸叉湁鍏崇郴閰嶇疆",
+ "body": "SL:Get_RELATION_TYPE_DATA(type)",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇宸叉湁鍏崇郴閰嶇疆"
+ },
+ "鑾峰彇鎴戦個璇峰缓绔嬬殑鍏崇郴鍒楄〃": {
+ "prefix": "SL:Get_RELATION_MY_NETLIST",
+ "description": "鑾峰彇鎴戦個璇峰缓绔嬬殑鍏崇郴鍒楄〃",
+ "body": "SL:Get_RELATION_MY_NETLIST()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇鎴戦個璇峰缓绔嬬殑鍏崇郴鍒楄〃"
+ },
+ "鑾峰彇鍏佽琚個璇峰缓绔嬪叧绯荤姸鎬": {
+ "prefix": "SL:Get_RELATION_MY_NETLIST",
+ "description": "鑾峰彇鍏佽琚個璇峰缓绔嬪叧绯荤姸鎬",
+ "body": "SL:Get_RELATION_MY_NETLIST(type)",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇鍏佽琚個璇峰缓绔嬪叧绯荤姸鎬"
+ },
+ "鑾峰彇鏄惁鍏佽鍏崇郴鍙泦": {
+ "prefix": "SL:Get_RELATION_CALL_PERMIT_BY_TYPE",
+ "description": "鑾峰彇鏄惁鍏佽鍏崇郴鍙泦",
+ "body": "SL:Get_RELATION_CALL_PERMIT_BY_TYPE(type)",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇鏄惁鍏佽鍏崇郴鍙泦"
+ },
+ "杞敓灞炴х偣": {
+ "prefix": "SL:Get_BONUS_POINT",
+ "description": "杞敓灞炴х偣",
+ "body": "SL:Get_BONUS_POINT()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/杞敓灞炴х偣"
+ },
+ "鑾峰彇buffID鐨勯厤缃〃鏁版嵁": {
+ "prefix": "SL:Get_BUFF_CONFIG",
+ "description": "鑾峰彇buffID鐨勯厤缃〃鏁版嵁",
+ "body": "SL:Get_BUFF_CONFIG(buffID)",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鑾峰彇buffID鐨勯厤缃〃鏁版嵁"
+ },
+ "榛戝褰撳墠鐘舵": {
+ "prefix": "SL:Get_DARK_STATE",
+ "description": "榛戝褰撳墠鐘舵",
+ "body": "SL:Get_DARK_STATE()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/榛戝褰撳墠鐘舵"
+ },
+ "鍐呰澶村彂鍋忕Щ閰嶇疆": {
+ "prefix": "SL:Get_UIMODEL_HAIR_OFFSET",
+ "description": "鍐呰澶村彂鍋忕Щ閰嶇疆",
+ "body": "SL:Get_UIMODEL_HAIR_OFFSET()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鍐呰澶村彂鍋忕Щ閰嶇疆"
+ },
+ "鍐呰瑁呭鍋忕Щ閰嶇疆": {
+ "prefix": "SL:Get_UIMODEL_EQUIP_OFFSET",
+ "description": "鍐呰瑁呭鍋忕Щ閰嶇疆",
+ "body": "SL:Get_UIMODEL_EQUIP_OFFSET()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/鍐呰瑁呭鍋忕Щ閰嶇疆"
+ },
+ "灞忓箷鐐瑰嚮鐘舵": {
+ "prefix": "SL:Get_TOUCH_STATE",
+ "description": "灞忓箷鐐瑰嚮鐘舵",
+ "body": "SL:Get_TOUCH_STATE()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/灞忓箷鐐瑰嚮鐘舵"
+ },
+ "榧犳爣绉诲姩浣嶇疆": {
+ "prefix": "SL:Get_MOUSE_MOVE_POS",
+ "description": "榧犳爣绉诲姩浣嶇疆",
+ "body": "SL:Get_MOUSE_MOVE_POS()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/榧犳爣绉诲姩浣嶇疆"
+ },
+ "浜ゆ槗琛屽紑鍚姸鎬": {
+ "prefix": "SL:Get_TRADINGBANK_OPENSTATUS",
+ "description": "浜ゆ槗琛屽紑鍚姸鎬",
+ "body": "SL:Get_TRADINGBANK_OPENSTATUS()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/浜ゆ槗琛屽紑鍚姸鎬"
+ },
+ "PC绔 CTRL閿槸鍚︽寜涓": {
+ "prefix": "SL:Get_CTRL_PRESSED",
+ "description": "PC绔 CTRL閿槸鍚︽寜涓",
+ "body": "SL:Get_CTRL_PRESSED()",
+ "scope": "鍏冨彉閲/瑙掕壊鐩稿叧/PC绔 CTRL閿槸鍚︽寜涓"
+ },
+ "鑾峰彇璐у竵鏁伴噺": {
+ "prefix": "SL:Get_MONEY",
+ "description": "鑾峰彇璐у竵鏁伴噺",
+ "body": "SL:Get_MONEY(ID)",
+ "scope": "鍏冨彉閲/閬撳叿/鑾峰彇璐у竵鏁伴噺"
+ },
+ "鑾峰彇璐у竵鏁伴噺(鍖呮嫭 绛変环鏇挎崲閬撳叿鐨勬暟閲)": {
+ "prefix": "SL:Get_MONEY_ASSOCIATED",
+ "description": "鑾峰彇璐у竵鏁伴噺(鍖呮嫭 绛変环鏇挎崲閬撳叿鐨勬暟閲)",
+ "body": "SL:Get_MONEY_ASSOCIATED(id)",
+ "scope": "鍏冨彉閲/閬撳叿/鑾峰彇璐у竵鏁伴噺(鍖呮嫭 绛変环鏇挎崲閬撳叿鐨勬暟閲)"
+ },
+ "鑾峰彇鎵鏈夐亾鍏蜂俊鎭": {
+ "prefix": "SL:Get_STD_ITEMS",
+ "description": "鑾峰彇鎵鏈夐亾鍏蜂俊鎭",
+ "body": "SL:Get_STD_ITEMS()",
+ "scope": "鍏冨彉閲/閬撳叿/鑾峰彇鎵鏈夐亾鍏蜂俊鎭"
+ },
+ "鏍规嵁閬撳叿index鑾峰彇閬撳叿淇℃伅": {
+ "prefix": "SL:Get_ITEM_DATA",
+ "description": "鏍规嵁閬撳叿index鑾峰彇閬撳叿淇℃伅",
+ "body": "SL:Get_ITEM_DATA(itemIndex)",
+ "scope": "鍏冨彉閲/閬撳叿/鏍规嵁閬撳叿index鑾峰彇閬撳叿淇℃伅"
+ },
+ "鏍规嵁閬撳叿index鎴栬呭悕瀛楄幏鍙栭亾鍏锋暟閲": {
+ "prefix": "SL:Get_ITEM_COUNT",
+ "description": "鏍规嵁閬撳叿index鎴栬呭悕瀛楄幏鍙栭亾鍏锋暟閲",
+ "body": "SL:Get_ITEM_COUNT(itemInfo)",
+ "scope": "鍏冨彉閲/閬撳叿/鏍规嵁閬撳叿index鎴栬呭悕瀛楄幏鍙栭亾鍏锋暟閲"
+ },
+ "鏍规嵁閬撳叿index鑾峰彇閬撳叿鍚嶅瓧": {
+ "prefix": "SL:Get_ITEM_NAME",
+ "description": "鏍规嵁閬撳叿index鑾峰彇閬撳叿鍚嶅瓧",
+ "body": "SL:Get_ITEM_NAME(itemIndex)",
+ "scope": "鍏冨彉閲/閬撳叿/鏍规嵁閬撳叿index鑾峰彇閬撳叿鍚嶅瓧"
+ },
+ "鏍规嵁閬撳叿鍚嶅瓧鑾峰彇閬撳叿index": {
+ "prefix": "SL:Get_ITEM_INDEX_BY_NAME",
+ "description": "鏍规嵁閬撳叿鍚嶅瓧鑾峰彇閬撳叿index",
+ "body": "SL:Get_ITEM_INDEX_BY_NAME(itemName)",
+ "scope": "鍏冨彉閲/閬撳叿/鏍规嵁閬撳叿鍚嶅瓧鑾峰彇閬撳叿index"
+ },
+ "鑾峰彇閬撳叿鍚嶅瓧棰滆壊": {
+ "prefix": "SL:Get_ITEM_NAME_COLOR",
+ "description": "鑾峰彇閬撳叿鍚嶅瓧棰滆壊",
+ "body": "SL:Get_ITEM_NAME_COLOR(itemIndex)",
+ "scope": "鍏冨彉閲/閬撳叿/鑾峰彇閬撳叿鍚嶅瓧棰滆壊"
+ },
+ "閬撳叿鍚嶅瓧棰滆壊,鈥#FFFFFF鈥濇牸寮": {
+ "prefix": "SL:Get_ITEM_NAME_COLOR_VALUE",
+ "description": "閬撳叿鍚嶅瓧棰滆壊,鈥#FFFFFF鈥濇牸寮",
+ "body": "SL:Get_ITEM_NAME_COLOR_VALUE(itemIndex)",
+ "scope": "鍏冨彉閲/閬撳叿/閬撳叿鍚嶅瓧棰滆壊,鈥#FFFFFF鈥濇牸寮"
+ },
+ "閬撳叿鍚嶅瓧棰滆壊ID, 棰滆壊琛↖D": {
+ "prefix": "SL:Get_ITEM_NAME_COLORID",
+ "description": "閬撳叿鍚嶅瓧棰滆壊ID, 棰滆壊琛↖D",
+ "body": "SL:Get_ITEM_NAME_COLORID(itemIndex)",
+ "scope": "鍏冨彉閲/閬撳叿/閬撳叿鍚嶅瓧棰滆壊ID, 棰滆壊琛↖D"
+ },
+ "鐗╁搧鏄惁缁戝畾": {
+ "prefix": "SL:Get_ITEM_IS_BIND",
+ "description": "鐗╁搧鏄惁缁戝畾",
+ "body": "SL:Get_ITEM_IS_BIND(itemData)",
+ "scope": "鍏冨彉閲/閬撳叿/鐗╁搧鏄惁缁戝畾"
+ },
+ "鏍规嵁MakeIndex鑾峰彇瑁呭鏁版嵁": {
+ "prefix": "SL:Get_EQUIP_DATA_BY_MAKEINDEX",
+ "description": "鏍规嵁MakeIndex鑾峰彇瑁呭鏁版嵁",
+ "body": "SL:Get_EQUIP_DATA_BY_MAKEINDEX(param1, param2)",
+ "scope": "鍏冨彉閲/閬撳叿/鏍规嵁MakeIndex鑾峰彇瑁呭鏁版嵁"
+ },
+ "鏍规嵁MakeIndex鑾峰彇浠撳簱鏁版嵁": {
+ "prefix": "SL:Get_STORAGE_DATA_BY_MAKEINDEX",
+ "description": "鏍规嵁MakeIndex鑾峰彇浠撳簱鏁版嵁",
+ "body": "SL:Get_STORAGE_DATA_BY_MAKEINDEX(param1)",
+ "scope": "鍏冨彉閲/閬撳叿/鏍规嵁MakeIndex鑾峰彇浠撳簱鏁版嵁"
+ },
+ "鏍规嵁MakeIndex鑾峰彇鏌ョ湅浠栦汉瑁呭鏁版嵁": {
+ "prefix": "SL:Get_LOOKPLAYER_DATA_BY_MAKEINDEX",
+ "description": "鏍规嵁MakeIndex鑾峰彇鏌ョ湅浠栦汉瑁呭鏁版嵁",
+ "body": "SL:Get_LOOKPLAYER_DATA_BY_MAKEINDEX(param1)",
+ "scope": "鍏冨彉閲/閬撳叿/鏍规嵁MakeIndex鑾峰彇鏌ョ湅浠栦汉瑁呭鏁版嵁"
+ },
+ "妫鏌ョ姝娇鐢ㄧ墿鍝乥uff": {
+ "prefix": "SL:Get_CHECK_USE_ITEM_BUFF",
+ "description": "妫鏌ョ姝娇鐢ㄧ墿鍝乥uff",
+ "body": "SL:Get_CHECK_USE_ITEM_BUFF(itemIndex)",
+ "scope": "鍏冨彉閲/閬撳叿/妫鏌ョ姝娇鐢ㄧ墿鍝乥uff"
+ },
+ "鐗╁搧鑳藉惁鑷姩浣跨敤": {
+ "prefix": "SL:Get_ITEM_CAN_AUTOUSE",
+ "description": "鐗╁搧鑳藉惁鑷姩浣跨敤",
+ "body": "SL:Get_ITEM_CAN_AUTOUSE(itemData)",
+ "scope": "鍏冨彉閲/閬撳叿/鐗╁搧鑳藉惁鑷姩浣跨敤"
+ },
+ "鎶鑳戒功鑳藉惁浣跨敤": {
+ "prefix": "SL:Get_SKILLBOOK_CAN_USE",
+ "description": "鎶鑳戒功鑳藉惁浣跨敤",
+ "body": "SL:Get_SKILLBOOK_CAN_USE(itemName, isHero)",
+ "scope": "鍏冨彉閲/閬撳叿/鎶鑳戒功鑳藉惁浣跨敤"
+ },
+ "鏍规嵁MakeIndex鑾峰彇鐗╁搧褰掑睘": {
+ "prefix": "SL:Get_ITEM_BELONG_BY_MAKEINDEX",
+ "description": "鏍规嵁MakeIndex鑾峰彇鐗╁搧褰掑睘",
+ "body": "SL:Get_ITEM_BELONG_BY_MAKEINDEX(makeIndex)",
+ "scope": "鍏冨彉閲/閬撳叿/鏍规嵁MakeIndex鑾峰彇鐗╁搧褰掑睘"
+ },
+ "鑾峰彇鑳屽寘鐗╁搧鍞竴ID": {
+ "prefix": "SL:Get_BAG_MAKEINDEX_BY_POS",
+ "description": "鑾峰彇鑳屽寘鐗╁搧鍞竴ID",
+ "body": "SL:Get_BAG_MAKEINDEX_BY_POS(pos, isHero)",
+ "scope": "鍏冨彉閲/閬撳叿/鑾峰彇鑳屽寘鐗╁搧鍞竴ID"
+ },
+ "閬撳叿妗嗛粯璁ょ缉鏀": {
+ "prefix": "SL:Get_ITEM_SCALE",
+ "description": "閬撳叿妗嗛粯璁ょ缉鏀",
+ "body": "SL:Get_ITEM_SCALE()",
+ "scope": "鍏冨彉閲/閬撳叿/閬撳叿妗嗛粯璁ょ缉鏀"
+ },
+ "鑾峰彇鑳屽寘鎵鏈夌墿鍝佹暟鎹": {
+ "prefix": "SL:Get_BAG_DATA",
+ "description": "鑾峰彇鑳屽寘鎵鏈夌墿鍝佹暟鎹",
+ "body": "SL:Get_BAG_DATA()",
+ "scope": "鍏冨彉閲/閬撳叿/鑾峰彇鑳屽寘鎵鏈夌墿鍝佹暟鎹"
+ },
+ "鏍规嵁鐗╁搧鍞竴id鑾峰彇鑳屽寘鐗╁搧鏁版嵁": {
+ "prefix": "SL:Get_ITEM_DATA_BY_MAKEINDEX",
+ "description": "鏍规嵁鐗╁搧鍞竴id鑾峰彇鑳屽寘鐗╁搧鏁版嵁",
+ "body": "SL:Get_ITEM_DATA_BY_MAKEINDEX(makeindex)",
+ "scope": "鍏冨彉閲/閬撳叿/鏍规嵁鐗╁搧鍞竴id鑾峰彇鑳屽寘鐗╁搧鏁版嵁"
+ },
+ "浜ゆ槗鐨勭洰鏍嘔D": {
+ "prefix": "SL:Get_TRADE_TARGET_ID",
+ "description": "浜ゆ槗鐨勭洰鏍嘔D",
+ "body": "SL:Get_TRADE_TARGET_ID()",
+ "scope": "鍏冨彉閲/闈㈠闈氦鏄/浜ゆ槗鐨勭洰鏍嘔D"
+ },
+ "浜ゆ槗鐨勭洰鏍囧悕瀛": {
+ "prefix": "SL:Get_TRADE_TARGET_NAME",
+ "description": "浜ゆ槗鐨勭洰鏍囧悕瀛",
+ "body": "SL:Get_TRADE_TARGET_NAME()",
+ "scope": "鍏冨彉閲/闈㈠闈氦鏄/浜ゆ槗鐨勭洰鏍囧悕瀛"
+ },
+ "瑕佷氦鏄撶殑鐜╁淇℃伅": {
+ "prefix": "SL:Get_TRADE_TARGET_DATA",
+ "description": "瑕佷氦鏄撶殑鐜╁淇℃伅",
+ "body": "SL:Get_TRADE_TARGET_DATA()",
+ "scope": "鍏冨彉閲/闈㈠闈氦鏄/瑕佷氦鏄撶殑鐜╁淇℃伅"
+ },
+ "浜ゆ槗鑷繁閿佸畾鐘舵": {
+ "prefix": "SL:Get_TRADE_MY_LOCK_STATUS",
+ "description": "浜ゆ槗鑷繁閿佸畾鐘舵",
+ "body": "SL:Get_TRADE_MY_LOCK_STATUS()",
+ "scope": "鍏冨彉閲/闈㈠闈氦鏄/浜ゆ槗鑷繁閿佸畾鐘舵"
+ },
+ "浜ゆ槗瀵规柟閿佸畾鐘舵": {
+ "prefix": "SL:Get_TRADE_TARGET_LOCK_STATUS",
+ "description": "浜ゆ槗瀵规柟閿佸畾鐘舵",
+ "body": "SL:Get_TRADE_TARGET_LOCK_STATUS()",
+ "scope": "鍏冨彉閲/闈㈠闈氦鏄/浜ゆ槗瀵规柟閿佸畾鐘舵"
+ },
+ "浜ゆ槗鑷繁瑁呭鐨勬暟閲": {
+ "prefix": "SL:Get_TRADE_MY_ITEM_NUM",
+ "description": "浜ゆ槗鑷繁瑁呭鐨勬暟閲",
+ "body": "SL:Get_TRADE_MY_ITEM_NUM()",
+ "scope": "鍏冨彉閲/闈㈠闈氦鏄/浜ゆ槗鑷繁瑁呭鐨勬暟閲"
+ },
+ "浜ゆ槗鏄惁澶勪簬浜ゆ槗鐘舵": {
+ "prefix": "SL:Get_TRADE_IS_TRADING",
+ "description": "浜ゆ槗鏄惁澶勪簬浜ゆ槗鐘舵",
+ "body": "SL:Get_TRADE_IS_TRADING()",
+ "scope": "鍏冨彉閲/闈㈠闈氦鏄/浜ゆ槗鏄惁澶勪簬浜ゆ槗鐘舵"
+ },
+ "浜ゆ槗鑷繁璐ф灦鏁版嵁": {
+ "prefix": "SL:Get_TRADE_MY_ITEMS",
+ "description": "浜ゆ槗鑷繁璐ф灦鏁版嵁",
+ "body": "SL:Get_TRADE_MY_ITEMS()",
+ "scope": "鍏冨彉閲/闈㈠闈氦鏄/浜ゆ槗鑷繁璐ф灦鏁版嵁"
+ },
+ "浜ゆ槗瀵规柟鏀惧叆鐗╁搧淇℃伅": {
+ "prefix": "SL:Get_TRADE_TARGET_ITEMS",
+ "description": "浜ゆ槗瀵规柟鏀惧叆鐗╁搧淇℃伅",
+ "body": "SL:Get_TRADE_TARGET_ITEMS()",
+ "scope": "鍏冨彉閲/闈㈠闈氦鏄/浜ゆ槗瀵规柟鏀惧叆鐗╁搧淇℃伅"
+ },
+ "浜ゆ槗鑾峰彇閭璇风殑鏁伴噺": {
+ "prefix": "SL:Get_TRADE_INVITE_COUNT",
+ "description": "浜ゆ槗鑾峰彇閭璇风殑鏁伴噺",
+ "body": "SL:Get_TRADE_INVITE_COUNT()",
+ "scope": "鍏冨彉閲/闈㈠闈氦鏄/浜ゆ槗鑾峰彇閭璇风殑鏁伴噺"
+ },
+ "浜ゆ槗鑾峰彇閭璇峰垪琛ㄤ俊鎭": {
+ "prefix": "SL:Get_TRADE_INVITE_ITEMS",
+ "description": "浜ゆ槗鑾峰彇閭璇峰垪琛ㄤ俊鎭",
+ "body": "SL:Get_TRADE_INVITE_ITEMS()",
+ "scope": "鍏冨彉閲/闈㈠闈氦鏄/浜ゆ槗鑾峰彇閭璇峰垪琛ㄤ俊鎭"
+ }
}
\ No newline at end of file
diff --git a/client/dev/.vscode/GUIASL.lua b/client/dev/.vscode/GUIASL.lua
deleted file mode 100644
index 4cdeb567..00000000
--- a/client/dev/.vscode/GUIASL.lua
+++ /dev/null
@@ -1,9040 +0,0 @@
----@meta _
-
-GUI={}; SL={}; UIOperator={}; GUIFunction={};
-
----@class userdata
-
----鍒涘缓绐楀彛鎺т欢
----* ID 鎺т欢ID
----* X 鎺т欢浣嶇疆鐨勬í鍧愭爣
----* Y 鎺т欢浣嶇疆鐨勭旱鍧愭爣
----* W 鎺т欢鐨勫
----* H 鎺т欢鐨勯珮
----* Main 鏄惁闅愯棌涓荤晫闈
----* Last 鏄惁闅愯棌涓婁竴涓晫闈
----* NV 鏄惁鐐瑰嚮鏃舵湁闊虫晥
----* EscC 鏄惁esc鍏抽棴
----* IsRev 鏄惁pc榧犳爣缁忚繃鍚炲櫖锛岄粯璁rue
----* NpcID 缁戝畾npcid
----* Rpos 鏄惁涓嶈褰曞叧闂綅缃紝true涓哄垵濮嬩綅缃紝false涓轰笂娆″叧闂綅缃
----* Type 鍒涘缓灞 0涓荤晫闈㈠眰 1鏅氶潰鏉垮眰 2閫氱煡灞 榛樿1
浠呮櫘閫氶潰鏉挎椂 Main銆丩ast銆丒scC
----@param ID number
----@param X number
----@param Y number
----@param W number
----@param H number
----@param Main boolean
----@param Last boolean
----@param NV boolean
----@param EscC boolean
----@param IsRev boolean
----@param NpcID number
----@param Rpos boolean
----@param Type number
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:Win_Create(ID,X,Y,W,H,Main,Last,NV,EscC,IsRev,NpcID,Rpos,Type) end;
-
----鍒涘缓鍥剧墖鎺т欢
----* Parent 鐖舵帶浠跺璞
----* ID 鎺т欢ID
----* X 鎺т欢浣嶇疆鐨勬í鍧愭爣
----* Y 鎺т欢浣嶇疆鐨勭旱鍧愭爣
----* nimg 鍥剧墖璺緞
----@param Parent userdata
----@param ID string
----@param X number
----@param Y number
----@param nimg string
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:Image_Create(Parent,ID,X,Y,nimg) end;
-
----鍒涘缓鎸夐挳鎺т欢
----* Parent 鐖舵帶浠跺璞
----* ID 鎺т欢ID
----* X 鎺т欢浣嶇疆鐨勬í鍧愭爣
----* Y 鎺т欢浣嶇疆鐨勭旱鍧愭爣
----* nimg 鍥剧墖璺緞
----@param Parent userdata
----@param ID string
----@param X number
----@param Y number
----@param nimg string
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:Button_Create(Parent, ID, X, Y, nimg) end;
-
----鍒涘缓鏂囨湰鎺т欢
----* Parent 鐖舵帶浠跺璞
----* ID 鎺т欢ID
----* X 鎺т欢浣嶇疆鐨勬í鍧愭爣
----* Y 鎺т欢浣嶇疆鐨勭旱鍧愭爣
----* fontSize 瀛椾綋澶у皬
----* fontColor 瀛椾綋棰滆壊
----* str 鏂囨湰
----@param Parent userdata
----@param ID string
----@param X number
----@param Y number
----@param fontSize number
----@param fontColor string
----@param str string
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:Text_Create(Parent, ID, X, Y, fontSize, fontColor, str) end;
-
----鍒涘缓Bmp鏂囨湰
----* parent 鐖惰妭鐐瑰璞
----* ID 鍞竴ID
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----* fontColor 瀛椾綋棰滆壊,鏀寔浼犵┖
----* str 鏂囨湰
----* fontPath 瀛椾綋鏂囦欢璺緞, 渚嬶細`"fonts/stfont.fnt"`
----@param parent userdata
----@param ID string
----@param x number
----@param y number
----@param fontColor string
----@param str string
----@param fontPath string
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:BmpText_Create(parent, ID, x, y, fontColor, str, fontPath) end;
-
----鍒涘缓鑹烘湳瀛楁枃鏈
----* parent 鐖惰妭鐐瑰璞
----* ID 鍞竴ID
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----* stringValue 鏂囨湰鍐呭
----* charMapFile 鑹烘湳瀛楄矾寰
----* itemWidth 鍗曚釜瀛椾綋瀹藉害
----* itemHeight 鍗曚釜瀛椾綋楂樺害
----* startCharMap 璧峰瀛楃璁剧疆("/")
----* sheet 瀛椾綋鍐呭(H5涓撳睘)
姣斿鍥剧墖鏂囧瓧鏄+-0123456789鈥,閭h繖涓猻heet鐨勫煎氨鏄"+-0123456789"
----@param parent userdata
----@param ID string
----@param x number
----@param y number
----@param stringValue string
----@param charMapFile string
----@param itemWidth number
----@param itemHeight number
----@param startCharMap string
----@param sheet string
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:TextAtlas_Create(parent, ID, x, y, stringValue, charMapFile, itemWidth, itemHeight, startCharMap, sheet) end;
-
----鍒涘缓瀵屾枃鏈
----* parent 鐖惰妭鐐瑰璞
----* ID 鍞竴ID
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----* str 鏂囨湰鍐呭
----* width 瀵屾枃鏈帶浠跺搴
----* fontSize 瀛椾綋澶у皬
----* fontColor 瀛椾綋棰滆壊
----* vspace 瀵屾枃鏈闂磋窛
----* hyperlinkCB 瓒呴摼鍥炶皟鍑芥暟
----@param parent userdata
----@param ID string
----@param x number
----@param y number
----@param str string
----@param width number
----@param fontSize number
----@param fontColor string
----@param vspace number
----@param hyperlinkCB function
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:RichText_Create(parent, ID, x, y, str, width, fontSize, fontColor, vspace, hyperlinkCB, defaultFontFace) end;
-
----鍒涘缓鍘熷瀵屾枃鏈
----* parent 鐖惰妭鐐瑰璞
----* ID 鍞竴ID
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----* str 鏂囨湰鍐呭
----* width 瀵屾枃鏈帶浠跺搴
----* fontSize 瀛椾綋澶у皬
----* color 瀛椾綋棰滆壊, 渚: "#FFFFFF"
----* vspace 瀵屾枃鏈闂磋窛
----* hyperlinkCB 瓒呴摼鍥炶皟鍑芥暟
----* fontPath 瀛椾綋鏂囦欢璺緞
----* outlineParam 鎻忚竟鍙傛暟
outlineSize: 鎻忚竟澶у皬
outlineColor: 鎻忚竟棰滆壊 C3B
(鎻忚竟棰滆壊 渚 :
`SL:ConvertColorFromHexString("#FFFFFF")`)
----@param parent userdata
----@param ID string
----@param x number
----@param y number
----@param str string
----@param width number
----@param fontSize number
----@param color string
----@param vspace number
----@param hyperlinkCB function
----@param fontPath string
----@param outlineParam table
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:RichTextFCOLOR_Create(parent, ID, x, y, str, width, fontSize, color, vspace, hyperlinkCB, fontPath, outlineParam) end;
-
----鍒涘缓鑷畾涔夌粍鍚堝瘜鏂囨湰
----* parent 鐖惰妭鐐瑰璞
----* ID 鍞竴ID
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----* width 瀵屾枃鏈帶浠舵渶澶у搴
----* vspace 瀵屾枃鏈闂磋窛
----@param parent userdata
----@param ID string
----@param x number
----@param y number
----@param width number
----@param vspace number
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:RichTextCombine_Create(parent, ID, x, y, width, vspace) end;
-
----鍒涘缓鑷畾涔夌粍鍚堝瘜鏂囨湰cell
----* parent 鐖惰妭鐐瑰璞 [RichTextCombine]
----* ID 鍞竴ID
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----* type cell绫诲瀷
鏂囨湰绫诲瀷锛1鎴朤EXT
鑺傜偣绫诲瀷锛2鎴朜ODE
鎹㈣绫诲瀷锛3 鎴 NEWLINE
----* param 棰濆鍙傛暟
----@param parent userdata
----@param ID string
----@param x number
----@param y number
----@param type number
----@param param table
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:RichTextCombineCell_Create(parent, ID, x, y, type, param) end;
-
----鍒涘缓婊氬姩鏂囨湰
----* parent 鐖惰妭鐐瑰璞
----* ID 鍞竴ID
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----* width 鏂囨湰瀹藉害
----* fontSize 瀛椾綋澶у皬
----* fontColor 瀛椾綋棰滆壊
----* str 鏂囨湰鍐呭
----* scrollTime 婊氬姩鏃堕暱 (绉)
----* fontPath 瀛椾綋鏂囦欢璺緞
----@param parent userdata
----@param ID string
----@param x number
----@param y number
----@param width number
----@param fontSize number
----@param fontColor number
----@param str string
----@param scrollTime number
----@param fontPath string
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:ScrollText_Create(parent, ID, x, y, width, fontSize, fontColor, str, scrollTime, fontPath) end;
-
----鍒涘缓鑺傜偣
----* parent 鐖惰妭鐐瑰璞
----* ID 鍞竴ID
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----@param parent userdata
----@param ID string
----@param x number
----@param y number
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:Node_Create(parent, ID, x, y) end;
-
----鍒涘缓Widget
----* parent 鐖惰妭鐐瑰璞
----* ID 鍞竴ID
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----* width 瀹
----* height 楂
----@param parent userdata
----@param ID string
----@param x number
----@param y number
----@param width number
----@param height number
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:Widget_Create(parent, ID, x, y, width, height) end;
-
----鍒涘缓鐗╁搧妗
----* parent 鐖惰妭鐐瑰璞
----* ID 鍞竴ID
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----* setData 閰嶇疆鏁版嵁
----@param parent userdata
----@param ID string
----@param x number
----@param y number
----@param setData table
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:ItemShow_Create(parent, ID, x, y, setData) end;
-
----鍒涘缓鐗╁搧鏀惧叆妗
----* parent 鐖惰妭鐐瑰璞
----* ID 鍞竴ID
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----* img 鏀剧疆妗嗗簳鍥捐祫婧愯矾寰
----* boxindex 鏀剧疆妗 鍞竴ID
----* stdmode 鍏佽浼犲叆鐨凷tdMode ("*": 鎵鏈 銆佸崟涓敤number 銆佸涓敤table)
----@param parent userdata
----@param ID string
----@param x number
----@param y number
----@param img string
----@param boxindex number
----@param stdmode string
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:ItemBox_Create(parent, ID, x, y, img, boxindex, stdmode) end;
-
----鍒涘缓澶嶉夋
----* parent 鐖惰妭鐐瑰璞
----* ID 鍞竴ID
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----* nimg 姝e父鍥剧墖璺緞
----* pimg 閫変腑鍥剧墖璺緞
----@param parent userdata
----@param ID string
----@param x number
----@param y number
----@param nimg string
----@param pimg string
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:CheckBox_Create(parent, ID, x, y, nimg, pimg) end;
-
----鍒涘缓杈撳叆妗
----* parent 鐖惰妭鐐瑰璞
----* ID 鍞竴ID
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----* width 瀹藉害
----* height 楂樺害
----* fontSize 瀛椾綋澶у皬
----@param parent userdata
----@param ID string
----@param x number
----@param y number
----@param width number
----@param height number
----@param fontSize number
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:TextInput_Create(parent, ID, x, y, width, height, fontSize) end;
-
----鍒涘缓婊氬姩鏉
----* parent 鐖惰妭鐐瑰璞
----* ID 鍞竴ID
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----* barimg 婊氬姩鏉¤儗鏅浘鐗
----* pbarimg 婊氬姩鏉″浘鐗
----* nimg 婊氬姩鏉℃嫋鍔ㄥ潡鍥剧墖
----@param parent userdata
----@param ID string
----@param x number
----@param y number
----@param barimg string
----@param pbarimg string
----@param nimg string
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:Slider_Create(parent, ID, x, y, barimg, pbarimg, nimg) end;
-
----鍒涘缓鍦嗗舰杩涘害鏉
----* parent 鐖惰妭鐐瑰璞
----* ID 鍞竴ID
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----* img 鍥剧墖璺緞
----@param parent userdata
----@param ID string
----@param x number
----@param y number
----@param img string
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:ProgressTimer_Create(parent, ID, x, y, img) end;
-
----鍒涘缓杩涘害鏉
----* parent 鐖惰妭鐐瑰璞
----* ID 鍞竴ID
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----* nimg 鍥剧墖璺緞
----* direction 鏂瑰悜锛
0 浠庡乏鍒板彸
1 浠庡彸鍒板乏
----@param parent userdata
----@param ID string
----@param x number
----@param y number
----@param nimg string
----@param direction number
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:LoadingBar_Create(parent, ID, x, y, nimg, direction) end;
-
----鍒涘缓鐗规晥
----* parent 鐖惰妭鐐瑰璞
----* ID 鍞竴ID
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----* effecttype 0 鐗规晥
1 NPC
2 鎬墿
3 鎶鑳
4 浜虹墿
5 姝﹀櫒
6 缈呰唨
7 鍙戝瀷
8 鐩剧墝
----* effectid 鐗规晥id
----* sex 鎬у埆(0 鐢 1 濂)
----* act 0 寰呮満
1 璧
2 鏀诲嚮
3 鏂芥硶
4 姝讳骸
5 璺戞
----* dir 鏂瑰悜
----* speed 鎾斁閫熷害
----@param parent userdata
----@param ID string
----@param x number
----@param y number
----@param effecttype number
----@param effectid number
----@param sex number
----@param act number
----@param dir number
----@param speed number
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:Effect_Create(parent, ID, x, y, effecttype, effectid, sex, act, dir, speed) end;
-
----鍒涘缓浜虹墿妯″瀷
----* parent 鐖惰妭鐐瑰璞
----* ID 鍞竴ID
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----* sex 0 鐢锋 1 濂虫
----* feature 妯″瀷灞炴
----* scale 缂╂斁姣斾緥(0-1)
----* useStaticScale 鏄惁浣跨敤game_data閰嶇疆staticSacle鏁版嵁, 榛樿蹇界暐
----* job 鑱屼笟id 012 鎴樻硶閬撶瓑鏂板鑱屼笟
----* ext_param 棰濆鍙傛暟
----@param parent userdata
----@param ID string
----@param x number
----@param y number
----@param sex number
----@param feature table
----@param scale number
----@param useStaticScale boolean
----@param job number
----@param ext_param table
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:UIModel_Create(parent, ID, x, y, sex, feature, scale, useStaticScale, job, ext_param) end;
-
----鍒涘缓灞傚鍣
----* parent 鐖惰妭鐐瑰璞
----* ID 鍞竴ID
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----* width 瀹藉害
----* height 闀垮害
----* isClip 鏄惁瑁佸垏
----@param parent userdata
----@param ID string
----@param x number
----@param y number
----@param width number
----@param height number
----@param isClip boolean
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:Layout_Create(parent, ID, x, y, width, height, isClip) end;
-
----鍒涘缓鍒楄〃瀹瑰櫒(TableView)
----* parent 鐖惰妭鐐瑰璞
----* ID 鍞竴ID
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----* width 瀹瑰櫒瀹藉害
----* height 瀹瑰櫒楂樺害
----* direction 1锛氬瀭鐩; 2锛氭按骞
----* cellWid 鍗曚釜cell 瀹
----* cellHei 鍗曚釜cell 楂
----* num 闇鍒涘缓cell涓暟
----@param parent userdata
----@param ID string
----@param x number
----@param y number
----@param width number
----@param height number
----@param direction number
----@param cellWid number
----@param cellHei number
----@param num number
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:TableView_Create(parent, ID, x, y, width, height, direction, cellWid, cellHei, num) end;
-
----鍒涘缓婊氬姩瀹瑰櫒
----* parent 鐖惰妭鐐瑰璞
----* ID 鍞竴ID
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----* width 瀹藉害
----* height 楂樺害
----* direction 1锛氬瀭鐩; 2锛氭按骞
----@param parent userdata
----@param ID string
----@param x number
----@param y number
----@param width number
----@param height number
----@param direction number
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:ScrollView_Create(parent, ID, x, y, width, height, direction) end;
-
----鍒涘缓缈婚〉瀹瑰櫒
----* parent 鐖惰妭鐐瑰璞
----* ID 鍞竴ID
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----* width 瀹藉害
----* height 楂樺害
----@param parent userdata
----@param ID string
----@param x number
----@param y number
----@param width number
----@param height number
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:PageView_Create(parent, ID, x, y, width, height, direction) end;
-
----鍒涘缓婊氬姩瀹瑰櫒瀛愯妭鐐
----* parent 鐖惰妭鐐瑰璞
----* ID 鍞竴ID
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----* w 瀹藉害
----* h 楂樺害
----* createCB 鍒涘缓瀛愯妭鐐瑰唴瀹瑰洖璋 [鍑芥暟杩斿洖 widget]
----* activeCB 鍒ゆ柇鏄惁闇瑕佹縺娲/鍒涘缓 [鍑芥暟杩斿洖 boolean鍊糫
----@param parent userdata
----@param ID string
----@param x number
----@param y number
----@param w number
----@param h number
----@param createCB function
----@param activeCB function
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:QuickCell_Create(parent, ID, x, y, w, h, createCB, activeCB) end;
-
----鍒涘缓搴忓垪甯у姩鐢
----* parent 鐖惰妭鐐瑰璞
----* ID 鍞竴ID
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----* prefix 鍓嶇紑
----* suffix 鍚庣紑
----* beginframe 璧峰甯, 榛樿1
----* finishframe 缁撴潫甯
----* ext 闄勫姞鍙傛暟, {speed = 鎾斁閫熷害
----@param parent userdata
----@param ID string
----@param x number
----@param y number
----@param prefix string
----@param suffix string
----@param beginframe number
----@param finishframe number
----@param ext table
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:Frames_Create(parent, ID, x, y, prefix, suffix, beginframe, finishframe, ext) end;
-
----鍒涘缓绮掑瓙鐗规晥
----* parent 鐖惰妭鐐瑰璞
----* ID 鍞竴ID
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----* res 绮掑瓙鐗规晥璧勬簮璺緞 plist鏂囦欢
----@param parent userdata
----@param ID string
----@param x number
----@param y number
----@param res string
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:ParticleEffect_Create(parent, ID, x, y, res) end;
-
----鍒涘缓楠ㄩ鍔ㄧ敾
----* parent 鐖惰妭鐐瑰璞
----* ID 鍞竴ID
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----* jsonPath json鏂囦欢璺緞
----* atlasPath atlas鏂囦欢璺緞
----* trackIndex 绱㈠紩鍊
----* name 鍔ㄧ敾鍚
----* loop 鍔ㄧ敾鏄惁寰幆
----@param parent userdata
----@param ID string
----@param x number
----@param y number
----@param jsonPath string
----@param atlasPath string
----@param trackIndex number
----@param name string
----@param loop boolean
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:SpineAnim_Create(parent, ID, x, y, jsonPath, atlasPath, trackIndex, name, loop) end;
-
----鍒涘缓鎷栨嫿瀹瑰櫒
----* parent 鐖惰妭鐐瑰璞
----* ID 鍞竴ID
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----* width 瀹
----* height 楂
----* from 鎺т欢鏉ヨ嚜(鐣岄潰浣嶇疆) 瀹樻柟榛樿鐨勫彲鍙傜収GUIDefine.ItemFrom,
鑷畾涔夌被鍨嬬殑绀轰緥 :
`GUIDefine.ItemFrom.xxx`
[xxx: 鑷畾涔夌被鍨嬪悕]
----* ext 棰濆鍙傛暟
----@param parent userdata
----@param ID string
----@param x number
----@param y number
----@param width number
----@param height number
----@param from number
----@param ext table
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:MoveWidget_Create(parent, ID, x, y, width, height, from, ext) end;
-
----鍒涘缓鍒浘
----* parent 鐖惰妭鐐瑰璞
----* ID 鍞竴ID
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----* showImg 灞曠ず鍥剧墖璧勬簮
----* maskImg 閬僵鍥剧墖璧勬簮
----* clearHei 鍒櫎楂樺害, 榛樿16
----* moveTime 鍒櫎鏃堕棿, 鍗曚綅: 绉
----* beginTime 寮濮嬬偣鍑诲埌缁撴潫瑙﹀彂闂撮殧, 鍗曚綅: 绉
----@param parent userdata
----@param ID string
----@param x number
----@param y number
----@param showImg string
----@param maskImg string
----@param clearHei number
----@param moveTime number
----@param beginTime number
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:ScrapePic_Create(parent, ID, x, y, showImg, maskImg, clearHei, moveTime, beginTime, callback) end;
-
----鍒涘缓鏃嬭浆瀹瑰櫒
----* parent 鐖惰妭鐐瑰璞
----* ID 鍞竴ID
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----* width 瀹藉害
----* height 楂樺害
----* scrollGap 婊戝姩闂撮殭, 榛樿100
----* param 瀛愯妭鐐瑰弬鏁, 鍙傝
----@param parent userdata
----@param ID string
----@param x number
----@param y number
----@param width number
----@param height number
----@param scrollGap number
----@param param table
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:RotateView_Create(parent, ID, x, y, width, height, scrollGap, param) end;
-
----鍒涘缓瑁呭妗
----* parent 鐖惰妭鐐瑰璞
----* ID 鍞竴ID
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----* pos 瑁呭瑁呮埓浣嶇疆
----* isHero 鏄惁鑻遍泟瑁呭
----* data 棰濆鍙傛暟
----@param parent userdata
----@param ID string
----@param x number
----@param y number
----@param pos number
----@param isHero boolean
----@param data table
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:EquipShow_Create(parent, ID, x, y, pos, isHero, data) end;
-
----鍒涘缓娓愬彉瀛楁枃鏈
----* parent 鐖惰妭鐐瑰璞
----* ID 鍞竴ID
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----* size 娓愬彉瀛楀ぇ灏
----* txt 娓愬彉瀛楁枃鏈唴瀹
----* color1 娓愬彉棰滆壊1
----* color2 娓愬彉棰滆壊2
----* param1 娓愬彉鍙傛暟锛坧aram1锛宲aram2缁勫悎
1锛0涓烘í鍚戞笎鍙
0锛1涓虹旱鍚戞笎鍙橈級
----* param2 娓愬彉鍙傛暟锛坧aram1锛宲aram2缁勫悎
1锛0涓烘í鍚戞笎鍙
0锛1涓虹旱鍚戞笎鍙橈級
----@param parent userdata
----@param ID string
----@param x number
----@param y number
----@param size number
----@param txt string
----@param color1 string
----@param color2 string
----@param param1 number
----@param param2 number
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:GradientColorText_Create(parent, ID, x, y, size, txt, color1,color2,param1,param2) end;
-
----鍒涘缓鍒楄〃瀹瑰櫒(ListView)
----* parent 鐖惰妭鐐瑰璞
----* ID 鍞竴ID
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----* width 瀹瑰櫒瀹藉害
----* height 瀹瑰櫒楂樺害
----* direction 1锛氬瀭鐩; 2锛氭按骞
----@param parent userdata
----@param ID string
----@param x number
----@param y number
----@param width number
----@param height number
----@param direction number
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:ListView_Create(parent, ID, x, y, width, height, direction) end;
-
----鍒涘缓瑙嗛鎾斁鍣
----* parent 鐖惰妭鐐瑰璞
----* ID 鍞竴ID
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----* width 瀹瑰櫒瀹藉害
----* height 瀹瑰櫒楂樺害
----@param parent userdata
----@param ID string
----@param x number
----@param y number
----@param width number
----@param height number
----@return userdata "杩斿洖:鎴愬姛鏃惰繑鍥炴帶浠跺璞★紝澶辫触鏃惰繑鍥炵┖"
-function GUI:VideoPlayer_Create(parent, ID, x, y, width, height) end;
-
----鑾峰彇鐣岄潰鎺т欢
----* parent 鐖舵帶浠跺璞
----* ID 鎺т欢ID
----@param parent userdata
----@param ID string
-function GUI:GetWindow(parent, ID) end;
-
----鑾峰彇鎺т欢鑷畾涔夊弬鏁
----* widget 鐣岄潰瀵硅薄
----@param widget userdata
-function GUI:Win_GetParam(widget) end;
-
----鑾峰彇鎸夐挳鏂囧瓧
----* widget 鎸夐挳瀵硅薄
----@param widget userdata
----@return string "杩斿洖:鎸夐挳鏂囧瓧"
-function GUI:Button_getTitleText(widget) end;
-
----鑾峰彇鏂囨湰
----* widget 瀵硅薄
----@param widget userdata
----@return string "杩斿洖:鏂囨湰鍐呭"
-function GUI:Text_getString(widget) end;
-
----鑾峰彇鑹烘湳瀛楁枃鏈
----* widget 鑹烘湳瀛楀璞
----@param widget userdata
----@return string "杩斿洖:鑹烘湳瀛楁枃鏈唴瀹"
-function GUI:TextAtlas_getString(widget) end;
-
----鑾峰彇婊氬姩鏂囨湰鍐呭
----* widget 婊氬姩鏂囨湰瀵硅薄
----@param widget userdata
----@return string "杩斿洖:婊氬姩鏂囨湰鍐呭"
-function GUI:ScrollText_getString(widget) end;
-
----鑾峰彇瀵瑰簲ID鏀剧疆妗嗙殑鐗╁搧鏁版嵁
----* widget 鐗╁搧鏀惧叆妗嗘帶浠跺璞
----* boxindex 鏀剧疆妗 鍞竴ID
----@param widget userdata
----@param boxindex number
----@return table "杩斿洖:鏀剧疆妗嗙殑鐗╁搧鏁版嵁"
-function GUI:ItemBox_GetItemData(widget, boxindex) end;
-
----鑾峰彇澶嶉夋鏄惁閫変腑
----* widget 澶嶉夋瀵硅薄
----@param widget userdata
----@return boolean "杩斿洖:true(閫変腑)/false(鏈変腑)"
-function GUI:CheckBox_isSelected(widget) end;
-
----鑾峰彇杈撳叆妗嗘枃鏈
----* widget 杈撳叆妗嗗璞
----@param widget userdata
----@return string "杩斿洖:杈撳叆妗嗘枃鏈"
-function GUI:TextInput_getString(widget) end;
-
----鑾峰緱婊氬姩鏉¤繘搴
----* widget 婊氬姩鏉″璞
----@param widget userdata
----@return number "杩斿洖:婊氬姩鏉¤繘搴"
-function GUI:Slider_getPercent(widget) end;
-
----鑾峰彇鍦嗗舰杩涘害鏉$櫨鍒嗘瘮
----* widget 鎺т欢瀵硅薄
----@param widget userdata
----@return number "杩斿洖:鍦嗗舰杩涘害鏉$櫨鍒嗘瘮"
-function GUI:ProgressTimer_getPercentage(widget) end;
-
----鑾峰彇杩涘害鏉¤繘搴
----* widget 杩涘害鏉″璞
----@param widget userdata
----@return number "杩斿洖:杩涘害鏉¤繘搴"
-function GUI:LoadingBar_getPercent(widget) end;
-
----鑾峰彇杩涘害鏉¢鑹
----* widget 杩涘害鏉″璞
----@param widget userdata
----@return string "杩斿洖:杩涘害鏉¢鑹插"
-function GUI:LoadingBar_getColor(widget) end;
-
----鑾峰彇灞傝儗鏅浘鐗囨枃浠惰矾寰
----* widget 灞傚璞
----@param widget userdata
----@return string "杩斿洖:鑳屾櫙鍥剧墖璺緞"
-function GUI:Layout_getBackGroundImageFile(widget) end;
-
----鑾峰彇鍒楄〃瀹瑰櫒闂撮殧
----* widget 瀹瑰櫒瀵硅薄
----@param widget userdata
----@return number "杩斿洖:闂撮殧璺濈(鍍忕礌)"
-function GUI:ListView_getItemsMargin(widget) end;
-
----鑾峰彇鍒楄〃瀹瑰櫒鏈椤堕儴鍙鑼冨洿瀛愯妭鐐
----* widget 瀹瑰櫒瀵硅薄
----@param widget userdata
----@return userdata "杩斿洖:椤堕儴鑼冨洿瀛愯妭鐐瑰璞"
-function GUI:ListView_getTopmostItemInCurrentView(widget) end;
-
----鑾峰彇鍒楄〃瀹瑰櫒鏈搴曢儴閮ㄥ彲瑙佽寖鍥村瓙鑺傜偣
----* widget 瀹瑰櫒瀵硅薄
----@param widget userdata
----@return userdata "杩斿洖:搴曢儴鑼冨洿瀛愯妭鐐瑰璞"
-function GUI:ListView_getBottommostItemInCurrentView(widget) end;
-
----鑾峰彇瀛愯妭鐐瑰簭鍒楀彿
----* widget 瀹瑰櫒瀵硅薄
----* value 瀛愯妭鐐瑰璞
----@param widget userdata
----@param value userdata
----@return number "杩斿洖:瀛愯妭鐐瑰簭鍒楀彿"
-function GUI:ListView_getItemIndex(widget, value) end;
-
----閫氳繃瀛愯妭鐐瑰簭鍒楀彿鑾峰彇瀛愯妭鐐瑰璞
----* widget 瀹瑰櫒瀵硅薄
----* value 瀛愯妭鐐瑰簭鍒楀彿
----@param widget userdata
----@param value number
----@return userdata "杩斿洖:瀛愭帶浠跺璞"
-function GUI:ListView_getItemByIndex(widget, value) end;
-
----鑾峰彇鍒楄〃瀹瑰櫒鎵鏈夊瓙鑺傜偣瀵硅薄
----* widget 瀹瑰櫒瀵硅薄
----@param widget userdata
----@return table "杩斿洖:鎵鏈夊瓙鑺傜偣瀵硅薄"
-function GUI:ListView_getItems(widget) end;
-
----鑾峰彇鍒楄〃瀹瑰櫒鎵鏈夊瓙鑺傜偣鏁伴噺
----* widget 瀹瑰櫒瀵硅薄
----@param widget userdata
----@return number "杩斿洖:瀛愯妭鐐规绘暟閲"
-function GUI:ListView_getItemCount(widget) end;
-
----鑾峰彇鍒楄〃瀹瑰櫒婊氬姩鑼冨洿澶у皬
----* widget 瀹瑰櫒瀵硅薄
----@param widget userdata
----@return table "杩斿洖:鍒楄〃瀹瑰櫒婊氬姩鑼冨洿澶у皬"
-function GUI:ListView_getInnerContainerSize(widget) end;
-
----鑾峰彇鍒楄〃瀹瑰櫒鍐呴儴婊氬姩鍖哄煙鍧愭爣
----* widget 瀹瑰櫒瀵硅薄
----@param widget userdata
----@return table "杩斿洖:鍒楄〃瀹瑰櫒鍐呴儴婊氬姩鍖哄煙鍧愭爣"
-function GUI:ListView_getInnerContainerPosition(widget) end;
-
----鑾峰彇婊氬姩瀹瑰櫒婊氬姩鑼冨洿澶у皬
----* widget 瀹瑰櫒瀵硅薄
----@param widget userdata
----@return table "杩斿洖:婊氬姩瀹瑰櫒婊氬姩鑼冨洿澶у皬"
-function GUI:ScrollView_getInnerContainerSize(widget) end;
-
----鑾峰彇瀹瑰櫒鍐呴儴婊氬姩鍖哄煙鍧愭爣
----* widget 瀹瑰櫒瀵硅薄
----@param widget userdata
----@return table "杩斿洖:瀹瑰櫒鍐呴儴婊氬姩鍖哄煙鍧愭爣"
-function GUI:ScrollView_getInnerContainerPosition(widget) end;
-
----鑾峰彇褰撳墠瀛愰〉闈㈠簭鍒楀彿
----* widget 瀹瑰櫒瀵硅薄
----@param widget userdata
----@return number "杩斿洖:瀛愰〉闈㈠簭鍒楀彿"
-function GUI:PageView_getCurrentPageIndex(widget) end;
-
----鑾峰彇缈婚〉瀹瑰櫒瀛愰〉闈
----* widget 瀹瑰櫒瀵硅薄
----@param widget userdata
----@return table "杩斿洖:瀛愰〉闈㈠璞"
-function GUI:PageView_getItems(widget) end;
-
----鑾峰彇缈婚〉瀹瑰櫒瀛愰〉闈㈡暟閲
----* widget 瀹瑰櫒瀵硅薄
----@param widget userdata
----@return number "杩斿洖:瀛愰〉闈㈡暟閲"
-function GUI:PageView_getItemCount(widget) end;
-
----鑾峰彇鍒楄〃瀹瑰櫒鍐呴儴鍖哄煙鍋忕Щ浣嶇疆
----* widget tableView瀵硅薄
----@param widget userdata
-function GUI:TableView_getContentOffset(widget) end;
-
----鑾峰彇瀹瑰櫒cell鐨勪笅鏍/搴忓垪鍙
----* cell tableViewCell瀵硅薄
----@param cell userdata
----@return number "杩斿洖:cell涓嬫爣"
-function GUI:TableViewCell_getIdx(cell) end;
-
----鑾峰彇瀵瑰簲涓嬫爣item娣诲姞鐨勫瓙鑺傜偣
----* widget 鏃嬭浆瀹瑰櫒瀵硅薄
----* index 瀵瑰簲涓嬫爣
----@param widget userdata
----@param index number
----@return userdata "杩斿洖:瀛愯妭鐐"
-function GUI:RotateView_getChildByIndex(widget, index) end;
-
----鑾峰彇瀵瑰簲涓嬫爣item
----* widget 鏃嬭浆瀹瑰櫒瀵硅薄
----* index 瀵瑰簲涓嬫爣
----@param widget userdata
----@param index number
----@return userdata "杩斿洖:瀵瑰簲涓嬫爣item"
-function GUI:RotateView_getItemByIndex(widget, index) end;
-
----鑾峰彇鐖惰妭鐐圭殑蹇嵎瀛愭帶浠剁粍
----* parent 鐖惰妭鐐
----@param parent userdata
----@return table 聽[key 涓烘帶浠跺悕] "杩斿洖:鐖惰妭鐐圭殑蹇嵎瀛愭帶浠剁粍"
-function GUI:ui_delegate(parent) end;
-
----鑾峰彇涓荤晫闈㈠乏涓婃寕鎺ョ偣
----@return userdata "杩斿洖:涓荤晫闈㈠乏涓婃寕鎺ョ偣"
-function GUI:Attach_LeftTop() end;
-
----鑾峰彇涓荤晫闈㈠彸涓婃寕鎺ョ偣
----@return userdata "杩斿洖:涓荤晫闈㈠彸涓婃寕鎺ョ偣"
-function GUI:Attach_RightTop() end;
-
----鑾峰彇涓荤晫闈㈠乏涓嬫寕鎺ョ偣
----@return userdata "杩斿洖:涓荤晫闈㈠乏涓嬫寕鎺ョ偣"
-function GUI:Attach_LeftBottom() end;
-
----鑾峰彇涓荤晫闈㈠彸涓嬫寕鎺ョ偣
----@return userdata "杩斿洖:涓荤晫闈㈠彸涓嬫寕鎺ョ偣"
-function GUI:Attach_RightBottom() end;
-
----鑾峰彇鏈涓婂眰UI鎸傛帴鐐
----@return userdata "杩斿洖:鏈涓婂眰UI鎸傛帴鐐"
-function GUI:Attach_UITop() end;
-
----鑾峰彇涓婂眰鍦烘櫙鎸傛帴鐐
----@return userdata "杩斿洖:涓婂眰鍦烘櫙鎸傛帴鐐"
-function GUI:Attach_SceneF() end;
-
----鑾峰彇涓嬪眰鍦烘櫙鎸傛帴鐐
----@return userdata "杩斿洖:涓嬪眰鍦烘櫙鎸傛帴鐐"
-function GUI:Attach_SceneB() end;
-
----鑾峰彇涓荤晫闈㈡渶搴曞眰宸︿笂鎸傛帴鐐
----@return userdata "杩斿洖:涓荤晫闈㈡渶搴曞眰宸︿笂鎸傛帴鐐"
-function GUI:Attach_LeftTop_B() end;
-
----鑾峰彇涓荤晫闈㈡渶搴曞眰鍙充笂鎸傛帴鐐
----@return userdata "杩斿洖:涓荤晫闈㈡渶搴曞眰鍙充笂鎸傛帴鐐"
-function GUI:Attach_RightTop_B() end;
-
----鑾峰彇涓荤晫闈㈡渶搴曞眰宸︿笅鎸傛帴鐐
----@return userdata "杩斿洖:涓荤晫闈㈡渶搴曞眰宸︿笅鎸傛帴鐐"
-function GUI:Attach_LeftBottom_B() end;
-
----鑾峰彇涓荤晫闈㈡渶搴曞眰鍙充笅鎸傛帴鐐
----@return userdata "杩斿洖:涓荤晫闈㈡渶搴曞眰鍙充笅鎸傛帴鐐"
-function GUI:Attach_RightBottom_B() end;
-
----鑾峰彇涓荤晫闈㈡渶椤跺眰宸︿笂鎸傛帴鐐
----@return userdata "杩斿洖:涓荤晫闈㈡渶椤跺眰宸︿笂鎸傛帴鐐"
-function GUI:Attach_LeftTop_T() end;
-
----鑾峰彇涓荤晫闈㈡渶椤跺眰鍙充笂鎸傛帴鐐
----@return userdata "杩斿洖:涓荤晫闈㈡渶椤跺眰鍙充笂鎸傛帴鐐"
-function GUI:Attach_RightTop_T() end;
-
----鑾峰彇涓荤晫闈㈡渶椤跺眰宸︿笅鎸傛帴鐐
----@return userdata "杩斿洖:涓荤晫闈㈡渶椤跺眰宸︿笅鎸傛帴鐐"
-function GUI:Attach_LeftBottom_T() end;
-
----鑾峰彇涓荤晫闈㈡渶椤跺眰鍙充笅鎸傛帴鐐
----@return userdata "杩斿洖:涓荤晫闈㈡渶椤跺眰鍙充笅鎸傛帴鐐"
-function GUI:Attach_RightBottom_T() end;
-
----鑾峰彇鑷甫鐖惰妭鐐 [鎸傛帴鐐笽D: 101-111]
----* ID 鎸傛帴鐐笽D
----@param ID number
----@return userdata "杩斿洖:鑷甫鐖惰妭鐐"
-function GUI:Win_FindParent(ID) end;
-
----鑾峰彇鍧愭爣
----* widget 鎺т欢瀵硅薄
----@param widget userdata
----@return table "杩斿洖:鎺т欢鍧愭爣"
-function GUI:getPosition(widget) end;
-
----鑾峰彇妯潗鏍
----* widget 鎺т欢瀵硅薄
----@param widget userdata
----@return number "杩斿洖:妯潗鏍"
-function GUI:getPositionX(widget) end;
-
----鑾峰彇绾靛潗鏍
----* widget 鎺т欢瀵硅薄
----@param widget userdata
----@return number "杩斿洖:绾靛潗鏍"
-function GUI:getPositionY(widget) end;
-
----鑾峰彇鎺т欢閿氱偣
----* widget 鎺т欢瀵硅薄
----@param widget userdata
----@return table "杩斿洖:鎺т欢閿氱偣"
-function GUI:getAnchorPoint(widget) end;
-
----鑾峰彇鎺т欢灏哄澶у皬(绾圭悊澶у皬 涓嶈冭檻缂╂斁)
----* widget 鎺т欢瀵硅薄
----@param widget userdata
----@return table "杩斿洖:{height = height, width = width}"
-function GUI:getContentSize(widget) end;
-
----鑾峰彇鎺т欢灏哄澶у皬(鑰冭檻缂╂斁鐨勭湡瀹炲ぇ灏)
----* widget 鎺т欢瀵硅薄
----@param widget userdata
----@return table "杩斿洖:{height = height, width = width}"
-function GUI:getBoundingBox(widget) end;
-
----鑾峰彇鎺т欢鏍囩
----* widget 鍥剧墖瀵硅薄
----@param widget userdata
----@return number "杩斿洖:鏍囩"
-function GUI:getTag(widget) end;
-
----鑾峰彇鎺т欢鏃嬭浆瑙掑害
----* widget 鎺т欢瀵硅薄
----@param widget userdata
----@return number "杩斿洖:鎺т欢鏃嬭浆瑙掑害"
-function GUI:getRotation(widget) end;
-
----鑾峰彇鎺т欢鏄惁鏄剧ず鐘舵
----* widget 鎺т欢瀵硅薄
----@param widget userdata
----@return boolean "杩斿洖:鎺т欢鏄惁鏄剧ず true/false"
-function GUI:getVisible(widget) end;
-
----鑾峰彇鎺т欢Y杞存柟鍚戠缉鏀炬瘮渚
----* widget 鎺т欢瀵硅薄
----@param widget userdata
----@return number "杩斿洖:鎺т欢Y杞存柟鍚戠缉鏀炬瘮渚"
-function GUI:getScaleY(widget) end;
-
----鑾峰彇鎺т欢X杞存柟鍚戠缉鏀炬瘮渚
----* widget 鎺т欢瀵硅薄
----@param widget userdata
----@return number "杩斿洖:鎺т欢X杞存柟鍚戠缉鏀炬瘮渚"
-function GUI:getScaleX(widget) end;
-
----鑾峰彇鏄惁姘村钩缈昏浆
----* widget 鎺т欢瀵硅薄
----@param widget userdata
----@return boolean "杩斿洖:鏄惁姘村钩缈昏浆"
-function GUI:getFlippedX(widget) end;
-
----鑾峰彇鏄惁鍨傜洿缈昏浆
----* widget 鎺т欢瀵硅薄
----@param widget userdata
----@return boolean "杩斿洖:鏄惁鍨傜洿缈昏浆"
-function GUI:getFlippedY(widget) end;
-
----鑾峰緱鎺т欢涓栫晫鍧愭爣
----* widget 鎺т欢瀵硅薄
----@param widget userdata
----@return table "杩斿洖:鎺т欢涓栫晫鍧愭爣"
-function GUI:getWorldPosition(widget) end;
-
----鑾峰彇鎺т欢鏄惁鍙互瑙︽懜
----* widget 鎺т欢瀵硅薄
----@param widget userdata
----@return boolean "杩斿洖:鏄惁鍙Е鎽 true/false"
-function GUI:getTouchEnabled(widget) end;
-
----鑾峰彇鐖惰妭鐐
----* widget 瀛愭帶浠跺璞
----@param widget userdata
----@return userdata "杩斿洖:鐖惰妭鐐"
-function GUI:getParent(widget) end;
-
----鑾峰彇鎺т欢鎵鏈夊瓙鑺傜偣
----* widget 鐖舵帶浠跺璞
----@param widget userdata
----@return table "杩斿洖:鎺т欢鎵鏈夊瓙鑺傜偣"
-function GUI:getChildren(widget) end;
-
----鑾峰彇鎺т欢鍚嶅瓧
----* widget 鎺т欢瀵硅薄
----@param widget userdata
----@return string "杩斿洖:鎺т欢鍚嶅瓧"
-function GUI:getName(widget) end;
-
----閫氳繃鎺т欢鍚嶅瓧鑾峰彇瀛愯妭鐐
----* widget 鐖舵帶浠跺璞
----* name 鎺т欢鍚嶅瓧
----@param widget userdata
----@param name string
----@return userdata "杩斿洖:瀛愯妭鐐"
-function GUI:getChildByName(widget, name) end;
-
----閫氳繃鎺т欢鏍囪鑾峰彇瀛愯妭鐐
----* widget 鐖舵帶浠跺璞
----* tag 鎺т欢鏍囪
----@param widget userdata
----@param tag number
----@return userdata "杩斿洖:瀛愯妭鐐"
-function GUI:getChildByTag(widget, tag) end;
-
----鑾峰彇鎺т欢瑙︽懜寮濮嬫椂浣嶇疆
----* widget 鎺т欢瀵硅薄
----@param widget userdata
----@return table "杩斿洖:瑙︽懜寮濮嬫椂浣嶇疆{x = x, y = y}"
-function GUI:getTouchBeganPosition(widget) end;
-
----鑾峰彇鎺т欢瑙︽懜绉诲姩鏃朵綅缃
----* widget 鎺т欢瀵硅薄
----@param widget userdata
----@return table "杩斿洖:鎺т欢瑙︽懜绉诲姩鏃朵綅缃畕x = x, y = y}"
-function GUI:getTouchMovePosition(widget) end;
-
----鑾峰彇鎺т欢瑙︽懜缁撴潫鏃朵綅缃
----* widget 鎺т欢瀵硅薄
----@param widget userdata
----@return table "杩斿洖:鎺т欢瑙︽懜缁撴潫鏃朵綅缃畕x = x, y = y}"
-function GUI:getTouchEndPosition(widget) end;
-
----鑾峰彇鎺т欢鏄惁瑙︽懜鍚炲櫖
----* widget 鎺т欢瀵硅薄
----@param widget userdata
----@return boolean "杩斿洖:鏄惁瑙︽懜鍚炲櫖 true/false"
-function GUI:getSwallowTouches(widget) end;
-
----妫鏌ヨЕ鎽镐綅缃槸鍚﹁鐖惰妭鐐硅鍓
----* widget 鎺т欢瀵硅薄
----* position 涓栫晫鍧愭爣
----@param widget userdata
----@param position table
----@return boolean "杩斿洖:瑙︽懜浣嶇疆鏄惁琚埗鑺傜偣瑁佸壀 true/false"
-function GUI:isClippingParentContainsPoint(widget, position) end;
-
----璁剧疆鎺т欢鑷畾涔夊弬鏁
----* widget 鐣岄潰瀵硅薄
----* param 鍙傛暟鍐呭
----@param widget userdata
----@param param number
-function GUI:Win_SetParam(widget, param) end;
-
----璁剧疆鐣岄潰鎷栨嫿
----* widget 鐣岄潰瀵硅薄
----* dragLayer 鎷栨嫿鍖哄煙鎺т欢
----@param widget userdata
----@param dragLayer userdata
-function GUI:Win_SetDrag(widget, dragLayer) end;
-
----璁剧疆涓荤晫闈㈤殣钘
----* widget 鐣岄潰瀵硅薄
----* value 鏄惁闅愯棌, 鏅氶潰鏉跨敓鏁
----@param widget userdata
----@param value boolean
-function GUI:Win_SetMainHide(widget, value) end;
-
----璁剧疆鐣岄潰缁戝畾NPC
----* widget 鐣岄潰瀵硅薄
----* npcID NPCID
----@param widget userdata
----@param npcID number
-function GUI:Win_BindNPC(widget, npcID) end;
-
----璁剧疆鐣岄潰娴捣
----* widget 鐣岄潰瀵硅薄
----* zPanel 鎺т欢瀵硅薄
----@param widget userdata
----@param zPanel userdata
-function GUI:Win_SetZPanel(widget, zPanel) end;
-
----璁剧疆鐣岄潰缁戝畾浜嬩欢
----* widget 鐣岄潰瀵硅薄
----* eventID 浜嬩欢ID
----* eventTag 浜嬩欢鎻忚堪
----@param widget userdata
----@param eventID string
----@param eventTag string
-function GUI:Win_BindLuaEvent(widget, eventID, eventTag) end;
-
----璁剧疆鐣岄潰鍐呴紶鏍囧彸閿悶鍣
----* widget 鐣岄潰瀵硅薄
----* state 鏄惁鍚炲櫖
----@param widget userdata
----@param state boolean
-function GUI:Win_SetSwallowRightMouseTouch(widget, state) end;
-
----璁剧疆鍥剧墖涔濆鏍
----* widget 鍥剧墖瀵硅薄
----* scale9l 宸﹁竟姣斾緥
----* scale9r 鍙宠竟姣斾緥
----* scale9t 涓婅竟姣斾緥
----* scale9b 涓嬭竟姣斾緥
----@param widget userdata
----@param scale9l number
----@param scale9r number
----@param scale9t number
----@param scale9b number
-function GUI:Image_setScale9Slice(widget, scale9l, scale9r, scale9t, scale9b) end;
-
----璁剧疆鍥剧墖鏄惁鍙樼伆
----* widget 鍥剧墖瀵硅薄
----* isGrey 鏄惁缃伆
----@param widget userdata
----@param isGrey boolean
-function GUI:Image_setGrey(widget, isGrey) end;
-
----璁剧疆鎸夐挳鐘舵佸浘鐗
----* widget 鎸夐挳瀵硅薄
----* Normalfilepath 姝e父鐘舵佸浘鐗囪矾寰
----* Pressedfilepath 鎸夊帇鐘舵佸浘鐗囪矾寰
----* Disabledfilepath 绂佺敤鐘舵佸浘鐗囪矾寰
----* TextureType 鍔犺浇绫诲瀷锛
0 鍥剧墖
1 鍥剧墖闆 plist鏂囦欢
----@param widget userdata
----@param Normalfilepath string
----@param Pressedfilepath string
----@param Disabledfilepath string
----@param TextureType number
-function GUI:Button_loadTextures(widget, Normalfilepath, Pressedfilepath, Disabledfilepath, TextureType) end;
-
----璁剧疆姝e父鐘舵佸浘鐗
----* widget 鎸夐挳瀵硅薄
----* filepath 鍥剧墖璺緞
----@param widget userdata
----@param filepath string
-function GUI:Button_loadTextureNormal(widget, filepath) end;
-
----璁剧疆鎸変笅鐘舵佸浘鐗
----* widget 鎸夐挳瀵硅薄
----* filepath 鍥剧墖璺緞
----@param widget userdata
----@param filepath string
-function GUI:Button_loadTexturePressed(widget, filepath) end;
-
----璁剧疆绂佺敤鐘舵佸浘鐗
----* widget 鎸夐挳瀵硅薄
----* filepath 鍥剧墖璺緞
----@param widget userdata
----@param filepath string
-function GUI:Button_loadTextureDisabled(widget, filepath) end;
-
----璁剧疆鎸夐挳鏂囧瓧
----* widget 鎸夐挳瀵硅薄
----* value 鎸夐挳鏄剧ず鏂囨湰
----@param widget userdata
----@param value string
-function GUI:Button_setTitleText(widget, value) end;
-
----璁剧疆鎸夐挳鏂囧瓧棰滆壊
----* widget 鎸夐挳瀵硅薄
----* value 鑹插硷紙#000000锛
----@param widget userdata
----@param value string
-function GUI:Button_setTitleColor(widget, value) end;
-
----璁剧疆鎸夐挳鏂囧瓧澶у皬
----* widget 鎸夐挳瀵硅薄
----* value 瀛椾綋澶у皬锛堝瓧鍙16锛
----@param widget userdata
----@param value number
-function GUI:Button_setTitleFontSize(widget, value) end;
-
----璁剧疆鎸夐挳鏂囧瓧鏍峰紡
----* widget 鎸夐挳瀵硅薄
----* value 瀛椾綋鏍峰紡锛坒ont.ttf锛
----@param widget userdata
----@param value string
-function GUI:Button_setTitleFontName(widget, value) end;
-
----璁剧疆鎸夐挳鏂囨湰鏈澶у搴
----* widget 鎸夐挳瀵硅薄
----* value 鏂囨湰鏈澶у搴
----@param widget userdata
----@param value number
-function GUI:Button_setMaxLineWidth(widget, value) end;
-
----璁剧疆鎸夐挳鏂囨湰鍔犳弿杈
----* widget 鎸夐挳瀵硅薄
----* color 鎻忚竟鑹插硷紙#000000锛
----* outline 鎻忚竟澶у皬
----@param widget userdata
----@param color string
----@param outline number
-function GUI:Button_titleEnableOutline(widget, color, outline) end;
-
----鍙栨秷鎸夐挳鏂囨湰鎻忚竟
----* widget 鎸夐挳瀵硅薄
----@param widget userdata
-function GUI:Button_titleDisableOutLine(widget) end;
-
----璁剧疆鎸夐挳鏄惁绂佺敤(鍙Е鎽)
----* widget 鎸夐挳瀵硅薄
----* value 鏄惁绂佺敤锛堝彲瑙︽懜锛
----@param widget userdata
----@param value boolean
-function GUI:Button_setBright(widget, value) end;
-
----璁剧疆鎸夐挳鏄惁绂佺敤(涓嶅彲瑙︽懜)
----* widget 鎸夐挳瀵硅薄
----* value 鏄惁绂佺敤锛堜笉鍙Е鎽革級
----@param widget userdata
----@param value boolean
-function GUI:Button_setBrightEx(widget, value) end;
-
----璁剧疆鎸夐挳褰撳墠鐘舵
----* widget 鎸夐挳瀵硅薄
----* value 鐘舵侊紙0姝e父 1鎸変笅锛
----@param widget userdata
----@param value number
-function GUI:Button_setBrightStyle(widget, value) end;
-
----璁剧疆鎸夐挳鏄惁鐏版
----* widget 鎸夐挳瀵硅薄
----* value 鏄惁鐏版
----@param widget userdata
----@param value boolean
-function GUI:Button_setGrey(widget, value) end;
-
----璁剧疆鎸夐挳涔濆鏍
----* widget 鎸夐挳瀵硅薄
----* scale9l 宸﹁竟姣斾緥
----* scale9r 鍙宠竟姣斾緥
----* scale9t 涓婅竟姣斾緥
----* scale9b 涓嬭竟姣斾緥
----@param widget userdata
----@param scale9l number
----@param scale9r number
----@param scale9t number
----@param scale9b number
-function GUI:Button_setScale9Slice(widget, scale9l, scale9r, scale9t, scale9b) end;
-
----璁剧疆鏂囨湰
----* widget 瀵硅薄
----* value 鏂囨湰
----@param widget userdata
----@param value string
-function GUI:Text_setString(widget, value) end;
-
----璁剧疆鏂囨湰棰滆壊
----* widget 瀵硅薄
----* value 鑹插("#000000")
----@param widget userdata
----@param value string
-function GUI:Text_setTextColor(widget, value) end;
-
----璁剧疆瀛椾綋澶у皬
----* widget 瀵硅薄
----* value 瀛椾綋澶у皬
----@param widget userdata
----@param value number
-function GUI:Text_setFontSize(widget, value) end;
-
----璁剧疆瀛椾綋璺緞
----* widget 瀵硅薄
----* value 瀛椾綋鏂囦欢璺緞
渚: "fonts/font.ttf"
----@param widget userdata
----@param value string
-function GUI:Text_setFontName(widget, value) end;
-
----璁剧疆瀛椾綋鎻忚竟
----* widget 瀵硅薄
----* color 鑹插("#000000")
----* size 鎻忚竟瀹藉害
----@param widget userdata
----@param color string
----@param size number
-function GUI:Text_enableOutline(widget, color, size) end;
-
----璁剧疆鏄惁鍚敤涓嬪垝绾
----* widget 鏂囨湰瀵硅薄
----@param widget userdata
-function GUI:Text_enableUnderline(widget) end;
-
----璁剧疆鏂囨湰鏈澶ц瀹
----* widget 瀵硅薄
----* value 瀹藉害
----@param widget userdata
----@param value number
-function GUI:Text_setMaxLineWidth(widget, value) end;
-
----璁剧疆鏂囨湰鍨傜洿瀵归綈
----* widget 瀵硅薄
----* value 0锛氶《瀵归綈
1锛氬瀭鐩村眳涓
2锛氬簳瀵归綈
----@param widget userdata
----@param value number
-function GUI:Text_setTextVerticalAlignment(widget, value) end;
-
----璁剧疆鏂囨湰姘村钩瀵归綈
----* widget 瀵硅薄
----* value 0锛氶《瀵归綈
1锛氬瀭鐩村眳涓
2锛氬簳瀵归綈
----@param widget userdata
----@param value number
-function GUI:Text_setTextHorizontalAlignment(widget, value) end;
-
----璁剧疆鏂囨湰灏哄
----* widget 瀵硅薄
----* value {width = 0, height = 0}
----@param widget userdata
----@param value table
-function GUI:Text_setTextAreaSize(widget, value) end;
-
----璁剧疆鍊掕鏃舵枃鏈
----* widget 瀵硅薄
----* time 鍊掕鏃舵椂闂, 鍗曚綅:绉
----* callback 鍊掕鏃剁粨鏉熻Е鍙
----* showType 鍊掕鏃舵椂闂存樉绀烘柟寮
0: xx鏃秞x鍒唜x绉
1: 灏忎簬1澶╂樉绀簒x:xx:xx 澶т簬鏄剧ずxx澶﹛x鏃秞x鍒
----@param widget userdata
----@param time number
----@param callback function
----@param showType number
-function GUI:Text_COUNTDOWN(widget, time, callback, showType) end;
-
----璁剧疆鑹烘湳瀛楅厤缃
----* widget 鑹烘湳瀛楀璞
----* stringValue 鏂囨湰鍐呭
----* charMapFile 鑹烘湳瀛楄矾寰
----* itemWidth 瀛椾綋瀹藉害
----* itemHeight 瀛椾綋楂樺害
----* startCharMap 璧峰瀛楃璁剧疆("/")
----* sheet 瀛椾綋鍐呭(H5涓撳睘)
姣斿鍥剧墖鏂囧瓧鏄+-0123456789鈥,閭h繖涓猻heet鐨勫煎氨鏄"+-0123456789"
----@param widget userdata
----@param stringValue string
----@param charMapFile string
----@param itemWidth number
----@param itemHeight number
----@param startCharMap string
----@param sheet string
-function GUI:TextAtlas_setProperty(widget, stringValue, charMapFile, itemWidth, itemHeight, startCharMap, sheet) end;
-
----璁剧疆鑹烘湳瀛楁枃鏈
----* widget 鑹烘湳瀛楀璞
----* value 鏂囨湰鍐呭
----@param widget userdata
----@param value string
-function GUI:TextAtlas_setString(widget, value) end;
-
----璁剧疆瀵屾枃鏈儗鏅鑹
----* widget 鎺т欢瀵硅薄
----* color 棰滆壊鍊, 渚: "#000000"
----@param widget userdata
----@param color string
-function GUI:RichText_setBackgroundColor(widget, color) end;
-
----璁剧疆婊氬姩鏂囨湰鍐呭
----* widget 婊氬姩鏂囨湰瀵硅薄
----* value 鏂囨湰鍐呭
----@param widget userdata
----@param value string
-function GUI:ScrollText_setString(widget, value) end;
-
----璁剧疆婊氬姩鏂囨湰鎻忚竟
----* widget 婊氬姩鏂囨湰瀵硅薄
----* color 鎻忚竟鑹插("#000000")
----* size 鎻忚竟澶у皬
----@param widget userdata
----@param color string
----@param size number
-function GUI:ScrollText_enableOutline(widget, color, size) end;
-
----璁剧疆婊氬姩鏂囨湰姘村钩瀵归綈
----* widget 婊氬姩鏂囨湰瀵硅薄
----* value 瀵归綈鏂瑰紡锛
1 宸﹀榻
2 姘村钩灞呬腑
3 鍙冲榻
----@param widget userdata
----@param value number
-function GUI:ScrollText_setHorizontalAlignment(widget, value) end;
-
----璁剧疆婊氬姩鏂囨湰棰滆壊
----* widget 婊氬姩鏂囨湰瀵硅薄
----* value 鑹插("#000000")
----@param widget userdata
----@param value string
-function GUI:ScrollText_setTextColor(widget, value) end;
-
----璁剧疆鐗╁搧妗嗗崟鍑讳簨浠
----* widget 鐗╁搧妗嗗璞
----* eventCB 鍗曞嚮浜嬩欢鍑芥暟
----@param widget userdata
----@param eventCB function
-function GUI:ItemShow_addReplaceClickEvent(widget, eventCB) end;
-
----璁剧疆鐗╁搧妗嗗弻鍑讳簨浠
----* widget 鐗╁搧妗嗗璞
----* eventCB 鍙屽嚮浜嬩欢鍑芥暟
----@param widget userdata
----@param eventCB function
-function GUI:ItemShow_addDoubleEvent(widget, eventCB) end;
-
----璁剧疆鐗╁搧妗嗛暱鎸変簨浠
----* widget 鐗╁搧妗嗗璞
----* eventCB 闀挎寜浜嬩欢鍑芥暟
----@param widget userdata
----@param eventCB function
-function GUI:ItemShow_addPressEvent(widget, eventCB) end;
-
----璁剧疆鐗╁搧妗嗘槸鍚︾疆鐏
----* widget 鐗╁搧妗嗗璞
----* value 鏄惁缃伆
----@param widget userdata
----@param value boolean
-function GUI:ItemShow_setIconGrey(widget, value) end;
-
----璁剧疆鐗╁搧妗嗘槸鍚﹂変腑
----* widget 鐗╁搧妗嗗璞
----* value 鏄惁閫変腑
----@param widget userdata
----@param value boolean
-function GUI:ItemShow_setItemShowChooseState(widget, value) end;
-
----璁剧疆鐗╁搧妗嗘槸鍚︽嫋鍔
----* widget 鐗╁搧妗嗗璞
----* value 鏄惁鎷栧姩
----@param widget userdata
----@param value boolean
-function GUI:ItemShow_setMoveEable(widget, value) end;
-
----鏇存柊鐗╁搧妗嗗唴瀹
----* widget 鐗╁搧妗嗗璞
----* itemData 閰嶇疆鏁版嵁
----@param widget userdata
----@param itemData table
-function GUI:ItemShow_updateItem(widget, itemData) end;
-
----璁剧疆鐗╁搧妗嗘槸鍚﹁Е鎽稿悶鍣
----* widget 鐗╁搧妗嗗璞
----* isSwallow 鏄惁瑙︽懜鍚炲櫖
----@param widget userdata
----@param isSwallow boolean
-function GUI:ItemShow_setItemTouchSwallow(widget, isSwallow) end;
-
----璁剧疆澶嶉夋榛樿鐘舵佽儗鏅浘鐗
----* widget 澶嶉夋瀵硅薄
----* value 榛樿鐘舵佸浘鐗囪矾寰
----@param widget userdata
----@param value string
-function GUI:CheckBox_loadTextureBackGround(widget, value) end;
-
----璁剧疆澶嶉夋閫変腑鐘舵佽儗鏅浘鐗
----* widget 澶嶉夋瀵硅薄
----* value 閫変腑鐘舵佸浘鐗囪矾寰
----@param widget userdata
----@param value string
-function GUI:CheckBox_loadTextureFrontCross(widget, value) end;
-
----璁剧疆澶嶉夋绂佺敤鐘舵佽儗鏅浘鐗
----* widget 澶嶉夋瀵硅薄
----* value 绂佺敤鐘舵佸浘鐗囪矾寰
----@param widget userdata
----@param value string
-function GUI:CheckBox_loadTextureFrontCrossDisabled(widget, value) end;
-
----璁剧疆澶嶉夋閫変腑鎴栧彇娑
----* widget 澶嶉夋瀵硅薄
----* value 閫変腑鎴栧彇娑
----@param widget userdata
----@param value boolean
-function GUI:CheckBox_setSelected(widget, value) end;
-
----璁剧疆杈撳叆妗嗗瓧浣撻鑹
----* widget 杈撳叆妗嗗璞
----* value 鑹插("#000000")
----@param widget userdata
----@param value string
-function GUI:TextInput_setFontColor(widget, value) end;
-
----璁剧疆杈撳叆妗嗗瓧浣
----* widget 杈撳叆妗嗗璞
----* value 瀛椾綋璺緞
----* value2 瀛楀彿
----@param widget userdata
----@param value string
----@param value2 number
-function GUI:TextInput_setFont(widget, value, value2) end;
-
----璁剧疆杈撳叆妗嗗瓧浣撳ぇ灏
----* widget 杈撳叆妗嗗璞
----* value 瀛楀彿
----@param widget userdata
----@param value number
-function GUI:TextInput_setFontSize(widget, value) end;
-
----璁剧疆杈撳叆妗嗗崰浣嶆枃鏈瓧浣
----* widget 杈撳叆妗嗗璞
----* value 瀛椾綋璺緞
----* value2 瀛椾綋("font.ttf")
----@param widget userdata
----@param value string
----@param value2 string
-function GUI:TextInput_setPlaceholderFont(widget, value, value2) end;
-
----璁剧疆杈撳叆妗嗗崰浣嶆枃鏈瓧浣撻鑹
----* widget 杈撳叆妗嗗璞
----* value 鑹插("#000000")
----@param widget userdata
----@param value string
-function GUI:TextInput_setPlaceholderFontColor(widget, value) end;
-
----璁剧疆杈撳叆妗嗗崰浣嶆枃鏈瓧浣撳ぇ灏
----* widget 杈撳叆妗嗗璞
----* value 瀛楀彿
----@param widget userdata
----@param value number
-function GUI:TextInput_setPlaceholderFontSize(widget, value) end;
-
----璁剧疆杈撳叆妗嗗崰浣嶆枃鏈
----* widget 杈撳叆妗嗗璞
----* value 杈撳叆鍐呭
----@param widget userdata
----@param value string
-function GUI:TextInput_setPlaceHolder(widget, value) end;
-
----璁剧疆杈撳叆妗嗘枃鏈
----* widget 杈撳叆妗嗗璞
----* value 杈撳叆鍐呭
----@param widget userdata
----@param value string
-function GUI:TextInput_setString(widget, value) end;
-
----璁剧疆杈撳叆妗嗚瀹
----* widget 杈撳叆妗嗗璞
----* value 杈撳叆妗嗘帶浠跺搴
----@param widget userdata
----@param value number
-function GUI:TextInput_setMaxLength(widget, value) end;
-
----璁剧疆杈撳叆妗嗘按骞冲榻
----* widget 杈撳叆妗嗗璞
----* value 瀵归綈鏂瑰紡锛
0 椤跺榻
1 搴曞榻
2 姘村钩灞呬腑
----@param widget userdata
----@param value number
-function GUI:TextInput_setTextHorizontalAlignment(widget, value) end;
-
----璁剧疆杈撳叆妗嗘枃鏈被鍨
----* widget 杈撳叆妗嗗璞
----* value 绫诲瀷
----@param widget userdata
----@param value number
-function GUI:TextInput_setInputFlag(widget, value) end;
-
----璁剧疆杈撳叆妗嗛敭鐩樼紪杈戠被鍨
----* widget 杈撳叆妗嗗璞
----* value 绫诲瀷
----@param widget userdata
----@param value number
-function GUI:TextInput_setInputMode(widget, value) end;
-
----璁剧疆杈撳叆妗嗗脊鍑哄紡閿洏杩斿洖绫诲瀷
----* widget 杈撳叆妗嗗璞
----* value 绫诲瀷
----@param widget userdata
----@param value number
-function GUI:TextInput_setReturnType(widget, value) end;
-
----璁剧疆杈撳叆妗嗙洃鍚簨浠
----* widget 杈撳叆妗嗗璞
----* eventCB 浜嬩欢澶勭悊鍑芥暟
----@param widget userdata
----@param eventCB function
-function GUI:TextInput_addOnEvent(widget, eventCB) end;
-
----璁剧疆婊氬姩鏉¤儗鏅浘
----* widget 婊氬姩鏉″璞
----* value 鑳屾櫙鍥捐矾寰
----@param widget userdata
----@param value string
-function GUI:Slider_loadBarTexture(widget, value) end;
-
----璁剧疆婊氬姩鏉″浘鐗
----* widget 婊氬姩鏉″璞
----* value 婊氬姩鏉″浘鐗囪矾寰
----@param widget userdata
----@param value string
-function GUI:Slider_loadProgressBarTexture(widget, value) end;
-
----璁剧疆婊氬姩鏉℃嫋鍔ㄥ潡鏅氬浘鐗
----* widget 婊氬姩鏉″璞
----* value 鎷栧姩鍧楀浘鐗囪矾寰
----@param widget userdata
----@param value string
-function GUI:Slider_loadSlidBallTextureNormal(widget, value) end;
-
----璁剧疆婊氬姩鏉¤繘搴
----* widget 婊氬姩鏉″璞
----* value 婊氬姩鏉¤繘搴(0-100)
----@param widget userdata
----@param value number
-function GUI:Slider_setPercent(widget, value) end;
-
----璁剧疆婊氬姩鏉℃渶澶ц繘搴﹀
----* widget 婊氬姩鏉″璞
----* value 婊氬姩鏉℃渶澶ц繘搴﹀
----@param widget userdata
----@param value number
-function GUI:Slider_setMaxPercent(widget, value) end;
-
----璁剧疆婊氬姩鏉¤Е鎽镐簨浠
----* widget 婊氬姩鏉″璞
----* value 浜嬩欢鍑芥暟
----@param widget userdata
----@param value function
-function GUI:Slider_addOnEvent(widget, value) end;
-
----璁剧疆鍦嗗舰杩涘害鏉$櫨鍒嗘瘮
----* widget 鎺т欢瀵硅薄
----* value 杩涘害(0-100)
----@param widget userdata
----@param value number
-function GUI:ProgressTimer_setPercentage(widget, value) end;
-
----璁剧疆鍦嗗舰杩涘害鏉℃柟鍚
----* widget 鎺т欢瀵硅薄
----* value true 椤烘椂閽
false 閫嗘椂閽
----@param widget userdata
----@param value boolean
-function GUI:ProgressTimer_setReverseDirection(widget, value) end;
-
----璁剧疆鎺т欢Y杞存柟鍚戠缉鏀
----* widget 鎺т欢瀵硅薄
----* value 缂╂斁姣斾緥, 榛樿1.0
----@param widget userdata
----@param value number
-function GUI:setScaleY(widget, value) end;
-
----璁剧疆鍦嗗舰杩涘害鏉″姩浣滃拰鍥炶皟鍑芥暟
----* widget 鎺т欢瀵硅薄
----* time 鏃堕棿
----* to 缁撴潫杩涘害(0-100)
----* completeCB 鍥炶皟鍑芥暟
----* tag 鏍囪
----@param widget userdata
----@param time number
----@param to number
----@param completeCB function
----@param tag number
-function GUI:ProgressTimer_progressTo(widget, time, to, completeCB, tag) end;
-
----璁剧疆鍦嗗舰杩涘害鏉¤儗鏅浘
----* widget 鎺т欢瀵硅薄
----* img 鍥剧墖璺緞
----@param widget userdata
----@param img string
-function GUI:ProgressTimer_ChangeImg(widget, img) end;
-
----璁剧疆杩涘害鏉″浘鐗
----* widget 杩涘害鏉″璞
----* value 鍥剧墖璺緞
----@param widget userdata
----@param value string
-function GUI:LoadingBar_loadTexture(widget, value) end;
-
----璁剧疆杩涘害鏉℃柟鍚
----* widget 杩涘害鏉″璞
----* value 鏂瑰悜锛
0 浠庡乏鍒板彸
1 浠庡彸鍒板乏
----@param widget userdata
----@param value number
-function GUI:LoadingBar_setDirection(widget, value) end;
-
----璁剧疆杩涘害鏉¤繘搴
----* widget 杩涘害鏉″璞
----* value 杩涘害(0-100)
----@param widget userdata
----@param value number
-function GUI:LoadingBar_setPercent(widget, value) end;
-
----璁剧疆杩涘害鏉¢鑹
----* widget 杩涘害鏉″璞
----* value 鑹插("#000000")
----@param widget userdata
----@param value string
-function GUI:LoadingBar_setColor(widget, value) end;
-
----璁剧疆鐗规晥鎾斁瀹岃嚜鍔ㄧЩ闄
----* widget 鐗规晥瀵硅薄
----@param widget userdata
-function GUI:Effect_setAutoRemoveOnFinish(widget) end;
-
----璁剧疆绮掑瓙鎸佺画鏃堕棿
----* widget 绮掑瓙鐗规晥
----* value 鎸佺画鏃堕棿, 鍗曚綅: 绉
-1 琛ㄧず姘镐箙
----@param widget userdata
----@param value number
-function GUI:ParticleEffect_setDuration(widget, value) end;
-
----璁剧疆鎬荤矑瀛愭暟閲
----* widget 绮掑瓙鐗规晥
----* value 鏁伴噺
----@param widget userdata
----@param value number
-function GUI:ParticleEffect_setTotalParticles(widget, value) end;
-
----鏂板鎷栨嫿绫诲瀷鍜屾嫋鎷戒簨浠
----* fromType 鎺т欢鏉ヨ嚜浣嶇疆绫诲瀷鍚
----* toType 鎺т欢鍒拌揪浣嶇疆绫诲瀷鍚
----* fromToEvent 浠巉romType绫诲瀷鎺т欢 鎷栨嫿鍒 toType绫诲瀷鎺т欢 瑙﹀彂鐨勫嚱鏁
----* toFromEvent 浠巘oType绫诲瀷鎺т欢 鎷栨嫿鍒 fromType绫诲瀷鎺т欢 瑙﹀彂鐨勫嚱鏁
----@param fromType string
----@param toType string
----@param fromToEvent function
----@param toFromEvent function
-function GUI:AddMoveWidgetTypeEvent(fromType, toType, fromToEvent, toFromEvent) end;
-
----璁剧疆瑁呭妗嗘樉绀鸿嚜鍔ㄥ埛鏂
----* widget 瑁呭妗嗗璞
----@param widget userdata
-function GUI:EquipShow_setAutoUpdate(widget) end;
-
----璁剧疆鍧愭爣
----* widget 鎺т欢瀵硅薄
----* x 妯潗鏍
----* y 绾靛潗鏍
----@param widget userdata
----@param x number
----@param y number
-function GUI:setPosition(widget, x, y) end;
-
----璁剧疆妯潗鏍
----* widget 鎺т欢瀵硅薄
----* value 妯潗鏍
----@param widget userdata
----@param value number
-function GUI:setPositionX(widget, value) end;
-
----璁剧疆绾靛潗鏍
----* widget 鎺т欢瀵硅薄
----* value 绾靛潗鏍
----@param widget userdata
----@param value number
-function GUI:setPositionY(widget, value) end;
-
----璁剧疆鎺т欢閿氱偣
----* widget 鎺т欢瀵硅薄
----* x 妯潗鏍
----* y 绾靛潗鏍
----@param widget userdata
----@param x number
----@param y number
-function GUI:setAnchorPoint(widget, x, y) end;
-
----璁剧疆鎺т欢灏哄澶у皬
----* widget 鎺т欢瀵硅薄
----* sizeW 瀹藉害
----* sizeH 闀垮害
----@param widget userdata
----@param sizeW number
----@param sizeH number
-function GUI:setContentSize(widget, sizeW, sizeH) end;
-
----璁剧疆蹇界暐璁剧疆鐨勮嚜瀹氫箟灏哄澶у皬
----* widget 鎺т欢瀵硅薄
----* value 鏄惁蹇界暐鐢ㄦ埛瀹氫箟灏哄澶у皬
----@param widget userdata
----@param value boolean
-function GUI:setIgnoreContentAdaptWithSize(widget, value) end;
-
----璁剧疆鎺т欢鏍囩
----* widget 鎺т欢瀵硅薄
----* value 鏍囩鍊
----@param widget userdata
----@param value number
-function GUI:setTag(widget, value) end;
-
----璁剧疆鎺т欢鍚嶅瓧
----* widget 鎺т欢瀵硅薄
----* value 鍚嶅瓧
----@param widget userdata
----@param value string
-function GUI:setName(widget, value) end;
-
----璁剧疆鎺т欢缃伆
----* widget 鎺т欢瀵硅薄
----* isGrey 鏄惁缃伆
----@param widget userdata
----@param isGrey boolean
-function GUI:setGrey(widget, isGrey) end;
-
----璁剧疆鎺т欢鏃嬭浆瑙掑害
----* widget 鎺т欢瀵硅薄
----* value 鏃嬭浆瑙掑害锛0 - 360锛
----@param widget userdata
----@param value number
-function GUI:setRotation(widget, value) end;
-
----璁剧疆瀹瑰櫒鍐呴儴婊氬姩鍖哄煙鍧愭爣
----* widget 瀹瑰櫒瀵硅薄
----* x x
----* y y
----@param widget userdata
----@param x number
----@param y number
-function GUI:ScrollView_setInnerContainerPosition(widget,x,y) end;
-
----璁剧疆鍒楄〃瀹瑰櫒鍐呴儴婊氬姩鍖哄煙鍧愭爣
----* widget 瀹瑰櫒瀵硅薄
----* x x
----* y y
----@param widget userdata
----@param x number
----@param y number
-function GUI:ListView_setInnerContainerPosition(widget,x,y) end;
-
----璁剧疆澶嶉夋鐩戝惉浜嬩欢
----* widget 鎺т欢瀵硅薄
----* eventCB 鐩戝惉鍑芥暟
----@param widget userdata
----@param eventCB function
-function CheckBox_addOnEvent(widget,eventCB) end;
-
----璁剧疆鎺т欢娓愬彉鑹
----* widget 鎺т欢瀵硅薄
----* startColor 寮濮嬮鑹
----* endColor 缁撴潫棰滆壊
----* xPer 娓愬彉鍙傛暟锛坸Per锛寈Per
1锛0涓烘í鍚戞笎鍙
0锛1涓虹旱鍚戞笎鍙橈級
----* yPer 娓愬彉鍙傛暟锛坸Per锛寈Per
1锛0涓烘í鍚戞笎鍙
0锛1涓虹旱鍚戞笎鍙橈級
----@param widget userdata
----@param startColor string
----@param endColor string
----@param xPer number
----@param yPer number
-function GUI:Shader_GradientColor(widget, startColor, endColor, xPer, yPer) end;
-
----璁剧疆鎺т欢闃村奖
----* widget 鎺т欢瀵硅薄
----@param widget userdata
-function GUI:SetShaderShadow(widget) end;
-
----璁剧疆鎺т欢X杞村炬枩瑙掑害
----* widget 鎺т欢瀵硅薄
----* value 鍊炬枩瑙掑害锛0 - 360锛
----@param widget userdata
----@param value number
-function GUI:setRotationSkewX(widget, value) end;
-
----璁剧疆鎺т欢Y杞村炬枩瑙掑害
----* widget 鎺т欢瀵硅薄
----* value 鍊炬枩瑙掑害锛0 - 360锛
----@param widget userdata
----@param value number
-function GUI:setRotationSkewY(widget, value) end;
-
----璁剧疆鎺т欢鍙鎬
----* widget 鎺т欢瀵硅薄
----* value 鏄惁鏄剧ず
----@param widget userdata
----@param value boolean
-function GUI:setVisible(widget, value) end;
-
----璁剧疆鎺т欢涓嶉忔槑搴
----* widget 鎺т欢瀵硅薄
----* value 涓嶉忔槑搴(0-255), 榛樿255
----@param widget userdata
----@param value number
-function GUI:setOpacity(widget, value) end;
-
----鑾峰彇鎺т欢涓嶉忔槑搴
----* widget 鎺т欢瀵硅薄
----@param widget userdata
----@return number "杩斿洖:鎺т欢涓嶉忔槑搴"
-function GUI:getOpacity(widget) end;
-
----璁剧疆鎺т欢缂╂斁
----* widget 鎺т欢瀵硅薄
----* value 缂╂斁姣斾緥, 榛樿1.0
----@param widget userdata
----@param value number
-function GUI:setScale(widget, value) end;
-
----鑾峰彇鎺т欢缂╂斁姣斾緥
----* widget 鎺т欢瀵硅薄
----@param widget userdata
----@return number "杩斿洖:鎺т欢缂╂斁姣斾緥"
-function GUI:getScale(widget) end;
-
----璁剧疆鎺т欢X杞存柟鍚戠缉鏀
----* widget 鎺т欢瀵硅薄
----* value 缂╂斁姣斾緥, 榛樿1.0
----@param widget userdata
----@param value number
-function GUI:setScaleX(widget, value) end;
-
----璁剧疆姘村钩X杞存柟鍚戠炕杞
----* widget 鎺т欢瀵硅薄
----* value X杞存柟鍚戞槸鍚︾炕杞
----@param widget userdata
----@param value boolean
-function GUI:setFlippedX(widget, value) end;
-
----璁剧疆鍨傜洿Y杞存柟鍚戠炕杞
----* widget 鎺т欢瀵硅薄
----* value Y杞存柟鍚戞槸鍚︾炕杞
----@param widget userdata
----@param value boolean
-function GUI:setFlippedY(widget, value) end;
-
----璁剧疆鎺т欢娓叉煋灞傜骇
----* widget 鎺т欢瀵硅薄
----* value 娓叉煋灞傜骇, 鍊艰秺澶ф樉绀鸿秺闈犲墠
----@param widget userdata
----@param value number
-function GUI:setLocalZOrder(widget, value) end;
-
----璁剧疆鎺т欢鏄惁璺熼殢鐖舵帶浠跺彉鍖栭忔槑搴
----* widget 鎺т欢瀵硅薄
----* value 鏄惁璺熼殢
----@param widget userdata
----@param value boolean
-function GUI:setCascadeOpacityEnabled(widget, value) end;
-
----璁剧疆鎺т欢鐨勬墍鏈夊瓙鎺т欢鏄惁璺熼殢鍙樺寲閫忔槑搴
----* widget 鎺т欢瀵硅薄
----* value 鏄惁璺熼殢
----@param widget userdata
----@param value boolean
-function GUI:setChildrenCascadeOpacityEnabled(widget, value) end;
-
----璁剧疆鎺т欢鏄惁鍙互瑙︽懜
----* widget 鎺т欢瀵硅薄
----* value 鏄惁瑙︽懜
----@param widget userdata
----@param value boolean
-function GUI:setTouchEnabled(widget, value) end;
-
----璁剧疆寤惰繜鍙Е鎽
----* widget 鎺т欢瀵硅薄
----* delay 寤惰繜瑙︽懜闂撮殧
----@param widget userdata
----@param delay number
-function GUI:delayTouchEnabled(widget, delay) end;
-
----璁剧疆鎺т欢鏄惁鍙互榧犳爣瑙︽懜
----* widget 鎺т欢瀵硅薄
----* value 鏄惁榧犳爣瑙︽懜
----@param widget userdata
----@param value boolean
-function GUI:setMouseEnabled(widget, value) end;
-
----璁剧疆鎺т欢鏄惁瑙︽懜鍚炲櫖
----* widget 鎺т欢瀵硅薄
----* value 鏄惁鍚炲櫖
----@param widget userdata
----@param value boolean
-function GUI:setSwallowTouches(widget, value) end;
-
----璁剧疆鎺т欢鍚炲櫖榧犳爣鎸夐敭浜嬩欢 [妫鏌ヨ嚜韬Е鎽稿悶鍣椂]
----* widget 鎺т欢瀵硅薄
----@param widget userdata
-function GUI:setMouseRSwallowTouches(widget) end;
-
----璁剧疆鎺т欢鐐瑰嚮浜嬩欢
----* widget 鎺т欢瀵硅薄
----* func 鍥炶皟鍑芥暟
----@param widget userdata
----@param func function
-function GUI:addOnClickEvent(widget, func) end;
-
----璁剧疆鎺т欢瑙︽懜浜嬩欢
----* widget 鎺т欢瀵硅薄
----* func 鍥炶皟鍑芥暟
----@param widget userdata
----@param func function
-function GUI:addOnTouchEvent(widget, func) end;
-
----璁剧疆鎺т欢闀挎寜瑙﹀彂浜嬩欢
----* widget 鎺т欢瀵硅薄
----* func 鍥炶皟鍑芥暟
----@param widget userdata
----@param func function
-function GUI:addOnLongTouchEvent(widget, func) end;
-
----璁剧疆鎺т欢榧犳爣杩涘叆/绉诲嚭浜嬩欢
----* widget 鎺т欢瀵硅薄
----* param onEnterFunc: function 榧犳爣杩涘叆鍥炶皟鍑芥暟
onLeaveFunc: function 榧犳爣绉诲嚭鍥炶皟鍑芥暟
onInsideFunc: function 榧犳爣涓鐩村湪鍐呴儴鍥炶皟鍑芥暟
----@param widget userdata
----@param param table
-function GUI:addMouseMoveEvent(widget, param) end;
-
----璁剧疆榧犳爣鎸夐挳浜嬩欢
----* widget 鎺т欢瀵硅薄
----* param onRightDownFunc: function 榧犳爣鍙抽敭鐐瑰嚮浜嬩欢
OnRightUpFunc: function 榧犳爣鍙抽敭鏉惧紑浜嬩欢
needTouchPos: boolean 闇瑕佷紶鍏ラ紶鏍囪Е鎽镐綅缃
OnScrollFunc: function 榧犳爣婊氳疆婊氬姩浜嬩欢
----@param widget userdata
----@param param table
-function GUI:addMouseButtonEvent(widget, param) end;
-
----璁剧疆榧犳爣缁忚繃鎺т欢鏄剧ず鏂囨湰
----* widget 鎺т欢瀵硅薄
----* str 鏂囨湰
----* pos 浣嶇疆
----* anr 閿氱偣
----* param checkCallback: function 妫鏌ユ帴瑙︾偣鏄惁鑳藉睍绀篬鍑芥暟浼犲叆鍙傛暟: pos
杩斿洖: true / false ]
----@param widget userdata
----@param str string
----@param pos table
----@param anr table
----@param param table
-function GUI:addMouseOverTips(widget, str, pos, anr, param) end;
-
----閿洏鐩戝惉浜嬩欢
----* codeKeys 瑕佺洃鍚殑閿洏閿甼ey
----* pressedCB 鎸変笅鍥炶皟
----* releaseCB 鏉惧紑鍥炶皟(鍗曟寜閿椂鏈夋晥)
----* autoPressInterval 闀挎寜瑙﹀彂鍑芥暟闂撮殧 榛樿 1
----* checkFullSort 鍏煎鍏ㄩ『搴忛敭鐩榢ey鎺掑垪, 閽堝鐩戝惉澶氶敭
----@param codeKeys string
----@param pressedCB function
----@param releaseCB function
----@param autoPressInterval number
----@param checkFullSort boolean
-function GUI:addKeyboardEvent(codeKeys, pressedCB, releaseCB, autoPressInterval, checkFullSort) end;
-
----绉婚櫎閿洏鐩戝惉
----* codeKeys 瑕佺Щ闄ょ洃鍚殑閿洏閿甼ey
----@param codeKeys string
-function GUI:removeKeyboardEvent(codeKeys) end;
-
----鍔犺浇绾圭悊鍥剧墖
----* widget 鍥剧墖瀵硅薄
----* filepath 鍥剧墖璺緞
----@param widget userdata
----@param filepath string
-function GUI:Image_loadTexture(widget, filepath) end;
-
----璁剧疆鐗╁搧鏀惧叆妗嗙洃鍚簨浠
----* widget 鐖惰妭鐐瑰璞
----* eventCB 浜嬩欢澶勭悊鍑芥暟
----@param widget userdata
----@param eventCB function
-function GUI:ItemBox_AddOnEvent(widget, eventCB) end;
-
----璁剧疆灞傝儗鏅鑹
----* widget 灞傚璞
----* value 鑹插("#000000")
! 娓愬彉鑹查渶浼犲弬table `{"#FF0000", "#FFFFFF"}`
----@param widget userdata
----@param value string
-function GUI:Layout_setBackGroundColor(widget, value) end;
-
----璁剧疆灞傝儗鏅鑹茬被鍨
----* widget 灞傚璞
----* value 绫诲瀷(1鍗曡壊锛2娓愬彉鑹)
----@param widget userdata
----@param value number
-function GUI:Layout_setBackGroundColorType(widget, value) end;
-
----璁剧疆灞傝儗鏅鑹蹭笉閫忔槑搴
----* widget 灞傚璞
----* value 涓嶉忔槑搴(0-255)
----@param widget userdata
----@param value number
-function GUI:Layout_setBackGroundColorOpacity(widget, value) end;
-
----璁剧疆灞傝儗鏅槸鍚﹁鍒
----* widget 灞傚璞
----* value 鏄惁瑁佸垏
----@param widget userdata
----@param value boolean
-function GUI:Layout_setClippingEnabled(widget, value) end;
-
----璁剧疆灞傝儗鏅浘鐗
----* widget 灞傚璞
----* value 鍥剧墖璺緞
----@param widget userdata
----@param value string
-function GUI:Layout_setBackGroundImage(widget, value) end;
-
----璁剧疆灞傝儗鏅浘鐗囦節瀹牸
----* widget 灞傚璞
----* scale9l 宸﹁竟姣斾緥
----* scale9r 鍙宠竟姣斾緥
----* scale9t 涓婅竟姣斾緥
----* scale9b 涓嬭竟姣斾緥
----@param widget userdata
----@param scale9l number
----@param scale9r number
----@param scale9t number
----@param scale9b number
-function GUI:Layout_setBackGroundImageScale9Slice(widget, scale9l, scale9r, scale9t, scale9b) end;
-
----绉婚櫎灞傝儗鏅浘鐗囪缃
----* widget 灞傚璞
----@param widget userdata
-function GUI:Layout_removeBackGroundImage(widget) end;
-
----璁剧疆鍒楄〃瀹瑰櫒瀵归綈鏂瑰紡
----* widget 瀹瑰櫒瀵硅薄
----* value 0锛氬乏瀵归綈
1锛氬彸瀵归綈
2锛氭按骞冲眳涓
3锛氶《瀵归綈
4锛氬簳瀵归綈
5锛氬瀭鐩村眳涓
----@param widget userdata
----@param value number
-function GUI:ListView_setGravity(widget, value) end;
-
----璁剧疆鍒楄〃瀹瑰櫒婊戝姩鏂瑰悜
----* widget 瀹瑰櫒瀵硅薄
----* value 1锛氬瀭鐩; 2锛氭按骞
----@param widget userdata
----@param value number
-function GUI:ListView_setDirection(widget, value) end;
-
----璁剧疆鍒楄〃瀹瑰櫒闂撮殧
----* widget 瀹瑰櫒瀵硅薄
----* value 闂撮殧澶у皬(50鍍忕礌)
----@param widget userdata
----@param value number
-function GUI:ListView_setItemsMargin(widget, value) end;
-
----璁剧疆鍒楄〃瀹瑰櫒鏄惁鏈夎鍒
----* widget 瀹瑰櫒瀵硅薄
----* value 鏄惁鏈夎鍒
----@param widget userdata
----@param value boolean
-function GUI:ListView_setClippingEnabled(widget, value) end;
-
----璁剧疆鍒楄〃瀹瑰櫒鑳屾櫙棰滆壊
----* widget tableView瀵硅薄
----* value 鍗佸叚杩涘埗棰滆壊鍊 渚: "#FFFFFF"
----@param widget userdata
----@param value string
-function GUI:TableView_setBackGroundColor(widget, value) end;
-
----璁剧疆鍒楄〃瀹瑰櫒鑳屾櫙棰滆壊绫诲瀷
----* widget 瀹瑰櫒瀵硅薄
----* value 1锛氬崟鑹诧紝2锛氭笎鍙樿壊
----@param widget userdata
----@param value number
-function GUI:ListView_setBackGroundColorType(widget, value) end;
-
----璁剧疆鍒楄〃瀹瑰櫒鑳屾櫙閫忔槑搴
----* widget 瀹瑰櫒瀵硅薄
----* value 閫忔槑搴(0-255)
----@param widget userdata
----@param value number
-function GUI:ListView_setBackGroundColorOpacity(widget, value) end;
-
----璁剧疆鍒楄〃瀹瑰櫒鑳屾櫙鍥剧墖
----* widget 瀹瑰櫒瀵硅薄
----* value 鍥剧墖璺緞
----@param widget userdata
----@param value string
-function GUI:ListView_setBackGroundImage(widget, value) end;
-
----璁剧疆鍒楄〃瀹瑰櫒鑳屾櫙鍥剧墖涔濆鏍
----* widget 瀹瑰櫒瀵硅薄
----* scale9l 宸﹁竟姣斾緥
----* scale9r 鍙宠竟姣斾緥
----* scale9t 涓婅竟姣斾緥
----* scale9b 涓嬭竟姣斾緥
----@param widget userdata
----@param scale9l number
----@param scale9r number
----@param scale9t number
----@param scale9b number
-function GUI:ListView_setBackGroundImageScale9Slice(widget, scale9l, scale9r, scale9t, scale9b) end;
-
----璁剧疆鍒楄〃瀹瑰櫒婊氬姩浜嬩欢
----* widget 瀹瑰櫒瀵硅薄
----* eventCB 浜嬩欢鍑芥暟
----@param widget userdata
----@param eventCB function
-function GUI:ListView_addOnScrollEvent(widget, eventCB) end;
-
----璁剧疆鍒楄〃瀹瑰櫒婊氬姩鍒版煇鐧惧垎姣斾綅缃(鍨傜洿鏂瑰悜)
----* widget 瀹瑰櫒瀵硅薄
----* percent 鐧惧垎姣(0-100)
----* time 鏃堕棿(绉)
----* bool 鏄惁琛板噺婊氬姩閫熷害
----@param widget userdata
----@param percent number
----@param time number
----@param bool boolean
-function GUI:ListView_scrollToPercentVertical(widget, percent, time, bool) end;
-
----璁剧疆鍒楄〃瀹瑰櫒婊氬姩鍒版煇鐧惧垎姣斾綅缃(姘村钩鏂瑰悜)
----* widget 瀹瑰櫒瀵硅薄
----* percent 鐧惧垎姣(0-100)
----* time 鏃堕棿(绉)
----* bool 鏄惁琛板噺婊氬姩閫熷害
----@param widget userdata
----@param percent number
----@param time number
----@param bool boolean
-function GUI:ListView_scrollToPercentHorizontal(widget, percent, time, bool) end;
-
----娣诲姞榧犳爣婊氳疆婊戝姩鍒楄〃瀹瑰櫒浜嬩欢
----* widget 瀹瑰櫒瀵硅薄
----@param widget userdata
-function GUI:ListView_addMouseScrollPercent(widget) end;
-
----璁剧疆婊氬姩瀹瑰櫒婊氬姩鑼冨洿澶у皬
----* widget 瀹瑰櫒瀵硅薄
----* value1 瀹藉害 鎴 灏哄
----* value2 楂樺害
----@param widget userdata
----@param value1 number
----@param value2 number
-function GUI:ScrollView_setInnerContainerSize(widget, value1, value2) end;
-
----璁剧疆婊氬姩瀹瑰櫒婊氬姩鏂瑰悜
----* widget 瀹瑰櫒瀵硅薄
----* value 1锛氬瀭鐩; 2锛氭按骞
----@param widget userdata
----@param value number
-function GUI:ScrollView_setDirection(widget, value) end;
-
----璁剧疆婊氬姩瀹瑰櫒鏄惁鏈夊洖寮
----* widget 瀹瑰櫒瀵硅薄
----* value 鏄惁鏈夊洖寮
----@param widget userdata
----@param value boolean
-function GUI:ScrollView_setBounceEnabled(widget, value) end;
-
----璁剧疆婊氬姩瀹瑰櫒鏄惁鏈夎鍒
----* widget 瀹瑰櫒瀵硅薄
----* value 鏄惁鏈夎鍒
----@param widget userdata
----@param value boolean
-function GUI:ScrollView_setClippingEnabled(widget, value) end;
-
----璁剧疆婊氬姩瀹瑰櫒鑳屾櫙棰滆壊
----* widget 瀹瑰櫒瀵硅薄
----* value 鑹插("#000000")
! 娓愬彉鑹查渶浼犲弬table `{"#FF0000", "#FFFFFF"}`
----@param widget userdata
----@param value string
-function GUI:ScrollView_setBackGroundColor(widget, value) end;
-
----璁剧疆婊氬姩瀹瑰櫒鑳屾櫙棰滆壊绫诲瀷
----* widget 瀹瑰櫒瀵硅薄
----* value 1锛氬崟鑹诧紝2锛氭笎鍙樿壊
----@param widget userdata
----@param value number
-function GUI:ScrollView_setBackGroundColorType(widget, value) end;
-
----璁剧疆婊氬姩瀹瑰櫒鑳屾櫙閫忔槑搴
----* widget 瀹瑰櫒瀵硅薄
----* value 閫忔槑搴(0-255)
----@param widget userdata
----@param value number
-function GUI:ScrollView_setBackGroundOpacity(widget, value) end;
-
----璁剧疆婊氬姩瀹瑰櫒鑳屾櫙鍥剧墖
----* widget 瀹瑰櫒瀵硅薄
----* value 鍥剧墖璺緞
----@param widget userdata
----@param value string
-function GUI:ScrollView_setBackGroundImage(widget, value) end;
-
----璁剧疆婊氬姩鍣ㄨ儗鏅浘鐗囦節瀹牸
----* widget 瀹瑰櫒瀵硅薄
----* scale9l 宸﹁竟姣斾緥
----* scale9r 鍙宠竟姣斾緥
----* scale9t 涓婅竟姣斾緥
----* scale9b 涓嬭竟姣斾緥
----@param widget userdata
----@param scale9l number
----@param scale9r number
----@param scale9t number
----@param scale9b number
-function GUI:ScrollView_setBackGroundImageScale9Slice(widget, scale9l, scale9r, scale9t, scale9b) end;
-
----绉婚櫎婊氬姩瀹瑰櫒鑳屾櫙鍥剧墖璁剧疆
----* widget 瀹瑰櫒瀵硅薄
----@param widget userdata
-function GUI:ScrollView_removeBackGroundImage(widget) end;
-
----璁剧疆婊氬姩瀹瑰櫒婊氬姩浜嬩欢
----* widget 瀹瑰櫒瀵硅薄
----* eventCB 浜嬩欢鍑芥暟
----@param widget userdata
----@param eventCB function
-function GUI:ScrollView_addOnScrollEvent(widget, eventCB) end;
-
----婊氬姩瀹瑰櫒鍔犺浇瀛愯妭鐐
----* widget 瀹瑰櫒瀵硅薄
----* value 瀛愯妭鐐瑰璞
----@param widget userdata
----@param value userdata
-function GUI:ScrollView_addChild(widget, value) end;
-
----婊氬姩瀹瑰櫒鍒犻櫎鎵鏈夊瓙鑺傜偣
----* widget 瀹瑰櫒瀵硅薄
----@param widget userdata
-function GUI:ScrollView_removeAllChildren(widget) end;
-
----婊氬姩瀹瑰櫒琛板噺婊氬姩锛堥《閮級
----* widget 瀹瑰櫒瀵硅薄
----* time 鏃堕棿
----* boolvalue 鏄惁琛板噺锛堥《閮級
----@param widget userdata
----@param time number
----@param boolvalue boolean
-function GUI:ScrollView_scrollToTop(widget, time, boolvalue) end;
-
----婊氬姩瀹瑰櫒琛板噺婊氬姩锛堝簳閮級
----* widget 瀹瑰櫒瀵硅薄
----* time 鏃堕棿
----* boolvalue 鏄惁琛板噺锛堝簳閮級
----@param widget userdata
----@param time number
----@param boolvalue boolean
-function GUI:ScrollView_scrollToBottom(widget, time, boolvalue) end;
-
----婊氬姩瀹瑰櫒琛板噺婊氬姩锛堥《宸︼級
----* widget 瀹瑰櫒瀵硅薄
----* time 鏃堕棿
----* boolvalue 鏄惁琛板噺锛堝簳閮級
----@param widget userdata
----@param time number
----@param boolvalue boolean
-function GUI:ScrollView_scrollToTopLeft(widget, time, boolvalue) end;
-
----婊氬姩瀹瑰櫒琛板噺婊氬姩锛堝彸杈癸級
----* widget 瀹瑰櫒瀵硅薄
----* time 鏃堕棿
----* boolvalue 鏄惁琛板噺锛堝彸杈癸級
----@param widget userdata
----@param time number
----@param boolvalue boolean
-function GUI:ScrollView_scrollToRight(widget, time, boolvalue) end;
-
----婊氬姩瀹瑰櫒琛板噺婊氬姩锛堝乏杈癸級
----* widget 瀹瑰櫒瀵硅薄
----* time 鏃堕棿
----* boolvalue 鏄惁琛板噺锛堝乏杈癸級
----@param widget userdata
----@param time number
----@param boolvalue boolean
-function GUI:ScrollView_scrollToLeft(widget, time, boolvalue) end;
-
----婊氬姩瀹瑰櫒琛板噺婊氬姩锛堝瀭鐩存柟鍚戞粴鍔級
----* widget 瀹瑰櫒瀵硅薄
----* percent 鐧惧垎姣
----* time 鏃堕棿
----* boolvalue 鏄惁琛板噺婊氬姩閫熷害
----@param widget userdata
----@param percent number
----@param time number
----@param boolvalue boolean
-function GUI:ScrollView_scrollToPercentVertical(widget, percent, time, boolvalue) end;
-
----婊氬姩瀹瑰櫒琛板噺婊氬姩锛堟按骞虫柟鍚戞粴鍔級
----* widget 瀹瑰櫒瀵硅薄
----* percent 鐧惧垎姣
----* time 鏃堕棿
----* boolvalue 鏄惁琛板噺婊氬姩閫熷害
----@param widget userdata
----@param percent number
----@param time number
----@param boolvalue boolean
-function GUI:ScrollView_scrollToPercentHorizontal(widget, percent, time, boolvalue) end;
-
----婊氬姩瀹瑰櫒娣诲姞婊氬姩鏉
----* parent 鐖惰妭鐐瑰璞
----* param 甯冨眬鍙傛暟
----@param parent userdata
----@param param table
-function GUI:SetScrollViewVerticalBar(parent, param) end;
-
----璁剧疆缈婚〉瀹瑰櫒鏄惁鏈夎鍒
----* widget 瀹瑰櫒瀵硅薄
----* value 鏄惁鏈夎鍒
----@param widget userdata
----@param value boolean
-function GUI:PageView_setClippingEnabled(widget, value) end;
-
----璁剧疆缈婚〉瀹瑰櫒鑳屾櫙棰滆壊
----* widget 瀹瑰櫒瀵硅薄
----* value 鑹插("#000000")
! 娓愬彉鑹查渶浼犲弬table `{"#FF0000", "#FFFFFF"}`
----@param widget userdata
----@param value string
-function GUI:PageView_setBackGroundColor(widget, value) end;
-
----璁剧疆缈婚〉瀹瑰櫒鑳屾櫙棰滆壊绫诲瀷
----* widget 瀹瑰櫒瀵硅薄
----* value 1锛氬崟鑹诧紝2锛氭笎鍙樿壊
----@param widget userdata
----@param value number
-function GUI:PageView_setBackGroundColorType(widget, value) end;
-
----璁剧疆缈婚〉瀹瑰櫒鑳屾櫙閫忔槑搴
----* widget 瀹瑰櫒瀵硅薄
----* value 閫忔槑搴(0-255)
----@param widget userdata
----@param value number
-function GUI:PageView_setBackGroundColorOpacity(widget, value) end;
-
----璁剧疆缈婚〉瀹瑰櫒婊氬姩鍒板瓙椤甸潰
----* widget 瀹瑰櫒瀵硅薄
----* index 瀛愰〉闈㈠簭鍒楀彿
----@param widget userdata
----@param index number
-function GUI:PageView_scrollToItem(widget, index) end;
-
----璁剧疆缈婚〉瀹瑰櫒褰撳墠瀛愰〉搴忓垪鍙
----* widget 瀹瑰櫒瀵硅薄
----* index 瀛愰〉闈㈠簭鍒楀彿
----@param widget userdata
----@param index number
-function GUI:PageView_setCurrentPageIndex(widget, index) end;
-
----璁剧疆瀛恈ell鍒涘缓鏂规硶
----* widget tableView瀵硅薄
----* func 鍒涘缓鍑芥暟 浼犲叆鍙傛暟(cell鐖惰妭鐐, cell涓嬫爣)
----@param widget userdata
----@param func function
-function GUI:TableView_setCellCreateEvent(widget, func) end;
-
----璁剧疆鍒楄〃瀹瑰櫒婊氬姩鏂瑰悜
----* widget tableView瀵硅薄
----* value 婊氬姩鏂瑰悜 1锛氬瀭鐩; 2锛氭按骞
----@param widget userdata
----@param value number
-function GUI:TableView_setDirection(widget, value) end;
-
----璁剧疆鍒楄〃瀹瑰櫒鍐呴儴鍖哄煙鍋忕Щ浣嶇疆
----* widget tableView瀵硅薄
----* x 鍋忕Щ鍧愭爣X
----* y 鍋忕Щ鍧愭爣Y
----@param widget userdata
----@param x number
----@param y number
-function GUI:TableView_setContentOffset(widget, x, y) end;
-
----娣诲姞鍒楄〃瀹瑰櫒鐐瑰嚮cell浜嬩欢
----* widget tableView瀵硅薄
----* func 鐐瑰嚮cell瑙﹀彂鍥炶皟
----@param widget userdata
----@param func function
-function GUI:TableView_addOnTouchedCellEvent(widget, func) end;
-
----鍒楄〃瀹瑰櫒婊氬姩鍒版煇cell浣嶇疆
----* widget tableView瀵硅薄
----* index 瀵瑰簲cell涓嬫爣
----@param widget userdata
----@param index number
-function GUI:TableView_scrollToCell(widget, index) end;
-
----娣诲姞瀹瑰櫒婊氬姩鍥炶皟
----* widget tableView瀵硅薄
----* func 瀹瑰櫒婊氬姩鍥炶皟鍑芥暟 param1: TableView鎺т欢
----@param widget userdata
----@param func function
-function GUI:TableView_addOnScrollEvent(widget, func) end;
-
----璁剧疆瀹瑰櫒cell涓暟
----* widget tableView瀵硅薄
----* func cell鎬讳釜鏁(int)/杩斿洖cell鎬讳釜鏁扮殑鍑芥暟(func)
----@param widget userdata
----@param func number
-function GUI:TableView_setTableViewCellsNumHandler(widget, func) end;
-
----绉婚櫎鍒楄〃瀹瑰櫒鑳屾櫙鍥剧墖璁剧疆
----* widget 瀹瑰櫒瀵硅薄
----@param widget userdata
-function GUI:ListView_removeBackGroundImage(widget) end;
-
----鍒楄〃瀹瑰櫒鍔犺浇瀛愯妭鐐
----* widget 瀹瑰櫒瀵硅薄
----* value 瀛愯妭鐐瑰璞★紙鏈熬鍔犺浇锛
----@param widget userdata
----@param value userdata
-function GUI:ListView_pushBackCustomItem(widget, value) end;
-
----鍒楄〃瀹瑰櫒鍔犺浇瀛愯妭鐐癸紙搴忓垪鍙凤級
----* widget 瀹瑰櫒瀵硅薄
----* value 瀛愯妭鐐瑰璞
----* value2 搴忓垪鍙凤紙index = 1锛
----@param widget userdata
----@param value userdata
----@param value2 number
-function GUI:ListView_insertCustomItem(widget, value, value2) end;
-
----鍒楄〃瀹瑰櫒鍒犻櫎鎵鏈夊瓙鑺傜偣
----* widget 瀹瑰櫒瀵硅薄
----@param widget userdata
-function GUI:ListView_removeAllItems(widget) end;
-
----閫氳繃搴忓垪鍙峰垹闄ゅ垪琛ㄥ鍣ㄥ瓙鑺傜偣
----* widget 瀹瑰櫒瀵硅薄
----* index 搴忓垪鍙蜂綅缃
----@param widget userdata
----@param index number
-function GUI:ListView_removeItemByIndex(widget, index) end;
-
----鍒楄〃瀹瑰櫒鍒犻櫎瀛愯妭鐐
----* widget 瀹瑰櫒瀵硅薄
----* item 瀛愯妭鐐瑰璞
----@param widget userdata
----@param item userdata
-function GUI:ListView_removeChild(widget, item) end;
-
----璺宠浆鍒板垪琛ㄥ鍣ㄥ簭鍒楀彿鑺傜偣浣嶇疆
----* widget 瀹瑰櫒瀵硅薄
----* value 搴忓垪鍙蜂綅缃
----@param widget userdata
----@param value number
-function GUI:ListView_jumpToItem(widget, value) end;
-
----鏌愪竴鏃堕棿鍐呮粦鍔ㄥ埌鍒楄〃瀹瑰櫒椤堕儴
----* widget 瀹瑰櫒瀵硅薄
----* time 鏃堕棿
----* boolvalue 婊戝姩閫熷害鏄惁鍑忓急
----@param widget userdata
----@param time number
----@param boolvalue boolean
-function GUI:ListView_scrollToTop(widget,time, boolvalue) end;
-
----鏌愪竴鏃堕棿鍐呮粦鍔ㄥ埌鍒楄〃瀹瑰櫒搴曢儴
----* widget 瀹瑰櫒瀵硅薄
----* time 鏃堕棿
----* boolvalue 婊戝姩閫熷害鏄惁鍑忓急
----@param widget userdata
----@param time number
----@param boolvalue boolean
-function GUI:ListView_scrollToBottom(widget,time, boolvalue) end;
-
----鍒楄〃瀹瑰櫒鍒锋柊
----* widget 瀹瑰櫒瀵硅薄
----@param widget userdata
-function GUI:ListView_doLayout(widget) end;
-
----鍒楄〃瀹瑰櫒鍙鍖哄煙缁樺埗
----* widget 瀹瑰櫒瀵硅薄
----@param widget userdata
-function GUI:ListView_paintItems(widget) end;
-
----鍒楄〃瀹瑰櫒鍙鍖哄煙鑷姩缁樺埗
----* widget 瀹瑰櫒瀵硅薄
----@param widget userdata
-function GUI:ListView_autoPaintItems(widget) end;
-
----缈婚〉瀹瑰櫒鍔犺浇瀛愰〉闈
----* widget 瀹瑰櫒瀵硅薄
----* value 瀛愰〉闈㈠璞
----@param widget userdata
----@param value userdata
-function GUI:PageView_addPage(widget, value) end;
-
----缈婚〉瀹瑰櫒鍔犵洃鍚簨浠
----* widget 瀹瑰櫒瀵硅薄
----* eventCB 鐩戝惉浜嬩欢鍑芥暟
----@param widget userdata
----@param eventCB function
-function GUI:PageView_addOnEvent(widget, eventCB) end;
-
----鍔犺浇瀹瑰櫒鎵鏈夊垪琛ㄦ暟鎹
----* widget tableView瀵硅薄
----@param widget userdata
-function GUI:TableView_reloadData(widget) end;
-
----娣诲姞瀹瑰櫒榧犳爣婊氬姩浜嬩欢
----* widget tableView瀵硅薄
----* func 榧犳爣婊氬姩鍥炶皟鍑芥暟浼犲弬{widget = widget, x = 婊氬姩鍧愭爣X, y = 婊氬姩鍧愭爣Y} [涓嶅~閲囩敤瀹樻柟榛樿娣诲姞婊氬姩]
----@param widget userdata
----@param func function
-function GUI:TableView_addMouseScrollEvent(widget, func) end;
-
----娣诲姞瀛愯妭鐐瑰埌鏃嬭浆瀹瑰櫒瀵瑰簲涓嬫爣item
----* widget 鏃嬭浆瀹瑰櫒瀵硅薄
----* value 鎺т欢瀵硅薄
----* index 瀵瑰簲涓嬫爣
----@param widget userdata
----@param value userdata
----@param index number
-function GUI:RotateView_addChild(widget, value, index) end;
-
----鐣岄潰寮圭獥鐗规晥1
----* widget 鎺т欢瀵硅薄
----* timelineCB 鍥炶皟鍑芥暟
----@param widget userdata
----@param timelineCB function
-function GUI:Timeline_Window1(widget, timelineCB) end;
-
----鐣岄潰寮圭獥鐗规晥2
----* widget 鎺т欢瀵硅薄
----* timelineCB 鍥炶皟鍑芥暟
----@param widget userdata
----@param timelineCB function
-function GUI:Timeline_Window2(widget, timelineCB) end;
-
----鐣岄潰寮圭獥鐗规晥3
----* widget 鎺т欢瀵硅薄
----* timelineCB 鍥炶皟鍑芥暟
----@param widget userdata
----@param timelineCB function
-function GUI:Timeline_Window3(widget, timelineCB) end;
-
----鐣岄潰寮圭獥鐗规晥4
----* widget 鎺т欢瀵硅薄
----* timelineCB 鍥炶皟鍑芥暟
----@param widget userdata
----@param timelineCB function
-function GUI:Timeline_Window4(widget, timelineCB) end;
-
----鐣岄潰寮圭獥鐗规晥5
----* widget 鎺т欢瀵硅薄
----* timelineCB 鍥炶皟鍑芥暟
----@param widget userdata
----@param timelineCB function
-function GUI:Timeline_Window5(widget, timelineCB) end;
-
----鐣岄潰寮圭獥鐗规晥6
----* widget 鎺т欢瀵硅薄
----* timelineCB 鍥炶皟鍑芥暟
----@param widget userdata
----@param timelineCB function
-function GUI:Timeline_Window6(widget, timelineCB) end;
-
----璁剧疆鍔ㄧ敾鏍囪
----* action 鎺т欢瀵硅薄
----* tag 鏍囪鍊
----@param action userdata
----@param tag number
-function GUI:Timeline_SetTag(action, tag) end;
-
----鍋滄鎵鏈夊姩鐢
----* widget 鎺т欢瀵硅薄
----@param widget userdata
-function GUI:Timeline_StopAll(widget) end;
-
----閫氳繃鏍囪鍋滄鍔ㄧ敾
----* widget 鎺т欢瀵硅薄
----* tag 鏍囪鍊
----@param widget userdata
----@param tag number
-function GUI:Timeline_StopByTag(widget, tag) end;
-
----鍔ㄧ敾娣″嚭鏁堟灉
----* widget 鎺т欢瀵硅薄
----* time 鏃堕棿
----* timelineCB 鍥炶皟鍑芥暟
----@param widget userdata
----@param time number
----@param timelineCB function
----@return userdata "杩斿洖:Action"
-function GUI:Timeline_FadeOut(widget, time, timelineCB) end;
-
----鍔ㄧ敾娣″叆鏁堟灉
----* widget 鎺т欢瀵硅薄
----* time 鏃堕棿
----* timelineCB 鍥炶皟鍑芥暟
----@param widget userdata
----@param time number
----@param timelineCB function
----@return userdata "杩斿洖:Action"
-function GUI:Timeline_FadeIn(widget, time, timelineCB) end;
-
----鍔ㄧ敾淇敼閫忔槑搴﹀埌鏌愪釜鍊
----* widget 鎺т欢瀵硅薄
----* value 閫忔槑搴(0-255)
----* time 鏃堕棿
----* timelineCB 鍥炶皟鍑芥暟
----@param widget userdata
----@param value number
----@param time number
----@param timelineCB function
----@return userdata "杩斿洖:Action"
-function GUI:Timeline_FadeTo(widget, value, time, timelineCB) end;
-
----鍔ㄧ敾鏀惧ぇ缂╁皬
----* widget 鎺т欢瀵硅薄
----* value 缂╂斁姣斾緥(0-100)
----* time 鏃堕棿
----* timelineCB 鍥炶皟鍑芥暟
----@param widget userdata
----@param value number
----@param time number
----@param timelineCB function
----@return userdata "杩斿洖:Action"
-function GUI:Timeline_ScaleTo(widget, value, time, timelineCB) end;
-
----鍔ㄧ敾鏀惧ぇ缂╁皬锛堝綋鍓嶅ぇ灏忕殑鏌愪釜姣斾緥锛
----* widget 鎺т欢瀵硅薄
----* value 缂╂斁姣斾緥(0-100)
----* time 鏃堕棿
----* timelineCB 鍥炶皟鍑芥暟
----@param widget userdata
----@param value number
----@param time number
----@param timelineCB function
----@return userdata "杩斿洖:Action"
-function GUI:Timeline_ScaleBy(widget, value, time, timelineCB) end;
-
----鍔ㄧ敾鏃嬭浆
----* widget 鎺т欢瀵硅薄
----* value 鏃嬭浆瑙掑害(0-360)
----* time 鏃堕棿
----* timelineCB 鍥炶皟鍑芥暟
----@param widget userdata
----@param value number
----@param time number
----@param timelineCB function
----@return userdata "杩斿洖:Action"
-function GUI:Timeline_RotateTo(widget, value, time, timelineCB) end;
-
----璁剧疆娓愬彉瀛楁枃鏈唴瀹
----* object 娓愬彉瀛楁枃鏈璞
----* txt 鏂囨湰鍐呭
----@param object userdata
----@param txt string
-function GUI:GradientColorText_setString(object, txt) end;
-
----璁剧疆娓愬彉瀛楁枃鏈笎鍙橀鑹
----* object 娓愬彉瀛楁枃鏈璞
----* color1 娓愬彉棰滆壊1
----* color2 娓愬彉棰滆壊2
----@param object userdata
----@param color1 string
----@param color2 string
-function GUI:GradientColorText_setColor(object, color1,color2) end;
-
----鍔ㄧ敾鏃嬭浆锛堜粠鍘熸潵瑙掑害 鏃嬭浆鍒 鏌愪釜瑙掑害锛
----* widget 鎺т欢瀵硅薄
----* value 鏃嬭浆瑙掑害(0-360)
----* time 鏃堕棿
----* timelineCB 鍥炶皟鍑芥暟
----@param widget userdata
----@param value number
----@param time number
----@param timelineCB function
----@return userdata "杩斿洖:Action"
-function GUI:Timeline_RotateBy(widget, value, time, timelineCB) end;
-
----鍔ㄧ敾绉诲姩锛堢粷瀵逛綅缃級
----* widget 鎺т欢瀵硅薄
----* value {x = 0, y = 0}
----* time 鏃堕棿
----* timelineCB 鍥炶皟鍑芥暟
----@param widget userdata
----@param value table
----@param time number
----@param timelineCB function
----@return userdata "杩斿洖:Action"
-function GUI:Timeline_MoveTo(widget, value, time, timelineCB) end;
-
----鍔ㄧ敾绉诲姩锛堢浉瀵逛綅缃級
----* widget 鎺т欢瀵硅薄
----* value {x = 0, y = 0}
----* time 鏃堕棿
----* timelineCB 鍥炶皟鍑芥暟
----@param widget userdata
----@param value table
----@param time number
----@param timelineCB function
----@return userdata "杩斿洖:Action"
-function GUI:Timeline_MoveTo(widget, value, time, timelineCB) end;
-
----鍔ㄧ敾闂儊
----* widget 鎺т欢瀵硅薄
----* value 闂儊娆℃暟
----* time 鏃堕棿
----* timelineCB 鍥炶皟鍑芥暟
----@param widget userdata
----@param value number
----@param time number
----@param timelineCB function
----@return userdata "杩斿洖:Action"
-function GUI:Timeline_Blink(widget, value, time, timelineCB) end;
-
----鍔ㄧ敾闇囧姩
----* widget 鎺т欢瀵硅薄
----* time 鏃堕棿
----* x X杞撮渿鍔ㄥ儚绱
----* y Y杞撮渿鍔ㄥ儚绱
----* timelineCB 鍥炶皟鍑芥暟
----@param widget userdata
----@param time number
----@param x number
----@param y number
----@param timelineCB function
----@return userdata "杩斿洖:Action"
-function GUI:Timeline_Shake(widget, time, x, y, timelineCB) end;
-
----鍔ㄧ敾鐤媯鎶栧姩
----* widget 鎺т欢瀵硅薄
----* time 鏃堕棿
----* angle 鎶栧姩骞呭害锛0-360锛
----@param widget userdata
----@param time number
----@param angle number
-function GUI:Timeline_Waggle(widget, time, angle) end;
-
----鍔ㄧ敾寤惰繜鎾斁
----* widget 鎺т欢瀵硅薄
----* time 寤惰繜鏃堕棿
----* timelineCB 鍥炶皟鍑芥暟
----@param widget userdata
----@param time number
----@param timelineCB function
----@return userdata "杩斿洖:Action"
-function GUI:Timeline_DelayTime(widget, time, timelineCB) end;
-
----鍔ㄧ敾鍥炶皟鏂规硶
----* widget 鎺т欢瀵硅薄
----* time 寤惰繜鏃堕棿
----* timelineCB 鍥炶皟鍑芥暟
----@param widget userdata
----@param time number
----@param timelineCB function
----@return userdata "杩斿洖:Action"
-function GUI:Timeline_CallFunc(widget, time, timelineCB) end;
-
----鍔ㄧ敾寤惰繜鏄剧ず
----* widget 鎺т欢瀵硅薄
----* time 寤惰繜鏃堕棿
----@param widget userdata
----@param time number
----@return userdata "杩斿洖:Action"
-function GUI:Timeline_Show(widget, time) end;
-
----鍔ㄧ敾寤惰繜闅愯棌
----* widget 鎺т欢瀵硅薄
----* time 寤惰繜鏃堕棿
----@param widget userdata
----@param time number
----@return userdata "杩斿洖:Action"
-function GUI:Timeline_Hide(widget, time) end;
-
----缂撳姩鍔ㄧ敾锛堢敱鎱㈠埌蹇級
----* widget 瀵硅薄
----* value 鐩爣鍧愭爣浣嶇疆
----* time 鍔ㄤ綔鏃堕棿
----* callback 鍔ㄤ綔鎵ц瀹岀殑鍥炶皟
----@param widget userdata
----@param value table
----@param time number
----@param callback function
----@return userdata "杩斿洖:Action"
-function GUI:Timeline_EaseSineIn_MoveTo(widget, value, time, callback) end;
-
----閫氳繃鏍囪鑾峰彇鍔ㄤ綔鍐呭
----* widget 鎺т欢瀵硅薄
----* tag 鍔ㄤ綔鏍囪
----@param widget userdata
----@param tag number
----@return userdata "杩斿洖:action"
-function GUI:getActionByTag(widget, tag) end;
-
----缂撳姩鍔ㄧ敾锛堢敱蹇埌鎱級
----* widget 瀵硅薄
----* value 鐩爣鍧愭爣浣嶇疆
----* time 鍔ㄤ綔鏃堕棿
----* callback 鍔ㄤ綔鎵ц瀹岀殑鍥炶皟
----@param widget userdata
----@param value table
----@param time number
----@param callback function
----@return userdata "杩斿洖:Action"
-function GUI:Timeline_EaseSineOut_MoveTo(widget, value, time, callback) end;
-
----鏁板瓧婊氬姩鍔ㄧ敾
----* widget 瀵硅薄 [ 浠呴檺Button銆乀ext鎺т欢銆乀extAtlas鎺т欢]
----* cur 褰撳墠鏁板
----* target 鐩爣鏁板
----* interval 鍙樺姩闂撮殧锛堢锛
----@param widget userdata
----@param cur number
----@param target number
----@param interval number
-function GUI:Timeline_DigitChange(widget, cur, target, interval) end;
-
----绉诲姩鍔ㄤ綔
----* time 鏃堕棿
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----@param time number
----@param x number
----@param y number
-function GUI:ActionMoveTo(time, x, y) end;
-
----绉诲姩鍔ㄤ綔锛堢浉瀵逛綅缃級
----* time 鏃堕棿
----* x 浣嶇疆 妯潗鏍
----* y 浣嶇疆 绾靛潗鏍
----@param time number
----@param x number
----@param y number
-function GUI:ActionMoveBy(time, x, y) end;
-
----缂╂斁鍔ㄤ綔
----* time 鏃堕棿
----* ratio 缂╂斁姣斾緥锛堢櫨鍒嗘瘮锛
----@param time number
----@param ratio number
-function GUI:ActionScaleTo(time, ratio, ...) end;
-
----缂╂斁鍔ㄤ綔锛堝師鏈夊熀纭涓婄缉鏀撅級
----* time 鏃堕棿
----* ratio 缂╂斁姣斾緥锛堢櫨鍒嗘瘮锛
----@param time number
----@param ratio number
-function GUI:ActionScaleBy(time, ratio, ...) end;
-
----鏃嬭浆鍔ㄤ綔
----* time 鏃堕棿
----* angle 鏃嬭浆瑙掑害
----@param time number
----@param angle number
-function GUI:ActionRotateTo(time, angle) end;
-
----鏃嬭浆鍔ㄤ綔锛堝師鏈夊熀纭涓婃棆杞級
----* time 鏃堕棿
----* angle 鏃嬭浆瑙掑害
----@param time number
----@param angle number
-function GUI:ActionRotateBy(time, angle) end;
-
----娣″叆鍔ㄤ綔
----* time 鏃堕棿
----@param time number
-function GUI:ActionFadeIn(time) end;
-
----娣″嚭鍔ㄤ綔
----* time 鏃堕棿
----@param time number
-function GUI:ActionFadeOut(time) end;
-
----闂儊鍔ㄤ綔
----* time 鏃堕棿
----* num 闂儊娆℃暟
----@param time number
----@param num number
-function GUI:ActionBlink(time, num) end;
-
----鍔ㄧ敾鍥炶皟鍑芥暟
----* callback 鍥炶皟鍑芥暟
----@param callback function
-function GUI:CallFunc(callback) end;
-
----鍔ㄤ綔寤惰繜
----* time 寤惰繜鏃堕棿
----@param time number
-function GUI:DelayTime(time) end;
-
----鎾斁鍔ㄤ綔
----* widget 鎺т欢瀵硅薄
----* value 鍔ㄤ綔鍐呭
----@param widget userdata
----@param value userdata
-function GUI:runAction(widget, value) end;
-
----鍋滄鎵鏈夊姩浣
----* widget 鎺т欢瀵硅薄
----@param widget userdata
-function GUI:stopAllActions(widget) end;
-
----閫氳繃鏍囪鍋滄鍔ㄤ綔
----* widget 鎺т欢瀵硅薄
----* tag 鍔ㄤ綔鏍囪
----@param widget userdata
----@param tag number
-function GUI:stopActionByTag(widget, tag) end;
-
----鍔ㄤ綔鏄剧ず
-function GUI:ActionShow() end;
-
----鍔ㄤ綔闅愯棌
-function GUI:ActionHide() end;
-
----绉婚櫎鑷韩
-function GUI:ActionRemoveSelf() end;
-
----鎾斁椤哄簭
----* action 鍔ㄤ綔瀵硅薄
----@param action userdata
----@return userdata "杩斿洖:Action"
-function GUI:ActionSequence(action, ...) end;
-
----澶氫釜鍔ㄤ綔鍚屾椂鎾斁
----* action 鍔ㄤ綔瀵硅薄
----@param action userdata
----@return userdata "杩斿洖:Action"
-function GUI:ActionSpawn(action, ...) end;
-
----寰幆鎾斁
----* action 鍔ㄤ綔瀵硅薄
----* time 鏃堕棿
----@param action userdata
----@param time number
----@return userdata "杩斿洖:Action"
-function GUI:ActionRepeat(action, time) end;
-
----涓鐩村惊鐜挱鏀
----* action 鍔ㄤ綔瀵硅薄锛堜竴鐩村惊鐜級
----@param action userdata
----@return userdata "杩斿洖:Action"
-function GUI:ActionRepeatForever(action) end;
-
----澶嶅悎鍔ㄤ綔锛堝姞閫熷害鍚戝彸锛屽弽鏂瑰悜缂撴參绉诲姩锛
----* action 鍔ㄤ綔瀵硅薄
----@param action userdata
----@return userdata "杩斿洖:Action"
-function GUI:ActionEaseBackIn(action) end;
-
----澶嶅悎鍔ㄤ綔锛堝揩閫熺Щ鍔ㄥ埌缁撴潫锛岀劧鍚庣紦鎱㈣繑鍥炲埌缁撴潫锛
----* action 鍔ㄤ綔瀵硅薄
----@param action userdata
----@return userdata "杩斿洖:Action"
-function GUI:ActionEaseBackOut(action) end;
-
----鎸囨暟缂撳啿鍔ㄤ綔锛堢紦鎱㈠紑濮, 鍔犻熺粨鏉燂級
----* action 鍔ㄤ綔瀵硅薄
----@param action userdata
----@return userdata "杩斿洖:Action"
-function GUI:ActionEaseExponentialIn(action) end;
-
----鎸囨暟缂撳啿鍔ㄤ綔锛堝姞閫熷紑濮, 缂撴參缁撴潫锛
----* action 鍔ㄤ綔瀵硅薄
----@param action userdata
----@return userdata "杩斿洖:Action"
-function GUI:ActionEaseExponentialOut(action) end;
-
----鎸囨暟缂撳啿鍔ㄤ綔锛堝姩浣滅紦鎱㈠紑濮嬪拰缁堟锛
----* action 鍔ㄤ綔瀵硅薄
----@param action userdata
----@return userdata "杩斿洖:Action"
-function GUI:ActionEaseExponentialInOut(action) end;
-
----閫氳繃瀵硅薄鍏抽棴鐣岄潰
----* widget 鐣岄潰瀵硅薄
----@param widget userdata
-function GUI:Win_Close(widget) end;
-
----閫氳繃ID鍏抽棴鐣岄潰
----* ID 鐣岄潰ID
----@param ID string
-function GUI:Win_CloseByID(ID) end;
-
----閫氳繃NPCID鍏抽棴鐣岄潰
----* NPCID NPCID
----@param NPCID number
-function GUI:Win_CloseByNPCID(NPCID) end;
-
----閫氳繃閿洏鐨凟sc閿叧闂晫闈
----* widget 鐣岄潰瀵硅薄
----* value 鐭冲惁鍏抽棴
----@param widget userdata
----@param value boolean
-function GUI:Win_SetESCClose(widget, value) end;
-
----鍏抽棴鎵鏈夌晫闈
-function GUI:Win_CloseAll() end;
-
----鍒ゆ柇瀵硅薄鏄惁涓虹┖
----* widget 瀵硅薄
----@param widget userdata
----@return boolean "杩斿洖:true/false"
-function GUI:Win_IsNull(widget) end;
-
----鍒ゆ柇瀵硅薄鏄惁涓嶄负绌
----* widget 瀵硅薄
----@param widget userdata
----@return boolean "杩斿洖:true/false"
-function GUI:Win_IsNotNull(widget) end;
-
----绂佺敤鏂囨湰鐗规晥
----* widget 瀵硅薄
----* value 鐗规晥绫诲瀷锛
0锛氭甯
1锛氭弿杈
2锛氶槾褰
3锛氬彂鍏
----@param widget userdata
----@param value number
-function GUI:Text_disableEffect(widget, value) end;
-
----绂佺敤鏂囨湰鏅氱壒鏁
----* widget 瀵硅薄
----@param widget userdata
-function GUI:Text_disableNormal(widget) end;
-
----绂佺敤鏂囨湰鎻忚竟鐗规晥
----* widget 瀵硅薄
----@param widget userdata
-function GUI:Text_disableOutLine(widget) end;
-
----绂佺敤鏂囨湰闃村奖鐗规晥
----* widget 瀵硅薄
----@param widget userdata
-function GUI:Text_disableShadow(widget) end;
-
----绂佺敤鏂囨湰鍙戝厜鐗规晥
----* widget 瀵硅薄
----@param widget userdata
-function GUI:Text_disableGlow(widget) end;
-
----娣诲姞鑷畾涔夊瘜鏂囨湰cell
----* widget 鎺т欢瀵硅薄
----* elements [RichTextCombineCell] 鍗曚釜鍏冪礌鎺т欢瀵硅薄 鎴 鎺т欢瀵硅薄table
----@param widget userdata
----@param elements userdata
-function GUI:RichTextCombine_pushBackElements(widget, elements) end;
-
----娣诲姞cell瀹屾瘯鏍煎紡鍖栧瘜鏂囨湰
----* widget 鎺т欢瀵硅薄
----@param widget userdata
-function GUI:RichTextCombine_format(widget) end;
-
----娣诲姞瀵屾枃鏈瑄rl鐐瑰嚮瑙﹀彂浜嬩欢
----* widget 鎺т欢瀵硅薄
----* handle 瑙﹀彂鍑芥暟 (param1: 瀵屾枃鏈帶浠, param2: string 鏂囨湰浼犻掑唴瀹)
----@param widget userdata
----@param handle function
-function GUI:RichText_setOpenUrlEvent(widget, handle) end;
-
----璋冪敤GUILayout/Item.lua涓殑鍑芥暟
----* widget 鐗╁搧妗嗗璞
----* funcname GUILayout/Item.lua涓殑鍑芥暟鍚嶅瓧
----* ... 鍙彉鍙傛暟
----@param widget userdata
----@param funcname string
----@param ... any
-function GUI:ItemShow_OnRunFunc(widget, funcname, ...) end;
-
----娓呯┖瀵瑰簲ID鏀剧疆妗嗙殑浼犲叆鏁版嵁
----* widget 鐗╁搧鏀惧叆妗嗘帶浠跺璞
----* boxindex 鏀剧疆妗 鍞竴ID
----@param widget userdata
----@param boxindex number
-function GUI:ItemBox_RemoveBoxData(widget, boxindex) end;
-
----鏇存柊瀵瑰簲ID鏀剧疆妗嗙殑鐗╁搧鏁版嵁
----* widget 鐗╁搧鏀惧叆妗嗘帶浠跺璞
----* boxindex 鏀剧疆妗 鍞竴ID
----* itemData 濉厖鎸囧畾鐨処temData鏁版嵁
----@param widget userdata
----@param boxindex number
----@param itemData table
-function GUI:ItemBox_UpdateBoxData(widget, boxindex,itemData) end;
-
----鍏抽棴杈撳叆妗嗚緭鍏
----* widget 杈撳叆妗嗗璞
----@param widget userdata
-function GUI:TextInput_closeInput(widget) end;
-
----鐗规晥鎾斁
----* widget 鐗规晥瀵硅薄
----* act 0 寰呮満
1 璧
2 鏀诲嚮
3 鏂芥硶
4 姝讳骸
5 璺戞
----* dir 鏂瑰悜
----* isLoop 鏄惁寰幆鎾斁
----* speed 鎾斁閫熷害
----@param widget userdata
----@param act number
----@param dir number
----@param isLoop boolean
----@param speed number
-function GUI:Effect_play(widget, act, dir, isLoop, speed, isSequence) end;
-
----鐗规晥鍋滄
----* widget 鐗规晥瀵硅薄
----* frameIndex 绗嚑甯
----* act 0 寰呮満
1 璧
2 鏀诲嚮
3 鏂芥硶
4 姝讳骸
5 璺戞
----* dir 鏂瑰悜
----@param widget userdata
----@param frameIndex number
----@param act number
----@param dir number
-function GUI:Effect_stop(widget, frameIndex, act, dir) end;
-
----鐗规晥鎾斁瀹屾垚浜嬩欢
----* widget 鐗规晥瀵硅薄
----* value 鎾斁瀹屾垚鍥炶皟鍑芥暟
----@param widget userdata
----@param value function
-function GUI:Effect_addOnCompleteEvent(widget, value) end;
-
----鍒锋柊灞曠ずQuickCell
----* widget QuickCell瀵硅薄
----@param widget userdata
-function GUI:QuickCell_Refresh(widget) end;
-
----寮哄埗閫鍑/ 娓呯悊鍐呭QuickCell
----* widget QuickCell瀵硅薄
----@param widget userdata
-function GUI:QuickCell_Exit(widget) end;
-
----鍔犺浇UI鏂囦欢
----* parent 鐖惰妭鐐瑰璞
----* filename 鏂囦欢璺緞
----* callback 鍥炶皟鍑芥暟
----@param parent userdata
----@param filename string
----@param callback function
-function GUI:LoadExport(parent, filename,callback) end;
-
----瀵瑰簲鎺т欢鐨勮妭鐐瑰潗鏍囪浆鎹负涓栫晫鍧愭爣
----* widget 鎺т欢瀵硅薄
----* x 鑺傜偣鍧愭爣X
----* y 鑺傜偣鍧愭爣Y
----@param widget userdata
----@param x number
----@param y number
----@return table "杩斿洖:涓栫晫鍧愭爣"
-function GUI:convertToWorldSpace(widget, x, y) end;
-
----涓栫晫鍧愭爣杞崲涓哄搴旀帶浠剁殑鑺傜偣鍧愭爣
----* widget 鎺т欢瀵硅薄
----* x 涓栫晫鍧愭爣X
----* y 涓栫晫鍧愭爣Y
----@param widget userdata
----@param x number
----@param y number
----@return table "杩斿洖:瀵瑰簲鎺т欢鐨勮妭鐐瑰潗鏍"
-function GUI:convertToNodeSpace(widget, x, y) end;
-
----鍔犺浇瀛愭帶浠
----* widget 鐖舵帶浠跺璞
----* child 瀛愭帶浠跺璞)
----@param widget userdata
----@param child userdata
-function GUI:addChild(widget, child) end;
-
----绉婚櫎浼犲叆鎺т欢鐨勬墍鏈夊瓙鑺傜偣
----* widget 鎺т欢瀵硅薄
----@param widget userdata
-function GUI:removeAllChildren(widget) end;
-
----灏嗕紶鍏ユ帶浠朵粠鐖惰妭鐐逛笂绉婚櫎
----* widget 鎺т欢瀵硅薄
----@param widget userdata
-function GUI:removeFromParent(widget) end;
-
----閫氳繃鍚嶅瓧鍒犻櫎浼犲叆鎺т欢鐨勫搴斿瓙鑺傜偣
----* widget 鎺т欢瀵硅薄
----* name 鎺т欢鍚嶅瓧
----@param widget userdata
----@param name string
-function GUI:removeChildByName(widget, name) end;
-
----寮鍚畾鏃跺櫒
----* widget 鎺т欢瀵硅薄
----* callback 鍥炶皟鍑芥暟
----* delay 鏃堕棿闂撮殧
----@param widget userdata
----@param callback function
----@param delay number
-function GUI:schedule(widget, callback, delay) end;
-
----鍋滄瀹氭椂鍣
----* widget 鎺т欢瀵硅薄
----@param widget userdata
-function GUI:unSchedule(widget) end;
-
----鏄剧ず鏂囨湰Tips
----* tips 鏄剧ず鏂囨湰
----* worldPos 涓栫晫鍧愭爣
----* anchorPoint 閿氱偣
----@param tips string
----@param worldPos table
----@param anchorPoint table
-function GUI:ShowWorldTips(tips, worldPos, anchorPoint) end;
-
----灞忚斀鑷姩淇鍧愭爣涓烘暣鏁
-function GUI:DisableFixPosition() end;
-
----鍏抽棴鏂囨湰Tips
-function GUI:HideWorldTips() end;
-
----鑷傚簲甯冨眬
----* pNode 鎺т欢瀵硅薄
----* param 甯冨眬鍙傛暟
----@param pNode userdata
----@param param table
----@return table "杩斿洖:{width = width, height = height}"
-function GUI:UserUILayout(pNode, param) end;
-
----鎵撳紑鐣岄潰
----* filename 鐣岄潰鏂囦欢鍚, 鐩綍榛樿GUILayout涓
----@param filename string
-function GUI:Win_Open(filename) end;
-
----瑙嗛鎾斁鍣ㄦ坊鍔犵洃鍚
----* widget 鎾斁鍣ㄥ璞
----* eventCB 鍥炶皟鍑芥暟
----@param widget userdata
----@param eventCB function
-function GUI:VideoPlayer_addEventListener(widget, eventCB) end;
-
----璁剧疆褰撳墠閫変腑鐨勮儗鍖呴〉
----* param1 椤电
----@param param1 number
-function SL:Set_BAG_PAGE_CUR(param1) end;
-
----鍒囨崲鑱婂ぉ棰戦亾鎺ユ敹鐘舵
----* param1 鑱婂ぉ棰戦亾
----* param2 鎺ユ敹鐘舵 [涓嶅~榛樿鍒囨崲鐩稿弽鐘舵乚
----@param param1 number
----@param param2 boolean
-function SL:Set_CHAT_CHANNEL_RECEIVIND(param1,param2) end;
-
----璁剧疆褰撳墠閭欢ID
----* param1 閭欢ID
----@param param1 number
-function SL:Set_MAIL_CURRENT_ID(param1) end;
-
----褰撳墠鑱婂ぉ棰戦亾
----* param1 鑱婂ぉ棰戦亾
----@param param1 number
-function SL:Set_CUR_CHAT_CHANNEL(param1) end;
-
----璁剧疆鎹$墿鍝佹暟鎹
----* param1 璁剧疆ID
----* param2 璁剧疆鍊
----@param param1 number
----@param param2 table
-function SL:Set_SETTING_PICK_VALUE(param1,param2) end;
-
----璁剧疆鐨勬暟鎹
----* param1 璁剧疆ID
----* param2 璁剧疆鍊
----@param param1 number
----@param param2 table
-function SL:Set_SETTING_VALUE(param1,param2) end;
-
----璁剧疆鎹$墿鍝佺粍鏁版嵁
----* param1 璁剧疆ID
----* param2 璁剧疆鍊
----@param param1 number
----@param param2 table
-function SL:Set_SETTING_PICK_GROUP_VALUE(param1,param2) end;
-
----璁剧疆鎺掑簭鐩稿叧鏁版嵁
----* param1 璁剧疆ID
----* param2 璁剧疆鍊
----@param param1 number
----@param param2 table
-function SL:Set_SETTING_RANK_DATA(param1,param2) end;
-
----璁剧疆boss鎻愮ず绫诲瀷
----* param1 璁剧疆鍊
----@param param1 table
-function SL:Set_SETTING_BOSS_REMIND_TYPE(param1) end;
-
----璁剧疆boss鎻愮ず鍊
----* param1 鎻愮ず鍊
----@param param1 string
-function SL:Set_SETTING_BOSS_REMIND_VALUE(param1) end;
-
----瑙掕壊闈㈡澘鏃惰鏄剧ず寮鍏
----* param1 寮鍏
----@param param1 boolean
-function SL:Set_PLAYER_SUPEREQUIP_SHOW(param1) end;
-
----鑻遍泟闈㈡澘鏃惰鏄剧ず寮鍏
----* param1 寮鍏
----@param param1 boolean
-function SL:Set_HERO_SUPEREQUIP_SHOW(param1) end;
-
----璁剧疆鎶鑳藉揩鎹烽敭
----* param1 鎶鑳絀D
----* param2 0~16
----@param param1 number
----@param param2 number
-function SL:Set_SKILL_KEY(param1,param2) end;
-
----鑻遍泟璁剧疆鎶鑳藉揩鎹烽敭
----* param1 鎶鑳絀D
----* param2 0~16
----@param param1 number
----@param param2 number
-function SL:Set_H_SKILL_KEY(param1,param2) end;
-
----鏄惁鐐瑰嚮鑻遍泟瀹堟姢鎸夐挳
----* param1 true/false
----@param param1 boolean
-function SL:Set_HERO_GUARD_ISCLICK(param1) end;
-
----璁剧疆鑻遍泟婵娲荤殑鐘舵佸垪琛
----* param1 鐘舵佸垪琛
----@param param1 table
-function SL:Set_HERO_ACTIVES_STATES(param1) end;
-
----鍚堟垚鎵撳紑鐨処D
----* param1 鍚堟垚琛╥d
----@param param1 number
-function SL:Set_COMPOUND_OPEN_ID(param1) end;
-
----閫夋嫨鐩爣ID
----* param1 鐩爣ID
----@param param1 number
-function SL:Set_SELECT_TARGET_ID(param1) end;
-
----PC閿佸畾鏀诲嚮鐘舵
----* param1 閿佸畾
----@param param1 boolean
-function SL:Set_ATTACK_STATE(param1) end;
-
----鍔熻兘鑿滃崟鍙傛暟璁剧疆
----* param1 table 鍙傛暟鏁版嵁
----@param param1 boolean
-function SL:Set_FUNCDOCK_PARAM(param1) end;
-
----璁剧疆鍓创鏉挎枃鏈
----* param1 鏂囨湰鍐呭
----@param param1 string
-function SL:Set_CLIPBOARD_TEXT(param1) end;
-
----璁剧疆 鑷姩鎷惧彇-鎺夎惤鐗-椋炲悜鐨勪笘鐣屽潗鏍
----* param1 x鍧愭爣
----* param2 y鍧愭爣
----@param param1 number
----@param param2 number
-function SL:Set_DROPITEM_FLY_WORLD_POSITION(param1,param2) end;
-
----璁剧疆蹇嵎鏍忎釜鏁
----* param1 蹇嵎鏍忎釜鏁
----@param param1 number
-function SL:Set_QUICK_USE_NUM(param1) end;
-
----鐗瑰畾鐘跺喌寮曞浜嬩欢寮濮嬮氱煡
----* param1 鑴氭湰寮曞鐖惰妭鐐笽D
----* param2 鏄惁闇瑕佸埛鏂颁綅缃
----@param param1 number
----@param param2 boolean
-function SL:Set_GUIDE_EVENT_BEGAN(param1,param2) end;
-
----鐗瑰畾鐘跺喌寮曞浜嬩欢缁撴潫閫氱煡
----* param1 鑴氭湰寮曞鐖惰妭鐐笽D
----@param param1 number
-function SL:Set_GUIDE_EVENT_END(param1) end;
-
----璁剧疆浜虹墿鍐呭姛鎶鑳藉紑鍏
----* param1 鎶鑳絀D
----* param2 鎶鑳界被鍨媅2 = 浜虹墿鎬掑唴鍔熸妧鑳 4 = 浜虹墿闈欏唴鍔熸妧鑳絔
----* param3 寮鍏崇姸鎬 0 寮鍚 1鍏抽棴
----@param param1 number
----@param param2 number
----@param param3 number
-function SL:Set_INTERNAL_SKILL_ONOFF(param1,param2,param3) end;
-
----璁剧疆鑻遍泟鍐呭姛鎶鑳藉紑鍏
----* param1 鎶鑳絀D
----* param2 鎶鑳界被鍨 [3 = 鑻遍泟鎬掑唴鍔熸妧鑳5 = 鑻遍泟闈欏唴鍔熸妧鑳絔
----* param3 寮鍏崇姸鎬 0 寮鍚 1鍏抽棴
----@param param1 number
----@param param2 number
----@param param3 number
-function SL:Set_H_INTERNAL_SKILL_ONOFF(param1,param2,param3) end;
-
----淇敼PC绔睆骞曞垎杈ㄧ巼
----* param1 瀹
----* param2 楂
----@param param1 number
----@param param2 number
-function SL:Set_WIN_DEVICE_SIZE(param1,param2) end;
-
----鎽嗘憡璁剧疆閫変腑鐨勭墿鍝佸敮涓ID
----* param1 鐗╁搧鍞竴ID
----@param param1 number
-function SL:Set_STALL_SELECT_ID(param1) end;
-
----濉厖PC鑱婂ぉ杈撳叆妗嗗唴瀹
----* LUA_EVENT_PC_FILL_CHAT_INPUT 濉厖PC鑱婂ぉ杈撳叆妗嗗唴瀹
----* param1 鏂囨湰鍐呭
----@param LUA_EVENT_PC_FILL_CHAT_INPUT string
----@param param1 string
-function SL:onLUAEvent(LUA_EVENT_PC_FILL_CHAT_INPUT,param1) end;
-
----璁剧疆鍏佽缁勯槦鐘舵
----* param1 true/false
----@param param1 boolean
-function SL:Set_TEAM_STATUS_PERMIT(param1) end;
-
----璁剧疆鍏佽娣诲姞鐘舵
----* param1 true/false
----@param param1 boolean
-function SL:Set_ADD_STATUS_PERMIT(param1) end;
-
----璁剧疆鍏佽浜ゆ槗鐘舵
----* param1 true/false
----@param param1 boolean
-function SL:Set_DEAL_STATUS_PERMIT(param1) end;
-
----璁剧疆鍏佽鏄剧ず鐘舵
----* param1 true/false
----@param param1 boolean
-function SL:Set_SHOW_STATUS_PERMIT(param1) end;
-
----璁剧疆杞悜鏂瑰悜
----* param1 鏂瑰悜 0 ~ 8
----@param param1 number
-function SL:Set_TURN_DIR(param1) end;
-
----璁剧疆PC鎸佺画鏀诲嚮鐩爣ID
----* param1 actorID
----@param param1 number
-function SL:Set_SELECT_SHIFT_ATTACK_ID(param1) end;
-
----璁剧疆鏄惁鎺ユ敹璇ュ垎绫绘帀钀戒俊鎭
----* param1 鎺夎惤鍒嗙粍id
----* param2 鏄惁鎺ユ敹
----@param param1 number
----@param param2 boolean
-function SL:Set_CHAT_DROP_TYPE_IS_RECEIVE(param1,param2) end;
-
----娣诲姞鑷姩浣跨敤寮圭獥
----* param1 绫诲瀷 锛1: 浜虹墿 2: 鑻遍泟锛
----* param2 瑁呭浣
----* param3 makeIndex
----@param param1 number
----@param param2 number
----@param param3 number
-function SL:Set_AUTOUSE_MAKEINDEX_BY_POS(param1,param2,param3) end;
-
----鎵撳嵃鎵鏈夎兘鑾峰彇鐨勫厓鍙橀噺
-function SL:PrintAllMetaValue() end;
-
----鎵撳嵃鎵鏈夊厓鍙橀噺Key
-function SL:PrintMetaKey() end;
-
----灞忓箷瀹
----@return number "杩斿洖:灞忓箷鐨勫搴"
-function SL:Get_SCREEN_WIDTH() end;
-
----灞忓箷楂
----@return number "杩斿洖:灞忓箷鐨勯珮搴"
-function SL:Get_SCREEN_HEIGHT() end;
-
----鏄惁鍒樻捣灞
----@return boolean "杩斿洖:鏄惁鍒樻捣灞"
-function SL:Get_NOTCH_PHONE_INFO() end;
-
----瀹夊崜骞冲彴
----@return boolean "杩斿洖:true/false"
-function SL:Get_PLATFORM_ANDROID() end;
-
----iOS骞冲彴
----@return boolean "杩斿洖:true/false"
-function SL:Get_PLATFORM_IOS() end;
-
----Windows骞冲彴
----@return boolean "杩斿洖:ture/false"
-function SL:Get_PLATFORM_WINDOWS() end;
-
----鎵嬫満骞冲彴(鍖呭惈瀹夊崜鍜宨OS)
----@return boolean "杩斿洖:true/false"
-function SL:Get_PLATFORM_MOBILE() end;
-
----鏄惁PC鎿嶄綔妯″紡
----@return boolean "杩斿洖:true/false"
-function SL:Get_IS_PC_OPER_MODE() end;
-
----鎿嶄綔妯″紡(PC=1, 鎵嬫満=2)
----@return number "杩斿洖:(PC=1, 鎵嬫満=2)"
-function SL:Get_CURRENT_OPERMODE() end;
-
----娓告垙ID
----@return string "杩斿洖:娓告垙ID"
-function SL:Get_GAME_ID() end;
-
----娓犻亾ID
----@return string "杩斿洖:娓犻亾ID"
-function SL:Get_CHANNEL_ID() end;
-
----APK鍖呭悕
----@return string "杩斿洖:鍖呭悕"
-function SL:Get_PACKAGE_NAME() end;
-
----APK鐗堟湰鍚
----@return string "杩斿洖:鐗堟湰鍚"
-function SL:Get_VERSION_NAME() end;
-
----APK鐗堟湰鍙
----@return string "杩斿洖:鐗堟湰鍙"
-function SL:Get_VERSION_CODE() end;
-
----鍘熷/鏈湴瀹㈡埛绔増鏈彿
----@return string "杩斿洖:鐗堟湰鍙"
-function SL:Get_LOCAL_RES_VERSION() end;
-
----鐑洿瀹㈡埛绔増鏈彿
----@return string "杩斿洖:鐗堟湰鍙"
-function SL:Get_REMOTE_RES_VERSION() end;
-
----GM璧勬簮鐗堟湰鍙
----@return string "杩斿洖:鐗堟湰鍙"
-function SL:Get_REMOTE_GM_RES_VERSION() end;
-
----PC鍞竴璁惧ID
----@return string "杩斿洖:璁惧ID"
-function SL:Get_DEVICE_UNIQUE_ID() end;
-
----鎺ㄥ箍鍛業D
----@return string "杩斿洖:鎺ㄥ箍鍛業D"
-function SL:Get_PROMOTE_ID() end;
-
----娓告垙甯х巼
----@return number "杩斿洖:娓告垙甯х巼"
-function SL:Get_FPS() end;
-
----缃戠粶绫诲瀷
----@return number "杩斿洖:
0 : wifi
1 : 铚傜獫
-1: 鏈瘑鍒"
-function SL:Get_NET_TYPE() end;
-
----鎵嬫満鐢甸噺
----@return number "杩斿洖:锛0~100锛"
-function SL:Get_BATTERY() end;
-
----鑾峰彇cfg_game_data閰嶇疆
----* param 琛ㄤ腑鐨刱ey鍊
----@param param string
----@return number "杩斿洖:cfg_game_data閰嶇疆"
-function SL:Get_GAME_DATA(param) end;
-
----鏄惁鏄疭DK鐧诲綍
----@return boolean "杩斿洖:鏄惁鏄疭DK鐧诲綍 true/false"
-function SL:Get_IS_SDK_LOGIN() end;
-
----鏄惁鏄996鐩掑瓙鐧诲綍
----@return boolean "杩斿洖:鏄惁鏄996鐩掑瓙鐧诲綍 true/false"
-function SL:Get_BOX996_LOGIN() end;
-
----鏄惁鏄996浜戠湡鏈
----@return boolean "杩斿洖:鏄惁鏄996浜戠湡鏈 true/false"
-function SL:Get_CLOUD996_DEVICE() end;
-
----鑾峰彇鏄撶浘鐨勫弽澶栨寕鏁版嵁
----@return number "杩斿洖:鍙嶅鎸傛暟鎹"
-function SL:Get_YIDUN_DATA() end;
-
----PC绔痀杞撮傞厤
----@return number "杩斿洖:PC绔痀杞撮傞厤"
-function SL:Get_PC_POS_Y() end;
-
----鑾峰彇璇ョ粍鐣岄潰閰嶇疆淇℃伅
----@return number "杩斿洖:璇ョ粍鐣岄潰閰嶇疆淇℃伅"
-function SL:Get_SCREEN_WIDTH() end;
-
----PC绔 鏄惁寮鍚疦P鍙嶅鎸
----@return boolean "杩斿洖:PC绔 鏄惁寮鍚疦P鍙嶅鎸 true/false"
-function SL:Get_PC_NP_STATUS() end;
-
----鑾峰彇宸叉坊鍔犵殑鑷姩浣跨敤寮圭獥鐗╁搧鍞竴ID
----* playerType 绫诲瀷 锛1: 浜虹墿 2: 鑻遍泟锛
----* equipPos 瑁呭浣
----@param playerType number
----@param equipPos number
----@return number "杩斿洖:宸叉坊鍔犵殑鑷姩浣跨敤寮圭獥鐗╁搧鍞竴ID"
-function SL:Get_AUTOUSE_MAKEINDEX_BY_POS(playerType, equipPos) end;
-
----鏈嶅姟鍣↖D
----@return string "杩斿洖:鏈嶅姟鍣↖D"
-function SL:Get_SERVER_ID() end;
-
----鏈嶅姟鍣ㄥ悕瀛
----@return string "杩斿洖:鏈嶅姟鍣ㄥ悕瀛"
-function SL:Get_SERVER_NAME() end;
-
----涓绘湇鍔″櫒ID
----@return string "杩斿洖:涓绘湇鍔″櫒ID"
-function SL:Get_MAIN_SERVER_ID() end;
-
----寮鏈嶆椂闂存埑
----@return number "杩斿洖:寮鏈嶆椂闂存埑"
-function SL:Get_OPEN_SERVER_TIME() end;
-
----寮鏈嶅ぉ鏁
----@return number "杩斿洖:寮鏈嶅ぉ鏁"
-function SL:Get_OPEN_SERVER_DAY() end;
-
----鍚堟湇娆℃暟
----@return number "杩斿洖:鍚堟湇娆℃暟"
-function SL:Get_MERGE_SERVER_COUNT() end;
-
----璧勬簮鐗堟湰
----@return string "杩斿洖:璧勬簮鐗堟湰"
-function SL:Get_RES_VERSION() end;
-
----璐﹀彿ID
----@return string "杩斿洖:璐﹀彿ID"
-function SL:Get_UID() end;
-
----鐧诲綍瑙掕壊淇℃伅
----@return table "杩斿洖:鐧诲綍瑙掕壊淇℃伅"
-function SL:Get_LOGIN_DATA() end;
-
----鍙仮澶嶈鑹蹭俊鎭
----@return table "杩斿洖:鍙仮澶嶈鑹蹭俊鎭"
-function SL:Get_RESTORE_ROLES() end;
-
----鏈嶅姟绔笅鍙戠殑鍙橀噺鍊
----* param 鏈嶅姟绔彉閲忓悕(鍙湪M2绾㈢偣涓帶鍒朵笅鍙戠粰瀹㈡埛绔殑鍙橀噺)
----@param param string
----@return string "杩斿洖:鏈嶅姟绔笅鍙戠殑鍙橀噺鍊"
-function SL:Get_SERVER_VALUE(param) end;
-
----褰撳墠鏈嶅姟鍣ㄦ椂闂
----@return number "杩斿洖:褰撳墠鏈嶅姟鍣ㄦ椂闂"
-function SL:Get_SERVER_TIME() end;
-
----鍚堟湇鏃堕棿鎴
----@return number "杩斿洖:鍚堟湇鏃堕棿鎴"
-function SL:Get_MERGE_SERVER_TIME() end;
-
----鍚堟湇澶╂暟
----@return number "杩斿洖:鍚堟湇澶╂暟"
-function SL:Get_MERGE_SERVER_DAY() end;
-
----鏄惁澶勪簬璺ㄦ湇
----@return boolean "杩斿洖:鏄惁澶勪簬璺ㄦ湇 true/false"
-function SL:Get_KFSTATE() end;
-
----鑾峰彇褰撳墠瀵硅瘽NPC鐨処D
----@return number "杩斿洖:CURRENT_TALK_NPC_ID"
-function SL:Get_CURRENT_TALK_NPC_ID() end;
-
----鑾峰彇褰撳墠瀵硅瘽NPC鐨処ndex
----@return number "杩斿洖:褰撳墠瀵硅瘽NPC鐨処ndex"
-function SL:Get_CURRENT_TALK_NPC_TYPEINDEX() end;
-
----鑾峰彇褰撳墠鎵撳紑鐨凬PC闈㈡澘(txt闈㈡澘)
----@return userdata "杩斿洖:褰撳墠鎵撳紑鐨凬PC闈㈡澘(txt闈㈡澘)"
-function SL:Get_CURRENT_TALK_NPC_LAYER() end;
-
----M2鏄惁绂佹璇磋瘽
----* param 绂佹鏃舵槸鍚﹂渶瑕佹彁绀
----@param param boolean
----@return boolean "杩斿洖:M2鏄惁绂佹璇磋瘽 true/false"
-function SL:Get_M2_FORBID_SAY(param) end;
-
----鏈嶅姟鍣ㄥ紑鍏
----* param 鏈嶅姟鍣ㄥ紑鍏抽夐」
----@param param string
----@return number "杩斿洖:鏈嶅姟鍣ㄥ紑鍏"
-function SL:Get_SERVER_OPTION(param) end;
-
----鍦板浘ID
----@return string "杩斿洖:鍦板浘ID"
-function SL:Get_MAP_ID() end;
-
----鍦板浘鍚嶅瓧
----@return string "杩斿洖:鍦板浘鍚嶅瓧"
-function SL:Get_MAP_NAME() end;
-
----鍦板浘鏁版嵁ID
----@return string "杩斿洖:鍦板浘鏁版嵁ID"
-function SL:Get_MAP_DATA_ID() end;
-
----灏忓湴鍥綢D
----@return number "杩斿洖:灏忓湴鍥綢D"
-function SL:Get_MINIMAP_ID() end;
-
----鏄惁鏄畨鍏ㄥ尯鍩
----@return boolean "杩斿洖:鏄惁鏄畨鍏ㄥ尯鍩"
-function SL:Get_IN_SAFE_AREA() end;
-
----鏄惁绂佹鑱屼笟鍜岀瓑绾
----@return boolean "杩斿洖:鏄惁绂佹鑱屼笟鍜岀瓑绾"
-function SL:Get_MAP_FORBID_LEVEL_AND_JOB() end;
-
----鏄惁绂佹璇磋瘽
----@return boolean "杩斿洖:鏄惁绂佹璇磋瘽"
-function SL:Get_MAP_FORBID_SAY() end;
-
----鏄惁琛閲忔樉绀虹櫨鍒嗘瘮
----@return boolean "杩斿洖:鏄惁琛閲忔樉绀虹櫨鍒嗘瘮 true/false"
-function SL:Get_MAP_SHOW_HPPER() end;
-
----鏄惁绂佹鏌ョ湅
----@return boolean "杩斿洖:鏄惁绂佹鏌ョ湅 true/false"
-function SL:Get_MAP_FORBID_LOOK() end;
-
----鏄惁绂佹閲婃斁鏌愭妧鑳
----@return boolean "杩斿洖:鏄惁绂佹閲婃斁鏌愭妧鑳 true/false"
-function SL:Get_MAP_FORBID_LAUNCH_SKILL() end;
-
----灏忓湴鍥捐祫婧愭槸鍚︽湁鏁
----@return boolean "杩斿洖:灏忓湴鍥捐祫婧愭槸鍚︽湁鏁 true/false"
-function SL:Get_MINIMAP_ABLE() end;
-
----鍦板浘map鏂囦欢鏄惁鍔犺浇(false琛ㄧず姝e湪涓嬭浇涓)
----@return boolean "杩斿洖:鍦板浘map鏂囦欢鏄惁鍔犺浇(false琛ㄧず姝e湪涓嬭浇涓)"
-function SL:Get_MAP_DATA_LOADED() end;
-
----鍦板浘妯悜鏍煎瓙鏁
----@return number "杩斿洖:鍦板浘妯悜鏍煎瓙鏁"
-function SL:Get_MAP_ROWS() end;
-
----鍦板浘绾靛悜鏍煎瓙鏁
----@return number "杩斿洖:鍦板浘绾靛悜鏍煎瓙鏁"
-function SL:Get_MAP_COLS() end;
-
----鑾峰彇灏忓湴鍥炬枃浠惰矾寰
----@return string "杩斿洖:灏忓湴鍥炬枃浠惰矾寰"
-function SL:Get_MINIMAP_FILE() end;
-
----鍦板浘鑾峰彇瀹藉害鍍忕礌
----@return number "杩斿洖:鍦板浘鑾峰彇瀹藉害鍍忕礌"
-function SL:Get_MAP_SIZE_WIDTH_PIXEL() end;
-
----鍦板浘鑾峰彇楂樺害鍍忕礌
----@return number "杩斿洖:鍦板浘鑾峰彇楂樺害鍍忕礌"
-function SL:Get_MAP_SIZE_HEIGHT_PIXEL() end;
-
----鑾峰彇鍦板浘鏍煎瓙鏄惁鏄樆鎸
----* mapX 鍦板浘鍧愭爣X
----* mapY 鍦板浘鍧愭爣Y
----@param mapX number
----@param mapY number
----@return boolean "杩斿洖:鑾峰彇鍦板浘鏍煎瓙鏄惁鏄樆鎸"
-function SL:Get_MAP_IS_OBSTACLE(mapX, mapY) end;
-
----鍦板浘璁$畻璧风偣鍒扮粓鐐筙鎴栬匶 鍙樺寲鏈澶х殑宸
----@return number "杩斿洖:鍦板浘璁$畻璧风偣鍒扮粓鐐筙鎴栬匶 鍙樺寲鏈澶х殑宸"
-function SL:Get_MAP_PATH_SIZE() end;
-
----鍦板浘璁$畻璺緞鍧愭爣
----@return table "杩斿洖:鍦板浘璁$畻璺緞鍧愭爣"
-function SL:Get_MAP_PATH_POINTS() end;
-
----鍦板浘鑾峰彇褰撳墠璺緞鍧愭爣index
----@return number "杩斿洖:鍦板浘鑾峰彇褰撳墠璺緞鍧愭爣index"
-function SL:Get_MAP_CURRENT_PATH_INDEX() end;
-
----鍦板浘鑾峰彇浜虹墿鍧愭爣
----@return table "杩斿洖:浜虹墿鍧愭爣"
-function SL:Get_MAP_PLAYER_POS() end;
-
----鍦板浘鑾峰彇鎬墿鍒楄〃浣嶇疆绛変俊鎭
----@return table "杩斿洖:鎬墿鍒楄〃浣嶇疆绛変俊鎭"
-function SL:Get_MINIMAP_MONSTERS() end;
-
----鍦板浘鑾峰彇浼犻佺偣鍒楄〃浣嶇疆绛変俊鎭
----@return table "杩斿洖:浼犻佺偣鍒楄〃浣嶇疆绛変俊鎭"
-function SL:Get_MAP_GET_PORTALS() end;
-
----鑾峰彇瑙嗛噹鍐呯帺瀹跺垪琛
----@return table "杩斿洖:瑙嗛噹鍐呯帺瀹跺垪琛"
-function SL:Get_FIND_IN_VIEW_PLAYER_LIST() end;
-
----鑾峰彇瑙嗛噹鍐呮墿鍒楄〃
----* param1 鏄惁灞忚斀涓荤帺瀹跺疇鐗
----* param2 鏄惁灞忚斀缃戠粶鐜╁瀹犵墿
----@param param1 boolean
----@param param2 boolean
----@return table "杩斿洖:瑙嗛噹鍐呮墿鍒楄〃"
-function SL:Get_FIND_IN_VIEW_MONSTER_LIST(param1,param2) end;
-
----鑾峰彇瑙嗛噹鍐匩PC鍒楄〃
----@return table "杩斿洖:鑾峰彇瑙嗛噹鍐匩PC鍒楄〃"
-function SL:Get_FIND_IN_VIEW_NPC_LIST() end;
-
----鏄惁鍦ㄦ敾鍩庡尯鍩
----@return boolean "杩斿洖:鏄惁鍦ㄦ敾鍩庡尯鍩 true/false"
-function SL:Get_IN_SIEGE_AREA() end;
-
----鑾峰彇鐩爣鍦板浘鍧愭爣鍒板垵濮嬪湴鍥惧潗鏍囩殑鏂瑰悜
----* srcPos 鍒濆鍦板浘鍧愭爣
----* destPos 鐩爣鍦板浘鍧愭爣
----@param srcPos table
----@param destPos table
----@return number "杩斿洖:鏈濆悜 0 ~ 8"
-function SL:Get_TARGET_MAPPOS_DIR(srcPos, destPos) end;
-
----鎺夎惤鐗╂槸鍚﹀彲鎷惧彇
----* actorID 鎺夎惤鐗 actorID
----* mainPlayerID 褰掑睘ID
----@param actorID number
----@param mainPlayerID number
----@return boolean "杩斿洖:鎺夎惤鐗╂槸鍚﹀彲鎷惧彇 true/false"
-function SL:Get_IS_PICKABLE_DROPITEM(actorID, mainPlayerID) end;
-
----PC 鎸夊潗鏍囬変腑actor
----* posx 涓栫晫鍧愭爣x
----* posy 涓栫晫鍧愭爣y
----@param posx number
----@param posy number
----@return number "杩斿洖:actor"
-function SL:Get_PICK_ACTORID_BY_POS(posx,posy) end;
-
----鏄惁寮鍚嫳闆
----@return boolean "杩斿洖:鏄惁寮鍚嫳闆"
-function SL:Get_USEHERO() end;
-
----鏄惁鍙敜鑻遍泟
----@return boolean "杩斿洖:鏄惁鍙敜鑻遍泟 true/false"
-function SL:Get_HERO_IS_ALIVE() end;
-
----鏄惁婵娲昏嫳闆
----@return boolean "杩斿洖:鏄惁婵娲昏嫳闆 true/false"
-function SL:Get_HERO_IS_ACTIVE() end;
-
----鑻遍泟ID
----@return number "杩斿洖:鑻遍泟ID"
-function SL:Get_HERO_ID() end;
-
----鑻遍泟鐘舵佺郴缁熻兘璁剧疆鐨勫垪琛
----@return table "杩斿洖:鑻遍泟鐘舵佺郴缁熻兘璁剧疆鐨勫垪琛"
-function SL:Get_HERO_STATES_SYS_VALUES() end;
-
----鑾峰彇鑻遍泟婵娲荤殑鐘舵佸垪琛
----@return table "杩斿洖:鑻遍泟婵娲荤殑鐘舵佸垪琛"
-function SL:Get_HERO_ACTIVES_STATES() end;
-
----鑾峰彇鑻遍泟鐘舵
----@return number "杩斿洖:0 鏀诲嚮 1 璺熼殢 2 浼戞伅"
-function SL:Get_HERO_STATE() end;
-
----鑾峰彇鑻遍泟瀹堟姢鐘舵
----@return boolean "杩斿洖:鑻遍泟瀹堟姢鐘舵 true/false"
-function SL:Get_HERO_GUARDSTATE() end;
-
----鏄惁鐐瑰嚮瀹堟姢鎸夐挳
----@return boolean "杩斿洖:鏄惁鐐瑰嚮瀹堟姢鎸夐挳 true/false"
-function SL:Get_HERO_GUARD_ISCLICK() end;
-
----鏄惁鏈夊瓨娲荤殑瀹濆疂
----@return boolean "杩斿洖:鏄惁鏈夊瓨娲荤殑瀹濆疂 true/false"
-function SL:Get_PET_ALIVE() end;
-
----瀹犵墿閿佸畾鐨勭洰鏍嘔D
----@return string "杩斿洖:瀹犵墿閿佸畾鐨勭洰鏍嘔D"
-function SL:Get_PET_LOCK_ID() end;
-
----鑾峰彇瀹犵墿PK妯″紡
----@return number "杩斿洖:鑾峰彇瀹犵墿PK妯″紡
1锛氳窡闅
2锛氭垬鏂
3锛氶攣瀹
4锛氫紤鎭"
-function SL:Get_PET_PKMODE() end;
-
----鑾峰彇璐у竵鏁伴噺
----* ID 璐у竵id
----@param ID number
----@return string "杩斿洖:璐у竵鏁伴噺"
-function SL:Get_MONEY(ID) end;
-
----鑾峰彇璐у竵鏁伴噺(鍖呮嫭 绛変环鏇挎崲閬撳叿鐨勬暟閲)
----* id 璐у竵id
----@param id number
----@return string "杩斿洖:璐у竵鏁伴噺"
-function SL:Get_MONEY_ASSOCIATED(id) end;
-
----鑾峰彇鎵鏈夐亾鍏蜂俊鎭
----@return table "杩斿洖:鎵鏈夐亾鍏蜂俊鎭"
-function SL:Get_STD_ITEMS() end;
-
----鏍规嵁閬撳叿index鑾峰彇閬撳叿淇℃伅
----* itemIndex 閬撳叿index
----@param itemIndex number
----@return number "杩斿洖:閬撳叿淇℃伅"
-function SL:Get_ITEM_DATA(itemIndex) end;
-
----鏍规嵁閬撳叿index鎴栬呭悕瀛楄幏鍙栭亾鍏锋暟閲
----* itemInfo 閬撳叿index鎴栭亾鍏峰悕
----@param itemInfo string
----@return number "杩斿洖:閬撳叿鏁伴噺"
-function SL:Get_ITEM_COUNT(itemInfo) end;
-
----鏍规嵁閬撳叿index鑾峰彇閬撳叿鍚嶅瓧
----* itemIndex 閬撳叿index
----@param itemIndex number
----@return string "杩斿洖:閬撳叿鍚嶅瓧"
-function SL:Get_ITEM_NAME(itemIndex) end;
-
----鏍规嵁閬撳叿鍚嶅瓧鑾峰彇閬撳叿index
----* itemName 閬撳叿鍚嶅瓧
----@param itemName string
----@return number "杩斿洖:閬撳叿index"
-function SL:Get_ITEM_INDEX_BY_NAME(itemName) end;
-
----鑾峰彇閬撳叿鍚嶅瓧棰滆壊
----* itemIndex 閬撳叿index
----@param itemIndex number
----@return string "杩斿洖:閬撳叿鍚嶅瓧棰滆壊"
-function SL:Get_ITEM_NAME_COLOR(itemIndex) end;
-
----閬撳叿鍚嶅瓧棰滆壊,鈥#FFFFFF鈥濇牸寮
----* itemIndex 閬撳叿index
----@param itemIndex number
----@return string "杩斿洖:閬撳叿鍚嶅瓧棰滆壊"
-function SL:Get_ITEM_NAME_COLOR_VALUE(itemIndex) end;
-
----閬撳叿鍚嶅瓧棰滆壊ID, 棰滆壊琛↖D
----* itemIndex 閬撳叿index
----@param itemIndex number
----@return number "杩斿洖:閬撳叿鍚嶅瓧棰滆壊ID, 棰滆壊琛↖D"
-function SL:Get_ITEM_NAME_COLORID(itemIndex) end;
-
----閬撳叿琛╬rompt瑙f瀽鍚庢暟鎹
----@return table "杩斿洖:閬撳叿琛╬rompt瑙f瀽鍚庢暟鎹"
-function SL:Get_ITEM_PROMPT_DATA() end;
-
----鐗╁搧鏄惁缁戝畾
----* itemData 鐗╁搧鏁版嵁
----@param itemData table
----@return boolean "杩斿洖:鐗╁搧鏄惁缁戝畾 true/false"
-function SL:Get_ITEM_IS_BIND(itemData) end;
-
----鏍规嵁MakeIndex鑾峰彇瑁呭鏁版嵁
----* param1 makeIndex
----* param2 鏄惁鏄嫳闆
----@param param1 number
----@param param2 boolean
----@return table "杩斿洖:瑁呭鏁版嵁"
-function SL:Get_EQUIP_DATA_BY_MAKEINDEX(param1, param2) end;
-
----鏍规嵁MakeIndex鑾峰彇浠撳簱鏁版嵁
----* param1 MakeIndex
----@param param1 number
----@return table "杩斿洖:浠撳簱鏁版嵁"
-function SL:Get_STORAGE_DATA_BY_MAKEINDEX(param1) end;
-
----鏍规嵁MakeIndex鑾峰彇蹇嵎鏍忔暟鎹
----* param1 MakeIndex
----@param param1 number
----@return table "杩斿洖:蹇嵎鏍忔暟鎹"
-function SL:Get_QUICKUSE_DATA_BY_MAKEINDEX(param1) end;
-
----鏍规嵁MakeIndex鑾峰彇鏌ョ湅浠栦汉瑁呭鏁版嵁
----* param1 makeIndex
----@param param1 number
----@return table "杩斿洖:浠栦汉瑁呭鏁版嵁"
-function SL:Get_LOOKPLAYER_DATA_BY_MAKEINDEX(param1) end;
-
----鑾峰彇蹇嵎浣跨敤鏁版嵁
----@return table "杩斿洖:蹇嵎浣跨敤鏁版嵁"
-function SL:Get_QUICKUSE_DATA() end;
-
----妫鏌ョ姝娇鐢ㄧ墿鍝乥uff
----* itemIndex 鐗╁搧index
----@param itemIndex number
----@return boolean,number "杩斿洖:鑳藉惁浣跨敤, buffID"
-function SL:Get_CHECK_USE_ITEM_BUFF(itemIndex) end;
-
----鐗╁搧鑳藉惁鑷姩浣跨敤
----* itemData 鐗╁搧鏁版嵁
----@param itemData table
----@return boolean "杩斿洖:鐗╁搧鑳藉惁鑷姩浣跨敤 true/false"
-function SL:Get_ITEM_CAN_AUTOUSE(itemData) end;
-
----鎶鑳戒功鑳藉惁浣跨敤
----* itemName 鎶鑳戒功鍚嶅瓧
----* isHero 鏄惁鑻遍泟
----@param itemName string
----@param isHero boolean
----@return boolean "杩斿洖:鎶鑳戒功鑳藉惁浣跨敤 true/false"
-function SL:Get_SKILLBOOK_CAN_USE(itemName, isHero) end;
-
----鏍规嵁MakeIndex鑾峰彇鐗╁搧褰掑睘
----* makeIndex MakeIndex
----@param makeIndex number
----@return number "杩斿洖:鐗╁搧褰掑睘"
-function SL:Get_ITEM_BELONG_BY_MAKEINDEX(makeIndex) end;
-
----鑾峰彇鑳屽寘鐗╁搧鍞竴ID
----* pos 鑳屽寘浣嶇疆
----* isHero 鏄惁鑻遍泟
----@param pos number
----@param isHero boolean
----@return number "杩斿洖:鑳屽寘鐗╁搧鍞竴ID"
-function SL:Get_BAG_MAKEINDEX_BY_POS(pos,isHero) end;
-
----鐗╁搧瑙勫垯绫诲瀷鏋氫妇
----@return table "杩斿洖:鐗╁搧瑙勫垯绫诲瀷鏋氫妇"
-function SL:Get_ITEM_ARTICLE_ENUM() end;
-
----閬撳叿妗嗛粯璁ょ缉鏀
----@return number "杩斿洖:缂╂斁"
-function SL:Get_ITEM_SCALE() end;
-
----鑾峰彇鑳屽寘鎵鏈夌墿鍝佹暟鎹
----@return table "杩斿洖:鑳屽寘鐗╁搧鏁版嵁"
-function SL:Get_BAG_DATA() end;
-
----鏍规嵁鐗╁搧鍞竴id鑾峰彇鐗╁搧鏁版嵁
----* makeindex 鍞竴id
----@param makeindex string
----@return table "杩斿洖:鐗╁搧鏁版嵁"
-function SL:Get_ITEM_DATA_BY_MAKEINDEX(makeindex) end;
-
----鏄惁鑷姩鎸傛満涓
----@return boolean "杩斿洖:鏄惁鑷姩鎸傛満涓 true/false"
-function SL:Get_BATTLE_IS_AFK() end;
-
----寮濮嬭嚜鍔ㄦ寕鏈
-function SL:Set_BATTLE_AFK_BEGIN() end;
-
----缁撴潫鑷姩鎸傛満
-function SL:Set_BATTLE_AFK_END() end;
-
----鏄惁鑷姩瀵昏矾涓
----@return boolean "杩斿洖:鏄惁鑷姩瀵昏矾涓 true/false"
-function SL:Get_BATTLE_IS_AUTO_MOVE() end;
-
----寮濮嬭嚜鍔ㄥ璺
----* mapID 鍦板浘ID
----* mapX 鍧愭爣x
----* mapY 鍧愭爣y
----* target 0锛氭墿 鈥冣冣1锛歂PC index: 鐩爣绫诲瀷index
----* type 瀵昏矾绫诲瀷
----@param mapID string
----@param mapX number
----@param mapY number
----@param target number
----@param type number
-function SL:Set_BATTLE_MOVE_BEGIN(mapID, mapX, mapY, target, type) end;
-
----缁撴潫鑷姩瀵昏矾
-function SL:Set_BATTLE_MOVE_END() end;
-
----鏄惁鏄嚜鍔ㄦ嬀鍙
----@return boolean "杩斿洖:鏄惁鑷姩鎹$墿涓 true/false"
-function SL:Get_BATTLE_IS_AUTO_PICK() end;
-
----寮濮嬭嚜鍔ㄦ崱鐗
-function SL:Set_BATTLE_PICK_BEGIN() end;
-
----缁撴潫鑷姩鎹$墿
-function SL:Set_BATTLE_PICK_END() end;
-
----鑾峰彇PC鎸佺画鏀诲嚮鐩爣
----@return number "杩斿洖:PC鎸佺画鏀诲嚮鐩爣"
-function SL:Get_SELECT_SHIFT_ATTACK_ID() end;
-
----涓荤帺瀹禷ctorID
----@return string "杩斿洖:涓荤帺瀹禷ctorID"
-function SL:Get_USER_ID() end;
-
----鏄惁鏄帺瀹
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return boolean "杩斿洖:鏄惁鏄帺瀹 true/false"
-function SL:Get_ACTOR_IS_PLAYER(actorID) end;
-
----鏄惁鏄綉缁滅帺瀹
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return boolean "杩斿洖:鏄惁鏄綉缁滅帺瀹 true/false"
-function SL:Get_ACTOR_IS_NETPLAYER(actorID) end;
-
----鏄惁鏄墿
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return boolean "杩斿洖:鏄惁鏄墿 true/false"
-function SL:Get_ACTOR_IS_MONSTER(actorID) end;
-
----鏄惁鏄疦PC
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return boolean "杩斿洖:鏄惁鏄疦PC true/false"
-function SL:Get_ACTOR_IS_NPC(actorID) end;
-
----鏄惁鏄嫳闆
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return boolean "杩斿洖:鏄惁鏄嫳闆 true/false"
-function SL:Get_ACTOR_IS_HERO(actorID) end;
-
----鏄惁鏄汉褰㈡
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return boolean "杩斿洖:鏄惁鏄汉褰㈡ true/false"
-function SL:Get_ACTOR_IS_HUMAN(actorID) end;
-
----鑾峰彇actor 鍚嶅瓧
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return string "杩斿洖:actor 鍚嶅瓧"
-function SL:Get_ACTOR_NAME(actorID) end;
-
----鑾峰彇 actor Hp
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return number "杩斿洖:actor Hp"
-function SL:Get_ACTOR_HP(actorID) end;
-
----鑾峰彇actor Max Hp
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return number "杩斿洖:actor Max Hp"
-function SL:Get_ACTOR_MAXHP(actorID) end;
-
----鑾峰彇actor Mp
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return number "杩斿洖:actor Mp"
-function SL:Get_ACTOR_MP(actorID) end;
-
----鑾峰彇actor Max Mp
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return number "杩斿洖:actor Max Mp"
-function SL:Get_ACTOR_MAXMP(actorID) end;
-
----鑾峰彇actor绛夌骇
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return number "杩斿洖:actor绛夌骇"
-function SL:Get_ACTOR_LEVEL(actorID) end;
-
----鑾峰彇actor鑱屼笟
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return number "杩斿洖:actor鑱屼笟"
-function SL:Get_ACTOR_JOB_ID(actorID) end;
-
----鑾峰彇actor鎬у埆
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return number "杩斿洖:actor鎬у埆"
-function SL:Get_ACTOR_SEX(actorID) end;
-
----actor鏄惁姝讳骸
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return boolean "杩斿洖:actor鏄惁姝讳骸 true/false"
-function SL:Get_ACTOR_IS_DEATH(actorID) end;
-
----鑾峰彇actor褰掑睘ID
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return string "杩斿洖:actor褰掑睘ID"
-function SL:Get_ACTOR_OWNER_ID(actorID) end;
-
----鑾峰彇actor褰掑睘鍚嶅瓧
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return string "杩斿洖:actor褰掑睘鍚嶅瓧"
-function SL:Get_ACTOR_OWNER_NAME(actorID) end;
-
----鑾峰彇鎬墿澶у浘鏍嘔D
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return number "杩斿洖:鎬墿澶у浘鏍嘔D"
-function SL:Get_ACTOR_BIGICON_ID(actorID) end;
-
----閫変腑鐨勭洰鏍嘺ctorID鎴栬呮墿褰掑睘鑰
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return number "杩斿洖:actor鎬у埆"
-function SL:Get_SELECT_TARGET_ID(actorID) end;
-
----妫鏌ヨ鐩爣鏄惁鍙互鏀诲嚮
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return boolean "杩斿洖:鐩爣鏄惁鍙互鏀诲嚮 true/false"
-function SL:Get_TARGET_ATTACK_ENABLE(actorID) end;
-
----鑾峰彇actor缁勯槦鐘舵
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return number "杩斿洖:actor缁勯槦鐘舵 0锛氭湭缁勯槦 1锛氱粍闃熶腑"
-function SL:Get_ACTOR_TEAM_STATE(actorID) end;
-
----鑾峰彇actor琛屼細ID
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return string "杩斿洖:鑾峰彇actor琛屼細ID"
-function SL:Get_ACTOR_GUILD_ID(actorID) end;
-
----鑾峰彇actor琛屼細鍚嶅瓧
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return string "杩斿洖:actor琛屼細鍚嶅瓧"
-function SL:Get_ACTOR_GUILD_NAME(actorID) end;
-
----鑾峰彇actor鐨則ypeIndex
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return number "杩斿洖:typeIndex"
-function SL:Get_ACTOR_TYPE_INDEX(actorID) end;
-
----鑾峰彇actor鏂瑰悜
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return number "杩斿洖: actor鏂瑰悜"
-function SL:Get_ACTOR_DIR(actorID) end;
-
----鑾峰彇actor鍦板浘鍧愭爣X
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return number "杩斿洖:actor鍦板浘鍧愭爣X"
-function SL:Get_ACTOR_MAP_X(actorID) end;
-
----鑾峰彇actor鍦板浘鍧愭爣Y
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return number "杩斿洖:actor鍦板浘鍧愭爣Y"
-function SL:Get_ACTOR_MAP_Y(actorID) end;
-
----鑾峰彇actor涓栫晫鍧愭爣X
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return number "杩斿洖: actor涓栫晫鍧愭爣X"
-function SL:Get_ACTOR_POSITION_X(actorID) end;
-
----鑾峰彇actor涓栫晫鍧愭爣Y
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return number "杩斿洖:actor涓栫晫鍧愭爣Y"
-function SL:Get_ACTOR_POSITION_Y(actorID) end;
-
----鑾峰彇actor涓讳汉ID
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return number "杩斿洖:actor涓讳汉ID"
-function SL:Get_ACTOR_MASTER_ID(actorID) end;
-
----鑾峰彇actor鏄惁鏈変富浜
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return number "杩斿洖:鑾峰彇actor鏄惁鏈変富浜"
-function SL:Get_ACTOR_HAVE_MASTER(actorID) end;
-
----鑾峰彇actor闃佃惀ID
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return number "杩斿洖:actor闃佃惀ID"
-function SL:Get_ACTOR_FACTION(actorID) end;
-
----鑾峰彇actor鏄惁鍦ㄥ畨鍏ㄥ尯
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return boolean "杩斿洖:actor鏄惁鍦ㄥ畨鍏ㄥ尯 true/false"
-function SL:Get_ACTOR_IN_SAFE_ZONE(actorID) end;
-
----鑾峰彇actor鐨勫瑙侷D
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return number "杩斿洖:actor鐨勫瑙侷D"
-function SL:Get_ACTOR_APPR_ID(actorID) end;
-
----鑾峰彇actor鎸傛帴鐐
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return userdata "杩斿洖:actor鎸傛帴鐐"
-function SL:Get_ACTOR_MOUNT_NODE(actorID) end;
-
----妫鏌ヨ嫳闆勯変腑鐨勭洰鏍囨槸鍚﹁兘閿佸畾
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return boolean "杩斿洖:鑻遍泟閫変腑鐨勭洰鏍囨槸鍚﹁兘閿佸畾 true/false"
-function SL:Get_ACTOR_CAN_LOCK_BY_HERO(actorID) end;
-
----鑾峰彇actor绾㈠悕鐏板悕
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return number "杩斿洖:actor绾㈠悕鐏板悕 鐧=0 鍜栧暋=1 绾=2 鐏=3"
-function SL:Get_ACTOR_PKLV(actorID) end;
-
----鑾峰彇actor鍖烘湇ID, 璺ㄦ湇鏃朵娇鐢
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return number "杩斿洖:actor鍖烘湇ID"
-function SL:Get_ACTOR_SERVER_ID(actorID) end;
-
----actor鏄惁鍦ㄦ憜鎽
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return boolean "杩斿洖:鏄惁鍦ㄦ憜鎽 true/false"
-function SL:Get_ACTOR_IS_IN_STALL(actorID) end;
-
----鑾峰彇actor鎽嗘憡鍚
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return string "杩斿洖:actor鎽嗘憡鍚"
-function SL:Get_ACTOR_STALL_NAME(actorID) end;
-
----鑾峰彇actor鏄惁鏄绾跨姸鎬佺帺瀹
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return boolean "杩斿洖:actor鏄惁鏄绾跨姸鎬佺帺瀹 true/false"
-function SL:Get_ACTOR_IS_OFFLINE(actorID) end;
-
----actor鏄惁鏄绉樹汉
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return boolean "杩斿洖:鏄惁鏄绉樹汉 true/false"
-function SL:Get_ACTOR_IS_MYSTERY_MAN(actorID) end;
-
----鑾峰彇actor鏄惁鎷ユ湁鎶よ韩
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return boolean "杩斿洖:actor鏄惁鎷ユ湁鎶よ韩 true/false"
-function SL:Get_ACTOR_IS_HUSHEN(actorID) end;
-
----actor鏄惁鏄富鐜╁
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return boolean "杩斿洖:actor鏄惁鏄富鐜╁ true/false"
-function SL:Get_ACTOR_IS_MAINPLAYER(actorID) end;
-
----鑾峰彇actor鍥藉ID
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return number "杩斿洖:鑾峰彇actor鍥藉ID"
-function SL:Get_ACTOR_NATION_ID(actorID) end;
-
----鑾峰彇actor鍧愰獞鐨勪富椹綢D
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return number "杩斿洖:actor鍧愰獞鐨勪富椹綢D"
-function SL:Get_ACTOR_HORSE_MASTER_ID(actorID) end;
-
----鑾峰彇actor鍧愰獞鐨勫壇椹綢D
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return number "杩斿洖:actor鍧愰獞鐨勫壇椹綢D"
-function SL:Get_ACTOR_HORSE_COPILOT_ID(actorID) end;
-
----actor鏄惁鏄潗楠戠殑鍓┚
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return boolean "杩斿洖:actor鏄惁鏄潗楠戠殑鍓┚ true/false"
-function SL:Get_ACTOR_IS_HORSE_COPILOT(actorID) end;
-
----actor鏄惁鏄弻浜哄潗楠
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return boolean "杩斿洖:actor鏄惁鏄弻浜哄潗楠 true/false"
-function SL:Get_ACTOR_IS_DOUBLE_HORSE(actorID) end;
-
----actor鏄惁鏄繛浣撳潗楠
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return boolean "杩斿洖:actor鏄惁鏄繛浣撳潗楠 true/false"
-function SL:Get_ACTOR_IS_BODY_HORSE(actorID) end;
-
----鑾峰彇actor鐨勮冻杩圭壒鏁圛D
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return number "杩斿洖:actor鐨勮冻杩圭壒鏁圛D"
-function SL:Get_ACTOR_MOVE_EFFECT(actorID) end;
-
----鑾峰彇actor鐨勫か濡籌D
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return number "杩斿洖:actor鐨勫か濡籌D"
-function SL:Get_ACTOR_DEAR_ID(actorID) end;
-
----鑾峰彇actor鐨勫笀寰扞D
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return number "杩斿洖:actor鐨勫笀寰扞D"
-function SL:Get_ACTOR_MENTOR_ID(actorID) end;
-
----鑾峰彇actor鏄惁鍦ㄩ檮杩戞樉绀
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return boolean "杩斿洖:actor鏄惁鍦ㄩ檮杩戞樉绀 true/false"
-function SL:Get_ACTOR_NEAR_SHOW(actorID) end;
-
----鑾峰彇actor鏄惁鍦ㄧЩ鍔ㄧ姸鎬
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return boolean "杩斿洖:actor鏄惁鍦ㄧЩ鍔ㄧ姸鎬 true/false"
-function SL:Get_ACTOR_IS_MOVE(actorID) end;
-
----actor鏄惁鏄獞椹姸鎬
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return boolean "杩斿洖:actor鏄惁鏄獞椹姸鎬 true/false"
-function SL:Get_ACTOR_IS_HORSEBACK_RADING(actorID) end;
-
----鑾峰彇actor(鎬墿)鏄惁鐭冲寲鐘舵
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return boolean "杩斿洖:actor(鎬墿)鏄惁鐭冲寲鐘舵 true/false"
-function SL:Get_ACTOR_STOME_MODE(actorID) end;
-
----鑾峰彇actor(鎬墿) race server
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return number "杩斿洖:actor(鎬墿) race server"
-function SL:Get_ACTOR_RACE_SERVER(actorID) end;
-
----鑾峰彇actor(鎬墿) race img
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return number "杩斿洖:actor(鎬墿) race img"
-function SL:Get_ACTOR_RACE_IMG(actorID) end;
-
----鑾峰彇actor(鎬墿)鏄惁涓嶆樉绀哄悕瀛
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return boolean "杩斿洖:actor(鎬墿)鏄惁涓嶆樉绀哄悕瀛 true/false"
-function SL:Get_ACTOR_HIDE_NAME(actorID) end;
-
----鑾峰彇actor(鎬墿)鏄惁涓嶆樉绀鸿鏉
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return boolean "杩斿洖:actor(鎬墿)鏄惁涓嶆樉绀鸿鏉 true/false"
-function SL:Get_ACTOR_HIDE_HP_BAR(actorID) end;
-
----鑾峰彇actor(鎬墿)鍥藉妯″紡鏄惁鍙鏀诲嚮
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return boolean "杩斿洖:鑾峰彇actor(鎬墿)鍥藉妯″紡鏄惁鍙鏀诲嚮 true/false"
-function SL:Get_ACTOR_NATION_ENEMY_PK(actorID) end;
-
----鑾峰彇actor鐨凣M鑷畾涔夋暟鎹
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return table "杩斿洖:actor鐨凣M鑷畾涔夋暟鎹"
-function SL:Get_ACTOR_GM_DATA(actorID) end;
-
----actor鏄惁鍑虹敓
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return boolean "杩斿洖:actor鏄惁鍑虹敓 true/false"
-function SL:Get_ACTOR_IS_BORN(actorID) end;
-
----actor鏄惁閽诲洖娲炵┐
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return boolean "杩斿洖:actor鏄惁閽诲洖娲炵┐ true/false"
-function SL:Get_ACTOR_IS_CAVE(actorID) end;
-
----actor韬笂鎵鏈塨uff鏁版嵁
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----@param actorID number
----@return table "杩斿洖:actor韬笂鎵鏈塨uff鏁版嵁"
-function SL:Get_ACTOR_BUFF_DATA(actorID) end;
-
----actor鏄惁鏈夋煇涓猙uff
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----* buffID buffid
----@param actorID number
----@param buffID number
----@return boolean "杩斿洖:actor鏄惁鏈夋煇涓猙uff true/false"
-function SL:Get_ACTOR_HAS_ONE_BUFF(actorID,buffID) end;
-
----鑾峰彇actor韬笂鏌愪釜buff鏁版嵁
----* actorID 鐜╁銆佹墿銆丯PC銆佷汉褰㈡瓑瀵硅薄ID(瀵瑰簲鏈嶅姟绔敮涓ID/UserID)
----* buffID buffid
----@param actorID number
----@param buffID number
----@return table "杩斿洖:鑾峰彇actor韬笂鏌愪釜buff鏁版嵁"
-function SL:Get_ACTOR_BUFF_DATA_BY_ID(actorID,buffID) end;
-
----鑾峰彇鑱婂ぉ琛ㄦ儏鍖
----@return table "杩斿洖:鑱婂ぉ琛ㄦ儏鍖"
-function SL:Get_CHAT_EMOJI() end;
-
----鑾峰彇鑱婂ぉ杈撳叆鍘嗗彶璁板綍缂撳瓨
----@return table "杩斿洖:鑱婂ぉ杈撳叆鍘嗗彶璁板綍缂撳瓨"
-function SL:Get_CHAT_INPUT_CACHE() end;
-
----鑾峰彇鑱婂ぉ鏄剧ず鐨勯亾鍏
----@return table "杩斿洖:鑱婂ぉ鏄剧ず鐨勯亾鍏"
-function SL:Get_CHAT_SHOW_ITEMS() end;
-
----褰撳墠棰戦亾鏄惁鎺ュ彈鑱婂ぉ淇℃伅
----@return boolean "杩斿洖:褰撳墠棰戦亾鏄惁鎺ュ彈鑱婂ぉ淇℃伅 true/false"
-function SL:Get_CHAT_CHANNEL_IS_RECEIVE() end;
-
----鏄惁鎺ユ敹璇ュ垎绫绘帀钀戒俊鎭
----* param 鎺夎惤鍒嗙被id 1-10
----@param param number
----@return boolean "杩斿洖:鏄惁鎺ユ敹璇ュ垎绫绘帀钀戒俊鎭 true/false"
-function SL:Get_CHAT_DROP_TYPE_IS_RECEIVE(param) end;
-
----鑱婂ぉ Tips浣跨敤鐨勫瓧浣撹矾寰
----@return string "杩斿洖:鑱婂ぉ Tips浣跨敤鐨勫瓧浣撹矾寰"
-function SL:Get_CHATANDTIPS_USE_FONT() end;
-
----鑾峰彇褰撳墠鑱婂ぉ棰戦亾
----@return number "杩斿洖:褰撳墠鑱婂ぉ棰戦亾"
-function SL:Get_CHAT_CUR_CHAT_CHANNEL() end;
-
----鑾峰彇鑱婂ぉ鐩爣
----@return table "杩斿洖:鑱婂ぉ鐩爣{{name = 鐜╁鍚, uid = 鐜╁ID}, ..}"
-function SL:Get_CHAT_TARGETS() end;
-
----鑾峰彇褰撳墠鑱婂ぉCD鏃堕棿
----@return number "杩斿洖:褰撳墠鑱婂ぉCD鏃堕棿"
-function SL:Get_CHAT_CUR_CD_TIME() end;
-
----鏄惁鍏抽棴鍋囨帀钀
----@return boolean "杩斿洖:鏄惁鍏抽棴鍋囨帀钀 true/false"
-function SL:Get_CHAT_IS_CLOSE_FAKE_DROP() end;
-
----閭欢鍒楄〃
----@return table "杩斿洖:閭欢鍒楄〃"
-function SL:Get_MAIL_LIST() end;
-
----鏍规嵁閭欢ID鑾峰彇閭欢
----* mailID 閭欢ID
----@param mailID number
----@return string "杩斿洖:鏍规嵁閭欢ID鑾峰彇閭欢"
-function SL:Get_MAIL_BY_ID(mailID) end;
-
----褰撳墠閭欢ID
----@return number "杩斿洖:褰撳墠閭欢ID"
-function SL:Get_MAIL_BY_ID() end;
-
----琛屼細鎴愬憳鍒楄〃
----@return table "杩斿洖:琛屼細鎴愬憳鍒楄〃"
-function SL:Get_GUILD_MEMBER_LIST() end;
-
----琛屼細鐢宠鍒楄〃
----@return table "杩斿洖:琛屼細鐢宠鍒楄〃"
-function SL:Get_GUILD_APPLY_LIST() end;
-
----琛屼細缁撶洘鐢宠鍒楄〃
----@return table "杩斿洖:琛屼細缁撶洘鐢宠鍒楄〃"
-function SL:Get_GUILD_ALLY_APPLY_LIST() end;
-
----鑾峰彇涓栫晫琛屼細鍒楄〃
----* page 鍒嗛〉ID
----@param page number
----@return table "杩斿洖:涓栫晫琛屼細鍒楄〃"
-function SL:Get_GUILD_WORLD_LIST(page) end;
-
----鑾峰彇鍒涘缓鍏細娑堣椾俊鎭
----@return table "杩斿洖:鍒涘缓鍏細娑堣椾俊鎭"
-function SL:Get_GUILD_CREATE() end;
-
----鎴戠殑琛屼細淇℃伅
----@return table "杩斿洖:鎴戠殑琛屼細淇℃伅"
-function SL:Get_GUILD_INFO() end;
-
----鑾峰彇琛屼細鑱屼綅鍚嶇О
----* param 鑱屼綅ID
----@param param number
----@return string "杩斿洖:鑾峰彇琛屼細鑱屼綅鍚嶇О"
-function SL:Get_GUILD_OFFICIAL_NAME_BY_RANK(param) end;
-
----閫氳繃uid鑾峰彇琛屼細鎴愬憳淇℃伅
----* targetID uid
----@param targetID number
----@return table "杩斿洖:鑾峰彇琛屼細鎴愬憳淇℃伅"
-function SL:Get_GUILD_MEMBER_INFO(targetID) end;
-
----鏈澶уソ鍙嬩汉鏁
----@return number "杩斿洖:鏈澶уソ鍙嬩汉鏁"
-function SL:Get_FRIEND_MAX_COUNT() end;
-
----鏍规嵁userID鑾峰彇濂藉弸淇℃伅
----* userID 鐢ㄦ埛ID
----@param userID number
----@return table "杩斿洖:鏍规嵁userID鑾峰彇濂藉弸淇℃伅"
-function SL:Get_FRIEND_INFO_BY_UID(userID) end;
-
----鏄惁鏄ソ鍙
----@return boolean "杩斿洖:鏄惁鏄ソ鍙 true/false"
-function SL:Get_SOCIAL_IS_FRIEND() end;
-
----鏍规嵁userName鑾峰彇濂藉弸淇℃伅
----* userName 鐢ㄦ埛鍚
----@param userName string
----@return table "杩斿洖:濂藉弸淇℃伅"
-function SL:Get_FRIEND_INFO_BY_NAME(userName) end;
-
----鏄惁鍦ㄩ粦鍚嶅崟
----@return boolean "杩斿洖:鏄惁鍦ㄩ粦鍚嶅崟 true/false"
-function SL:Get_SOCIAL_IS_BLICKLIST() end;
-
----鑾峰彇濂藉弸鍒楄〃
----@return table "杩斿洖:濂藉弸鍒楄〃"
-function SL:Get_FRIEND_LIST() end;
-
----鑾峰彇榛戝悕鍗曟暟鎹
----@return table "杩斿洖:榛戝悕鍗曟暟鎹"
-function SL:Get_FRIEND_BLACKLIST() end;
-
----濂藉弸鐢宠鍒楄〃
----@return table "杩斿洖:濂藉弸鐢宠鍒楄〃"
-function SL:Get_FRIEND_APPLYLIST() end;
-
----鍏佽娣诲姞鐘舵
----@return boolean "杩斿洖:鍏佽娣诲姞鐘舵 true/false"
-function SL:Get_ADD_STATUS_PERMIT() end;
-
----闄勮繎闃熶紞鍒楄〃
----@return table "杩斿洖:闄勮繎闃熶紞鍒楄〃"
-function SL:Get_TEAM_NEAR() end;
-
----闃熶紞鎴愬憳鍒楄〃
----@return table "杩斿洖:闃熶紞鎴愬憳鍒楄〃"
-function SL:Get_TEAM_MEMBER_LIST() end;
-
----褰撳墠闃熶紞浜烘暟
----@return number "杩斿洖:褰撳墠闃熶紞浜烘暟"
-function SL:Get_TEAM_MEMBER_COUNT() end;
-
----闃熶紞鏈澶т汉鏁
----@return number "杩斿洖:闃熶紞鏈澶т汉鏁"
-function SL:Get_TEAM_MEMBER_MAX_COUNT() end;
-
----鏄惁鏄槦浼嶆垚鍛
----@return boolean "杩斿洖:鏄惁鏄槦浼嶆垚鍛 true/false"
-function SL:Get_TEAM_IS_MEMBER() end;
-
----鍏佽缁勯槦鐘舵
----@return boolean "杩斿洖:鍏佽缁勯槦鐘舵 true/false"
-function SL:Get_TEAM_STATUS_PERMIT() end;
-
----鍏ラ槦鐢宠鍒楄〃
----@return table "杩斿洖:鍏ラ槦鐢宠鍒楄〃"
-function SL:Get_TEAM_APPLY() end;
-
----func dock enum
----@return table "杩斿洖:##"
-function SL:Get_DOCKTYPE_NENUM() end;
-
----浜ゆ槗鐨勭洰鏍嘔D
----@return string "杩斿洖:浜ゆ槗鐨勭洰鏍嘔D"
-function SL:Get_TRADE_TARGET_ID() end;
-
----浜ゆ槗鐨勭洰鏍囧悕瀛
----@return string "杩斿洖:浜ゆ槗鐨勭洰鏍囧悕瀛"
-function SL:Get_TRADE_TARGET_NAME() end;
-
----瑕佷氦鏄撶殑鐜╁淇℃伅
----@return table "杩斿洖:瑕佷氦鏄撶殑鐜╁淇℃伅"
-function SL:Get_TRADE_TARGET_DATA() end;
-
----浜ゆ槗鑷繁閿佸畾鐘舵
----@return boolean "杩斿洖:浜ゆ槗鑷繁閿佸畾鐘舵 true/false"
-function SL:Get_TRADE_MY_LOCK_STATUS() end;
-
----浜ゆ槗瀵规柟閿佸畾鐘舵
----@return boolean "杩斿洖:浜ゆ槗瀵规柟閿佸畾鐘舵 true/false"
-function SL:Get_TRADE_TARGET_LOCK_STATUS() end;
-
----鏍规嵁椤电index鑾峰彇鎺掕姒滄暟鎹
----* index 椤电
----@param index number
----@return table "杩斿洖:鎺掕姒滄暟鎹"
-function SL:Get_RANK_DATA_BY_TYPE(index) end;
-
----鏍规嵁浠诲姟绫诲瀷/ID鑾峰彇浠诲姟鎺掑簭鍊
----* type 浠诲姟绫诲瀷/ID
----@param type number
----@return number "杩斿洖:浠诲姟鎺掑簭鍊"
-function SL:Get_MISSION_ITEM_ORDER(type) end;
-
----绛涢夋妧鑳芥暟鎹
----* param1 鎶鑳界被鍨
----* param2 鑱屼笟
----* param3 鏄惁瀛︿範
----* param4 鏄惁涓嶆槸鍩虹鎶鑳
----@param param1 number
----@param param2 number
----@param param3 boolean
----@param param4 boolean
----@return table "杩斿洖:绛涢夋妧鑳芥暟鎹"
-function SL:Get_SKILL_INFO_FILTER(param1, param2, param3, param4) end;
-
----鑾峰彇鎶鑳藉悕瀛
----* skillID 鎶鑳絀D
----@param skillID number
----@return string "杩斿洖:鑾峰彇鎶鑳藉悕瀛"
-function SL:Get_SKILL_NAME(skillID) end;
-
----鑾峰彇鎶鑳藉浘鏍
----* skillID 鎶鑳絀D
----@param skillID number
----@return string "杩斿洖:鎶鑳藉浘鏍囪矾寰"
-function SL:Get_SKILL_ICON_PATH(skillID) end;
-
----鑾峰彇鐭╁舰鎶鑳藉浘鏍
----* skillID 鎶鑳絀D
----@param skillID number
----@return number "杩斿洖:灞忓箷鐨勫搴"
-function SL:Get_SKILL_RECT_ICON_PATH(skillID) end;
-
----鏄惁鏄紑鍏冲瀷鎶鑳
----* skillID 鎶鑳絀D
----@param skillID number
----@return boolean "杩斿洖:鏄惁鏄紑鍏冲瀷鎶鑳 true/false"
-function SL:Get_SKILL_IS_ONOFF_SKILL(skillID) end;
-
----鎶鑳芥槸鍚﹀紑鍚
----* skillID 鎶鑳絀D
----@param skillID number
----@return boolean "杩斿洖:鎶鑳芥槸鍚﹀紑鍚 true/false"
-function SL:Get_SKILL_IS_ON_SKILL(skillID) end;
-
----鑾峰彇宸插鎶鑳
----* param1 鏄惁鎺掗櫎鏅敾
----* param2 鏄惁鍙幏鍙栦富鍔ㄦ妧鑳
----@param param1 boolean
----@param param2 boolean
----@return table "杩斿洖:鑾峰彇宸插鎶鑳"
-function SL:Get_LEARNED_SKILLS(param1,param2) end;
-
----鏄惁鏄富鍔ㄦ妧鑳
----* skillID 鎶鑳絀D
----@param skillID number
----@return boolean "杩斿洖:鏄惁鏄富鍔ㄦ妧鑳"
-function SL:Get_SKILL_IS_ACTIVE(skillID) end;
-
----鑾峰彇鎶鑳芥暟鎹
----* skillID 鎶鑳絀D
----@param skillID number
----@return table "杩斿洖:鎶鑳芥暟鎹"
-function SL:Get_SKILL_DATA(skillID) end;
-
----鑾峰彇鎶鑳界殑绛夌骇鐔熺粌搴︽暟鎹
----* skillID 鎶鑳絀D
----@param skillID number
----@return table "杩斿洖:鎶鑳界殑绛夌骇鐔熺粌搴︽暟鎹"
-function SL:Get_SKILL_TRAIN_DATA(skillID) end;
-
----鑾峰彇鎶鑳介厤缃
----* skillID 鎶鑳絀D
----@param skillID number
----@return table "杩斿洖:鎶鑳介厤缃"
-function SL:Get_SKILL_CONFIG(skillID) end;
-
----鑾峰彇鎶鑳藉揩鎹烽敭
----* skillID 鎶鑳絀D
----@param skillID number
----@return number "杩斿洖:鎶鑳藉揩鎹烽敭"
-function SL:Get_SKILL_KEY(skillID) end;
-
----鑾峰彇鎶鑳界瓑绾
----* skillID 鎶鑳絀D
----@param skillID number
----@return number "杩斿洖:鎶鑳界瓑绾"
-function SL:Get_SKILL_LEVEL(skillID) end;
-
----鑳屽寘鏈澶ф牸瀛愭暟閲
----@return number "杩斿洖:鑳屽寘鏈澶ф牸瀛愭暟閲"
-function SL:Get_MAX_BAG() end;
-
----鑻遍泟鑳屽寘鏈澶ф牸瀛愭暟閲
----@return number "杩斿洖:鑻遍泟鑳屽寘鏈澶ф牸瀛愭暟閲"
-function SL:Get_HERO_MAX_BAG() end;
-
----浠撳簱鏈澶ф牸瀛愭暟閲
----@return number "杩斿洖:浠撳簱鏈澶ф牸瀛愭暟閲"
-function SL:Get_N_MAX_BAG() end;
-
----褰撳墠閫変腑鐨勮儗鍖呴〉绛
----@return number "杩斿洖:褰撳墠閫変腑鐨勮儗鍖呴〉绛"
-function SL:Get_BAG_CUR_PAGE() end;
-
----鑳屽寘鏄惁婊
----* isPrompt 鍥剧墖瀵硅薄
----@param isPrompt userdata
----@return boolean "杩斿洖:鑳屽寘鏄惁婊 true/false"
-function SL:Get_BAG_IS_FULL(isPrompt) end;
-
----鑳屽寘鍓╀綑鏍煎瓙鏁
----@return number "杩斿洖:鑳屽寘鍓╀綑鏍煎瓙鏁"
-function SL:Get_BAG_REMAIN_COUNT() end;
-
----鑳屽寘宸蹭娇鐢ㄦ牸瀛愭暟
----@return number "杩斿洖:鑳屽寘宸蹭娇鐢ㄦ牸瀛愭暟"
-function SL:Get_BAG_USED_COUNT() end;
-
----妫娴嬬墿鍝佽儗鍖呮槸鍚︽湁瀵屼綑鏍煎瓙鏁板瓨鏀
----* param1 鐗╁搧ID
----* param2 鐗╁搧鏁伴噺
----* param3 涓嶈冻鏃舵槸鍚﹂渶瑕佹彁绀
----@param param1 number
----@param param2 number
----@param param3 boolean
----@return boolean "杩斿洖:鑳屽寘鏄惁鏈夊瘜浣欐牸瀛愭暟瀛樻斁 true/false"
-function SL:Get_BAG_CHECK_NEED_SPACE(param1,param2,param3) end;
-
----榛樿鏈浣庣珵鎷嶄环
----@return number "杩斿洖:榛樿鏈浣庣珵鎷嶄环"
-function SL:Get_AUCTION_BIDPRICE_MIN() end;
-
----榛樿鏈楂樼珵鎷嶄环
----@return number "杩斿洖:榛樿鏈楂樼珵鎷嶄环"
-function SL:Get_AUCTION_BIDPRICE_MAX() end;
-
----榛樿鏈浣庝竴鍙d环
----@return number "杩斿洖:榛樿鏈浣庝竴鍙d环"
-function SL:Get_AUCTION_BUYPRICE_MIN() end;
-
----榛樿鏈楂樹竴鍙d环
----@return number "杩斿洖:榛樿鏈楂樹竴鍙d环"
-function SL:Get_AUCTION_BUYPRICE_MAX() end;
-
----榛樿璐ф灦鏁伴噺
----@return number "杩斿洖:榛樿璐ф灦鏁伴噺"
-function SL:Get_AUCTION_DEFAULT_SHELF() end;
-
----涓婃灦鍒楄〃鏁伴噺
----@return number "杩斿洖:涓婃灦鍒楄〃鏁伴噺"
-function SL:Get_AUCTION_PUT_LIST_CNT() end;
-
----鎷嶅崠琛岃揣甯
----@return table "杩斿洖:鎷嶅崠琛岃揣甯"
-function SL:Get_AUCTION_MONEY() end;
-
----鏄惁鍙珵浠
----* item 鎷嶅崠鐗╁搧鏁版嵁
----@param item table
----@return boolean "杩斿洖:鏄惁鍙珵浠 true/false"
-function SL:Get_AUCTION_CAN_BID(item) end;
-
----鏄惁鍙竴鍙d环
----* item 鎷嶅崠鐗╁搧鏁版嵁
----@param item table
----@return boolean "杩斿洖:鏄惁鍙竴鍙d环 true/false"
-function SL:Get_AUCTION_CAN_BUY(item) end;
-
----鏄惁鏈夋垜鐨勭珵鎷嶇墿鍝
----@return boolean "杩斿洖:鏄惁鏈夋垜鐨勭珵鎷嶇墿鍝 true/false"
-function SL:Get_AUCTION_HAVE_MY_BIDDING() end;
-
----鎷嶅崠琛岀墿鍝佺姸鎬
----* itemData 鎷嶅崠鐗╁搧鏁版嵁
----@param itemData table
----@return number,string "杩斿洖:nil"
-function SL:Get_AUCTION_ITEM_STATE(itemData) end;
-
----鑾峰彇鎷嶅崠琛屾垜鐨勫睍绀哄彲瀵勫敭閬撳叿
----@return table "杩斿洖:鎷嶅崠琛屾垜鐨勫睍绀哄彲瀵勫敭閬撳叿"
-function SL:Get_AUCTION_MY_SHOW_LIST() end;
-
----涓栫晫姹傝喘鑿滃崟鍒楄〃
----@return table "杩斿洖:涓栫晫姹傝喘鑿滃崟鍒楄〃"
-function SL:Get_PURCHASE_FILTER_LIST() end;
-
----姹傝喘璐у竵鍒楄〃
----@return table "杩斿洖:姹傝喘璐у竵鍒楄〃"
-function SL:Get_PURCHASE_CURRENCIES() end;
-
----瀵瑰簲ID 鑿滃崟鏍忛厤缃
----* param id
----@param param number
----@return table "杩斿洖:灞忓箷鐨勫搴"
-function SL:Get_PURCHASE_MENU_CONFIG_BY_ID(param) end;
-
----鍒嗙被鐗╁搧鍒楄〃
----* param1 涓绾ц彍鍗昳d
----* param2 浜岀骇鑿滃崟id
----@param param1 number
----@param param2 number
----@return table "杩斿洖:鍒嗙被鐗╁搧鍒楄〃"
-function SL:Get_PURCHASE_ITEM_LIST_BY_TYPE(param1,param2) end;
-
----璁剧疆鏄惁鐢熸晥
----* param1 鍐呮寕璁剧疆index
----@param param1 number
----@return number "杩斿洖:璁剧疆鏄惁鐢熸晥 1/0"
-function SL:Get_SETTING_ENABLED(param1) end;
-
----鑾峰彇璁剧疆鐨勬暟鎹
----* param1 鍐呮寕璁剧疆index
----@param param1 number
----@return table "杩斿洖:璁剧疆鐨勬暟鎹"
-function SL:Get_SETTING_VALUE(param1) end;
-
----鑾峰彇璁剧疆鐨勯厤缃
----* param1 鍐呮寕璁剧疆index
----@param param1 number
----@return table "杩斿洖: 璁剧疆鐨勯厤缃"
-function SL:Get_SETTING_CONFIG(param1) end;
-
----鑾峰彇鐗╁搧鎷惧彇璁剧疆
----* param1 鍐呮寕璁剧疆index
----@param param1 number
----@return table "杩斿洖:鐗╁搧鎷惧彇璁剧疆"
-function SL:Get_SETTING_PICK_VALUE(param1) end;
-
----鍙互鎷g殑鐗╁搧閰嶇疆
----* param1 鍐呮寕璁剧疆index
----@param param1 number
----@return table "杩斿洖:鍙互鎷g殑鐗╁搧閰嶇疆"
-function SL:Get_SETTING_PICK_CONFIG(param1) end;
-
----鐗╁搧鏄惁鍙互璁剧疆
----@return table "杩斿洖:鐗╁搧鏄惁鍙互璁剧疆"
-function SL:Get_SETTING_IS_ITEM_PICK_CAN_SET() end;
-
----鎷惧彇缁勭殑鏁版嵁
----* param1 鍐呮寕璁剧疆index
----@param param1 number
----@return table "杩斿洖:鎷惧彇缁勭殑鏁版嵁"
-function SL:Get_SETTING_PICK_GROUP_VALUE(param1) end;
-
----閫氳繃鍊艰幏鍙栧湴鍥剧缉鏀惧搴旂櫨鍒嗘瘮
----* param1 鍦板浘缂╂斁鍊
----@param param1 number
----@return number "杩斿洖:鍦板浘缂╂斁瀵瑰簲鐧惧垎姣"
-function SL:Get_SETTING_MAPSCALE_PER(param1) end;
-
----閫氳繃鐧惧垎姣旇幏鍙栧湴鍥剧缉鏀惧
----* param1 鐧惧垎姣
----@param param1 number
----@return number "杩斿洖:鍦板浘缂╂斁鍊"
-function SL:Get_SETTING_MAPSCALE_VALUE(param1) end;
-
----瑁呭Map
----@return table "杩斿洖:瑁呭Map"
-function SL:Get_EQUIPMAP_BY_STDMODE() end;
-
----闄よ澶嘙ap 鏄剧ず鎸佷箙鐨剆tdmode
----@return table "杩斿洖:闄よ澶嘙ap 鏄剧ず鎸佷箙鐨剆tdmode"
-function SL:Get_EX_SHOWLAST_MAP() end;
-
----閫氳繃stdmode鑾峰彇TIPS瑁呭浣嶅垪琛
----* param1 瑁呭鐨剆tdmode
----* param2 鏄惁鑻遍泟
----@param param1 number
----@param param2 boolean
----@return table "杩斿洖:TIPS瑁呭浣嶅垪琛"
-function SL:Get_TIP_POSLIST_BY_STDMODE(param1,param2) end;
-
----鏄惁鏄鐜╁鎬у埆瑁呭
----* param1 瑁呭鏁版嵁
----* param2 鏄惁鑻遍泟
----@param param1 table
----@param param2 boolean
----@return boolean "杩斿洖:鏄惁鏄鐜╁鎬у埆瑁呭 true/false"
-function SL:Get_IS_SAMESEX_EQUIP(param1,param2) end;
-
----瀵筩fg_custpro_caption鎿嶄綔 鏍规嵁key鑾峰彇鎻忚堪
----* param1 琛ㄤ腑鐨刱ey
----@param param1 number
----@return string "杩斿洖:cfg_custpro_caption鎿嶄綔鎻忚堪"
-function SL:Get_CUSTOM_DESC(param1) end;
-
----瀵筩fg_custpro_caption鎿嶄綔 鏍规嵁key鑾峰彇鍥剧墖id
----* param1 琛ㄤ腑鐨刱ey
----@param param1 number
----@return string "杩斿洖:key鑾峰彇鍥剧墖id"
-function SL:Get_CUSTOM_ICON(param1) end;
-
----瀵筩fg_att_score琛ㄦ搷浣 鑾峰彇灞炴ч厤缃
----* param1 琛ㄤ腑鐨刱ey
----@param param1 number
----@return table "杩斿洖:灞炴ч厤缃"
-function SL:Get_ATTR_CONFIG(param1) end;
-
----瀵筩fg_suit琛ㄦ搷浣 鑾峰彇瀵瑰簲濂楄id閰嶇疆
----* param1 琛ㄤ腑鐨剆uitid
----@param param1 number
----@return string "杩斿洖:瀵瑰簲濂楄id閰嶇疆"
-function SL:Get_SUIT_CONFIG(param1) end;
-
----瀵筩fg_suitex琛ㄦ搷浣 鑾峰彇瀵瑰簲濂楄id閰嶇疆
----* param1 琛ㄤ腑鐨剆uitid
----@param param1 number
----@return string "杩斿洖:瀵瑰簲濂楄id閰嶇疆"
-function SL:Get_SUITEX_CONFIG(param1) end;
-
----鐗╁搧绫诲瀷
----@return table "杩斿洖:##"
-function SL:Get_ITEMTYPE_ENUM() end;
-
----鏍规嵁閬撳叿鏁版嵁鑾峰彇鐗╁搧绫诲瀷
----* itemData 鐗╁搧鏁版嵁
----@param itemData userdata
----@return number "杩斿洖:鐗╁搧绫诲瀷"
-function SL:Get_ITEMTYPE(itemData) end;
-
----鑷畾涔夊睘鎬D鏄犲皠Map
----@return table "杩斿洖:鑷畾涔夊睘鎬D鏄犲皠Map"
-function SL:Get_CUST_ABIL_MAP() end;
-
----鍏呭煎晢鍝佷俊鎭垪琛
----@return table "杩斿洖:鍏呭煎晢鍝佷俊鎭垪琛"
-function SL:Get_RECHARGE_PRODUCTS() end;
-
----閫氳繃鍟嗗搧Id鑾峰彇鍟嗗搧淇℃伅
----* id 鍟嗗搧id
----@param id number
----@return table "杩斿洖:鍟嗗搧淇℃伅"
-function SL:Get_RECHARGE_PRODUCT_BY_ID(id) end;
-
----鏄惁鎺ュ叆绗笁鏂筍DK
----@return boolean "杩斿洖:鏄惁鎺ュ叆绗笁鏂筍DK true/false"
-function SL:Get_IS_SDK_PAY() end;
-
----鑾峰彇璐拱鎽婁綅鍚嶅瓧
----@return string "杩斿洖:鑾峰彇璐拱鎽婁綅鍚嶅瓧"
-function SL:Get_STALL_SELL_SHOW_NAME() end;
-
----鑾峰彇璐拱鎽婁綅鐗╁搧淇℃伅
----@return table "杩斿洖:鑾峰彇璐拱鎽婁綅鐗╁搧淇℃伅"
-function SL:Get_STALL_ONSELL_DATA() end;
-
----鑾峰彇鎴戠殑鎽婁綅鐗╁搧淇℃伅
----@return table "杩斿洖:鑾峰彇鎴戠殑鎽婁綅鐗╁搧淇℃伅"
-function SL:Get_STALL_MYSELL_DATA() end;
-
----鏄惁杩樻湁閲嶆憞/寮鍚鏁
----@return boolean "杩斿洖:鏄惁杩樻湁閲嶆憞/寮鍚鏁 true/false"
-function SL:Get_HAVE_GOLDBOX_OPENTIME() end;
-
----鏄惁鍚敤鏂扮増灞炴у姞鐐
----@return boolean "杩斿洖:鏄惁鍚敤鏂扮増灞炴у姞鐐 true/false"
-function SL:Get_IS_NEW_BOUNS() end;
-
----鑾峰彇鏂扮増灞炴у姞鐐归厤缃暟鎹
----@return table "杩斿洖:鑾峰彇鏂扮増灞炴у姞鐐归厤缃暟鎹##"
-function SL:Get_NEW_BOUNS_CONFIG() end;
-
----鑾峰彇鏂扮増灞炴у凡鍔犵偣鏁版嵁
----@return table "杩斿洖:鑾峰彇鏂扮増灞炴у凡鍔犵偣鏁版嵁"
-function SL:Get_NEW_BOUNS_ADD_DATA() end;
-
----鐜╁鍚嶅瓧
----@return string "杩斿洖:鐜╁鍚嶅瓧"
-function SL:Get_USER_NAME() end;
-
----鐜╁鑱屼笟
----@return number "杩斿洖:鐜╁鑱屼笟
0锛氭垬澹
1锛氭硶甯
2锛氶亾澹"
-function SL:Get_JOB() end;
-
----鐜╁绛夌骇
----@return number "杩斿洖:鐜╁绛夌骇"
-function SL:Get_LEVEL() end;
-
----鐜╁杞敓绛夌骇
----@return number "杩斿洖:鐜╁杞敓绛夌骇"
-function SL:Get_RELEVEL() end;
-
----鑱屼笟鍚嶅瓧
----@return string "杩斿洖:鑱屼笟鍚嶅瓧"
-function SL:Get_JOB_NAME() end;
-
----鐜╁鎬у埆
----@return number "杩斿洖:鐜╁鎬у埆
0锛氱敺
1锛氬コ"
-function SL:Get_SEX() end;
-
----鐜╁鐪熷疄濮撳悕
----@return string "杩斿洖:鐜╁鐪熷疄濮撳悕"
-function SL:Get_REAL_USER_NAME() end;
-
----鐜╁鍚嶅瓧棰滆壊鍊
----@return number "杩斿洖:鐜╁鍚嶅瓧棰滆壊鍊"
-function SL:Get_USER_NAME_COLOR() end;
-
----浜虹墿鏂瑰悜
----@return number "杩斿洖:浜虹墿鏂瑰悜
0锛氫笂
1锛氬彸涓
2锛氬彸
3锛氬彸涓
4锛氫笅
5锛氬乏涓
6锛氬乏
7锛氬乏涓
0xff锛氭棤鏁堜綅缃"
-function SL:Get_DIR() end;
-
----瑙掕壊鏄惁姝讳骸
----@return boolean "杩斿洖:瑙掕壊鏄惁姝讳骸 true/false"
-function SL:Get_USER_IS_DIE() end;
-
----瑙掕壊鏄惁鑳藉娲
----@return boolean "杩斿洖:瑙掕壊鏄惁鑳藉娲 true/false"
-function SL:Get_USER_IS_CANREVIVE() end;
-
----褰撳墠琛閲
----@return number "杩斿洖:褰撳墠琛閲"
-function SL:Get_HP() end;
-
----鏈澶ц閲
----@return number "杩斿洖:鏈澶ц閲"
-function SL:Get_MAXHP() end;
-
----褰撳墠钃濋噺
----@return number "杩斿洖:褰撳墠钃濋噺"
-function SL:Get_MP() end;
-
----鏈澶ц摑閲
----@return number "杩斿洖:鏈澶ц摑閲"
-function SL:Get_MAXMP() end;
-
----鏆村嚮鍑犵巼
----@return number "杩斿洖:鏆村嚮鍑犵巼"
-function SL:Get_BURST() end;
-
----鏆村嚮浼ゅ
----@return number "杩斿洖:鏆村嚮浼ゅ"
-function SL:Get_BURST_DAM() end;
-
----鐗╀激鍑忓厤
----@return number "杩斿洖:鐗╀激鍑忓厤"
-function SL:Get_IMM_ATT() end;
-
----榄斾激鍑忓厤
----@return number "杩斿洖:榄斾激鍑忓厤"
-function SL:Get_IMM_MAG() end;
-
----骞歌繍
----@return number "杩斿洖:骞歌繍"
-function SL:Get_LUCK() end;
-
----鏈灏忕墿闃
----@return number "杩斿洖:鏈灏忕墿闃"
-function SL:Get_AC() end;
-
----鏈澶х墿闃
----@return number "杩斿洖:鏈澶х墿闃"
-function SL:Get_MAXAC() end;
-
----鏈灏忛瓟闃
----@return number "杩斿洖:鏈灏忛瓟闃"
-function SL:Get_MAC() end;
-
----鏈澶ч瓟闃
----@return number "杩斿洖:鏈澶ч瓟闃"
-function SL:Get_MAXMAC() end;
-
----鏈灏忕墿鐞
----@return number "杩斿洖:鏈灏忕墿鐞"
-function SL:Get_DC() end;
-
----鏈澶х墿鐞
----@return number "杩斿洖:鏈澶х墿鐞"
-function SL:Get_MAXDC() end;
-
----鏈灏忛瓟娉
----@return number "杩斿洖:鏈灏忛瓟娉"
-function SL:Get_MC() end;
-
----鏈澶ч瓟娉
----@return number "杩斿洖:鏈澶ч瓟娉"
-function SL:Get_MAXMC() end;
-
----鏈灏忛亾鏈
----@return number "杩斿洖:鏈灏忛亾鏈"
-function SL:Get_SC() end;
-
----鏈澶ч亾鏈
----@return number "杩斿洖:鏈澶ч亾鏈"
-function SL:Get_MAXSC() end;
-
----鍑嗙‘
----@return number "杩斿洖:鍑嗙‘"
-function SL:Get_HIT() end;
-
----鏁忔嵎
----@return number "杩斿洖:鏁忔嵎"
-function SL:Get_SPD() end;
-
----褰撳墠缁忛獙
----@return number "杩斿洖:褰撳墠缁忛獙"
-function SL:Get_EXP() end;
-
----鏈澶х粡楠
----@return number "杩斿洖:鏈澶х粡楠"
-function SL:Get_MAXEXP() end;
-
----鏀婚
----@return number "杩斿洖:鏀婚"
-function SL:Get_HITSPD() end;
-
----鑵曞姏
----@return number "杩斿洖:鑵曞姏"
-function SL:Get_HW() end;
-
----鏈澶у彲绌挎埓鑵曞姏
----@return number "杩斿洖:鏈澶у彲绌挎埓鑵曞姏"
-function SL:Get_MAXHW() end;
-
----閲嶉噺
----@return number "杩斿洖:閲嶉噺"
-function SL:Get_BW() end;
-
----鐜╁鏈澶ц礋閲
----@return number "杩斿洖:鐜╁鏈澶ц礋閲"
-function SL:Get_MAXBW() end;
-
----绌挎埓璐熼噸
----@return number "杩斿洖:绌挎埓璐熼噸"
-function SL:Get_WW() end;
-
----鏈澶х┛鎴磋礋閲
----@return number "杩斿洖:鏈澶х┛鎴磋礋閲"
-function SL:Get_MAXWW() end;
-
----浣撳姏鎭㈠
----@return number "杩斿洖:浣撳姏鎭㈠"
-function SL:Get_HUNGER() end;
-
----鑾峰彇鐜╁韬笂琛f湇鐨勫悕瀛
----@return string "杩斿洖:鑾峰彇鐜╁韬笂琛f湇鐨勫悕瀛"
-function SL:Get_DRESS() end;
-
----鑾峰彇鐜╁韬笂姝﹀櫒鐨勫悕瀛
----@return string "杩斿洖:鑾峰彇鐜╁韬笂姝﹀櫒鐨勫悕瀛"
-function SL:Get_WEAPON() end;
-
----鑾峰彇鐜╁韬笂鍕嬬珷鐨勫悕瀛
----@return string "杩斿洖:鑾峰彇鐜╁韬笂鍕嬬珷鐨勫悕瀛"
-function SL:Get_RIGHTHAND() end;
-
----鑾峰彇鐜╁韬笂澶寸洈鐨勫悕瀛
----@return string "杩斿洖:鑾峰彇鐜╁韬笂澶寸洈鐨勫悕瀛"
-function SL:Get_HELMET() end;
-
----鑾峰彇鐜╁韬笂椤归摼鐨勫悕瀛
----@return string "杩斿洖:鑾峰彇鐜╁韬笂椤归摼鐨勫悕瀛"
-function SL:Get_NECKLACE() end;
-
----鑾峰彇鐜╁韬笂鍙虫垝鎸囩殑鍚嶅瓧
----@return string "杩斿洖:鑾峰彇鐜╁韬笂鍙虫垝鎸囩殑鍚嶅瓧"
-function SL:Get_RINGR() end;
-
----鑾峰彇鐜╁韬笂宸︽垝鎸囩殑鍚嶅瓧
----@return string "杩斿洖:鑾峰彇鐜╁韬笂宸︽垝鎸囩殑鍚嶅瓧"
-function SL:Get_RINGL() end;
-
----鑾峰彇鐜╁韬笂鍙虫墜闀殑鍚嶅瓧
----@return string "杩斿洖:鑾峰彇鐜╁韬笂鍙虫墜闀殑鍚嶅瓧"
-function SL:Get_ARMRINGR() end;
-
----鑾峰彇鐜╁韬笂宸︽墜闀殑鍚嶅瓧
----@return string "杩斿洖:鑾峰彇鐜╁韬笂宸︽墜闀殑鍚嶅瓧"
-function SL:Get_ARMRINGL() end;
-
----鑾峰彇鐜╁韬笂鎶ょ銆佺帀浣┿佸疂鐝犵殑鍚嶅瓧
----@return string "杩斿洖:鑾峰彇鐜╁韬笂鎶ょ銆佺帀浣┿佸疂鐝犵殑鍚嶅瓧"
-function SL:Get_BUJUK() end;
-
----鑾峰彇鐜╁韬笂鑵板甫鐨勫悕瀛
----@return string "杩斿洖:鑾峰彇鐜╁韬笂鑵板甫鐨勫悕瀛"
-function SL:Get_BELT() end;
-
----鑾峰彇鐜╁韬笂闉嬪瓙鐨勫悕瀛
----@return string "杩斿洖:鑾峰彇鐜╁韬笂闉嬪瓙鐨勫悕瀛"
-function SL:Get_BOOTS() end;
-
----鑾峰彇鐜╁韬笂瀹濈煶鐨勫悕瀛
----@return string "杩斿洖:鑾峰彇鐜╁韬笂瀹濈煶鐨勫悕瀛"
-function SL:Get_CHARM() end;
-
----鑾峰彇鐜╁鏌愪竴瑁呭浣嶇殑瑁呭鍚
----* equipID 瑁呭浣峣d
----@param equipID number
----@return string "杩斿洖:鑾峰彇鐜╁鏌愪竴瑁呭浣嶇殑瑁呭鍚"
-function SL:Get_EQUIPBYPOS(equipID) end;
-
----鏍规嵁绫诲瀷id鑾峰彇灞炴у
----* typeID 绫诲瀷ID
----@param typeID number
----@return number "杩斿洖:鏍规嵁绫诲瀷id鑾峰彇灞炴у"
-function SL:Get_CUR_ABIL_BY_ID(typeID) end;
-
----鑾峰彇鐜╁鏌愪竴瑁呭鏁版嵁
----* param1 瑁呭浣峣d 鎴栬 瑁呭鍚嶇О
----* param2 鏄惁澶氫釜瑁呭浣嶅叡浜
----@param param1 string
----@param param2 boolean
----@return table "杩斿洖:鑾峰彇鐜╁鏌愪竴瑁呭鏁版嵁"
-function SL:Get_EQUIP_DATA(param1,param2) end;
-
----鑾峰彇鐜╁瀵瑰簲瑁呭浣嶆暟鎹垪琛
----* param1 瑁呭浣峣d
----@param param1 number
----@return table "杩斿洖:鑾峰彇鐜╁瀵瑰簲瑁呭浣嶆暟鎹垪琛"
-function SL:Get_EQUIP_DATA_LIST(param1) end;
-
----鑾峰彇鐜╁娉曢樀鏁版嵁
----@return table "杩斿洖:鑾峰彇鐜╁娉曢樀鏁版嵁"
-function SL:Get_EQUIP_EMBATTLE() end;
-
----鐜╁澶栬鏁版嵁
----@return table "杩斿洖:鐜╁澶栬鏁版嵁"
-function SL:Get_FEATURE() end;
-
----鍙戝瀷ID
----@return number "杩斿洖:鍙戝瀷ID"
-function SL:Get_HAIR() end;
-
----鑾峰彇瑁呭浣嶅搴擬akeIndex鏁版嵁
----@return table "杩斿洖:鑾峰彇瑁呭浣嶅搴擬akeIndex鏁版嵁"
-function SL:Get_EQUIP_POS_DATAS() end;
-
----鐜╁鐨勭О鍙锋暟鎹
----@return table "杩斿洖:鐜╁鐨勭О鍙锋暟鎹"
-function SL:Get_TITLES() end;
-
----鑾峰彇鐜╁瀵瑰簲ID鐨勭О鍙锋暟鎹
----* id 鐢ㄦ埛ID
----@param id number
----@return table "杩斿洖:鑾峰彇鐜╁瀵瑰簲ID鐨勭О鍙锋暟鎹"
-function SL:Get_TITLE_DATA_BY_ID(id) end;
-
----鐜╁婵娲荤殑绉板彿id
----@return number "杩斿洖:鐜╁婵娲荤殑绉板彿id"
-function SL:Get_TITLE_ACTIVATE_ID() end;
-
----浜虹墿鍐呭姛鏈澶у唴鍔涘
----* id 鐢ㄦ埛ID
----@param id number
----@return number "杩斿洖:浜虹墿鍐呭姛鏈澶у唴鍔涘"
-function SL:Get_MAX_ABIL_BY_ID(id) end;
-
----浜虹墿鍐呭姛褰撳墠鍐呭姏鍊
----* id 鐢ㄦ埛ID
----@param id number
----@return number "杩斿洖:浜虹墿鍐呭姛褰撳墠鍐呭姏鍊"
-function SL:Get_CUR_ABIL_BY_ID(id) end;
-
----浜虹墿鍐呭姛绛夌骇
----* id 寮曟搸鍥哄畾157
----@param id number
----@return number "杩斿洖:浜虹墿鍐呭姛绛夌骇"
-function SL:Get_CUR_ABIL_BY_ID(id) end;
-
----浜虹墿鍐呭姛褰撳墠鏂楄浆鏄熺Щ鍊
----* id 寮曟搸鍥哄畾105
----@param id number
----@return number "杩斿洖:浜虹墿鍐呭姛褰撳墠鏂楄浆鏄熺Щ鍊"
-function SL:Get_MAX_ABIL_BY_ID(id) end;
-
----浜虹墿鍐呭姛褰撳墠缁忛獙鍊
----* id 寮曟搸鍥哄畾156
----@param id number
----@return number "杩斿洖:浜虹墿鍐呭姛褰撳墠缁忛獙鍊"
-function SL:Get_CUR_ABIL_BY_ID(id) end;
-
----鑾峰彇浜虹墿鎷ユ湁鍐呭姛鎶鑳藉垪琛
----@return table "杩斿洖:鑾峰彇浜虹墿鎷ユ湁鍐呭姛鎶鑳藉垪琛"
-function SL:Get_INTERNAL_SKILLS() end;
-
----鑾峰彇浜虹墿鍐呭姛鎶鑳芥暟鎹
----* skillID 鍐呭姛鎶鑳絀D
----* skillType 鍐呭姛鎶鑳界被鍨
----@param skillID number
----@param skillType number
----@return table "杩斿洖:鑾峰彇浜虹墿鍐呭姛鎶鑳芥暟鎹"
-function SL:Get_INTERNAL_SKILL_DATA(skillID, skillType) end;
-
----鑾峰彇浜虹墿鍐呭姛鎶鑳界瓑绾х啛缁冨害鏁版嵁
----* skillID 鍐呭姛鎶鑳絀D
----* skillType 鍐呭姛鎶鑳界被鍨
----@param skillID number
----@param skillType number
----@return table "杩斿洖:鑾峰彇浜虹墿鍐呭姛鎶鑳界瓑绾х啛缁冨害鏁版嵁"
-function SL:Get_INTERNAL_SKILL_TRAIN_DATA(skillID, skillType) end;
-
----鑾峰彇浜虹墿鍐呭姛鎶鑳藉紑鍏
----* skillID 鍐呭姛鎶鑳絀D
----* skillType 鍐呭姛鎶鑳界被鍨
----@param skillID number
----@param skillType number
----@return number "杩斿洖:鑾峰彇浜虹墿鍐呭姛鎶鑳藉紑鍏"
-function SL:Get_INTERNAL_SKILL_ONOFF(skillID, skillType) end;
-
----鑾峰彇浜虹墿鍐呭姛鎶鑳界煩褰㈠浘鏍囪矾寰
----* skillID 鍐呭姛鎶鑳絀D
----* skillType 鍐呭姛鎶鑳界被鍨
----@param skillID number
----@param skillType number
----@return string "杩斿洖:鑾峰彇浜虹墿鍐呭姛鎶鑳界煩褰㈠浘鏍囪矾寰"
-function SL:Get_INTERNAL_SKILL_RECT_ICON_PATH(skillID, skillType) end;
-
----鑾峰彇浜虹墿鍐呭姛鎶鑳藉悕瀛
----* skillID 鍐呭姛鎶鑳絀D
----* skillType 鍐呭姛鎶鑳界被鍨
----@param skillID number
----@param skillType number
----@return table "杩斿洖:鑾峰彇浜虹墿鍐呭姛鎶鑳藉悕瀛"
-function SL:Get_INTERNAL_SKILL_NAME(skillID, skillType) end;
-
----鑾峰彇浜虹墿鍐呭姛鎶鑳芥弿杩
----* skillID 鍐呭姛鎶鑳絀D
----* skillType 鍐呭姛鎶鑳界被鍨
----@param skillID number
----@param skillType number
----@return table "杩斿洖:鑾峰彇浜虹墿鍐呭姛鎶鑳芥弿杩"
-function SL:Get_INTERNAL_SKILL_DESC(skillID, skillType) end;
-
----鑾峰彇浜虹墿鍐呭姛缁忕粶鐨勭┐浣嶆弿杩
----@return table "杩斿洖:鑾峰彇浜虹墿鍐呭姛缁忕粶鐨勭┐浣嶆弿杩"
-function SL:Get_MERIDIAN_DESC() end;
-
----鑾峰彇浜虹墿鍐呭姛瀵瑰簲缁忕粶鐨勭┐浣嶆槸鍚︽縺娲诲垪琛
----* param1 缁忕粶ID
----@param param1 number
----@return table "杩斿洖:鑾峰彇浜虹墿鍐呭姛瀵瑰簲缁忕粶鐨勭┐浣嶆槸鍚︽縺娲诲垪琛"
-function SL:Get_MERIDIAN_AUCPOINT_STATE(param1) end;
-
----鑾峰彇浜虹墿鍐呭姛缁忕粶鐨勫紑鍏冲垪琛
----@return table "杩斿洖:鑾峰彇浜虹墿鍐呭姛缁忕粶鐨勫紑鍏冲垪琛"
-function SL:Get_MERIDIAN_OPEN_LIST() end;
-
----鑾峰彇浜虹墿鍐呭姛瀵瑰簲缁忕粶绛夌骇
----* param1 鍐呭姛
----@param param1 number
----@return number "杩斿洖:鑾峰彇浜虹墿鍐呭姛瀵瑰簲缁忕粶绛夌骇"
-function SL:Get_MERIDIAN_LV(param1) end;
-
----鑾峰彇浜虹墿鎵鏈夋嫢鏈夌殑杩炲嚮鎶鑳
----@return table "杩斿洖:鑾峰彇浜虹墿鎵鏈夋嫢鏈夌殑杩炲嚮鎶鑳"
-function SL:Get_HAVE_COMBO_SKILLS() end;
-
----鑾峰彇浜虹墿瀵瑰簲杩炲嚮鎶鑳
----* skillID 鎶鑳絀D
----@param skillID number
----@return table "杩斿洖:鑾峰彇浜虹墿瀵瑰簲杩炲嚮鎶鑳"
-function SL:Get_COMBO_SKILL_DATA(skillID) end;
-
----鑾峰彇浜虹墿杩炲嚮鎶鑳界瓑绾х啛缁冨害鏁版嵁
----* skillID 鎶鑳絀D
----@param skillID number
----@return table "杩斿洖:鑾峰彇浜虹墿杩炲嚮鎶鑳界瓑绾х啛缁冨害鏁版嵁"
-function SL:Get_COMBO_SKILL_TRAIN_DATA(skillID) end;
-
----鑾峰彇浜虹墿璁剧疆涓鸿繛鍑荤殑鏁版嵁
----@return table "杩斿洖:鑾峰彇浜虹墿璁剧疆涓鸿繛鍑荤殑鏁版嵁"
-function SL:Get_SET_COMBO_SKILLS() end;
-
----浜虹墿寮鍚殑杩炲嚮涓暟
----@return number "杩斿洖:浜虹墿寮鍚殑杩炲嚮涓暟"
-function SL:Get_OPEN_COMBO_NUM() end;
-
----浜虹墿鏄惁瀛︿範鍐呭姛
----@return boolean "杩斿洖:浜虹墿鏄惁瀛︿範鍐呭姛 true/false"
-function SL:Get_IS_LEARNED_INTERNAL() end;
-
----鑾峰彇瀵瑰簲杩炲嚮鏍煎瓙棰濆鍔犳毚鍑诲嚑鐜
----* param1 杩炲嚮鏍煎瓙index(1-4)
----@param param1 number
----@return number "杩斿洖:鑾峰彇瀵瑰簲杩炲嚮鏍煎瓙棰濆鍔犳毚鍑诲嚑鐜"
-function SL:Get_EXTRA_COMBO_BJRATE(param1) end;
-
----璺戞绉诲姩鏍煎瓙鏁
----@return number "杩斿洖:璺戞绉诲姩鏍煎瓙鏁"
-function SL:Get_RUN_STEP() end;
-
----鑳藉惁璺
----@return boolean "杩斿洖:鑳藉惁璺 true/false"
-function SL:Get_CAN_RUN_ABLE() end;
-
----褰撳墠鏌ョ湅浠栦汉瑙掕壊ID
----@return string "杩斿洖:褰撳墠鏌ョ湅浠栦汉瑙掕壊ID"
-function SL:Get_LOOK_TARGET_ID() end;
-
----褰撳墠鏌ョ湅浠栦汉瑙掕壊鍚嶅瓧
----@return string "杩斿洖:褰撳墠鏌ョ湅浠栦汉瑙掕壊鍚嶅瓧"
-function SL:Get_LOOK_TARGET_NAME() end;
-
----褰撳墠鏌ョ湅浠栦汉瑙掕壊鍚嶅瓧棰滆壊ID
----@return number "杩斿洖:褰撳墠鏌ョ湅浠栦汉瑙掕壊鍚嶅瓧棰滆壊ID"
-function SL:Get_LOOK_TARGET_NAME_COLOR() end;
-
----鐜╁灞炴у垵濮嬪寲瀹屾垚
----@return boolean "杩斿洖:鐜╁灞炴у垵濮嬪寲瀹屾垚 true/false"
-function SL:Get_PLAYER_INITED() end;
-
----鑾峰彇褰撳墠PK妯″紡
----@return number "杩斿洖:鑾峰彇褰撳墠PK妯″紡 杩斿洖锛氳幏鍙栧綋鍓峆K妯″紡
0锛氬叏浣
1锛氬拰骞
2锛氬か濡
3锛氬笀寰
4锛氱粍闃
5锛氬叕浼
6锛氬杽鎭
7锛氬浗瀹"
-function SL:Get_PKMODE() end;
-
----璇K妯″紡鏄惁鍙互鍒囨崲
----* param PK妯″紡
----@param param number
----@return boolean "杩斿洖:璇K妯″紡鏄惁鍙互鍒囨崲 true/false"
-function SL:Get_PKMODE_CAN_USE(param) end;
-
----浜虹墿褰撳墠鍧愭爣X
----@return number "杩斿洖:浜虹墿褰撳墠鍧愭爣X"
-function SL:Get_X() end;
-
----浜虹墿褰撳墠鍧愭爣Y
----@return number "杩斿洖:浜虹墿褰撳墠鍧愭爣Y"
-function SL:Get_Y() end;
-
----鏍规嵁姘旀场index鑾峰彇姘旀场鏁版嵁
----* index 姘旀场
----@param index userdata
----@return table "杩斿洖:鏍规嵁姘旀场index鑾峰彇姘旀场鏁版嵁"
-function SL:Get_BUBBLETIPS_INFO(index) end;
-
----杞敓灞炴х偣
----@return number "杩斿洖:杞敓灞炴х偣"
-function SL:Get_BONUSPOINT() end;
-
----鑾峰彇buffID鐨勯厤缃〃鏁版嵁
----* buffID buffID 鏃犲弬, 鍒欐暣涓猙uff琛ㄦ暟鎹
----@param buffID number
----@return table "杩斿洖:buffID鐨勯厤缃〃鏁版嵁"
-function SL:Get_BUFF_CONFIG(buffID) end;
-
----榛戝褰撳墠鐘舵
----@return number "杩斿洖:榛戝褰撳墠鐘舵"
-function SL:Get_DARK_STATE() end;
-
----鍐呰澶村彂鍋忕Щ閰嶇疆
----@return table "杩斿洖:鍐呰澶村彂鍋忕Щ閰嶇疆"
-function SL:Get_UIMODEL_HAIR_OFFSET() end;
-
----鍐呰瑁呭鍋忕Щ閰嶇疆
----@return table "杩斿洖:鍐呰瑁呭鍋忕Щ閰嶇疆"
-function SL:Get_UIMODEL_EQUIP_OFFSET() end;
-
----灞忓箷鐐瑰嚮鐘舵
----@return boolean "杩斿洖:灞忓箷鐐瑰嚮鐘舵"
-function SL:Get_TOUCH_STATE() end;
-
----榧犳爣绉诲姩浣嶇疆
----@return table "杩斿洖:榧犳爣绉诲姩浣嶇疆"
-function SL:Get_MOUSE_MOVE_POS() end;
-
----浜ゆ槗琛屽紑鍚姸鎬
----@return boolean "杩斿洖:浜ゆ槗琛屽紑鍚姸鎬 true/false"
-function SL:Get_TRADINGBANK_OPENSTATUS() end;
-
----PC绔 CTRL閿槸鍚︽寜涓
----@return boolean "杩斿洖:PC绔 CTRL閿槸鍚︽寜涓 true/false"
-function SL:Get_CTRL_PRESSED() end;
-
----褰撳墠鏌ョ湅鐜╁鑱屼笟
----@return number "杩斿洖:褰撳墠鏌ョ湅鐜╁鑱屼笟"
-function SL:Get_L_M_JOB() end;
-
----褰撳墠鏌ョ湅鐜╁鍙戝瀷
----@return number "杩斿洖:褰撳墠鏌ョ湅鐜╁鍙戝瀷"
-function SL:Get_L_M_HAIR() end;
-
----褰撳墠鏌ョ湅鐜╁绛夌骇
----@return number "杩斿洖:褰撳墠鏌ョ湅鐜╁绛夌骇"
-function SL:Get_L_M_LEVEL() end;
-
----褰撳墠鏌ョ湅鐜╁鎬у埆
----@return number "杩斿洖:褰撳墠鏌ョ湅鐜╁鎬у埆"
-function SL:Get_L_M_SEX() end;
-
----褰撳墠鏌ョ湅鐜╁鏁版嵁
----@return table "杩斿洖:褰撳墠鏌ョ湅鐜╁鏁版嵁"
-function SL:Get_L_M_PLAYER_DATA() end;
-
----褰撳墠鏌ョ湅鐜╁鏌愪釜瑁呭浣嶆暟鎹
----* param1 瑁呭浣峣d/瑁呭鍚嶇О
----@param param1 string
----@return table "杩斿洖:褰撳墠鏌ョ湅鐜╁鏌愪釜瑁呭浣嶆暟鎹"
-function SL:Get_L_M_EQUIP_DATA(param1) end;
-
----褰撳墠鏌ョ湅鐜╁鐨勬墍鏈夎澶囦綅鏁版嵁
----@return table "杩斿洖:褰撳墠鏌ョ湅鐜╁鐨勬墍鏈夎澶囦綅鏁版嵁"
-function SL:Get_L_M_EQUIP_POS_DATAS() end;
-
----褰撳墠鏌ョ湅鐜╁鐨勮浼氫俊鎭
----@return table "杩斿洖:褰撳墠鏌ョ湅鐜╁鐨勮浼氫俊鎭"
-function SL:Get_L_M_GUILD_INFO() end;
-
----褰撳墠鏌ョ湅鐜╁鐨勭О鍙锋暟鎹
----@return table "杩斿洖:褰撳墠鏌ョ湅鐜╁鐨勭О鍙锋暟鎹"
-function SL:Get_L_M_TITLES() end;
-
----褰撳墠鏌ョ湅鐜╁婵娲荤殑绉板彿id
----@return number "杩斿洖:褰撳墠鏌ョ湅鐜╁婵娲荤殑绉板彿id"
-function SL:Get_L_M_TITLE_ACTIVATE_ID() end;
-
----褰撳墠鏌ョ湅鐜╁娉曢樀鏁版嵁
----@return table "杩斿洖:褰撳墠鏌ョ湅鐜╁娉曢樀鏁版嵁"
-function SL:Get_L_M_EMBATTLE() end;
-
----鑻遍泟鍚嶅瓧
----@return string "杩斿洖:鑻遍泟鍚嶅瓧"
-function SL:Get_H_USERNAME() end;
-
----鑻遍泟绛夌骇
----@return number "杩斿洖:鑻遍泟绛夌骇"
-function SL:Get_H_LEVEL() end;
-
----鑻遍泟杞敓绛夌骇
----@return number "杩斿洖:鑻遍泟杞敓绛夌骇"
-function SL:Get_H_RELEVEL() end;
-
----鑻遍泟褰撳墠缁忛獙
----@return number "杩斿洖:鑻遍泟褰撳墠缁忛獙"
-function SL:Get_H_EXP() end;
-
----鑻遍泟鏈澶х粡楠
----@return number "杩斿洖:鑻遍泟鏈澶х粡楠"
-function SL:Get_H_MAXEXP() end;
-
----鑱屼笟鍚嶇О
----@return string "杩斿洖:鑱屼笟鍚嶇О"
-function SL:Get_H_JOBNAME() end;
-
----鑻遍泟鑱屼笟
----@return number "杩斿洖:鑻遍泟鑱屼笟"
-function SL:Get_H_JOB() end;
-
----鑻遍泟鎬у埆
----@return number "杩斿洖:鑻遍泟鎬у埆"
-function SL:Get_H_SEX() end;
-
----鑻遍泟鍙戝瀷ID
----@return number "杩斿洖:鑻遍泟鍙戝瀷ID"
-function SL:Get_H_HAIR() end;
-
----鏈澶х敓鍛藉
----@return number "杩斿洖:鏈澶х敓鍛藉"
-function SL:Get_H_MAXHP() end;
-
----鏈澶ч瓟娉曞
----@return number "杩斿洖:鏈澶ч瓟娉曞"
-function SL:Get_H_MAXMP() end;
-
----褰撳墠鐢熷懡鍊
----@return number "杩斿洖:褰撳墠鐢熷懡鍊"
-function SL:Get_H_HP() end;
-
----褰撳墠榄旀硶鍊
----@return number "杩斿洖:褰撳墠榄旀硶鍊"
-function SL:Get_H_MP() end;
-
----褰撳墠琛閲忕櫨鍒嗘瘮
----@return number "杩斿洖:褰撳墠琛閲忕櫨鍒嗘瘮"
-function SL:Get_H_HPPercent() end;
-
----褰撳墠钃濋噺鐧惧垎姣
----@return number "杩斿洖:褰撳墠钃濋噺鐧惧垎姣"
-function SL:Get_H_MPPercent() end;
-
----褰撳墠缁忛獙鐧惧垎姣
----@return number "杩斿洖:褰撳墠缁忛獙鐧惧垎姣"
-function SL:Get_H_EXPPercent() end;
-
----鏀诲嚮涓嬮檺
----@return number "杩斿洖:鏀诲嚮涓嬮檺"
-function SL:Get_H_MIN_ATK() end;
-
----鏀诲嚮涓婇檺
----@return number "杩斿洖:鏀诲嚮涓婇檺"
-function SL:Get_H_MAX_ATK() end;
-
----榄旀敾涓嬮檺
----@return number "杩斿洖:榄旀敾涓嬮檺"
-function SL:Get_H_MIN_MAT() end;
-
----榄旀敾涓婇檺
----@return number "杩斿洖:榄旀敾涓婇檺"
-function SL:Get_H_MAX_MAT() end;
-
----閬撴湳涓嬮檺
----@return number "杩斿洖:閬撴湳涓嬮檺"
-function SL:Get_H_MIN_DAO() end;
-
----閬撴湳涓婇檺
----@return number "杩斿洖:閬撴湳涓婇檺"
-function SL:Get_H_MAX_DAO() end;
-
----鐗╅槻涓嬮檺
----@return number "杩斿洖:鐗╅槻涓嬮檺"
-function SL:Get_H_MIN_DEF() end;
-
----榄旈槻涓嬮檺
----@return number "杩斿洖:榄旈槻涓嬮檺"
-function SL:Get_H_MIN_MDF() end;
-
----榄旈槻涓婇檺
----@return number "杩斿洖:榄旈槻涓婇檺"
-function SL:Get_H_MAX_MDF() end;
-
----鍛戒腑
----@return number "杩斿洖:鍛戒腑"
-function SL:Get_H_HIT() end;
-
----鏀诲嚮閫熷害
----@return number "杩斿洖:鏀诲嚮閫熷害"
-function SL:Get_H_HITSPD() end;
-
----鑻遍泟鏆村嚮鍑犵巼
----@return number "杩斿洖:鑻遍泟鏆村嚮鍑犵巼"
-function SL:Get_H_BURST() end;
-
----鑻遍泟鏆村嚮浼ゅ
----@return number "杩斿洖:鑻遍泟鏆村嚮浼ゅ"
-function SL:Get_H_BURST_DAM() end;
-
----鑻遍泟鐗╀激鍑忓厤
----@return number "杩斿洖:鑻遍泟鐗╀激鍑忓厤"
-function SL:Get_H_IMM_ATT() end;
-
----鑻遍泟榄斾激鍑忓厤
----@return number "杩斿洖:鑻遍泟榄斾激鍑忓厤"
-function SL:Get_H_IMM_MAG() end;
-
----鐗╃悊绌块
----@return number "杩斿洖:鐗╃悊绌块"
-function SL:Get_H_IGN_DEF() end;
-
----鍚歌
----@return number "杩斿洖:鍚歌"
-function SL:Get_H_SUCK_HP() end;
-
----鑻遍泟骞歌繍
----@return number "杩斿洖:鑻遍泟骞歌繍"
-function SL:Get_H_LUCK() end;
-
----鎬墿鐖嗙巼
----@return number "杩斿洖:鎬墿鐖嗙巼"
-function SL:Get_H_DROP() end;
-
----褰撳墠閲嶉噺
----@return number "杩斿洖:褰撳墠閲嶉噺"
-function SL:Get_H_BW() end;
-
----鑻遍泟鏈澶ц礋閲
----@return number "杩斿洖:鑻遍泟鏈澶ц礋閲"
-function SL:Get_H_MAXBW() end;
-
----鑻遍泟绌挎埓璐熼噸
----@return number "杩斿洖:鑻遍泟绌挎埓璐熼噸"
-function SL:Get_H_WW() end;
-
----鑻遍泟鏈澶х┛鎴磋礋閲
----@return number "杩斿洖:鑻遍泟鏈澶х┛鎴磋礋閲"
-function SL:Get_H_MAXWW() end;
-
----鑻遍泟鑵曞姏
----@return number "杩斿洖:鑻遍泟鑵曞姏"
-function SL:Get_H_HW() end;
-
----褰撳墠鏈澶у彲绌挎埓鑵曞姏
----@return number "杩斿洖:褰撳墠鏈澶у彲绌挎埓鑵曞姏"
-function SL:Get_H_MAXHW() end;
-
----褰撳墠鎰ゆ
----@return number "杩斿洖:褰撳墠鎰ゆ"
-function SL:Get_H_ANGER() end;
-
----鏈澶ф劋鎬
----@return number "杩斿洖:鏈澶ф劋鎬"
-function SL:Get_H_MAXANGER() end;
-
----鑻遍泟鎬掓皵鍊兼槸鍚︽弧
----@return boolean "杩斿洖:鑻遍泟鎬掓皵鍊兼槸鍚︽弧 true/false"
-function SL:Get_H_SHAN() end;
-
----鍗曟鎬掓皵澧炲姞鍊
----@return number "杩斿洖:鍗曟鎬掓皵澧炲姞鍊"
-function SL:Get_H_SPEED() end;
-
----鎬掓皵澧炲姞闂撮殧鏃堕棿
----@return number "杩斿洖:鎬掓皵澧炲姞闂撮殧鏃堕棿"
-function SL:Get_H_DELAYT() end;
-
----鑾峰彇鑻遍泟鏌愪竴瑁呭鏁版嵁
----* param1 瑁呭浣峣d 鎴栬 瑁呭鍚嶇О
----* param2 鏄惁澶氫釜瑁呭浣嶅叡浜
----@param param1 string
----@param param2 boolean
----@return table "杩斿洖:鑾峰彇鑻遍泟鏌愪竴瑁呭鏁版嵁"
-function SL:Get_H_EQUIP_DATA(param1,param2) end;
-
----鑾峰彇鑻遍泟瀵瑰簲瑁呭浣嶆暟鎹垪琛
----* param1 瑁呭浣峣d
----@param param1 number
----@return table "杩斿洖:鑾峰彇鑻遍泟瀵瑰簲瑁呭浣嶆暟鎹垪琛"
-function SL:Get_H_EQUIP_DATA_LIST(param1) end;
-
----鑾峰彇鑻遍泟娉曢樀鏁版嵁
----@return table "杩斿洖:鑾峰彇鑻遍泟娉曢樀鏁版嵁"
-function SL:Get_H_EMBATTLE() end;
-
----鑾峰彇鑻遍泟瑁呭浣嶅搴擬akeIndex鏁版嵁
----@return table "杩斿洖:鑾峰彇鑻遍泟瑁呭浣嶅搴擬akeIndex鏁版嵁"
-function SL:Get_H_EQUIP_POS_DATAS() end;
-
----鑻遍泟鐨勭О鍙锋暟鎹
----@return table "杩斿洖:鑻遍泟鐨勭О鍙锋暟鎹"
-function SL:Get_H_TITLES() end;
-
----鑻遍泟婵娲荤殑绉板彿id
----@return number "杩斿洖:鑻遍泟婵娲荤殑绉板彿id"
-function SL:Get_H_TITLE_ACTIVATE_ID() end;
-
----鑾峰彇鑻遍泟鎶鑳界殑绛夌骇鐔熺粌搴︽暟鎹
----* param1 鎶鑳絀D
----@param param1 number
----@return table "杩斿洖:鑾峰彇鑻遍泟鎶鑳界殑绛夌骇鐔熺粌搴︽暟鎹"
-function SL:Get_H_SKILL_TRAIN_DATA(param1) end;
-
----鑾峰彇鑻遍泟鎶鑳芥暟鎹
----* skillID 鎶鑳絀D
----@param skillID number
----@return table "杩斿洖:鑾峰彇鑻遍泟鎶鑳芥暟鎹"
-function SL:Get_H_SKILL_DATA(skillID) end;
-
----鑾峰彇鎶鑳藉悕
----* skillID 鎶鑳絀D
----@param skillID number
----@return string "杩斿洖:鑾峰彇鎶鑳藉悕"
-function SL:Get_H_SKILL_NAME(skillID) end;
-
----鑾峰彇鑻遍泟鎶鑳藉揩鎹烽敭
----* skillID 鎶鑳絀D
----@param skillID number
----@return number "杩斿洖:鑾峰彇鑻遍泟鎶鑳藉揩鎹烽敭"
-function SL:Get_H_SKILL_KEY(skillID) end;
-
----鑾峰彇宸叉湁鎶鑳芥暟鎹
----* param1 鏄惁鎺掗櫎鏅敾
----* param2 鏄惁鍙幏鍙栦富鍔ㄦ妧鑳
----@param param1 boolean
----@param param2 boolean
----@return table "杩斿洖:鑾峰彇宸叉湁鎶鑳芥暟鎹"
-function SL:Get_H_LEARNED_SKILLS(param1,param2) end;
-
----鑻遍泟鍐呭姛褰撳墠鍐呭姏鍊
----* id 寮曟搸鍥哄畾100
----@param id number
----@return number "杩斿洖:鑻遍泟鍐呭姛褰撳墠鍐呭姏鍊"
-function SL:Get_H_CUR_ABIL_BY_ID(id) end;
-
----鑻遍泟鍐呭姛鏈澶у唴鍔涘
----* id 寮曟搸鍥哄畾100
----@param id number
----@return number "杩斿洖:鑻遍泟鍐呭姛鏈澶у唴鍔涘"
-function SL:Get_H_MAX_ABIL_BY_ID(id) end;
-
----鑻遍泟鍐呭姛鏈澶х粡楠屽
----* id 寮曟搸鍥哄畾156
----@param id number
----@return number "杩斿洖:鑻遍泟鍐呭姛鏈澶х粡楠屽"
-function SL:Get_H_MAX_ABIL_BY_ID(id) end;
-
----鑻遍泟鍐呭姛褰撳墠缁忛獙鍊
----* id 寮曟搸鍥哄畾156
----@param id number
----@return number "杩斿洖:鑻遍泟鍐呭姛褰撳墠缁忛獙鍊"
-function SL:Get_H_CUR_ABIL_BY_ID(id) end;
-
----鑻遍泟鍐呭姛绛夌骇
----* id 寮曟搸鍥哄畾157
----@param id number
----@return number "杩斿洖:鑻遍泟鍐呭姛绛夌骇"
-function SL:Get_H_CUR_ABIL_BY_ID(id) end;
-
----鑻遍泟鍐呭姛褰撳墠鏂楄浆鏄熺Щ鍊
----* id 寮曟搸鍥哄畾105
----@param id number
----@return number "杩斿洖:鑻遍泟鍐呭姛褰撳墠鏂楄浆鏄熺Щ鍊"
-function SL:Get_H_CUR_ABIL_BY_ID(id) end;
-
----鑻遍泟鍐呭姛鏈澶ф枟杞槦绉诲
----* id 寮曟搸鍥哄畾105
----@param id number
----@return number "杩斿洖:鑻遍泟鍐呭姛鏈澶ф枟杞槦绉诲"
-function SL:Get_H_MAX_ABIL_BY_ID(id) end;
-
----鑾峰彇鑻遍泟鎷ユ湁鍐呭姛鎶鑳藉垪琛
----@return table "杩斿洖:鑾峰彇鑻遍泟鎷ユ湁鍐呭姛鎶鑳藉垪琛"
-function SL:Get_H_INTERNAL_SKILLS() end;
-
----鑾峰彇鑻遍泟鍐呭姛鎶鑳芥暟鎹
----* skillID 鎶鑳絀D
----* skillType 鎶鑳界被鍨
----@param skillID number
----@param skillType number
----@return table "杩斿洖:鑾峰彇鑻遍泟鍐呭姛鎶鑳芥暟鎹"
-function SL:Get_H_INTERNAL_SKILL_DATA(skillID,skillType) end;
-
----鑾峰彇鑻遍泟鍐呭姛鎶鑳界瓑绾х啛缁冨害鏁版嵁
----* skillID 鎶鑳絀D
----* skillType 鎶鑳界被鍨
----@param skillID number
----@param skillType number
----@return table "杩斿洖:鑾峰彇鑻遍泟鍐呭姛鎶鑳界瓑绾х啛缁冨害鏁版嵁"
-function SL:Get_H_INTERNAL_SKILL_TRAIN_DATA(skillID,skillType) end;
-
----鑾峰彇鑻遍泟鍐呭姛鎶鑳藉紑鍏
----* skillID 鎶鑳絀D
----* skillType 鎶鑳界被鍨
----@param skillID number
----@param skillType number
----@return number "杩斿洖:鑾峰彇鑻遍泟鍐呭姛鎶鑳藉紑鍏"
-function SL:Get_H_INTERNAL_SKILL_ONOFF(skillID,skillType) end;
-
----鑾峰彇鑻遍泟鍐呭姛鎶鑳界煩褰㈠浘鏍囪矾寰
----* skillID 鎶鑳絀D
----* skillType 鎶鑳界被鍨
----@param skillID number
----@param skillType number
----@return string "杩斿洖:鑾峰彇鑻遍泟鍐呭姛鎶鑳界煩褰㈠浘鏍囪矾寰"
-function SL:Get_H_INTERNAL_SKILL_RECT_ICON_PATH(skillID,skillType) end;
-
----鑾峰彇鑻遍泟鍐呭姛鎶鑳藉悕瀛
----* skillID 鎶鑳絀D
----* skillType 鎶鑳界被鍨
----@param skillID number
----@param skillType number
----@return table "杩斿洖:鑾峰彇鑻遍泟鍐呭姛鎶鑳藉悕瀛"
-function SL:Get_H_INTERNAL_SKILL_NAME(skillID,skillType) end;
-
----鑾峰彇鑻遍泟鍐呭姛鎶鑳芥弿杩
----* skillID 鎶鑳絀D
----* skillType 鎶鑳界被鍨
----@param skillID number
----@param skillType number
----@return table "杩斿洖:鑾峰彇鑻遍泟鍐呭姛鎶鑳芥弿杩"
-function SL:Get_H_INTERNAL_SKILL_DESC(skillID,skillType) end;
-
----鑾峰彇鑻遍泟鍐呭姛瀵瑰簲缁忕粶鐨勭┐浣嶆槸鍚︽縺娲诲垪琛
----* param1 缁忕粶ID
----@param param1 number
----@return table "杩斿洖:鑾峰彇鑻遍泟鍐呭姛瀵瑰簲缁忕粶鐨勭┐浣嶆槸鍚︽縺娲诲垪琛"
-function SL:Get_H_MERIDIAN_AUCPOINT_STATE(param1) end;
-
----鑾峰彇鑻遍泟鍐呭姛缁忕粶鐨勫紑鍏冲垪琛
----@return table "杩斿洖:鑾峰彇鑻遍泟鍐呭姛缁忕粶鐨勫紑鍏冲垪琛"
-function SL:Get_H_MERIDIAN_OPEN_LIST() end;
-
----鑾峰彇鑻遍泟鍐呭姛瀵瑰簲缁忕粶绛夌骇
----* param1 缁忕粶ID
----@param param1 number
----@return number "杩斿洖:鑾峰彇鑻遍泟鍐呭姛瀵瑰簲缁忕粶绛夌骇"
-function SL:Get_H_MERIDIAN_LV(param1) end;
-
----鑾峰彇鑻遍泟鎵鏈夋嫢鏈夌殑杩炲嚮鎶鑳
----@return table "杩斿洖:鑾峰彇鑻遍泟鎵鏈夋嫢鏈夌殑杩炲嚮鎶鑳"
-function SL:Get_H_HAVE_COMBO_SKILLS() end;
-
----鑾峰彇鑻遍泟瀵瑰簲杩炲嚮鎶鑳
----* skillID 鎶鑳絀D
----@param skillID number
----@return table "杩斿洖:鑾峰彇鑻遍泟瀵瑰簲杩炲嚮鎶鑳"
-function SL:Get_H_COMBO_SKILL_DATA(skillID) end;
-
----鑾峰彇鑻遍泟杩炲嚮鎶鑳界瓑绾х啛缁冨害鏁版嵁
----* skillID 鎶鑳絀D
----@param skillID number
----@return table "杩斿洖:鑾峰彇鑻遍泟杩炲嚮鎶鑳界瓑绾х啛缁冨害鏁版嵁"
-function SL:Get_H_COMBO_SKILL_TRAIN_DATA(skillID) end;
-
----鑾峰彇鑻遍泟璁剧疆涓鸿繛鍑荤殑鏁版嵁
----@return table "杩斿洖:鑾峰彇鑻遍泟璁剧疆涓鸿繛鍑荤殑鏁版嵁"
-function SL:Get_H_SET_COMBO_SKILLS() end;
-
----鑻遍泟寮鍚殑杩炲嚮涓暟
----@return number "杩斿洖:鑻遍泟寮鍚殑杩炲嚮涓暟"
-function SL:Get_H_OPEN_COMBO_NUM() end;
-
----鑻遍泟鏄惁瀛︿範鍐呭姛
----@return boolean "杩斿洖:鑻遍泟鏄惁瀛︿範鍐呭姛 true/false"
-function SL:Get_H_IS_LEARNED_INTERNAL() end;
-
----鑾峰彇鑻遍泟鎶鑳藉浘鏍
----* skillID 鎶鑳絀D
----@param skillID number
----@return string "杩斿洖:鑾峰彇鑻遍泟鎶鑳藉浘鏍"
-function SL:Get_H_SKILL_ICON_PATH(skillID) end;
-
----鑾峰彇鑻遍泟鐭╁舰鎶鑳藉浘鏍
----* skillID 鎶鑳絀D
----@param skillID number
----@return string "杩斿洖:鑾峰彇鑻遍泟鐭╁舰鎶鑳藉浘鏍"
-function SL:Get_H_SKILL_RECT_ICON_PATH(skillID) end;
-
----鑻遍泟灞炴у垵濮嬪寲瀹屾垚
----@return boolean "杩斿洖:鑻遍泟灞炴у垵濮嬪寲瀹屾垚 true/false"
-function SL:Get_HERO_INITED() end;
-
----鑻遍泟閿佸畾ActorID
----@return number "杩斿洖:鑻遍泟閿佸畾ActorID"
-function SL:Get_H_LOCK_TARGET_ID() end;
-
----浜ゆ槗琛岀帺瀹跺悕瀛
----@return string "杩斿洖:鐜╁鍚嶅瓧"
-function SL:Get_T_M_USERNAME() end;
-
----浜ゆ槗琛岀帺瀹剁瓑绾
----@return number "杩斿洖:鐜╁绛夌骇"
-function SL:Get_T_M_LEVEL() end;
-
----浜ゆ槗琛岃鑹茶浆鐢熺瓑绾
----@return number "杩斿洖:浜ゆ槗琛岃鑹茶浆鐢熺瓑绾"
-function SL:Get_T_M_RELEVEL() end;
-
----浜ゆ槗琛岃鑹插綋鍓嶇粡楠
----@return number "杩斿洖:浜ゆ槗琛岃鑹插綋鍓嶇粡楠"
-function SL:Get_T_M_EXP() end;
-
----浜ゆ槗琛岃鑹叉渶澶х粡楠
----@return number "杩斿洖:浜ゆ槗琛岃鑹叉渶澶х粡楠"
-function SL:Get_T_M_MAXEXP() end;
-
----浜ゆ槗琛岃鑹茶亴涓
----@return number "杩斿洖:浜ゆ槗琛岃鑹茶亴涓"
-function SL:Get_T_M_JOB() end;
-
----浜ゆ槗琛岃鑹叉у埆
----@return number "杩斿洖:浜ゆ槗琛岃鑹叉у埆"
-function SL:Get_T_M_SEX() end;
-
----浜ゆ槗琛岃鑹插彂鍨婭D
----@return number "杩斿洖:浜ゆ槗琛岃鑹插彂鍨婭D"
-function SL:Get_T_M_HAIR() end;
-
----浜ゆ槗琛岃鑹叉渶澶х敓鍛藉
----@return number "杩斿洖:浜ゆ槗琛岃鑹叉渶澶х敓鍛藉"
-function SL:Get_T_M_MAXHP() end;
-
----浜ゆ槗琛岃鑹叉渶澶ч瓟娉曞
----@return number "杩斿洖:浜ゆ槗琛岃鑹叉渶澶ч瓟娉曞"
-function SL:Get_T_M_MAXMP() end;
-
----浜ゆ槗琛岃鑹插綋鍓嶇敓鍛藉
----@return number "杩斿洖:浜ゆ槗琛岃鑹插綋鍓嶇敓鍛藉"
-function SL:Get_T_M_HP() end;
-
----浜ゆ槗琛岃鑹插綋鍓嶉瓟娉曞
----@return number "杩斿洖:浜ゆ槗琛岃鑹插綋鍓嶉瓟娉曞"
-function SL:Get_T_M_MP() end;
-
----浜ゆ槗琛岃鑹叉敾鍑讳笅闄
----@return number "杩斿洖:浜ゆ槗琛岃鑹叉敾鍑讳笅闄"
-function SL:Get_T_M_MIN_ATK() end;
-
----浜ゆ槗琛岃鑹叉敾鍑讳笂闄
----@return number "杩斿洖:浜ゆ槗琛岃鑹叉敾鍑讳笂闄"
-function SL:Get_T_M_MAX_ATK() end;
-
----浜ゆ槗琛岃鑹查瓟鏀讳笅闄
----@return number "杩斿洖:浜ゆ槗琛岃鑹查瓟鏀讳笅闄"
-function SL:Get_T_M_MIN_MAT() end;
-
----浜ゆ槗琛岃鑹查瓟鏀讳笂闄
----@return number "杩斿洖:浜ゆ槗琛岃鑹查瓟鏀讳笂闄"
-function SL:Get_T_M_MAX_MAT() end;
-
----浜ゆ槗琛岃鑹查亾鏈笅闄
----@return number "杩斿洖:浜ゆ槗琛岃鑹查亾鏈笅闄"
-function SL:Get_T_M_MIN_DAO() end;
-
----浜ゆ槗琛岃鑹查亾鏈笂闄
----@return number "杩斿洖:浜ゆ槗琛岃鑹查亾鏈笂闄"
-function SL:Get_T_M_MAX_DAO() end;
-
----浜ゆ槗琛岃鑹茬墿闃蹭笅闄
----@return number "杩斿洖:浜ゆ槗琛岃鑹茬墿闃蹭笅闄"
-function SL:Get_T_M_MIN_DEF() end;
-
----浜ゆ槗琛岃鑹茬墿闃蹭笂闄
----@return number "杩斿洖:浜ゆ槗琛岃鑹茬墿闃蹭笂闄"
-function SL:Get_T_M_MAX_DEF() end;
-
----浜ゆ槗琛岃鑹查瓟闃蹭笅闄
----@return number "杩斿洖:浜ゆ槗琛岃鑹查瓟闃蹭笅闄"
-function SL:Get_T_M_MIN_MDF() end;
-
----浜ゆ槗琛岃鑹查瓟闃蹭笂闄
----@return number "杩斿洖:浜ゆ槗琛岃鑹查瓟闃蹭笂闄"
-function SL:Get_T_M_MAX_MDF() end;
-
----浜ゆ槗琛岃鑹插懡涓
----@return number "杩斿洖:浜ゆ槗琛岃鑹插懡涓"
-function SL:Get_T_M_HIT() end;
-
----浜ゆ槗琛岃鑹叉敾鍑婚熷害
----@return number "杩斿洖:浜ゆ槗琛岃鑹叉敾鍑婚熷害"
-function SL:Get_T_M_HITSPD() end;
-
----浜ゆ槗琛岃鑹叉毚鍑诲嚑鐜
----@return number "杩斿洖:浜ゆ槗琛岃鑹叉毚鍑诲嚑鐜"
-function SL:Get_T_M_BURST() end;
-
----浜ゆ槗琛岃鑹叉毚鍑讳激瀹
----@return number "杩斿洖:浜ゆ槗琛岃鑹叉毚鍑讳激瀹"
-function SL:Get_T_M_BURST_DAM() end;
-
----浜ゆ槗琛岃鑹茬墿浼ゅ噺鍏
----@return number "杩斿洖:浜ゆ槗琛岃鑹茬墿浼ゅ噺鍏"
-function SL:Get_T_M_IMM_ATT() end;
-
----浜ゆ槗琛岃鑹查瓟浼ゅ噺鍏
----@return number "杩斿洖:浜ゆ槗琛岃鑹查瓟浼ゅ噺鍏"
-function SL:Get_T_M_IMM_MAG() end;
-
----浜ゆ槗琛岃鑹插惛琛
----@return number "杩斿洖:浜ゆ槗琛岃鑹插惛琛"
-function SL:Get_T_M_SUCK_HP() end;
-
----浜ゆ槗琛岃鑹插垢杩
----@return number "杩斿洖:浜ゆ槗琛岃鑹插垢杩"
-function SL:Get_T_M_LUCK() end;
-
----浜ゆ槗琛岃鑹叉墿鐖嗙巼
----@return number "杩斿洖:浜ゆ槗琛岃鑹叉墿鐖嗙巼"
-function SL:Get_T_M_DROP() end;
-
----浜ゆ槗琛岃鑹插綋鍓嶉噸閲
----@return number "杩斿洖:浜ゆ槗琛岃鑹插綋鍓嶉噸閲"
-function SL:Get_T_M_BW() end;
-
----浜ゆ槗琛岃鑹茬帺瀹舵渶澶ц礋閲
----@return number "杩斿洖:浜ゆ槗琛岃鑹茬帺瀹舵渶澶ц礋閲"
-function SL:Get_T_M_MAXBW() end;
-
----浜ゆ槗琛岃鑹茬┛鎴磋礋閲
----@return number "杩斿洖:浜ゆ槗琛岃鑹茬┛鎴磋礋閲"
-function SL:Get_T_M_WW() end;
-
----浜ゆ槗琛岃鑹叉渶澶х┛鎴磋礋閲
----@return number "杩斿洖:浜ゆ槗琛岃鑹叉渶澶х┛鎴磋礋閲"
-function SL:Get_T_M_MAXWW() end;
-
----浜ゆ槗琛岃鑹茶厱鍔
----@return number "杩斿洖:浜ゆ槗琛岃鑹茶厱鍔"
-function SL:Get_T_M_HW() end;
-
----浜ゆ槗琛岃鑹插綋鍓嶆渶澶у彲绌挎埓鑵曞姏
----@return number "杩斿洖:浜ゆ槗琛岃鑹插綋鍓嶆渶澶у彲绌挎埓鑵曞姏"
-function SL:Get_T_M_MAXHW() end;
-
----浜ゆ槗琛岃鑹茬帺瀹跺悕瀛楅鑹插
----@return number "杩斿洖:浜ゆ槗琛岃鑹茬帺瀹跺悕瀛楅鑹插"
-function SL:Get_T_M_USERNAME_COLOR() end;
-
----浜ゆ槗琛岃鑹茬帺瀹剁殑绉板彿鏁版嵁
----@return table "杩斿洖:浜ゆ槗琛岃鑹茬帺瀹剁殑绉板彿鏁版嵁"
-function SL:Get_T_M_TITLES() end;
-
----褰撳墠鏌ョ湅浜ゆ槗琛岃鑹茬帺瀹舵縺娲荤殑绉板彿id
----@return number "杩斿洖:褰撳墠鏌ョ湅浜ゆ槗琛岃鑹茬帺瀹舵縺娲荤殑绉板彿id"
-function SL:Get_T_M_ACTIVATE_TITLE() end;
-
----鑾峰彇浜ゆ槗琛岃鑹叉妧鑳界殑绛夌骇鐔熺粌搴︽暟鎹
----* skillID 鎶鑳絀D
----@param skillID number
----@return table "杩斿洖:鑾峰彇浜ゆ槗琛岃鑹叉妧鑳界殑绛夌骇鐔熺粌搴︽暟鎹"
-function SL:Get_T_M_SKILL_TRAIN_DATA(skillID) end;
-
----鑾峰彇浜ゆ槗琛岃鑹叉妧鑳芥暟鎹
----* skillID 鎶鑳絀D
----@param skillID number
----@return table "杩斿洖:鑾峰彇浜ゆ槗琛岃鑹叉妧鑳芥暟鎹"
-function SL:Get_T_M_SKILL_DATA(skillID) end;
-
----鑾峰彇浜ゆ槗琛岃鑹插凡鏈夋妧鑳芥暟鎹
----* param1 鏄惁鎺掗櫎鏅敾
----* param2 鏄惁鍙幏鍙栦富鍔ㄦ妧鑳
----@param param1 number
----@param param2 number
----@return table "杩斿洖:鑾峰彇浜ゆ槗琛岃鑹插凡鏈夋妧鑳芥暟鎹"
-function SL:Get_T_M_LEARNED_SKILLS(param1,param2) end;
-
----鏍规嵁绫诲瀷ID鑾峰彇浜ゆ槗琛岃鑹插睘鎬у
----* typeID 绫诲瀷ID
----@param typeID number
----@return number "杩斿洖:鏍规嵁绫诲瀷ID鑾峰彇浜ゆ槗琛岃鑹插睘鎬у"
-function SL:Get_T_M_ATT_BY_TYPE(typeID) end;
-
----褰撳墠鏌ョ湅浜ゆ槗琛岃鑹茬帺瀹剁殑鎵鏈夎澶囦綅鏁版嵁
----@return table "杩斿洖:褰撳墠鏌ョ湅浜ゆ槗琛岃鑹茬帺瀹剁殑鎵鏈夎澶囦綅鏁版嵁"
-function SL:Get_T_M_EQUIP_POS_DATAS() end;
-
----褰撳墠鏌ョ湅浜ゆ槗琛岃鑹茬帺瀹剁殑琛屼細淇℃伅
----@return table "杩斿洖:褰撳墠鏌ョ湅浜ゆ槗琛岃鑹茬帺瀹剁殑琛屼細淇℃伅"
-function SL:Get_T_M_GUILD_INFO() end;
-
----鑾峰彇褰撳墠鏌ョ湅鐜╁瀵瑰簲瑁呭浣嶇殑瑁呭鏁版嵁
----@return table "杩斿洖:鑾峰彇褰撳墠鏌ョ湅鐜╁瀵瑰簲瑁呭浣嶇殑瑁呭鏁版嵁"
-function SL:Get_T_M_EQUIP_DATA() end;
-
----鑾峰彇褰撳墠鏌ョ湅鐜╁瀵瑰簲瑁呭浣嶇殑瑁呭鏁版嵁鍒楄〃
----@return table "杩斿洖:鑾峰彇褰撳墠鏌ョ湅鐜╁瀵瑰簲瑁呭浣嶇殑瑁呭鏁版嵁鍒楄〃"
-function SL:Get_T_M_EQUIP_DATA_LIST() end;
-
----閫氳繃MakeIndex鑾峰彇鏌ョ湅浜ゆ槗琛屼粬浜鸿澶囨暟鎹
----@return table "杩斿洖:鏌ョ湅浜ゆ槗琛屼粬浜鸿澶囨暟鎹"
-function SL:Get_T_M_EQUIP_DATA_BY_MAKEINDEX() end;
-
----浜ゆ槗琛岃嫳闆勫悕瀛
----@return string "杩斿洖:浜ゆ槗琛岃嫳闆勫悕瀛"
-function SL:Get_T_H_USERNAME() end;
-
----浜ゆ槗琛岃嫳闆勭瓑绾
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勭瓑绾"
-function SL:Get_T_H_LEVEL() end;
-
----浜ゆ槗琛岃嫳闆勮浆鐢熺瓑绾
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勮浆鐢熺瓑绾"
-function SL:Get_T_H_RELEVEL() end;
-
----浜ゆ槗琛岃嫳闆勫綋鍓嶇粡楠
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勫綋鍓嶇粡楠"
-function SL:Get_T_H_EXP() end;
-
----浜ゆ槗琛岃嫳闆勬渶澶х粡楠
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勬渶澶х粡楠"
-function SL:Get_T_H_MAXEXP() end;
-
----浜ゆ槗琛岃嫳闆勮亴涓
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勮亴涓"
-function SL:Get_T_H_JOB() end;
-
----浜ゆ槗琛岃嫳闆勬у埆
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勬у埆"
-function SL:Get_T_H_SEX() end;
-
----浜ゆ槗琛岃嫳闆勫彂鍨婭D
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勫彂鍨婭D"
-function SL:Get_T_H_HAIR() end;
-
----浜ゆ槗琛岃嫳闆勬渶澶х敓鍛藉
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勬渶澶х敓鍛藉"
-function SL:Get_T_H_MAXHP() end;
-
----浜ゆ槗琛岃嫳闆勬渶澶ч瓟娉曞
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勬渶澶ч瓟娉曞"
-function SL:Get_T_H_MAXMP() end;
-
----浜ゆ槗琛岃嫳闆勫綋鍓嶇敓鍛藉
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勫綋鍓嶇敓鍛藉"
-function SL:Get_T_H_HP() end;
-
----浜ゆ槗琛岃嫳闆勫綋鍓嶉瓟娉曞
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勫綋鍓嶉瓟娉曞"
-function SL:Get_T_H_MP() end;
-
----浜ゆ槗琛岃嫳闆勬敾鍑讳笅闄
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勬敾鍑讳笅闄"
-function SL:Get_T_H_MIN_ATK() end;
-
----浜ゆ槗琛岃嫳闆勬敾鍑讳笂闄
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勬敾鍑讳笂闄"
-function SL:Get_T_H_MAX_ATK() end;
-
----浜ゆ槗琛岃嫳闆勯瓟鏀讳笅闄
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勯瓟鏀讳笅闄"
-function SL:Get_T_H_MIN_MAT() end;
-
----浜ゆ槗琛岃嫳闆勯瓟鏀讳笂闄
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勯瓟鏀讳笂闄"
-function SL:Get_T_H_MAX_MAT() end;
-
----浜ゆ槗琛岃嫳闆勯亾鏈笅闄
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勯亾鏈笅闄"
-function SL:Get_T_H_MIN_DAO() end;
-
----浜ゆ槗琛岃嫳闆勯亾鏈笂闄
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勯亾鏈笂闄"
-function SL:Get_T_H_MAX_DAO() end;
-
----浜ゆ槗琛岃嫳闆勭墿闃蹭笅闄
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勭墿闃蹭笅闄"
-function SL:Get_T_H_MIN_DEF() end;
-
----浜ゆ槗琛岃嫳闆勭墿闃蹭笂闄
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勭墿闃蹭笂闄"
-function SL:Get_T_H_MAX_DEF() end;
-
----浜ゆ槗琛岃嫳闆勯瓟闃蹭笅闄
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勯瓟闃蹭笅闄"
-function SL:Get_T_H_MIN_MDF() end;
-
----浜ゆ槗琛岃嫳闆勯瓟闃蹭笂闄
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勯瓟闃蹭笂闄"
-function SL:Get_T_H_MAX_MDF() end;
-
----浜ゆ槗琛岃嫳闆勫懡涓
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勫懡涓"
-function SL:Get_T_H_HIT() end;
-
----浜ゆ槗琛岃嫳闆勬敾鍑婚熷害
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勬敾鍑婚熷害"
-function SL:Get_T_H_HITSPD() end;
-
----浜ゆ槗琛岃嫳闆勬毚鍑诲嚑鐜
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勬毚鍑诲嚑鐜"
-function SL:Get_T_H_BURST() end;
-
----浜ゆ槗琛岃嫳闆勬毚鍑讳激瀹
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勬毚鍑讳激瀹"
-function SL:Get_T_H_BURST_DAM() end;
-
----浜ゆ槗琛岃嫳闆勭墿浼ゅ噺鍏
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勭墿浼ゅ噺鍏"
-function SL:Get_T_H_IMM_ATT() end;
-
----浜ゆ槗琛岃嫳闆勯瓟浼ゅ噺鍏
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勯瓟浼ゅ噺鍏"
-function SL:Get_T_H_IMM_MAG() end;
-
----浜ゆ槗琛岃嫳闆勫惛琛
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勫惛琛"
-function SL:Get_T_H_SUCK_HP() end;
-
----浜ゆ槗琛岃嫳闆勫垢杩
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勫垢杩"
-function SL:Get_T_H_LUCK() end;
-
----浜ゆ槗琛岃嫳闆勬墿鐖嗙巼
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勬墿鐖嗙巼"
-function SL:Get_T_H_DROP() end;
-
----浜ゆ槗琛岃嫳闆勫綋鍓嶉噸閲
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勫綋鍓嶉噸閲"
-function SL:Get_T_H_BW() end;
-
----浜ゆ槗琛岃嫳闆勬渶澶ц礋閲
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勬渶澶ц礋閲"
-function SL:Get_T_H_MAXBW() end;
-
----浜ゆ槗琛岃嫳闆勭┛鎴磋礋閲
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勭┛鎴磋礋閲"
-function SL:Get_T_H_WW() end;
-
----浜ゆ槗琛岃嫳闆勬渶澶х┛鎴磋礋閲
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勬渶澶х┛鎴磋礋閲"
-function SL:Get_T_H_MAXWW() end;
-
----浜ゆ槗琛岃嫳闆勮厱鍔
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勮厱鍔"
-function SL:Get_T_H_HW() end;
-
----浜ゆ槗琛岃嫳闆勫綋鍓嶆渶澶у彲绌挎埓鑵曞姏
----@return number "杩斿洖:浜ゆ槗琛岃嫳闆勫綋鍓嶆渶澶у彲绌挎埓鑵曞姏"
-function SL:Get_T_H_MAXHW() end;
-
----浜ゆ槗琛岃嫳闆勭殑绉板彿鏁版嵁
----@return table "杩斿洖:浜ゆ槗琛岃嫳闆勭殑绉板彿鏁版嵁"
-function SL:Get_T_H_TITLES() end;
-
----褰撳墠鏌ョ湅鑻遍泟婵娲荤殑绉板彿id
----@return number "杩斿洖:褰撳墠鏌ョ湅鑻遍泟婵娲荤殑绉板彿id"
-function SL:Get_T_H_ACTIVATE_TITLE() end;
-
----鑾峰彇浜ゆ槗琛岃嫳闆勬妧鑳界殑绛夌骇鐔熺粌搴︽暟鎹
----* skillID 鎶鑳絀D
----@param skillID number
----@return table "杩斿洖:鑾峰彇浜ゆ槗琛岃嫳闆勬妧鑳界殑绛夌骇鐔熺粌搴︽暟鎹"
-function SL:Get_T_H_SKILL_TRAIN_DATA(skillID) end;
-
----鑾峰彇浜ゆ槗琛岃嫳闆勬妧鑳芥暟鎹
----* skillID 鎶鑳絀D
----@param skillID number
----@return table "杩斿洖:鑾峰彇浜ゆ槗琛岃嫳闆勬妧鑳芥暟鎹"
-function SL:Get_T_H_SKILL_DATA(skillID) end;
-
----鑾峰彇浜ゆ槗琛岃嫳闆勫凡鏈夋妧鑳芥暟鎹
----* param1 鏄惁鎺掗櫎鏅敾
----* param2 鏄惁鍙幏鍙栦富鍔ㄦ妧鑳
----@param param1 boolean
----@param param2 boolean
----@return table "杩斿洖:鑾峰彇浜ゆ槗琛岃嫳闆勫凡鏈夋妧鑳芥暟鎹"
-function SL:Get_T_H_LEARNED_SKILLS(param1,param2) end;
-
----鏍规嵁绫诲瀷ID鑾峰彇浜ゆ槗琛岃嫳闆勫睘鎬у
----* typeID 绫诲瀷ID
----@param typeID number
----@return number "杩斿洖:鏍规嵁绫诲瀷ID鑾峰彇浜ゆ槗琛岃嫳闆勫睘鎬у"
-function SL:Get_T_H_ATT_BY_TYPE(typeID) end;
-
----褰撳墠鏌ョ湅鑻遍泟鐨勬墍鏈夎澶囦綅鏁版嵁
----@return table "杩斿洖:褰撳墠鏌ョ湅鑻遍泟鐨勬墍鏈夎澶囦綅鏁版嵁"
-function SL:Get_T_H_EQUIP_POS_DATAS() end;
-
----鑾峰彇褰撳墠鏌ョ湅鑻遍泟瀵瑰簲瑁呭浣嶇殑瑁呭鏁版嵁
----@return table "杩斿洖:鑾峰彇褰撳墠鏌ョ湅鑻遍泟瀵瑰簲瑁呭浣嶇殑瑁呭鏁版嵁"
-function SL:Get_T_H_EQUIP_DATA() end;
-
----鑾峰彇褰撳墠鏌ョ湅鑻遍泟瀵瑰簲瑁呭浣嶇殑瑁呭鏁版嵁鍒楄〃
----@return table "杩斿洖:鑾峰彇褰撳墠鏌ョ湅鑻遍泟瀵瑰簲瑁呭浣嶇殑瑁呭鏁版嵁鍒楄〃"
-function SL:Get_T_H_EQUIP_DATA_LIST() end;
-
----閫氳繃MakeIndex鑾峰彇鏌ョ湅浜ゆ槗琛屼粬浜鸿嫳闆勮澶囨暟鎹
----@return table "杩斿洖:閫氳繃MakeIndex鑾峰彇鏌ョ湅浜ゆ槗琛屼粬浜鸿嫳闆勮澶囨暟鎹"
-function SL:Get_T_H_EQUIP_DATA_BY_MAKEINDEX() end;
-
----鏃ュ織鎵撳嵃
-function SL:release_print(...) end;
-
----DEBUG涓嬫棩蹇楁墦鍗(Print)
-function SL:Print(...) end;
-
----DEBUG涓嬫棩蹇楁墦鍗(PrintEx)
-function SL:PrintEx(...) end;
-
----DEBUG涓嬫棩蹇楁墦鍗(PrintTraceback)
-function SL:PrintTraceback(...) end;
-
----DEBUG涓嬫棩蹇楁墦鍗(dump)
----* data 闇瑕佹墦鍗扮殑琛
----* desciption 鎵撳嵃琛ㄦ弿杩
----* nesting 闇瑕佹墦鍗扮殑娣卞害
----@param data table
----@param desciption string
----@param nesting number
-function SL:dump(data, desciption, nesting) end;
-
----json瀛楃涓茶В瀵
----* jsonStr json瀛楃涓
----* isfilter 鏄惁杩囨护杩濈璇 榛樿涓簍rue
----@param jsonStr string
----@param isfilter boolean
----@return table "杩斿洖:json table"
-function SL:JsonDecode(jsonStr, isfilter) end;
-
----json瀛楃涓插姞瀵
----* jsonData json琛
----* isfilter 鏄惁杩囨护杩濈璇 榛樿涓簍rue
----@param jsonData table
----@param isfilter boolean
----@return string "杩斿洖:聽json string"
-function SL:JsonEncode(jsonData, isfilter) end;
-
----瀛樺偍瀛楃鍒版湰鍦
----* key 瀛楁鍚
----* data 鏁版嵁
----@param key any
----@param data number
-function SL:SetLocalString(key, data) end;
-
----浠庢湰鍦拌鍙栧瓧绗
----* key 瀛楁鍚
----@param key any
----@return string "杩斿洖:瀛楃"
-function SL:GetLocalString(key) end;
-
----鎵撳紑寮曞
----* data 鏁版嵁缁撴瀯
----@param data table
----@return userdata "杩斿洖:寮曞瀵硅薄"
-function SL:StartGuide(data) end;
-
----鍏抽棴寮曞
----* guide 寮曞瀵硅薄
----@param guide userdata
-function SL:CloseGuide(guide) end;
-
----琛ㄤ腑鐨勫搴 id 鐨勯鑹茶浆鎹㈡垚 RGB 鏍煎紡
----* id cfg_colour_style 琛ㄤ腑鐨勫搴 id
----@param id number
----@return table "杩斿洖:{r = 255, g = 255, b = 255}"
-function SL:GetColorByStyleId(id) end;
-
----琛ㄤ腑鐨勫搴 id 鐨勯鑹茶浆鎹㈡垚 16杩涘埗 鏍煎紡
----* id cfg_colour_style 琛ㄤ腑鐨勫搴 id
----@param id number
----@return string "杩斿洖:聽16杩涘埗 鏍煎紡"
-function SL:GetHexColorByStyleId(id) end;
-
----琛ㄤ腑鐨勫搴 id 鐨勯鑹插ぇ灏
----* id cfg_colour_style 琛ㄤ腑鐨勫搴 id
----@param id number
----@return number "杩斿洖:size"
-function SL:GetSizeByStyleId(id) end;
-
----Color3B棰滆壊杞寲涓篽ex 16杩涘埗
----* color3B 渚: {r = 255, g = 255, b = 255}
----@param color3B table
----@return string "杩斿洖:16杩涘埗 "#FFFFFF""
-function SL:GetColorHexFromRGB(color3B) end;
-
----鎾斁鎸夐挳鐐瑰嚮闊虫晥
-function SL:PlayBtnClickAudio() end;
-
----鎾斁闊虫晥
----* id cfg_sound琛ㄥ搴攊d
----* isLoop 鏄惁寰幆
----@param id number
----@param isLoop boolean
-function SL:PlaySound(id, isLoop) end;
-
----鎾斁鐧婚檰-閫夎闊虫晥
-function SL:PlaySelectRoleAudio() end;
-
----鎾斁寮瀹濈闊虫晥
-function SL:PlayOpenBoxAudio() end;
-
----鎾斁瀹濈鍐呴変腑闊虫晥
-function SL:PlayFlashBoxAudio() end;
-
----鍋滄鎵鏈夐煶鏁
-function SL:StopAllAudio() end;
-
----鍋滄闊虫晥
----* id cfg_sound琛ㄥ搴攊d
----@param id number
-function SL:StopSound(id) end;
-
----璧勬簮涓嬭浇
----* path 淇濆瓨鐨勬枃浠惰矾寰
----* url 涓嬭浇璧勬簮鍦板潃
----* downloadCB 鍥炶皟鍑芥暟
----@param path string
----@param url string
----@param downloadCB function
-function SL:DownLoadRes(path, url, downloadCB) end;
-
----灏忓湴鍥捐祫婧愪笅杞
----* mapId 灏忓湴鍥綢d
----* callback 鍥炶皟鍑芥暟
----@param mapId number
----@param callback function
-function SL:DownloadMiniMapRes(mapId, callback) end;
-
----鍒犻櫎GM缂撳瓨璧勬簮
----* filePath 鏂囦欢璺緞
----@param filePath string
-function SL:RemoveGMResFile(filePath) end;
-
----鍚戞湇鍔″櫒鍙戦佷竴涓〃鍗
----* filename 鏂囦欢鍚
----* funcName 鍑芥暟鍚
----* param 鍙傛暟(鏈澶ч暱搴4000瀛楃)
----@param filename string
----@param funcName string
----@param param string
-function SL:SubmitForm(filename, funcName, param) end;
-
----鑾峰彇鏂囦欢鍒楄〃
----* path 鏂囦欢璺緞
----@param path string
----@return table "杩斿洖:"dev"涓嬬殑璺緞"
-function SL:GetFilesByPath(path) end;
-
----鑾峰彇鏈嶅姟绔帹閫佺墿鍝佺殑鑷畾涔夊彉閲
----* key 鐗╁搧锛歮akeindex
----@param key number
----@return table "杩斿洖:鐗╁搧鎵鏈夌殑鑷畾涔夊彉閲忓"
-function SL:GetSerCustomVar(key) end;
-
----棰滆壊杞崲鍑芥暟
----* hexStr 16杩涘埗瀛楃
----@param hexStr string
----@return table "杩斿洖:浠16杩涘埗瀛楃杞负{r, g, b}"
-function SL:ConvertColorFromHexString(hexStr) end;
-
----鏂囦欢璺緞鏄惁瀛樺湪
----* path 鏂囦欢璺緞
----@param path string
----@return boolean "杩斿洖:鏂囦欢璺緞鏄惁瀛樺湪 true/false"
-function SL:IsFileExist(path) end;
-
----娣辨嫹璐
----* data 闇娣辨嫹璐濆唴瀹
----@param data table
----@return table "杩斿洖:娣辨嫹璐濆唴瀹"
-function SL:CopyData(data) end;
-
----瀛楃涓插垎鍓
----* str 鍒嗗壊鍐呭
----* delimiter 鍒嗗壊瀛楃
----@param str string
----@param delimiter string
----@return table "杩斿洖:鎷嗗垎鍚庡瓧绗"
-function SL:Split(str, delimiter) end;
-
----鏂囨湰鎻愮ず
----* str 鏄剧ず鏂囨湰
----@param str string
-function SL:ShowSystemTips(str) end;
-
----鍝堝笇琛ㄨ浆鎴愭寜鏁扮粍
----* hashTab 杞崲琛
----* sortFunc 鎺掑簭鏂规硶
----@param hashTab table
----@param sortFunc function
----@return table "杩斿洖:杞崲鍚巘able"
-function SL:HashToSortArray(hashTab, sortFunc) end;
-
----鏄剧ず鎻愮ず鏂囨湰妗
----* str 鏄剧ず鏂囨湰
----* width 鏄剧ず瀹藉害, 榛樿: 1136
----* pos 鍧愭爣, 榛樿: {x = 0, y = 0}
----* anchorPoint 閿氱偣, 榛樿: {x = 0, y = 1}
----@param str string
----@param width number
----@param pos table
----@param anchorPoint table
-function SL:SHOW_DESCTIP(str, width, pos, anchorPoint) end;
-
----鍔犺浇鏂囦欢
----* file 鏂囦欢鍚
----@param file string
-function SL:RequireFile(file) end;
-
----鎷嗚В鏂囦欢
----* path 鏂囦欢璺緞
----* delimiter 鎸囧畾鍒嗛殧绗
----* callBack 鎷嗚В鍥炶皟鏂规硶 浼犲叆鎷嗗垎鍚巘able鍙傛暟
----@param path string
----@param delimiter string
----@param callBack function
-function SL:LoadTxtFile(path, delimiter, callBack) end;
-
----鏁板瓧杞崲鎴愪竾銆佷嚎鍗曚綅
----* num 鏁板
----* places 鏄剧ず灏忔暟鐐瑰悗鍑犱綅鏁
----@param num number
----@param places number
----@return string "杩斿洖:杞崲鍚庢暟瀛"
-function SL:GetSimpleNumber(num, places) end;
-
----琛閲忓崟浣嶆樉绀
----* hp 琛閲忔暟鍊
----* pointBit 鏄剧ず灏忔暟鐐瑰悗鍑犱綅, 榛樿淇濈暀鍚庝袱浣
----@param hp number
----@param pointBit number
----@return string "杩斿洖:杞崲鍚庤閲"
-function SL:HPUnit(hp, pointBit) end;
-
----涓枃杞崲鎴愮珫鐫鏄剧ず
----* str 闇杞崲涓枃
----@param str string
----@return string "杩斿洖:杞崲鍚庝腑鏂囧瓧绗"
-function SL:ChineseToVertical(str) end;
-
----闃挎媺浼暟瀛楄浆涓枃澶у啓
----* num 闇杞崲闃挎媺浼暟瀛
----@param num number
----@return string "杩斿洖:澶у啓涓枃鏁板瓧"
-function SL:NumberToChinese(num) end;
-
----鑾峰彇瀛楃涓茬殑byte闀垮害
----* str 瀛楃涓
----@param str string
----@return number "杩斿洖:瀛楃涓茬殑byte闀垮害"
-function SL:GetUTF8ByteLen(str) end;
-
----鏃堕棿鏍煎紡鍖栨垚瀛楃涓叉樉绀
----* sec 绉掓暟
----* isToStr 鏄惁杞垚瀛楃涓茶緭鍑, 绌烘垨false鍒欒繑鍥瀟able
{d = 澶╂暟, h = 灏忔椂, m = 鍒嗛挓, s = 绉拀
----* isSimple 鏄惁绠鍖栧瓧绗︿覆[鍩轰簬isToStr 涓 true]
----@param sec number
----@param isToStr boolean
----@param isSimple boolean
----@return table "杩斿洖:鏃堕棿鏍煎紡鍖栨垚瀛楃涓 鏍煎紡:xx澶﹛x鏃秞x鍒唜x绉"
-function SL:SecondToHMS(sec, isToStr, isSimple) end;
-
----鏁板瓧杞寲涓哄崈鍒嗕綅瀛楃涓
----* num 鏁板瓧
----@param num number
----@return string "杩斿洖:鍗冨垎浣嶅瓧绗︿覆鏃"
-function SL:GetThousandSepString(num) end;
-
----lua table杞垚config閰嶇疆琛
----* tab 闇瑕佽浆鎹㈢殑table
----* name 杞嚭鏂囦欢鍚
----* destPath 鏂囦欢淇濆瓨鐨勮矾寰, 榛樿鐩綍锛歞ev/scripts/game_config/
----* sortFunc 澶栧眰鎺掑簭鍑芥暟
----@param tab table
----@param name string
----@param destPath string
----@param sortFunc function
-function SL:SaveTableToConfig(tab, name, destPath, sortFunc) end;
-
----鍗佸叚杩涘埗杞崄杩涘埗
----* hexStr 鍗佸叚杩涘埗
----@param hexStr string
----@return number "杩斿洖:鍗佽繘鍒"
-function SL:HexToInt(hexStr) end;
-
----MD5鍔犲瘑
----* str 鍔犲瘑瀛楃
----@param str string
----@return string "杩斿洖:鍔犲瘑鍚庡瓧绗"
-function SL:GetStrMD5(str) end;
-
----UTF8杞珿BK缂栫爜
----* str 闇瑕佽浆鎹㈢殑瀛楃
----@param str string
----@return string "杩斿洖:杞崲鍚庡瓧绗"
-function SL:UTF8ToGBK(str) end;
-
----GBK杞琔TF8缂栫爜
----* str 闇瑕佽浆鎹㈢殑瀛楃
----@param str string
----@return string "杩斿洖:杞崲鍚庡瓧绗"
-function SL:GBKToUTF8(str) end;
-
----璁$畻涓ゅ潗鏍囬棿鐨勫钩鏂硅窛绂
----* pt1 璧峰鍧愭爣 GUI:p(x, y) 鎴
{x = x, y = y}
----* pt2 缁撴潫鍧愭爣 GUI:p(x, y) 鎴
{x = x, y = y}
----@param pt1 table
----@param pt2 table
----@return number "杩斿洖:涓ゅ潗鏍囬棿鐨勫钩鏂硅窛绂"
-function SL:GetPointDistanceSQ(pt1, pt2) end;
-
----璁$畻涓ゅ潗鏍囬棿鐨勮窛绂
----* pt1 璧峰鍧愭爣 GUI:p(x, y) 鎴
{x = x, y = y}
----* pt2 缁撴潫鍧愭爣 GUI:p(x, y) 鎴
{x = x, y = y}
----@param pt1 table
----@param pt2 table
----@return number "杩斿洖:涓ゅ潗鏍囬棿鐨勮窛绂"
-function SL:GetPointDistance(pt1, pt2) end;
-
----璁$畻鍚戦噺闀垮害
----* pt GUI:p(x, y) 鎴
{x = x, y = y}
----@param pt table
----@return number "杩斿洖:鍚戦噺闀垮害"
-function SL:GetPointLength(pt) end;
-
----璁$畻鍚戦噺闀垮害骞虫柟
----* pt GUI:p(x, y) 鎴
{x = x, y = y}
----@param pt table
----@return number "杩斿洖:nil"
-function SL:GetPointLengthSQ(pt) end;
-
----璁$畻涓ょ偣涓績鐐瑰潗鏍
----* pt1 鍧愭爣 GUI:p(x, y) 鎴
{x = x, y = y}
----* pt2 鍧愭爣 GUI:p(x, y) 鎴
{x = x, y = y}
----@param pt1 table
----@param pt2 table
----@return table "杩斿洖:涓ょ偣涓績鐐瑰潗鏍"
-function SL:GetMidPoint(pt1, pt2) end;
-
----璁$畻涓ょ偣鐩稿姞鍧愭爣
----* pt1 鍧愭爣 GUI:p(x, y) 鎴
{x = x, y = y}
----* pt2 鍧愭爣 GUI:p(x, y) 鎴
{x = x, y = y}
----@param pt1 table
----@param pt2 table
----@return table "杩斿洖:涓ょ偣鐩稿姞鍧愭爣"
-function SL:GetAddPoint(pt1, pt2) end;
-
----璁$畻涓ょ偣鐩稿噺鍧愭爣
----* pt1 鍧愭爣 GUI:p(x, y) 鎴
{x = x, y = y}
----* pt2 鍧愭爣 GUI:p(x, y) 鎴
{x = x, y = y}
----@param pt1 table
----@param pt2 table
----@return table "杩斿洖:涓ょ偣鐩稿噺鍧愭爣"
-function SL:GetSubPoint(pt1, pt2) end;
-
----鏍囧噯鍚戦噺鍖栧潗鏍
----* pt 鍧愭爣 GUI:p(x, y) 鎴
{x = x, y = y}
----@param pt table
----@return table "杩斿洖:鏍囧噯鍚戦噺鍖栧潗鏍"
-function SL:GetNormalizePoint(pt) end;
-
----璁$畻涓ゅ悜閲忓す瑙掑姬搴﹀
----* pt1 鍧愭爣 GUI:p(x, y) 鎴
{x = x, y = y}
----* pt2 鍧愭爣 GUI:p(x, y) 鎴
{x = x, y = y}
----@param pt1 table
----@param pt2 table
----@return number "杩斿洖:涓ゅ悜閲忓す瑙掑姬搴﹀"
-function SL:GetPointAngle(pt1, pt2) end;
-
----璁$畻涓ゅ悜閲忓す瑙掕搴﹀
----* pt1 鍧愭爣 GUI:p(x, y) 鎴
{x = x, y = y}
----* pt2 鍧愭爣 GUI:p(x, y) 鎴
{x = x, y = y}
----@param pt1 table
----@param pt2 table
----@return number "杩斿洖:涓ゅ悜閲忓す瑙掕搴﹀"
-function SL:GetPointRotate(pt1, pt2) end;
-
----璁$畻鑷韩寮у害鍊
----* pt 鍧愭爣 GUI:p(x, y) 鎴
{x = x, y = y}
----@param pt table
----@return number "杩斿洖:鑷韩寮у害鍊"
-function SL:GetPointAngleSelf(pt) end;
-
----璁$畻鑷韩瑙掑害鍊
----* pt 鍧愭爣 GUI:p(x, y) 鎴
{x = x, y = y}
----@param pt table
----@return number "杩斿洖:鑷韩瑙掑害鍊"
-function SL:GetPointRotateSelf(pt) end;
-
----鑾峰彇楂16浣嶅
----* value 琚搷浣滃
----@param value number
----@return number "杩斿洖:楂16浣嶅"
-function SL:GetH16Bit(value) end;
-
----鑾峰彇浣16浣嶅
----* value 琚搷浣滃
----@param value number
----@return number "杩斿洖:楂16浣嶅"
-function SL:GetL16Bit(value) end;
-
----璺宠浆鍒版煇涓秴閾
----* id 瀵瑰簲鐣岄潰鐨勮烦杞琲d
----@param id number
-function SL:JumpTo(id) end;
-
----閫鍑哄埌閫夎鐣岄潰
-function SL:ExitToRoleUI() end;
-
----閫鍑哄埌閫夎鐣岄潰(寮哄埗灏忛)
-function SL:ForceExitToRoleUI() end;
-
----閫鍑哄埌鐧诲綍鐣岄潰
-function SL:ExitToLoginUI() end;
-
----閫鍑烘父鎴
-function SL:ExitGame() end;
-
----鍙戦丟M鍛戒护鍒拌亰澶
----* msg gm鍛戒护
----@param msg string
-function SL:RequestSendChatGMMsg(msg) end;
-
----鍒涘缓涓涓孩鐐瑰埌鑺傜偣
----* targetNode 鐩爣鎺т欢
----* offset 鍋忕Щ浣嶇疆 渚: {x = 5, y = 5}
----@param targetNode userdata
----@param offset table
----@return userdata "杩斿洖:绾㈢偣"
-function SL:CreateRedPoint(targetNode, offset) end;
-
----璁剧疆鏂囨湰鏍峰紡(鎸夐挳銆佹枃鏈)
----* widget 鎸夐挳鎴栬呮枃鏈璞
----* colorID 0 - 255 鑹插糏D
----@param widget userdata
----@param colorID number
-function SL:SetColorStyle(widget, colorID) end;
-
----鑾峰彇瀵瑰簲鑹插糏D鐨勯厤缃
----* colorID 0 - 255 鑹插糏D
----@param colorID number
----@return table "杩斿洖:瀵瑰簲鑹插糏D鐨勯厤缃"
-function SL:GetColorCfg(colorID) end;
-
----妫鏌ユ槸鍚︽弧瓒虫潯浠
----@return boolean "杩斿洖:鏄惁婊¤冻鏉′欢 true/false"
-function SL:CheckCondition(conditionStr) end;
-
----鏄剧ず姘旀场鎻愰啋
----* id 姘旀场ID
----* path 姘旀场鍥剧墖璧勬簮璺緞
----* callback 姘旀场鐐瑰嚮鍥炶皟
----@param id number
----@param path string
----@param callback function
-function SL:AddBubbleTips(id, path, callback) end;
-
----鍒犻櫎姘旀场鎻愰啋
----* ID 姘旀场ID
----@param ID number
-function SL:DelBubbleTips(ID) end;
-
----閲嶆柊鍔犺浇鍦板浘
-function SL:ReloadMap() end;
-
----璇锋眰HTTP Get鏂瑰紡
----* url 閾炬帴鍦板潃
----* httpCB 鍥炶皟鍑芥暟
----@param url string
----@param httpCB function
-function SL:HTTPRequestGet(url, httpCB) end;
-
----璇锋眰HTTP Post鏂瑰紡
----* url 閾炬帴鍦板潃
----* httpCB 鍥炶皟鍑芥暟
----* suffix 璇锋眰淇℃伅
----* head 璇锋眰澶
----@param url string
----@param httpCB function
----@param suffix string
----@param head table
-function SL:HTTPRequestPost(url, httpCB, suffix, head) end;
-
----鏈湴鍏憡灞曠ず
----* data 鍏蜂綋鍙傛暟閰嶇疆
----@param data table
-function SL:ShowLocalNoticeByType(data) end;
-
----闇囧睆
----* time 闇囧姩鏃堕棿 (姣)
----* distance 闇囧姩璺濈
----@param time number
----@param distance number
-function SL:ShakeScene(time, distance) end;
-
----娉ㄥ唽鎺т欢浜嬩欢
----* widget 鎺т欢瀵硅薄
----* desc 鎻忚堪
----* msgtype 绐椾綋浜嬩欢id
----* callback 鍥炶皟鍑芥暟
----@param widget userdata
----@param desc string
----@param msgtype number
----@param callback function
-function SL:RegisterWndEvent(widget, desc, msgtype, callback) end;
-
----娉ㄩ攢鎺т欢浜嬩欢
----* widget 鎺т欢瀵硅薄
----* desc 鎻忚堪
----* msgtype 绐椾綋浜嬩欢id
----@param widget userdata
----@param desc string
----@param msgtype number
-function SL:UnRegisterWndEvent(widget, desc, msgtype) end;
-
----娣诲姞绐椾綋鎺т欢鑷畾涔夊睘鎬
----* widget 鎺т欢瀵硅薄
----* desc 鎻忚堪
----* key 灞炴у悕绉
----* value 灞炴у
----@param widget userdata
----@param desc string
----@param key string
----@param value any
-function SL:AddWndProperty(widget, desc, key, value) end;
-
----鍒犻櫎绐椾綋鎺т欢鑷畾涔夊睘鎬
----* widget 鎺т欢瀵硅薄
----* desc 鎻忚堪
----* key 灞炴у悕绉
----@param widget userdata
----@param desc string
----@param key string
-function SL:DelWndProperty(widget, desc, key ) end;
-
----鑾峰彇绐椾綋鎺т欢鑷畾涔夊睘鎬
----* widget 鎺т欢瀵硅薄
----* desc 鎻忚堪
----* key 灞炴у悕绉
----@param widget userdata
----@param desc string
----@param key string
----@return any "杩斿洖:绐椾綋鎺т欢鑷畾涔夊睘鎬"
-function SL:GetWndProperty(widget, desc, key ) end;
-
----娉ㄥ唽娓告垙浜嬩欢鍥炶皟
----* eventID 浜嬩欢ID
----* eventTag 浜嬩欢鎻忚堪
----* eventCB 鍥炶皟
----* widget 鐣岄潰瀵硅薄
----@param eventID string
----@param eventTag string
----@param eventCB function
----@param widget userdata
-function SL:RegisterLUAEvent(eventID, eventTag, eventCB,widget) end;
-
----娉ㄩ攢娓告垙浜嬩欢鍥炶皟
----* eventID 浜嬩欢ID
----* eventTag 浜嬩欢鎻忚堪
----@param eventID string
----@param eventTag string
-function SL:UnRegisterLUAEvent(eventID, eventTag) end;
-
----寮鍚竴涓畾鏃跺櫒
----* callback 鍥炶皟鍑芥暟
----* time 鏃堕棿
----@param callback function
----@param time number
----@return number "杩斿洖:瀹氭椂鍣↖D"
-function SL:Schedule(callback, time) end;
-
----鍋滄涓涓畾鏃跺櫒
----* scheduleID 瀹氭椂鍣↖D
----@param scheduleID number
-function SL:UnSchedule(scheduleID) end;
-
----寮鍚竴涓崟娆″畾鏃跺櫒
----* callback 鍥炶皟鍑芥暟
----* time 鏃堕棿
----@param callback function
----@param time number
-function SL:ScheduleOnce(callback, time) end;
-
----寮鍚竴涓畾鏃跺櫒, 缁戝畾node鑺傜偣
----* node bode鑺傜偣
----* callback 鍥炶皟鍑芥暟
----* time 鏃堕棿
----@param node userdata
----@param callback function
----@param time number
-function SL:schedule(node, callback, time) end;
-
----寮鍚竴涓崟娆″畾鏃跺櫒, 缁戝畾node鑺傜偣
----* node bode鑺傜偣
----* callback 鍥炶皟鍑芥暟
----* time 鏃堕棿
----@param node userdata
----@param callback function
----@param time number
-function SL:scheduleOnce(node, callback, time) end;
-
----鑳屽寘鍒锋柊
-function SL:RequestRefreshBagPos() end;
-
----浣跨敤鐗╁搧
----* Index 鐗╁搧Index
----@param Index number
-function SL:RequestUseItemByIndex(Index) end;
-
----鎵归噺鍕鹃夎儗鍖呯墿鍝
----* data 鐗╁搧鍞竴ID 鏁扮粍
----@param data table
-function SL:RequestSetBagItemChoose(data) end;
-
----涓㈠純鐗╁搧
----* itemData 瑁呭鏁版嵁
----@param itemData table
-function SL:RequestIntoDropBagItem(itemData) end;
-
----妫娴嬩汉鐗╂槸鍚﹀彲绌挎埓
----* itemData 瑁呭鏁版嵁
----@param itemData table
----@return boolean "杩斿洖:鏄惁鍙┛鎴"
-function SL:CheckItemUseNeed(itemData) end;
-
----妫娴嬭嫳闆勬槸鍚﹀彲绌挎埓
----* itemData 瑁呭鏁版嵁
----@param itemData table
----@return boolean "杩斿洖:鏄惁鍙┛鎴"
-function SL:CheckItemUseNeed_Hero(itemData) end;
-
----瀵规瘮浼犲叆瑁呭鍜岃嚜韬┛鎴寸殑瑁呭
----* itemData 瑁呭鏁版嵁
----* from 鐗╁搧鏉ヨ嚜(鐣岄潰浣嶇疆)
----@param itemData table
----@param from number
----@return table "杩斿洖:瀵规瘮浼犲叆瑁呭鍜岃嚜韬┛鎴寸殑瑁呭"
-function GUIFunction:CompareEquipOnBody(itemData, from) end;
-
----浜虹墿瑁呭绌挎埓
----* itemData 瑁呭鏁版嵁
----* pos 瑁呭浣嶇疆
----* isFromHero 鏄惁鏉ヨ嚜鑻遍泟鑳屽寘
----@param itemData table
----@param pos number
----@param isFromHero boolean
-function SL:RequestPlayerTakeOnEquip(itemData, pos, isFromHero) end;
-
----浜虹墿瑁呭鑴变笅
----* itemData 瑁呭鏁版嵁
----* isToHero 鏄惁鑴卞埌鑻遍泟鑳屽寘
----@param itemData table
----@param isToHero boolean
-function SL:RequestPlayerTakeOffEquip(itemData, isToHero) end;
-
----鑻遍泟瑁呭绌挎埓
----* itemData 瑁呭鏁版嵁
----* pos 瑁呭浣嶇疆
----* isFromPlayer 鏄惁鏉ヨ嚜浜虹墿鑳屽寘
----@param itemData table
----@param pos number
----@param isFromPlayer boolean
-function SL:RequestHeroTakeOnEquip(itemData, pos, isFromPlayer) end;
-
----鑻遍泟瑁呭鑴变笅
----* itemData 瑁呭鏁版嵁
----* isToPlayer 鏄惁鑴卞埌浜虹墿鑳屽寘
----@param itemData table
----@param isToPlayer boolean
-function SL:RequestHeroTakeOffEquip(itemData, isToPlayer) end;
-
----鑾峰彇宸茶姹傛湇鍔$鐗╁搧鎵鏈夎嚜瀹氫箟鍙橀噺
----* makeIndex 鍞竴id
----@param makeIndex number
----@return table "杩斿洖:鑷畾涔夊彉閲"
-function SL:GetSerCustomVar(makeIndex) end;
-
----鍙戦佹枃鏈樉绀哄埌鑱婂ぉ椤佃緭鍏ユ
----* LUA_EVENT_CHAT_REPLACE_INPUT 鑱婂ぉ杈撳叆鍐呭鏇挎崲
----* str 鏂囨湰鍐呭
----@param LUA_EVENT_CHAT_REPLACE_INPUT string
----@param str string
-function SL:onLUAEvent(LUA_EVENT_CHAT_REPLACE_INPUT, str) end;
-
----鍙戦乕鏅氭秷鎭痌鍒拌亰澶
----* msg 娑堟伅鍐呭
----* channel 璁剧疆棰戦亾, 涓嶈缃粯璁ゅ綋鍓嶈亰澶╅閬
----@param msg string
----@param channel number
-function SL:RequestSendChatNormalMsg(msg, channel) end;
-
----鍙戦乕绯荤粺鎻愮ず]鍒拌亰澶╂
----* msg 鎻愮ず鍐呭
----* FColor 瀛椾綋棰滆壊ID
----* BColor 鑳屾櫙棰滆壊ID
----@param msg string
----@param FColor number
----@param BColor number
-function SL:ShowSystemChat(msg, FColor, BColor) end;
-
----鍙戦乕瑁呭]鍒拌亰澶
----* channel 璁剧疆棰戦亾, 涓嶈缃粯璁ゅ綋鍓嶈亰澶╅閬
----@param channel number
-function SL:RequestSendChatEquipMsg(channel) end;
-
----濉厖琛ㄦ儏鍒拌亰澶╄緭鍏
----* LUA_EVENT_CHAT_PUSH_INPUT 鑱婂ぉ杈撳叆鍐呭琛ュ厖
----* data 琛ㄦ儏閰嶇疆
----@param LUA_EVENT_CHAT_PUSH_INPUT string
----@param data table
-function SL:onLUAEvent(LUA_EVENT_CHAT_PUSH_INPUT, data) end;
-
----绉佽亰鐩爣
----* LUA_EVENT_CHAT_PRIVATE_TARGET 绉佽亰瀵硅薄
----* data {name = targetName(鐩爣鐜╁鍚嶅瓧), uid = targetId(鐩爣鐜╁ID)}
----@param LUA_EVENT_CHAT_PRIVATE_TARGET string
----@param data table
-function SL:onLUAEvent(LUA_EVENT_CHAT_PRIVATE_TARGET, data) end;
-
----鏂板鏈湴鎺夎惤娑堟伅鍒拌亰澶
----* data Msg: 鎺夎惤鍐呭瀵屾枃鏈
FColor: 瀛椾綋棰滆壊ID
BColor: 鑳屾櫙棰滆壊ID
dropType: 鎺夎惤鍒嗙被ID (1-10)
----@param data table
-function SL:AddDropChatMsgShow(data) end;
-
----璇锋眰鑾峰彇閭欢鍒楄〃 涓娆″崄鏉
-function SL:RequestMailList() end;
-
----鍒犻櫎宸茶閭欢
-function SL:RequestDelReadMail() end;
-
----璇婚偖浠
----* mailId 閭欢ID
----@param mailId number
-function SL:RequestReadMail(mailId) end;
-
----鍒犻櫎閭欢
----* mailId 閭欢ID
----@param mailId number
-function SL:RequestDelMail(mailId) end;
-
----閭欢鍏ㄩ儴鎻愬彇
-function SL:RequestGetAllMailItems() end;
-
----閭欢鎻愬彇
----* mailId 閭欢ID
----@param mailId number
-function SL:RequestGetMailItems(mailId) end;
-
----蹇熼夋嫨鐩爣
----* data type:
 0: 鐜╁
 50: 鎬墿
 400: 鑻遍泟
imgNotice: 娌℃湁鐩爣鏃舵槸鍚﹀垱寤鸿寖鍥村湀
systemTips: 娌℃湁鐩爣鏃舵槸鍚﹀脊鎻愮ず
----@param data table
-function SL:QuickSelectTarget(data) end;
-
----鎺т欢鍔犲叆鍒板厓鍙橀噺鑷姩鍒锋柊鐨勭粍浠
----* metaValue 浼犲叆宸查厤缃厓鍙橀噺鐨勫瓧绗︿覆
&<鍏冨彉閲廗EY/鍙傛暟>&
渚 :
绾㈢偣鍙橀噺U91: &&
瑙掕壊鍚: &&
----* widget 鏂囨湰鎺т欢 Text
----@param metaValue string
----@param widget userdata
-function SL:CustomAttrWidgetAdd(metaValue, widget) end;
-
----妫娴嬫帶浠舵槸鍚﹀彲瑙
----* node 鎺т欢
----* touchPos 褰撳墠鎺ヨЕ鍧愭爣
----@param node userdata
----@param touchPos table
----@return boolean "杩斿洖:鎺т欢鏄惁鍙 true/false"
-function SL:CheckNodeCanCallBack(node, touchPos) end;
-
----娣诲姞鎻愬崌鎸夐挳
----* id 鎸夐挳id 蹇呴』鍞竴!!!! (鍚岃剼鏈懡浠ゅ姞鐨刬d涔熶笉鑳介噸澶)
----* name 鎸夐挳灞曠ず鏂囨湰
----* func 鐐瑰嚮鎸夐挳璺宠浆鍑芥暟
----@param id number
----@param name string
----@param func function
-function SL:AddUpgradeBtn(id, name, func) end;
-
----鍒犻櫎鎻愬崌鎸夐挳
----* id 鎸夐挳id 蹇呴』鍞竴!!!! (鍚岃剼鏈懡浠ゅ姞鐨刬d涔熶笉鑳介噸澶)
----@param id number
-function SL:RemoveUpgradeBtn(id) end;
-
----妯℃嫙宸﹂敭鐐瑰嚮浜嬩欢
----* widget 鎺т欢瀵硅薄
----@param widget userdata
-function SL:WinClick(widget) end;
-
----涓栫晫鍧愭爣杞寲涓哄湴鍥惧潗鏍
----* worldX 涓栫晫鍧愭爣X
----* worldY 涓栫晫鍧愭爣Y
----@param worldX number
----@param worldY number
----@return number "杩斿洖:鍦板浘鍧愭爣"
-function SL:ConvertWorldPos2MapPos(worldX, worldY) end;
-
----鍦板浘鍧愭爣杞寲涓轰笘鐣屽潗鏍
----* mapX 鍦板浘鍧愭爣X
----* mapY 鍦板浘鍧愭爣Y
----* centerOfGrid 鏄惁鍦ㄥ湴鍥炬牸涓績
----@param mapX number
----@param mapY number
----@param centerOfGrid boolean
----@return number "杩斿洖:涓栫晫鍧愭爣"
-function SL:ConvertMapPos2WorldPos(mapX, mapY, centerOfGrid) end;
-
----涓栫晫鍧愭爣杞寲涓哄睆骞曞潗鏍
----* worldX 涓栫晫鍧愭爣X
----* worldY 涓栫晫鍧愭爣Y
----@param worldX number
----@param worldY number
----@return number "杩斿洖:灞忓箷鍧愭爣"
-function SL:ConvertWorldPos2Screen(worldX, worldY) end;
-
----灞忓箷鍧愭爣杞寲涓轰笘鐣屽潗鏍
----* screenX 灞忓箷鍧愭爣X
----* screenY 灞忓箷鍧愭爣Y
----@param screenX number
----@param screenY number
----@return number "杩斿洖:涓栫晫鍧愭爣"
-function SL:ConvertScreen2WorldPos(screenX, screenY) end;
-
----鎵撳紑QQ
-function SL:RequestOpenQQ() end;
-
----鍔燪Q
----* id QQ鍙
----@param id number
-function SL:RequestJoinQQ(id) end;
-
----鍔燪Q缇
----* key QQ缇ey
----@param key number
-function SL:RequestJoinQQGroup(key) end;
-
----鎵撳紑寰俊
-function SL:RequestOpenWX() end;
-
----娣诲姞鍦板浘鐗规晥
----* ID 璇ュ湴鍥剧壒鏁堟爣璇 蹇呴』鍞竴!!!!
----* mapID 娣诲姞鍒扮殑鍦板浘ID
----* sfxId 鐗规晥ID
----* x 鍦板浘鍧愭爣X
----* y 鍦板浘鍧愭爣Y
----* loop 鏄惁寰幆鎾斁鐗规晥, 涓嶅~榛樿寰幆鎾斁
----* showType 鏄剧ず浣嶇疆 0:鍦ㄥ悗闈 1: 鍦ㄥ墠闈
----@param ID number
----@param mapID string
----@param sfxId number
----@param x number
----@param y number
----@param loop boolean
----@param showType number
-function SL:AddMapSpecialEffect(ID, mapID, sfxId, x, y, loop,showType) end;
-
----鍒犻櫎鍦板浘鐗规晥
----* ID 璇ュ湴鍥剧壒鏁堟爣璇 蹇呴』鍞竴!!!!
----* mapID 娣诲姞鍒扮殑鍦板浘ID
----@param ID number
----@param mapID string
-function SL:RmvMapSpecialEffect(ID, mapID) end;
-
----娣诲姞Actor鐗规晥
----* actorID 鐜╁id
----* sfxID 鐗规晥ID
----* isFront 鏄惁鍦ㄦā鍨嬪墠 榛樿鍦ㄥ墠闈
----* offX x鍋忕Щ
----* offY y鍋忕Щ
----@param actorID number
----@param sfxID number
----@param isFront boolean
----@param offX number
----@param offY number
-function SL:AddActorEffect(actorID, sfxID, isFront, offX, offY) end;
-
----鍒犻櫎Actor鐗规晥
----* actorID 鐜╁id
----* sfxID 鐗规晥ID
----@param actorID number
----@param sfxID number
-function SL:RmvActorEffect(actorID, sfxID) end;
-
----寮烘敾
-function SL:RequestForceAttack() end;
-
----鎷夎捣鍏呭
----* payWay 1 鏀粯瀹 2 鑺卞憲 3 寰俊 -1涓嶉夋嫨(鎵嬫満绔帴鍏DK涓嶉夋嫨鏀粯娓犻亾)
----* currencyID 璐у竵ID
----* price 鏀粯閲戦
----* productIndex 鍟嗗搧绱㈠紩/鍟嗗搧ID
----@param payWay number
----@param currencyID number
----@param price number
----@param productIndex number
-function SL:RequestPay(payWay, currencyID, price, productIndex) end;
-
----鍏戞崲婵娲荤爜
----* cdk 婵娲荤爜
----@param cdk string
-function SL:RequestCDK(cdk) end;
-
----璇锋眰鏀瑰彉PK妯″紡
----* pkmode pk妯″紡
----@param pkmode number
-function SL:RequestChangePKMode(pkmode) end;
-
----璇锋眰鏀瑰彉瀹犵墿鎴樻枟妯″紡
----* pkmode 瀹濆疂妯″紡
----@param pkmode number
-function SL:RequestChangePetPKMode(pkmode) end;
-
----璇锋眰浠庝粨搴撳彇鍑洪亾鍏
----* data 閬撳叿鏁版嵁
----@param data table
-function SL:RequestPutOutStorageData(data) end;
-
----璇锋眰閬撳叿鏀惧叆浠撳簱
----* data 閬撳叿鏁版嵁
----@param data table
-function SL:RequestSaveItemToNpcStorage(data) end;
-
----璇锋眰浣跨敤閬撳叿
----* itemData 閬撳叿鏁版嵁
----@param itemData table
-function SL:RequestUseItem(itemData) end;
-
----璇锋眰浣跨敤鑻遍泟閬撳叿
----* itemData 閬撳叿鏁版嵁
----@param itemData table
-function SL:RequestUseHeroItem(itemData) end;
-
----鎷嗗垎閬撳叿
----* data 閬撳叿鏁版嵁
----* num 鏁伴噺
----@param data table
----@param num number
-function SL:RequestSplitItem(data, num) end;
-
----鎷嗗垎閬撳叿(鑻遍泟)
----* data 閬撳叿鏁版嵁
----* num 鏁伴噺
----@param data table
----@param num number
-function SL:RequestSplitHeroItem(data, num) end;
-
----璇锋眰璐拱鍟嗗搧
----* index 鍟嗗搧Index
----* count 璐拱鏁伴噺
----@param index number
----@param count number
-function SL:RequestStoreBuy(index, count) end;
-
----鍙敜鑻遍泟鎴栨敹鍥
-function SL:RequestCallOrOutHero() end;
-
----璇锋眰瀹犵墿閿佸畾
----* targetID 鐩爣瀹犵墿ID
----@param targetID number
-function SL:RequestLockPetID(targetID) end;
-
----璇锋眰鍙栨秷瀹犵墿閿佸畾
----* targetID 鐩爣瀹犵墿ID
----@param targetID number
-function SL:RequestUnLockPetID(targetID) end;
-
----閲婃斁鎶鑳
----* skillID 鎶鑳絀D
----@param skillID number
-function SL:RequestLaunchSkill(skillID) end;
-
----璇锋眰鏂芥硶鍚堝嚮
-function SL:RequestMagicJointAttack() end;
-
----鏌ョ湅鐩爣鐜╁淇℃伅
----* targetID 鐩爣ID
----* notForbid 鏄惁涓嶅垽鏂湴鍥剧姝㈡煡鐪
----@param targetID number
----@param notForbid boolean
-function SL:RequestLookPlayer(targetID, notForbid) end;
-
----璇锋眰寮鍏冲紑鍏冲瀷鎶鑳
----* skillID 鎶鑳絀D
----@param skillID number
-function SL:RequestOnOffSkill(skillID) end;
-
----璇锋眰琛屼細鐢宠鍒楄〃
-function SL:RequestGuildAllyApplyList() end;
-
----鎷掔粷琛屼細缁撶洘鐢宠
----* guildID 琛屼細ID
----@param guildID number
-function SL:RequestGuildRejectAllyApply(guildID) end;
-
----璇锋眰琛屼細鎴愬憳鍒楄〃
-function SL:RequestGuildMemberList() end;
-
----璇锋眰涓栫晫琛屼細鍒楄〃
----* page 鍒嗛〉id
----@param page number
-function SL:RequestWorldGuildList(page) end;
-
----閭璇风帺瀹跺叆浼
----* uid 鐜╁id
----@param uid number
-function SL:RequestGuildInviteMember(uid) end;
-
----韪㈠嚭琛屼細
----* uid 鐜╁id
----@param uid number
-function SL:RequestSubGuildMember(uid) end;
-
----浠诲懡琛屼細鑱屼綅
----* uid 鐜╁id
----* rank 鑱屼綅id 1-5
----@param uid number
----@param rank number
-function SL:RequestGuildAppointRank(uid, rank) end;
-
----璇锋眰鍒涘缓闃熶紞
-function SL:RequestCreateTeam() end;
-
----閭璇风帺瀹跺叆闃
----* uid 鐜╁id
----* name 鐜╁鏄电О
----@param uid number
----@param name string
-function SL:RequestInviteJoinTeam(uid, name) end;
-
----鎷掔粷缁勯槦閭璇
----* uid 鐜╁id
----@param uid number
-function SL:RequestRefuseTeamInvite(uid) end;
-
----鍚屾剰缁勯槦閭璇
-function SL:RequestAgreeTeamInvite(uid) end;
-
----鍚屾剰鐢宠鍏ラ槦
----* uid 鐜╁id
----@param uid number
-function SL:RequestApplyAgree(uid) end;
-
----璇锋眰鍏ラ槦鐢宠鍒楄〃
-function SL:RequestApplyData() end;
-
----璇锋眰闄勮繎闃熶紞
-function SL:RequestNearTeam() end;
-
----璇锋眰鍔犲叆闃熶紞
----* uid 闃熼暱id
----@param uid number
-function SL:RequestApplyJoinTeam(uid) end;
-
----绂诲紑闃熶紞
-function SL:RequestLeaveTeam() end;
-
----淇濆瓨鍏佽缁勯槦鐘舵
----* status 1鍏佽 0涓嶅厑璁
----@param status number
-function SL:Set_TEAM_STATUS_PERMIT(status) end;
-
----韪㈠嚭闃熶紞
----* uid 鐜╁id
----@param uid number
-function SL:RequestSubTeamMember(uid) end;
-
----绉讳氦闃熼暱
----* uid 鐜╁id
----@param uid number
-function SL:RequestTransferTeamLeader(uid) end;
-
----璇锋眰濂藉弸鍒楄〃
-function SL:RequestFriendList() end;
-
----璇锋眰娣诲姞濂藉弸
----* uname 鐜╁鏄电О
----@param uname string
-function SL:RequestAddFriend(uname) end;
-
----鍒犻櫎濂藉弸
----* uid 鐜╁id
----@param uid number
-function SL:RequestDelFriend(uid) end;
-
----濂藉弸鍔犲埌榛戝悕鍗
----* uname 鐜╁鏄电О
----@param uname string
-function SL:RequestAddBlacklistByName(uname) end;
-
----绉诲嚭榛戝悕鍗
----* uid 鐜╁id
----@param uid number
-function SL:RequestOutBlacklist(uid) end;
-
----鍚屾剰濂藉弸鐢宠
----* uname 鐜╁鏄电О
----@param uname string
-function SL:RequestAgreeFriendApply(uname) end;
-
----娓呯┖濂藉弸鐢宠鍒楄〃
-function SL:RequestClearFriendApplyList() end;
-
----璇锋眰杩涜浜ゆ槗
----* uid 鐜╁id
----@param uid number
-function SL:RequestTrade(uid) end;
-
----璇锋眰鑾峰彇瀹濈鐗╁搧濂栧姳
-function SL:RequestGetGoldBoxReward() end;
-
----璇锋眰鍐嶅紑鍚疂绠
-function SL:RequestOpenGoldBox() end;
-
----璇锋眰鎷嶅崠琛屼笂鏋跺垪琛
----* listType 1: 琛ㄧず鏌ヨ鑷繁涓婃灦鐨勭墿鍝侊紝2: 琛ㄧず鏌ヨ鍙備笌杩囩殑
----@param listType number
-function SL:RequestAuctionPutList(listType) end;
-
----鎷嶅崠琛岃姹備笂鏋
----* makeindex 鐗╁搧鍞竴ID
----* count 鏁伴噺
----* bidPrice 绔炴媿浠锋牸
----* buyPrice 涓鍙d环
----* currencyID 璐у竵ID
----* rebate 鎶樻墸
----@param makeindex number
----@param count number
----@param bidPrice number
----@param buyPrice number
----@param currencyID number
----@param rebate number
-function SL:RequestAuctionPutin(makeindex, count, bidPrice, buyPrice, currencyID, rebate) end;
-
----鎷嶅崠琛岃姹備笅鏋
----* makeindex 鐗╁搧鍞竴ID
----@param makeindex number
-function SL:RequestAuctionPutout(makeindex) end;
-
----鎷嶅崠琛岃姹傞噸鏂颁笂鏋
----* makeindex 鐗╁搧鍞竴ID
----* count 鏁伴噺
----* bidPrice 绔炴媿浠锋牸
----* buyPrice 涓鍙d环
----* currencyID 璐у竵ID
----* rebate 鎶樻墸
----@param makeindex number
----@param count number
----@param bidPrice number
----@param buyPrice number
----@param currencyID number
----@param rebate number
-function SL:RequestAuctionRePutin(makeindex, count, bidPrice, buyPrice, currencyID, rebate) end;
-
----鎷嶅崠琛岃姹傜珵浠
----* makeindex 鐗╁搧鍞竴ID
----* price 绔炴媿浠
----@param makeindex number
----@param price number
-function SL:RequestAuctionBid(makeindex, price) end;
-
----鎷嶅崠琛岃姹傞鍙栫珵鎷嶆垚鍔熺墿鍝
----* makeindex 鐗╁搧鍞竴ID
----@param makeindex number
-function SL:RequestAcquireBidItem(makeindex) end;
-
----璇锋眰姹傝喘鏁版嵁
----* data 璇锋眰鍙傛暟
----@param data table
-function SL:RequestPurchaseItemList(data) end;
-
----璇锋眰姹傝喘鍑哄敭鐗╁搧
----* data 璇锋眰鍙傛暟 {guid = 姹傝喘鍒楄〃鏍囪瘑id, qty = 鍑哄敭鏁伴噺}
----@param data table
-function SL:RequestPurchaseSell(data) end;
-
----璇锋眰涓婃灦姹傝喘鐗╁搧
----* data 璇锋眰鍙傛暟
----@param data table
-function SL:RequestPurchasePutIn(data) end;
-
----璇锋眰涓嬫灦姹傝喘鐗╁搧
----* guid 姹傝喘鍒楄〃鏍囪瘑id, 涓嶅~鍒欏叏閮ㄤ笅鏋
----@param guid number
-function SL:RequestPurchasePutOut(guid) end;
-
----璇锋眰鍙栧嚭姹傝喘宸叉敹鐗╁搧
----* guid 姹傝喘鍒楄〃鏍囪瘑id, 涓嶅~鍒欏叏閮ㄥ彇鍑
----@param guid number
-function SL:RequestPurchaseTakeOut(guid) end;
-
----璇锋眰鐐瑰嚮NPC
----* npcID NPCID
----@param npcID number
-function SL:RequestNPCTalk(npcID) end;
-
----璇锋眰鎺掕姒滄暟鎹
----* type 绫诲埆ID
----* selectType 閫夋嫨绫诲埆
----@param type number
----@param selectType number
-function SL:RequestRankData(type,selectType) end;
-
----璇锋眰鐜╁鎺掕姒滄暟鎹
----* userID 鐜╁ID
----* type 鐜╁/鑻遍泟 1鐜╁ 2鑻遍泟
----@param userID number
----@param type number
-function SL:RequestPlayerRankData(userID, type) end;
-
----璇锋眰鐜╁绉板彿鏁版嵁
-function SL:RequestTitleList() end;
-
----璇锋眰鍙栦笅绉板彿
-function SL:RequestDisboardTitle() end;
-
----璇锋眰婵娲荤О鍙
----* titleId 绉板彿id
----@param titleId number
-function SL:RequestActivateTitle(titleId) end;
-
----璇锋眰纭鍔犲睘鎬х偣
----* data 鍔犵偣鏁版嵁table `{"Bonus":[{"id":1,"value":1}, ...]}`
----* m_nBonusPoint 鍓╀綑鍔犵偣鏁
----@param data table
----@param m_nBonusPoint number
-function SL:RequestAddReinAttr_N(data, m_nBonusPoint) end;
-
----鎻愪氦浠诲姟
----* missionID 浠诲姟ID
----@param missionID number
-function SL:RequestSubmitMission(missionID) end;
-
----璇锋眰鍚堟垚
----* compoundID 鍚堟垚ID
----@param compoundID number
-function SL:ResquestCompoundItem(compoundID) end;
-
----璇锋眰鏁忔劅璇嶆娴
----* str 闇瑕佹娴嬬殑鏂囨湰
----* type 鏂囨湰绫诲瀷
1 : 鏄电О绫
2 : 鑱婂ぉ绫
3 : 琛屼細鍏憡
----* callback 妫娴嬪畬姣曠殑鍥炶皟浜嬩欢
浜嬩欢浼犲叆鍙傛暟: param1: boolean 鑳藉惁閫氳繃 param2: 鏂囨湰
----@param str string
----@param type number
----@param callback function
-function SL:RequestCheckSensitiveWord(str, type, callback) end;
-
----閭璇蜂笂椹
----* uid 鐜╁id
----@param uid number
-function SL:RequestInvitePlayerInHorse(uid) end;
-
----鍒囨崲鑻遍泟鐘舵
----* type 鐘舵佸
----@param type number
-function SL:RequestChangeHeroMode(type) end;
-
----璇锋眰鑻遍泟绉板彿鏁版嵁
-function SL:RequestTitleList_Hero() end;
-
----鑻遍泟璇锋眰鍙栦笅绉板彿
-function SL:RequestDisboardTitle_Hero() end;
-
----鑻遍泟璇锋眰婵娲荤О鍙
----* titleId 绉板彿id
----@param titleId number
-function SL:RequestActivateTitle_Hero(titleId) end;
-
----閫氱煡鏈嶅姟绔 鑻遍泟鏃惰鏄剧ず寮鍏
----* type 2 : 璁剧疆鏄剧ず绁為瓟
1 : 璁剧疆鏃惰鏄剧ず
----@param type number
-function SL:SendSuperEquipSetting_Hero(type) end;
-
----鑻遍泟璇锋眰閿佸畾鐩爣
----* actorID actorID
----* isPlayer 鏄惁浜虹墿
----@param actorID number
----@param isPlayer boolean
-function SL:RequestLockTargetByHero(actorID, isPlayer) end;
-
----鑻遍泟鍙栨秷閿佸畾
-function SL:RequestCancelLockByHero() end;
-
----璇锋眰鍦板浘缁勯槦鎴愬憳鏁版嵁
-function SL:RequestMiniMapTeam() end;
-
----璇锋眰鍦板浘鎬墿鏁版嵁
-function SL:RequestMiniMapMonsters() end;
-
----璇锋眰鍐呭姛鎶鑳芥暟鎹
----* isHero 鏄惁璇锋眰鑻遍泟
----@param isHero boolean
-function SL:RequestInternalSkillData(isHero) end;
-
----璇锋眰缁忕粶绌翠綅婵娲
----* typeID 缁忕粶ID
----* aucPointID 绌翠綅ID
----* isHero 鏄惁璇锋眰鑻遍泟
----@param typeID number
----@param aucPointID number
----@param isHero boolean
-function SL:RequestAucPointOpen(typeID, aucPointID, isHero) end;
-
----淇偧缁忕粶
----* typeID 缁忕粶ID
----* isHero 鏄惁璇锋眰鑻遍泟
----@param typeID number
----@param isHero boolean
-function SL:RequestMeridianLevelUp(typeID, isHero) end;
-
----璁剧疆杩炲嚮鎶鑳
----* key 閿綅 (1, 2, 3, 4)
----* skillID 鎶鑳絀D
----* isHero 鏄惁璇锋眰鑻遍泟
----@param key number
----@param skillID number
----@param isHero boolean
-function SL:RequestSetComboSkill(key, skillID, isHero) end;
-
----璇锋眰璁剧疆鍐呭姛鏉″墠缃紑鍏 骞跺埛鏂版樉绀
----* show 鏄惁寮鍚 榛樿true
----@param show boolean
-function SL:RequestNGHudShow(show) end;
-
----鎵撳紑璁剧疆鐣岄潰
----* pageID 椤电ID 涓嶅~榛樿鍩虹璁剧疆
1 : 鍩虹璁剧疆
2 : 瑙嗚窛
3 : 鎴樻枟
4 : 淇濇姢
5 : 鎸傛満
6 : 甯姪
----@param pageID number
-function UIOperator:OpenSettingUI(pageID) end;
-
----鍏抽棴璁剧疆鐣岄潰
-function UIOperator:CloseSettingUI() end;
-
----鎵撳紑琛屼細鐣岄潰
----* pageID 椤电ID 涓嶅~榛樿琛屼細涓婚〉
1 : 涓婚〉
2 : 鎴愬憳
3 : 鍒楄〃
----@param pageID number
-function UIOperator:OpenGuildMainUI(pageID) end;
-
----鍏抽棴琛屼細鐣岄潰
-function UIOperator:CloseGuildMainUI() end;
-
----鎵撳紑琛屼細鐢宠鐣岄潰
-function UIOperator:OpenGuildApplyListUI() end;
-
----鍏抽棴琛屼細鐢宠鐣岄潰
-function UIOperator:CloseGuildApplyListUI() end;
-
----鎵撳紑琛屼細鍒涘缓鐣岄潰
-function UIOperator:OpenGuildCreateUI() end;
-
----鍏抽棴琛屼細鍒涘缓鐣岄潰
-function UIOperator:CloseGuildCreateUI() end;
-
----鎵撳紑琛屼細缁撶洘鐢宠鐣岄潰
-function UIOperator:OpenGuildAllyApplyUI() end;
-
----鍏抽棴琛屼細缁撶洘鐢宠鐣岄潰
-function UIOperator:CloseGuildAllyApplyUI() end;
-
----鍏抽棴琛屼細瀹f垬/缁撶洘鐣岄潰
-function UIOperator:CloseGuildWarAllyUI() end;
-
----鎵撳紑浜虹墿鑳屽寘
----* data pos : 鑳屽寘鎵撳紑浣嶇疆
bag_page : 鑳屽寘鎵撳紑椤电ID
----@param data table
-function UIOperator:OpenBagUI(data) end;
-
----鍏抽棴浜虹墿鑳屽寘
-function UIOperator:CloseBagUI() end;
-
----鎵撳紑鑻遍泟鑳屽寘
-function UIOperator:OpenHeroBagUI() end;
-
----鍏抽棴鑻遍泟鑳屽寘
-function UIOperator:CloseHeroBagUI() end;
-
----鎵撳紑鎷嶅崠琛
-function UIOperator:OpenAuctionUI() end;
-
----鍏抽棴鎷嶅崠琛
-function UIOperator:CloseAuctionUI() end;
-
----鎵撳紑鎽嗘憡鐣岄潰
-function UIOperator:OpenStallLayerUI() end;
-
----鍏抽棴鎽嗘憡鐣岄潰
-function UIOperator:CloseStallLayerUI() end;
-
----鎵撳紑鐜╁浜ゆ槗鐣岄潰
-function UIOperator:OpenTradeUI() end;
-
----鍏抽棴鐜╁浜ゆ槗鐣岄潰
-function SL:CloseTradeUI() end;
-
----鎵撳紑鎺掕姒
----* type 鎵撳紑 鎸囧畾椤电ID
----@param type number
-function UIOperator:OpenRankUI(type) end;
-
----鍏抽棴鎺掕姒
-function UIOperator:CloseRankUI() end;
-
----鎵撳紑鑱婂ぉ鐣岄潰(鎵嬫満绔)
-function UIOperator:OpenChatUI() end;
-
----鍏抽棴鑱婂ぉ鐣岄潰(鎵嬫満绔)
-function UIOperator:CloseChatUI() end;
-
----鎵撳紑鑱婂ぉ鎵╁睍妗
----* index 鎵撳紑 鎸囧畾鍒嗙粍
1 : 蹇嵎鍛戒护
2 : 琛ㄦ儏
3 : 鑳屽寘
----@param index number
-function UIOperator:OpenChatExtendUI(index) end;
-
----鍏抽棴鑱婂ぉ鎵╁睍妗
-function UIOperator:CloseChatExtendUI() end;
-
----鎵撳紑绀惧尯甯栧瓙
-function UIOperator:OpenCommunityUI() end;
-
----鍏抽棴绀惧尯甯栧瓙
-function UIOperator:CloseCommunityUI() end;
-
----鎵撳紑浜ゆ槗琛
-function UIOperator:OpenTradingBankUI() end;
-
----鍏抽棴浜ゆ槗琛
-function UIOperator:CloseTradingBankUI() end;
-
----鎵撳紑鍟嗗煄
----* page 鎵撳紑 鍟嗗煄瀵瑰簲鍒嗛〉
----@param page number
-function UIOperator:OpenStoreFrameUI(page) end;
-
----鍏抽棴鍟嗗煄
-function UIOperator:CloseStoreFrameUI() end;
-
----鎵撳紑鍟嗗煄鍟嗗搧璐拱妗
----* storeIndex 鍟嗗搧index cfg_store鍟嗗煄琛ㄩ厤缃殑id
----* limitStr 瓒呭嚭闄愬埗璐拱鐨勬彁绀
----@param storeIndex number
----@param limitStr string
-function UIOperator:OpenStoreDetailUI(storeIndex, limitStr) end;
-
----鍏抽棴鍟嗗煄鍟嗗搧璐拱妗
-function UIOperator:CloseStoreDetailUI() end;
-
----鎵撳紑鎶鑳介厤缃晫闈
----* data 瀵瑰簲鎶鑳芥暟鎹 鎵撳紑鎶鑳藉揩鎹烽敭閰嶇疆椤
----@param data table
-function UIOperator:OpenSkillSettingUI(data) end;
-
----鍏抽棴鎶鑳介厤缃晫闈
-function UIOperator:CloseSkillSettingUI() end;
-
----鎵撳紑绀句氦鐣岄潰
----* page 椤电ID ( 涓嶅~榛樿1闄勮繎 )
1闄勮繎鐜╁銆2缁勯槦銆3濂藉弸銆4閭欢
----@param page number
-function UIOperator:OpenSocialUI(page) end;
-
----鍏抽棴绀句氦鐣岄潰
-function UIOperator:CloseSocialUI() end;
-
----鎵撳紑鍒嗚鲸鐜囦慨鏀圭晫闈(PC绔)
-function UIOperator:OpenResolutionSetUI() end;
-
----鍏抽棴鍒嗚鲸鐜囦慨鏀圭晫闈(PC绔)
-function UIOperator:CloseResolutionSetUI() end;
-
----鎵撳紑鐜╁瑙掕壊鐣岄潰
----* data extent: 瀛愰〉id
1瑁呭銆2鐘舵併3灞炴с4鎶鑳姐6绉板彿銆11鏃惰
isFast: boolen 鏄惁蹇嵎閿墦寮
----@param data table
-function UIOperator:OpenMyPlayerUI(data) end;
-
----鍏抽棴鐜╁瑙掕壊鐣岄潰
-function UIOperator:CloseMyPlayerUI() end;
-
----鎵撳紑鑻遍泟瑙掕壊鐣岄潰
----* data extent: 瀛愰〉id
1瑁呭銆2鐘舵併3灞炴с4鎶鑳姐6绉板彿銆11鏃惰
----@param data table
-function UIOperator:OpenMyHeroUI(data) end;
-
----鍏抽棴鑻遍泟瑙掕壊鐣岄潰
-function UIOperator:CloseMyHeroUI() end;
-
----浜ゆ槗琛屾煡鐪嬩粬浜虹晫闈
----* data extent: 瀛愰〉id
1瑁呭銆2鐘舵併3灞炴с4鎶鑳姐6绉板彿銆11鏃惰
----@param data table
-function SL:CloseTradingBankHeroPageUI(data) end;
-
----鎵撳紑棣栭グ鐩掔晫闈
----* param param:
1: 鑷繁浜虹墿
2锛氳嚜宸辫嫳闆
11锛氬叾浠栫帺瀹朵汉鐗
12锛氬叾浠栫帺瀹惰嫳闆
21锛氫氦鏄撹浜虹墿
22锛氫氦鏄撹鑻遍泟
----@param param number
-function UIOperator:OpenBestRingBoxUI(param) end;
-
----鍏抽棴棣栭グ鐩掔晫闈
----* param param:
1: 鑷繁浜虹墿
2锛氳嚜宸辫嫳闆
11锛氬叾浠栫帺瀹朵汉鐗
12锛氬叾浠栫帺瀹惰嫳闆
21锛氫氦鏄撹浜虹墿
22锛氫氦鏄撹鑻遍泟
----@param param number
-function UIOperator:CloseBestRingBoxUI(param) end;
-
----鎵撳紑绉板彿鎻愮ず鐣岄潰
----* data id: 绉板彿id
pos: Tips鏀剧疆浣嶇疆
type: 1鏈縺娲 2宸叉縺娲
time: 鏃堕棿
----@param data table
-function UIOperator:OpenTitleTipsUI(data) end;
-
----鍏抽棴绉板彿鎻愮ず鐣岄潰
-function UIOperator:CloseTitleTipsUI() end;
-
----鍏抽棴浜ゆ槗琛屾煡鐪嬩粬浜虹晫闈
-function SL:CloseTradingBankLookInfoUI() end;
-
----鎵撳紑閭璇风粍闃熺晫闈
-function UIOperator:OpenTeamInvite() end;
-
----鍏抽棴閭璇风粍闃熺晫闈
-function UIOperator:CloseTeamInvite() end;
-
----鎵撳紑鍏ラ槦鐢宠鍒楄〃
-function UIOperator:OpenTeamApply() end;
-
----鍏抽棴鍏ラ槦鐢宠鍒楄〃
-function UIOperator:CloseTeamApply() end;
-
----鎵撳紑灏忓湴鍥剧晫闈
-function UIOperator:OpenMiniMap() end;
-
----鍏抽棴灏忓湴鍥剧晫闈
-function UIOperator:CloseMiniMap() end;
-
----鎵撳紑涓荤晫闈㈡妧鑳芥寜閽尯鍩
----* param param:
1: 鑷繁浜虹墿
2锛氳嚜宸辫嫳闆
11锛氬叾浠栫帺瀹朵汉鐗
12锛氬叾浠栫帺瀹惰嫳闆
21锛氫氦鏄撹浜虹墿
22锛氫氦鏄撹鑻遍泟
----@param param number
-function SL:OpenGuideEnter(param) end;
-
----鍏抽棴涓荤晫闈㈡妧鑳芥寜閽尯鍩
-function SL:CloseGuideEnter() end;
-
----鎵撳紑杞敓鐐瑰垎閰嶇晫闈
-function UIOperator:OpenReinAttrUI() end;
-
----鍏抽棴杞敓鐐瑰垎閰嶇晫闈
-function UIOperator:CloseReinAttrUI() end;
-
----鎵撳紑浠诲姟鏍
-function SL:OpenAssistUI() end;
-
----鍏抽棴浠诲姟鏍
-function SL:CloseAssistUI() end;
-
----鎵撳紑涓荤晫闈㈠皬鍦板浘鏀剁缉(鎵嬫満绔)
-function SL:OpenMiniMapChangeUI() end;
-
----鍏抽棴涓荤晫闈㈠皬鍦板浘鏀剁缉(鎵嬫満绔)
-function SL:CloseMiniMapChangeUI() end;
-
----鎵撳紑闄勮繎灞曠ず椤
-function UIOperator:OpenMainNearUI() end;
-
----鍏抽棴闄勮繎灞曠ず椤
-function UIOperator:CloseMainNearUI() end;
-
----鐩存帴璋冪敤鏀粯
-function SL:OpenCallPayUI() end;
-
----鎵撳紑瀹㈡湇UI
-function UIOperator:OpenKefuUI() end;
-
----鎵撳紑PC绔鑱婄晫闈
-function UIOperator:OpenPCPrivateUI() end;
-
----鍏抽棴PC绔鑱婄晫闈
-function UIOperator:ClosePCPrivateUI() end;
-
----鎵撳紑娣诲姞濂藉弸鐣岄潰
-function UIOperator:OpenAddFriendUI() end;
-
----鍏抽棴娣诲姞濂藉弸鐣岄潰
-function UIOperator:CloseAddFriendUI() end;
-
----鎵撳紑娣诲姞榛戝悕鍗曠晫闈
-function UIOperator:OpenAddBlackListUI() end;
-
----鍏抽棴娣诲姞榛戝悕鍗曠晫闈
-function UIOperator:CloseAddBlackListUI() end;
-
----鎵撳紑濂藉弸娣诲姞鐢宠椤
-function UIOperator:OpenFriendApplyUI() end;
-
----鍏抽棴濂藉弸娣诲姞鐢宠椤
-function UIOperator:CloseFriendApplyUI() end;
-
----鎵撳紑鎷嶅崠琛-涓栫晫鎷嶅崠/琛屼細鎷嶅崠
----* param 1:涓栫晫鎷嶅崠
2锛氳浼氭媿鍗
3锛氭垜鐨勭珵鎷
4锛氭垜鐨勪笂鏋 鑻ラ殣钘忚浼氭媿鍗 涓嬫爣椤虹Щ
鍗
2锛氭垜鐨勭珵鎷
3锛氭垜鐨勪笂鏋
----@param param number
-function UIOperator:OpenAuctionUI(param) end;
-
----鍏抽棴鎷嶅崠琛-涓栫晫鎷嶅崠/琛屼細鎷嶅崠
-function UIOperator:CloseAuctionUI() end;
-
----鎵撳紑鎷嶅崠琛屼笂鏋剁晫闈
----* itemData 鑳屽寘鐗╁搧鏁版嵁
----@param itemData table
-function UIOperator:OpenAuctionPutinUI(itemData) end;
-
----鍏抽棴鎷嶅崠琛屼笂鏋剁晫闈
-function UIOperator:CloseAuctionPutinUI() end;
-
----鎵撳紑鎷嶅崠琛屼笅鏋剁晫闈
----* item 鎷嶅崠琛屼笂鏋剁殑鐗╁搧鏁版嵁
----@param item table
-function UIOperator:OpenAuctionPutoutUI(item) end;
-
----鍏抽棴鎷嶅崠琛屼笅鏋剁晫闈
-function UIOperator:CloseAuctionPutoutUI() end;
-
----鎵撳紑鎷嶅崠琛岀珵鎷嶇晫闈
----* item 鎷嶅崠琛屼笂鏋剁殑鐗╁搧鏁版嵁
----@param item table
-function UIOperator:OpenAuctionBidUI(item) end;
-
----鎵撳紑琛屼細瀹f垬/缁撶洘妗
-function UIOperator:OpenGuildWarAllyUI() end;
-
----鍏抽棴瑙掕壊瑁呭
----* type param:
1: 鑷繁浜虹墿
2锛氳嚜宸辫嫳闆
11锛氬叾浠栫帺瀹朵汉鐗
12锛氬叾浠栫帺瀹惰嫳闆
21锛氫氦鏄撹浜虹墿
22锛氫氦鏄撹鑻遍泟
----@param type number
-function UIOperator:CloseRoleEquipUI(type) end;
-
----鎵撳紑 澧炲姞鎬墿绫诲瀷 璁剧疆鐣岄潰
-function UIOperator:OpenAddMonsterTypeUI() end;
-
----鍏抽棴 澧炲姞鎬墿绫诲瀷 璁剧疆鐣岄潰
-function UIOperator:CloseAddMonsterTypeUI() end;
-
----鍏抽棴鎷嶅崠琛岀珵鎷嶇晫闈
-function UIOperator:CloseAuctionBidUI() end;
-
----鎵撳紑鎷嶅崠琛屼竴鍙d环鐣岄潰
----* item 鎷嶅崠琛屼笂鏋剁殑鐗╁搧鏁版嵁
----@param item table
-function UIOperator:OpenAuctionBuyUI(item) end;
-
----鍏抽棴鎷嶅崠琛屼竴鍙d环鐣岄潰
-function UIOperator:CloseAuctionBuyUI() end;
-
----鎵撳紑鎷嶅崠琛岃秴鏃剁晫闈
----* item 鎷嶅崠琛屼笂鏋剁殑鐗╁搧鏁版嵁
----@param item table
-function UIOperator:OpenAuctionTimeoutUI(item) end;
-
----鍏抽棴鎷嶅崠琛岃秴鏃剁晫闈
-function UIOperator:CloseAuctionTimeoutUI() end;
-
----鎵撳紑鍚堟垚鐣岄潰
-function UIOperator:OpenCompoundItemUI() end;
-
----鍏抽棴鍚堟垚鐣岄潰
-function UIOperator:CloseCompoundItemUI() end;
-
----鎵撳紑鎬墿鎻愮ず鍒楄〃-璁剧疆鐣岄潰
-function UIOperator:OpenBossTipsUI() end;
-
----鍏抽棴鎬墿鎻愮ず鍒楄〃-璁剧疆鐣岄潰
-function UIOperator:CloseBossTipsUI() end;
-
----鎵撳紑鎷惧彇鍒楄〃-璁剧疆鐣岄潰
-function UIOperator:OpenPickSettingUI() end;
-
----鍏抽棴鎷惧彇鍒楄〃-璁剧疆鐣岄潰
-function UIOperator:ClosePickSettingUI() end;
-
----鎵撳紑浠撳簱鐣岄潰
----* data pos 鎵撳紑浣嶇疆鍧愭爣
initPage 椤电
----@param data table
-function UIOperator:OpenNpcStorageUI(data) end;
-
----鎵撳紑淇濇姢閰嶇疆-璁剧疆鐣岄潰
----* data cfg_setup瀵瑰簲淇濇姢閰嶇疆
----@param data table
-function UIOperator:OpenProtectSettingUI(data) end;
-
----鍏抽棴淇濇姢閰嶇疆-璁剧疆鐣岄潰
-function UIOperator:CloseProtectSettingUI() end;
-
----鎵撳紑澧炲姞鎬墿鍚嶅瓧-璁剧疆鐣岄潰
----* data ignoreName: boolean 鏄惁鏄寕鏈哄拷鐣ュ悕瀛
----@param data table
-function UIOperator:OpenAddMonsterNameUI(data) end;
-
----鍏抽棴澧炲姞鎬墿鍚嶅瓧-璁剧疆鐣岄潰
-function UIOperator:CloseAddMonsterNameUI() end;
-
----鎵撳紑澧炲姞BOSS绫诲瀷-璁剧疆鐣岄潰
-function UIOperator:OpenAddMonsterTypeUI() end;
-
----鍏抽棴澧炲姞BOSS绫诲瀷-璁剧疆鐣岄潰
-function UIOperator:CloseAddMonsterTypeUI() end;
-
----鎵撳紑鎶鑳芥帓琛-璁剧疆鐣岄潰
----* data cfg_setup瀵瑰簲淇濇姢閰嶇疆
----@param data table
-function UIOperator:OpenSkillRankPanelUI(data) end;
-
----鍏抽棴鎶鑳芥帓琛-璁剧疆鐣岄潰
-function UIOperator:CloseSkillRankPanelUI() end;
-
----鎵撳紑鏂板鎶鑳-璁剧疆鐣岄潰
-function UIOperator:OpenSkillPanelUI() end;
-
----鍏抽棴鏂板鎶鑳-璁剧疆鐣岄潰
-function UIOperator:CloseSkillPanelUI() end;
-
----鎵撳紑閫夋嫨涓嬫媺妗
----* list 涓嬫媺瑕佹樉绀虹殑鍐呭
----* position 鍒濆浣嶇疆
----* cellwidth 鍗曟潯cell鐨勫
----* cellheight 鍗曟潯cell鐨勯珮
----* func 鍥炶皟 閫変腑鐨勭紪鍙1~n 0鏄叧闂
----* extraData 棰濆鏁版嵁
----@param list table
----@param position table
----@param cellwidth number
----@param cellheight number
----@param func function
----@param extraData table
-function UIOperator:OpenCommonSelectListUI(list, position, cellwidth, cellheight, func, extraData) end;
-
----鍏抽棴閫夋嫨涓嬫媺妗
-function UIOperator:CloseCommonSelectListUI() end;
-
----鎵撳紑996鐩掑瓙鐣岄潰
----* index 鐩掑瓙鎵撳紑榛樿鍒嗛〉id
1: 鐗规潈绉板彿 2: 姣忔棩绀煎寘 3: 瓒呯骇绀煎寘 4: 浼氬憳绀煎寘 5: SVIP
----@param index number
-function UIOperator:OpenBox996UI(index) end;
-
----鍏抽棴996鐩掑瓙鐣岄潰
-function UIOperator:CloseBox996UI() end;
-
----鎵撳紑鑻遍泟鐘舵侀夋嫨鐣岄潰
----* data pos
mode 1閫夋嫨鐘舵 2鍗曞嚮鍒囨崲 3涓嶈兘鐐瑰嚮,婊戝姩
----@param data table
-function UIOperator:OpenHeroStateSelectUI(data) end;
-
----鍏抽棴鑻遍泟鐘舵侀夋嫨鐣岄潰
-function UIOperator:CloseHeroStateSelectUI() end;
-
----鎵撳紑蹇嵎浣跨敤妗
----* itemData 鐪熷疄鐗╁搧鏁版嵁
----* equipPos 鐗╁搧涓鸿澶囨椂瑁呮埓鐨勮澶囦綅缃
----* isBook 鏄惁鏄妧鑳戒功
----* isHero 鏄惁涓鸿嫳闆
----@param itemData table
----@param equipPos number
----@param isBook boolean
----@param isHero boolean
-function UIOperator:OpenAutoUsePopUI(itemData, equipPos, isBook, isHero) end;
-
----鍏抽棴蹇嵎浣跨敤妗
----* makeIndex 鐗╁搧鍞竴ID
----* isHero 鏄惁涓鸿嫳闆
----@param makeIndex number
----@param isHero boolean
-function UIOperator:CloseAutoUsePopUI(makeIndex, isHero) end;
-
----鎵撳紑寮瀹濈鍔ㄧ敾椤
----* itemData 瀹濈鐗╁搧鏁版嵁
----@param itemData table
-function UIOperator:OpenTreasure(itemData) end;
-
----鍏抽棴寮瀹濈鍔ㄧ敾椤
-function UIOperator:CloseTreasure() end;
-
----鎵撳紑瀹濈濂栧姳鐣岄潰
----* itemData 瀹濈鐗╁搧鏁版嵁
----@param itemData table
-function UIOperator:OpenGoldBox(itemData) end;
-
----鍏抽棴瀹濈濂栧姳鐣岄潰
-function UIOperator:CLoseGoldBox() end;
-
----鎵撳紑鎽囬瀛愮晫闈
----* data 瀛楁璇存槑
----@param data table
-function UIOperator:OpenPlayDiceUI(data) end;
-
----鍏抽棴瑕侀瀛愮晫闈
-function UIOperator:ClosePlayDiceUI() end;
-
----鎵撳紑姹傝喘鐣岄潰
-function UIOperator:OpenPurchaseUI() end;
-
----鍏抽棴姹傝喘鐣岄潰
-function UIOperator:ClosePurchaseUI() end;
-
----鎵撳紑姹傝喘鍑哄敭椤
----* data 鍗曟潯涓栫晫姹傝喘鏁版嵁
----@param data table
-function UIOperator:OpenPurchaseSellUI(data) end;
-
----鍏抽棴姹傝喘鍑哄敭椤
-function UIOperator:ClosePurchaseSellUI() end;
-
----鎵撳紑姹傝喘涓婃灦椤
-function UIOperator:OpenPurchasePutInUI() end;
-
----鍏抽棴姹傝喘涓婃灦椤
-function UIOperator:ClosePurchasePutInUI() end;
-
----鎵撳紑閫氱敤鎻忚堪Tips
----* data str: 鎻忚堪鍐呭
worldPos: 鎻愮ず浣嶇疆
width: 鎻忚堪鍐呭瀹藉害
anchorPoint: 閿氱偣
formatWay: 璁剧疆涓1 瑙f瀽瀵屾枃鏈牸寮: ``[锛佸惁鍒欓粯璁よВ鏋愯佽剼鏈瘜鏂囨湰``]
----@param data table
-function UIOperator:OpenCommonDescTipsUI(data) end;
-
----鍏抽棴閫氱敤鎻忚堪Tips
-function SL:CloseCommonDescTipsUI() end;
-
----鎵撳紑閫氱敤寮圭獥
----* data str: 鏂囨湰
btnType: 鎸夐挳绫诲瀷 int 1:"纭畾" 2:{"纭畾","鍙栨秷"}
btnDesc: 鎸夐挳鎻忚堪 table
showEdit: 鏄惁鏄剧ず杈撳叆妗
editParams: 杈撳叆妗嗗弬鏁皌able
```{ inputMode: 閿洏缂栬緫绫诲瀷, maxLength: 鍙緭鍏ユ渶澶ч暱搴, str: 榛樿鏂囨湰鍐呭}```
callback: 鎸夐挳鍥炶皟 [鍙傛暟1: 鐐瑰嚮鐨勬寜閽甶d 鍙傛暟2: 棰濆鍙傛暟
----@param data table
-function UIOperator:OpenCommonTipsUI(data) end;
-
----鍏抽棴閫氱敤寮圭獥
-function SL:CloseCommonTipsUI() end;
-
----閬撳叿瑁呭Tips
----* data itemData: 鐗╁搧鏁版嵁
pos: 鎻愮ず浣嶇疆
from:闈炲繀瑕 鐗╁搧鏉ヨ嚜(鐣岄潰浣嶇疆)
----@param data table
-function UIOperator:OpenItemTips(data) end;
-
----鍏抽棴閬撳叿瑁呭Tips
-function UIOperator:CloseItemTips() end;
-
----鎵撳紑閬撳叿鎷嗗垎寮圭獥
----* itemData 鐗╁搧鏁版嵁
----@param itemData table
-function UIOperator:OpenTipsSplit(itemData) end;
-
----鍏抽棴閬撳叿鎷嗗垎寮圭獥
-function UIOperator:CloseTipsSplit() end;
-
----鎵撳紑閫氱敤鍔熻兘閫夋嫨鎻愮ず
----* data 鍙傛暟璇存槑:
type : 绫诲瀷 鍙弬鐓у厓鍙橀噺DOCKTYPE_NENUM
targetId : 閫変腑鐩爣id
targetName :鐩爣鍚嶇О
pos : 灞曠ず浣嶇疆
----@param data table
-function UIOperator:OpenFuncDockTips(data) end;
-
----鍏抽棴閫氱敤鍔熻兘閫夋嫨鎻愮ず
-function UIOperator:CloseFuncDockTips() end;
-
----鎵撳紑NPC杩涘害鏉℃彁绀
----* data 鍙傛暟璇存槑:
time : 鏃堕棿
msg : 鏄剧ず鍐呭
----@param data table
-function UIOperator:OpenProgressBarUI(data) end;
-
----鍏抽棴NPC杩涘害鏉℃彁绀
-function UIOperator:CloseProgressBarUI() end;
-
----鎵撳紑澶氭潯閫夐」寮圭獥鎻愮ず
----* data 鍙傛暟璇存槑:
pos : 鍧愭爣
list : 澶氭潯閫夐」鍒楄〃
[鍗曟潯鏁版嵁鍙傝:
{str = 鏂囨湰, agreeCall = 鍚屾剰鎸夐挳鍥炶皟(function), disAgreeCall = 鎷掔粷鍥炶皟(function)}
]
----@param data table
-function UIOperator:OpenCommonBubbleInfo(data) end;
-
----鍏抽棴澶氭潯閫夐」寮圭獥鎻愮ず
-function UIOperator:CloseCommonBubbleInfo() end;
-
----鎵撳紑濂借瘎鏈夌ぜ
-function UIOperator:OpenReviewGift() end;
-
----鎵撳紑缃戝潃/閾炬帴
----* url 缃戝潃/閾炬帴
----@param url string
-function SL:OpenURL(url) end;
-
-
-
-
-
-LUA_EVENT_ROLE_PROPERTY_INITED = "LUA_EVENT_ROLE_PROPERTY_INITED" -- 鐜╁瑙掕壊灞炴у垵濮嬪寲瀹屾瘯
-LUA_EVENT_ROLE_PROPERTY_CHANGE = "LUA_EVENT_ROLE_PROPERTY_CHANGE" -- 鐜╁灞炴у彉鍖栨椂
-
-LUA_EVENT_LEVEL_CHANGE = "LUA_EVENT_LEVEL_CHANGE" -- 绛夌骇鏀瑰彉
-LUA_EVENT_HERO_LEVEL_CHANGE = "LUA_EVENT_HERO_LEVEL_CHANGE" -- 鑻遍泟绛夌骇鏀瑰彉
-LUA_EVENT_REINLEVEL_CHANGE = "LUA_EVENT_REINLEVEL_CHANGE" -- 杞敓绛夌骇鏀瑰彉
-LUA_EVENT_HERO_REINLEVEL_CHANGE = "LUA_EVENT_HERO_REINLEVEL_CHANGE" -- 鑻遍泟杞敓绛夌骇鏀瑰彉
-LUA_EVENT_HPMP_CHANGE = "LUA_EVENT_HPMP_CHANGE" -- HP/MP鏀瑰彉
-LUA_EVENT_HERO_HPMP_CHANGE = "LUA_EVENT_HERO_HPMP_CHANGE" -- 鑻遍泟HP/MP鏀瑰彉
-LUA_EVENT_EXP_CHANGE = "LUA_EVENT_EXP_CHANGE" -- EXP鏀瑰彉
-LUA_EVENT_HERO_EXP_CHANGE = "LUA_EVENT_HERO_EXP_CHANGE" -- 鑻遍泟EXP鏀瑰彉
-LUA_EVENT_BATTERY_CHANGE = "LUA_EVENT_BATTERY_CHANGE" -- 鐢垫睜鐢甸噺鏀瑰彉
-LUA_EVENT_NET_CHANGE = "LUA_EVENT_NET_CHANGE" -- 缃戠粶鐘舵佹敼鍙
-LUA_EVENT_WEIGHT_CHANGE = "LUA_EVENT_WEIGHT_CHANGE" -- 璐熼噸鏀瑰彉
-
-LUA_EVENT_PKMODE_CHANGE = "LUA_EVENT_PKMODE_CHANGE" -- pk妯″紡鏀瑰彉
-
-LUA_EVENT_THROW_DAMAGE = "LUA_EVENT_THROW_DAMAGE" -- 椋樿
-
-LUA_EVENT_AFKBEGIN = "LUA_EVENT_AFKBEGIN" -- 鑷姩鎸傛満寮濮
-LUA_EVENT_AFKEND = "LUA_EVENT_AFKEND" -- 鑷姩鎸傛満缁撴潫
-LUA_EVENT_AUTOMOVEBEGIN = "LUA_EVENT_AUTOMOVEBEGIN" -- 鑷姩瀵昏矾寮濮
-LUA_EVENT_AUTOMOVEEND = "LUA_EVENT_AUTOMOVEEND" -- 鑷姩瀵昏矾缁撴潫
-LUA_EVENT_AUTOPICKBEGIN = "LUA_EVENT_AUTOPICKBEGIN" -- 鑷姩鎹$墿寮濮
-LUA_EVENT_AUTOPICKEND = "LUA_EVENT_AUTOPICKEND" -- 鑷姩鎹$墿缁撴潫
-
-LUA_EVENT_MAIN_PICKUP_SHOW = "LUA_EVENT_MAIN_PICKUP_SHOW" -- 鎷惧彇鎸夐挳鏄惁鏄剧ず
-
-LUA_EVENT_MAINPLAYER_BUFF_UPDATE = "LUA_EVENT_MAINPLAYER_BUFF_UPDATE" -- 涓荤帺瀹禸uff鍒锋柊
-LUA_EVENT_BUFF_UPDATE = "LUA_EVENT_BUFF_UPDATE" -- 閫氱敤buff鍒锋柊
-
-LUA_EVENT_TALKTONPC = "LUA_EVENT_TALKTONPC" -- 涓嶯PC瀵硅瘽
-
-LUA_EVENT_CHANGESCENE = "LUA_EVENT_CHANGESCENE" -- 鍒囨崲鍦板浘(鍖呭惈鍚屽湴鍥)
-LUA_EVENT_MAP_INFO_CHANGE = "LUA_EVENT_MAP_INFO_CHANGE" -- 鍒囨崲鍦板浘(涓嶅悓鍦板浘)
-LUA_EVENT_MAP_INFO_INIT = "LUA_EVENT_MAP_INFO_INIT" -- 鍒濆鍖栧湴鍥
-LUA_EVENT_MAP_STATE_CHANGE = "LUA_EVENT_MAP_STATE_CHANGE" -- 鍦板浘鐘舵佹敼鍙
-LUA_EVENT_MAP_SIEGEAREA_CHANGE = "LUA_EVENT_MAP_SIEGEAREA_CHANGE" -- 鏄惁杩涘叆鏀诲煄鍖哄煙鐘舵佹敼鍙
-
-LUA_EVENT_CLOSEWIN = "LUA_EVENT_CLOSEWIN" -- 鍏抽棴鐣岄潰
-
-LUA_EVENT_WINDOW_CHANGE = "LUA_EVENT_WINDOW_CHANGE" -- 绐椾綋灏哄鏀瑰彉鏃
-LUA_EVENT_DEVICE_ROTATION_CHANGED = "LUA_EVENT_DEVICE_ROTATION_CHANGED" -- 璁惧鏂瑰悜鏀瑰彉
-
-LUA_EVENT_MONEY_CHANGE = "LUA_EVENT_MONEY_CHANGE" -- 璐у竵鍙樺寲鏃
-
-LUA_EVENT_GUILD_JOIN_STATE_CHANGE = "LUA_EVENT_GUILD_JOIN_STATE_CHANGE" -- 鍔犲叆琛屼細鐘舵佹敼鍙
-LUA_EVENT_GUILD_MAIN_INFO = "LUA_EVENT_GUILD_MAIN_INFO" -- 琛屼細淇℃伅
-LUA_EVENT_GUILD_MEMBER_LIST = "LUA_EVENT_GUILD_MEMBER_LIST" -- 琛屼細鎴愬憳鍒楄〃
-LUA_EVENT_GUILD_WORLDLIST = "LUA_EVENT_GUILD_WORLDLIST" -- 涓栫晫琛屼細鍒楄〃
-LUA_EVENT_GUILD_CHILD_REMOVE = "LUA_EVENT_GUILD_CHILD_REMOVE" -- 琛屼細瀛愮晫闈㈢Щ闄
-LUA_EVENT_GUILD_CREATE_SUCCESS = "LUA_EVENT_GUILD_CREATE_SUCCESS" -- 琛屼細鍒涘缓鎴愬姛
-LUA_EVENT_GUILD_JOIN_SUCCESS = "LUA_EVENT_GUILD_JOIN_SUCCESS" -- 鍔犲叆琛屼細鎴愬姛
-LUA_EVENT_GUILD_APPLYLIST = "LUA_EVENT_GUILD_APPLYLIST" -- 鍏ヤ細鐢宠鍒楄〃
-LUA_EVENT_GUILD_APPLY_ALLY_LIST = "LUA_EVENT_GUILD_APPLY_ALLY_LIST" -- 鐢宠缁撶洘鍒楄〃
-LUA_EVENT_GUILD_NOTICE_UPDATE = "LUA_EVENT_GUILD_NOTICE_UPDATE" -- 琛屼細鍏憡鏇存柊
-LUA_EVENT_GUILD_ALLY_WAR_LIST = "LUA_EVENT_GUILD_ALLY_WAR_LIST" -- 鑱旂洘鎴樹簤鍒楄〃鍒锋柊
-LUA_EVENT_GUILD_ALL_WAR_UPDATE = "LUA_EVENT_GUILD_ALL_WAR_UPDATE" -- 鍗曡浼氳仈鐩熸垬浜夋暟鎹埛鏂
-LUA_EVENT_GUILD_OPERATE_ERROR = "LUA_EVENT_GUILD_OPERATE_ERROR" -- 琛屼細鎿嶄綔鎻愮ず
-LUA_EVENT_GUILD_SUB_MEMBER_SUCCESS = "LUA_EVENT_GUILD_SUB_MEMBER_SUCCESS" -- 琛屼細鍒犻櫎鎴愬憳鎴愬姛
-LUA_EVENT_GUILD_APPOINT_RANK_SUCCESS= "LUA_EVENT_GUILD_APPOINT_RANK_SUCCESS" -- 浠诲懡鎴愬憳鑱屼綅鎴愬姛
-LUA_EVENT_GUILD_KICK_OUT = "LUA_EVENT_GUILD_KICK_OUT" -- 琚涪鍑鸿浼
-LUA_EVENT_GUILD_QUIT_SUCCESS = "LUA_EVENT_GUILD_QUIT_SUCCESS" -- 閫鍑鸿浼氭垚鍔
-LUA_EVENT_GUILD_DISSOLVE = "LUA_EVENT_GUILD_DISSOLVE" -- 琛屼細瑙f暎
-LUA_EVENT_GUILD_AUTO_JOIN_STATE = "LUA_EVENT_GUILD_AUTO_JOIN_STATE" -- 琛屼細鑷姩鍔犲叆鐘舵
-LUA_EVENT_GUILD_MEMBER_APPLY = "LUA_EVENT_GUILD_MEMBER_APPLY" -- 鏀跺埌鐢宠鍔犲叆琛屼細鐢宠
-LUA_EVENT_GUILD_ALLY_APPLY = "LUA_EVENT_GUILD_ALLY_APPLY" -- 鏀跺埌琛屼細鑱旂洘鐢宠
-LUA_EVENT_GUILD_JOIN_INVITE = "LUA_EVENT_GUILD_JOIN_INVITE" -- 鏀跺埌琛屼細鍔犲叆閭璇
-
-LUA_EVENT_TRADE_REQUEST_ERROR_TIPS = "LUA_EVENT_TRADE_REQUEST_ERROR_TIPS" -- xx璇锋眰鍜屼綘浜ゆ槗閿欒寮圭獥
-LUA_EVENT_TRADE_FAIL_ERROR_TIPS = "LUA_EVENT_TRADE_FAIL_ERROR_TIPS" -- 浜ゆ槗澶辫触閿欒寮圭獥
-LUA_EVENT_TRADE_CANCELED = "LUA_EVENT_TRADE_CANCELED" -- 浜ゆ槗 琚彇娑
-LUA_EVENT_TRADE_TARGET_MONEY_CHANGE = "LUA_EVENT_TRADE_TARGET_MONEY_CHANGE" -- 瀵规柟浜ゆ槗璐у竵鏀瑰彉
-LUA_EVENT_TRADE_MYSELF_MONEY_CHANGE = "LUA_EVENT_TRADE_MYSELF_MONEY_CHANGE" -- 鑷繁浜ゆ槗璐у竵鏀瑰彉
-LUA_EVENT_TRADE_STATUS_CHANGE = "LUA_EVENT_TRADE_STATUS_CHANGE" -- 瀵规柟浜ゆ槗鐘舵佹敼鍙
-LUA_EVENT_TRADE_MY_STATUS_CHANGE = "LUA_EVENT_TRADE_MY_STATUS_CHANGE" -- 鑷繁浜ゆ槗鐘舵佹敼鍙
-LUA_EVENT_TRADE_TRADER_ITEM_CHANGE = "LUA_EVENT_TRADE_TRADER_ITEM_CHANGE" --瀵规柟鏀惧叆鍜屽彇鍑虹墿鍝佹秷鎭
-LUA_EVENT_TRADE_MYSELF_ITEM_CHANGE = "LUA_EVENT_TRADE_MYSELF_ITEM_CHANGE" --鑷繁鏀惧叆鍜屽彇鍑虹墿鍝佺粨鏋
-LUA_EVENT_TRADE_UNLOCK_OPERATION = "LUA_EVENT_TRADE_UNLOCK_OPERATION" --璇疯В閿佸悗鍐嶆搷浣
-LUA_EVENT_TRADE_STALL_FORBID = "LUA_EVENT_TRADE_STALL_FORBID" --鎽嗘憡涓姝㈡搷浣
-LUA_EVENT_TRADE_TARGET_MONEY_CHANGE_AUDIO = "LUA_EVENT_TRADE_TARGET_MONEY_CHANGE_AUDIO" --浜ゆ槗瀵规柟閲戝竵鏀瑰彉鎾斁闊虫晥
---姘旀场
-LUA_EVENT_TRADE_BUBBLE_TIPS_CHANGE = "LUA_EVENT_TRADE_BUBBLE_TIPS_CHANGE" --浜ゆ槗姘旀场鎻愰啋
-
-LUA_EVENT_FIRE_WORK_HALL_SHOW = "LUA_EVENT_FIRE_WORK_HALL_SHOW" -- 鐑熻姳鐗规晥
-
--- 杩涘叆娓告垙鍏憡
-LUA_EVENT_GAME_WORLD_CONFIRM_UPDATE = "LUA_EVENT_GAME_WORLD_CONFIRM_UPDATE" --鏇存柊涓栫晫鍏憡鍐呭
-
---鑳屽寘閲屽紑瀹濈
-LUA_EVENT_GOLD_BOX_OPEN_ANIM = "LUA_EVENT_GOLD_BOX_OPEN_ANIM" --寮瀹濈鍔ㄧ敾
-LUA_EVENT_GOLD_BOX_REFRESH = "LUA_EVENT_GOLD_BOX_REFRESH" --鍒锋柊瀹濈
-
-LUA_EVENT_TREASUREBOX_DATA_REFRESH = "LUA_EVENT_TREASUREBOX_DATA_REFRESH" -- 瀹濈鏁版嵁鍒锋柊
-
-LUA_EVENT_SIGHT_BEAD_HIDE = "LUA_EVENT_SIGHT_BEAD_HIDE" -- 闅愯棌鍑嗘槦
-LUA_EVENT_SIGHT_BEAD_SHOW = "LUA_EVENT_SIGHT_BEAD_SHOW" -- 鏄剧ず鍑嗘槦
-
-LUA_EVENT_LAYER_MOVED_BEGIN = "LUA_EVENT_LAYER_MOVED_BEGIN" -- 寮濮嬫嫋鍔
-LUA_EVENT_LAYER_MOVED_MOVING = "LUA_EVENT_LAYER_MOVED_MOVING" -- 鏇存柊鎷栧姩
-LUA_EVENT_LAYER_MOVED_END = "LUA_EVENT_LAYER_MOVED_END" -- 缁撴潫鎷栧姩
-LUA_EVENT_LAYER_MOVED_CANCEL = "LUA_EVENT_LAYER_MOVED_CANCEL" -- 鍙栨秷鎷栧姩
-LUA_EVENT_LAYER_MOVED_UP_DATA = "LUA_EVENT_LAYER_MOVED_UP_DATA" -- 鏇存柊閮ㄥ垎鏁版嵁
-
-LUA_EVENT_RTOUCH_STATE_CHANGE = "LUA_EVENT_RTOUCH_STATE_CHANGE"
-
-LUA_EVENT_BAG_ITEM_MOVE_CANCEL = "LUA_EVENT_BAG_ITEM_MOVE_CANCEL" -- 鑳屽寘閬撳叿绉诲姩鍙栨秷
-LUA_EVENT_BAG_ITEM_LIST_REFRESH = "LUA_EVENT_BAG_ITEM_LIST_REFRESH" -- 鍒锋柊鑳屽寘閬撳叿鍒楄〃
-LUA_EVENT_BAG_ITEM_CHANGE = "LUA_EVENT_BAG_ITEM_CHANGE" -- 鑳屽寘鏁版嵁鍙戠敓鍙樺寲鏃
-LUA_EVENT_BAG_ITEM_POS_CHANGE = "LUA_EVENT_BAG_ITEM_POS_CHANGE" -- 鑳屽寘閬撳叿浣嶇疆鍙戠敓鍙樺寲鏃
-LUA_EVENT_BAGLAYER_POS_CHANGE = "LUA_EVENT_BAGLAYER_POS_CHANGE" -- 鑳屽寘鐣岄潰浣嶇疆鍙戠敓鍙樺寲鏃
-LUA_EVENT_BAG_STATE_CHANGE = "LUA_EVENT_BAG_STATE_CHANGE" -- 鑳屽寘鐘舵佹敼鍙
-LUA_EVENT_BAG_ITEM_COLLIMATOR = "LUA_EVENT_BAG_ITEM_COLLIMATOR" -- 閬撳叿寮鍚噯鏄
-LUA_EVENT_BAG_ITEM_CHOOSE_STATE = "LUA_EVENT_BAG_ITEM_CHOOSE_STATE" -- 鎵归噺鍕鹃夎儗鍖呯墿鍝
-
-LUA_EVENT_HERO_BAG_ITEM_POS_CHANGE = "LUA_EVENT_HERO_BAG_ITEM_POS_CHANGE" -- 鑻遍泟鑳屽寘閬撳叿浣嶇疆鍙戠敓鍙樺寲鏃
-
-LUA_EVENT_PLAYER_EQUIP_CHANGE = "LUA_EVENT_PLAYER_EQUIP_CHANGE" -- 瑙掕壊瑁呭鏁版嵁鎿嶄綔
-LUA_EVENT_HERO_EQUIP_CHANGE = "LUA_EVENT_HERO_EQUIP_CHANGE" -- 鑻遍泟瑁呭鍙樺寲
-LUA_EVENT_NPC_STORAGE_CLOSE = "LUA_EVENT_NPC_STORAGE_CLOSE" -- npc浠撳簱鐣岄潰 鍏抽棴
-
-LUA_EVENT_EQUIP_STATE_CHANGE = "LUA_EVENT_EQUIP_STATE_CHANGE" -- 瑁呭鐘舵佹敼鍙
-LUA_EVENT_HERO_STATE_CHANGE = "LUA_EVENT_HERO_STATE_CHANGE" -- 鑻遍泟瑁呭鐘舵佹敼鍙
-
-LUA_EVENT_PLAYER_EMBATTLE_CHANGE = "LUA_EVENT_PLAYER_EMBATTLE_CHANGE" -- 瑁呭娉曢樀
-LUA_EVENT_HERO_EMBATTLE_CHANGE = "LUA_EVENT_HERO_EMBATTLE_CHANGE" -- 鑻遍泟瑁呭娉曢樀
-
-LUA_EVENT_HERO_BAG_ITEM_LIST_REFRESH= "LUA_EVENT_HERO_BAG_ITEM_LIST_REFRESH" -- 鍒锋柊鑻遍泟鑳屽寘閬撳叿鍒楄〃
-LUA_EVENT_HERO_BAG_ITEM_CHANGE = "LUA_EVENT_HERO_BAG_ITEM_CHANGE" -- 鑻遍泟鑳屽寘鏁版嵁鍙戠敓鍙樺寲鏃
-LUA_EVENT_HERO_BAG_STATE_CHANGE = "LUA_EVENT_HERO_BAG_STATE_CHANGE" -- 鑻遍泟鑳屽寘鐘舵佹敼鍙
-LUA_EVENT_ITEM_MOVE_BEGIN_HERO_BAG_POS_CHANGE = "LUA_EVENT_ITEM_MOVE_BEGIN_HERO_BAG_POS_CHANGE"
-
-
-LUA_EVENT_DISCONNECT = "LUA_EVENT_DISCONNECT" -- 鏂嚎
-LUA_EVENT_RECONNECT = "LUA_EVENT_RECONNECT" -- 閲嶈繛
-
-LUA_EVENT_TAKE_ON_EQUIP = "LUA_EVENT_TAKE_ON_EQUIP" -- 鐜╁绌挎埓瑁呭
-LUA_EVENT_TAKE_OFF_EQUIP = "LUA_EVENT_TAKE_OFF_EQUIP" -- 鐜╁鑴辨帀瑁呭
-
-LUA_EVENT_HERO_TAKE_ON_EQUIP = "LUA_EVENT_HERO_TAKE_ON_EQUIP" -- 鑻遍泟绌挎埓瑁呭
-LUA_EVENT_HERO_TAKE_OFF_EQUIP = "LUA_EVENT_HERO_TAKE_OFF_EQUIP" -- 鑻遍泟鑴辨帀瑁呭
-
-LUA_EVENT_SETTING_CHANGE = "LUA_EVENT_SETTING_CHANGE" -- 璁剧疆椤瑰彂鐢熷彉鍖
-
-LUA_EVENT_ACTOR_IN_OF_VIEW = "LUA_EVENT_ACTOR_IN_OF_VIEW" -- 杩涜閲
-LUA_EVENT_ACTOR_OUT_OF_VIEW = "LUA_EVENT_ACTOR_OUT_OF_VIEW" -- 鍑鸿閲
-
-LUA_EVENT_DROPITEM_IN_OF_VIEW = "LUA_EVENT_DROPITEM_IN_OF_VIEW" -- 鎺夎惤鐗╄繘瑙嗛噹
-LUA_EVENT_DROPITEM_OUT_OF_VIEW = "LUA_EVENT_DROPITEM_OUT_OF_VIEW" -- 鎺夎惤鐗╁嚭瑙嗛噹
-
-LUA_EVENT_TARGET_CHANGE = "LUA_EVENT_TARGET_CHANGE" -- 鐩爣鍙戠敓鍙樺寲
-LUA_EVENT_ACTOR_OWNER_CHANGE = "LUA_EVENT_ACTOR_OWNER_CHANGE" -- 褰掑睘鍙樺寲
-LUA_EVENT_ACTOR_HP_REFRESH = "LUA_EVENT_ACTOR_HP_REFRESH" -- HP鍙樺寲
-
-LUA_EVENT_HERO_ANGER_CHANGE = "LUA_EVENT_HERO_ANGER_CHANGE" -- 鑻遍泟鎬掓皵鏀瑰彉
-
-LUA_EVENT_PLAYER_ACTION_BEGIN = "LUA_EVENT_PLAYER_ACTION_BEGIN" -- 涓荤帺瀹惰涓虹姸鎬佹敼鍙橈紙绔欑珛銆佽蛋銆佽窇绛夛級
-LUA_EVENT_PLAYER_ACTION_COMPLETE = "LUA_EVENT_PLAYER_ACTION_COMPLETE" -- 涓荤帺瀹惰涓虹姸鎬佹敼鍙橈紙绔欑珛銆佽蛋銆佽窇绛夛級
-LUA_EVENT_NET_PLAYER_ACTION_BEGIN = "LUA_EVENT_NET_PLAYER_ACTION_BEGIN" -- 缃戠粶鐜╁琛屼负鐘舵佹敼鍙橈紙绔欑珛銆佽蛋銆佽窇绛夛級
-LUA_EVENT_NET_PLAYER_ACTION_COMPLETE= "LUA_EVENT_NET_PLAYER_ACTION_COMPLETE" -- 缃戠粶鐜╁琛屼负鐘舵佹敼鍙橈紙绔欑珛銆佽蛋銆佽窇绛夛級
-LUA_EVENT_MONSTER_ACTION_BEGIN = "LUA_EVENT_MONSTER_ACTION_BEGIN" -- 鎬墿琛屼负鐘舵佹敼鍙橈紙绔欑珛銆佽蛋銆佽窇绛夛級
-LUA_EVENT_MONSTER_ACTION_COMPLETE = "LUA_EVENT_MONSTER_ACTION_COMPLETE" -- 鎬墿琛屼负鐘舵佹敼鍙橈紙绔欑珛銆佽蛋銆佽窇绛夛級
-LUA_EVENT_ACTOR_GMDATA_UPDATE = "LUA_EVENT_ACTOR_GMDATA_UPDATE" -- 鐜╁/鎬墿 GM鏁版嵁鏀瑰彉
-
-LUA_EVENT_SKILL_INIT = "LUA_EVENT_SKILL_INIT" -- 鍒濆鍖栨妧鑳
-LUA_EVENT_SKILL_ADD = "LUA_EVENT_SKILL_ADD" -- 鑾峰緱鎶鑳
-LUA_EVENT_SKILL_DEL = "LUA_EVENT_SKILL_DEL" -- 鍒犻櫎鎶鑳
-LUA_EVENT_SKILL_UPDATE = "LUA_EVENT_SKILL_UPDATE" -- 鏇存柊鎶鑳
-
-LUA_EVENT_HERO_SKILL_ADD = "LUA_EVENT_HERO_SKILL_ADD" -- 鑻遍泟鏂板鏅氭妧鑳
-LUA_EVENT_HERO_SKILL_DEL = "LUA_EVENT_HERO_SKILL_DEL" -- 鑻遍泟鍒犻櫎鏅氭妧鑳
-LUA_EVENT_HERO_SKILL_UPDATE = "LUA_EVENT_HERO_SKILL_UPDATE" -- 鑻遍泟鎶鑳芥洿鏂
-
-LUA_EVENT_SUMMON_MODE_CHANGE = "LUA_EVENT_SUMMON_MODE_CHANGE" -- 鍙敜鐗 鐘舵佹敼鍙
-LUA_EVENT_SUMMON_ALIVE_CHANGE = "LUA_EVENT_SUMMON_ALIVE_CHANGE" -- 鍙敜鐗 瀛樻椿鐘舵佹敼鍙
-
-LUA_EVENT_BUBBLETIPS_STATUS_CHANGE = "LUA_EVENT_BUBBLETIPS_STATUS_CHANGE" -- 姘旀场鐘舵佹敼鍙
-LUA_EVENT_PLAY_MAGICBALL_EFFECT = "LUA_EVENT_PLAY_MAGICBALL_EFFECT" -- 鑴氭湰榄旇鐞冨姩鐢
-LUA_EVENT_AUTOFIGHT_TIPS_SHOW = "LUA_EVENT_AUTOFIGHT_TIPS_SHOW" -- 鑷姩鎴樻枟鎻愮ず鏄剧ず涓庡惁
-LUA_EVENT_AUTOMOVE_TIPS_SHOW = "LUA_EVENT_AUTOMOVE_TIPS_SHOW" -- 鑷姩瀵昏矾鎻愮ず鏄剧ず涓庡惁
-LUA_EVENT_REIN_ATTR_CHANGE = "LUA_EVENT_REIN_ATTR_CHANGE" -- 杞敓鐐规暟鎹彉鍖
-
-LUA_EVENT_ASSIST_MISSION_SHOW = "LUA_EVENT_ASSIST_MISSION_SHOW" -- 涓荤晫闈-浠诲姟鍐呭鏄剧ず涓庡惁
-LUA_EVENT_ASSIST_HIDESTATUS_CHANGE = "LUA_EVENT_ASSIST_HIDESTATUS_CHANGE" -- 涓荤晫闈-浠诲姟鏍忔樉绀哄拰鏀剁缉鐘舵佹敼鍙
-LUA_EVENT_TASK_TO_TOP = "LUA_EVENT_TASK_TO_TOP" -- 涓荤晫闈-杈呭姪-浠诲姟缃《
-LUA_EVENT_TASK_ADD = "LUA_EVENT_TASK_ADD" -- 涓荤晫闈-杈呭姪-浠诲姟澧炲姞
-LUA_EVENT_TASK_CHANGE = "LUA_EVENT_TASK_CHANGE" -- 涓荤晫闈-杈呭姪-浠诲姟鏀瑰彉
-LUA_EVENT_TASK_DEL = "LUA_EVENT_TASK_DEL" -- 涓荤晫闈-杈呭姪-浠诲姟绉婚櫎
-LUA_EVENT_TEAM_MEMBER_UPDATE = "LUA_EVENT_TEAM_MEMBER_UPDATE" -- 涓荤晫闈-杈呭姪-闃熶紞鍒锋柊
-LUA_EVENT_TEAM_NEAR_UPDATE = "LUA_EVENT_TEAM_NEAR_UPDATE" -- 闄勮繎闃熶紞鍒锋柊
-LUA_EVENT_TEAM_APPLY_UPDATE = "LUA_EVENT_TEAM_APPLY_UPDATE" -- 鐢宠鍏ラ槦鍒楄〃鍒锋柊
-
-LUA_EVENT_RANK_PLAYER_UPDATE = "LUA_EVENT_RANK_PLAYER_UPDATE" -- 鎺掕姒滀釜浜烘暟鎹埛鏂
-LUA_EVENT_RANK_DATA_UPDATE = "LUA_EVENT_RANK_DATA_UPDATE" -- 鎺掕姒滃垎绫绘暟鎹埛鏂
-
-LUA_EVENT_BIND_MAINPLAYER = "LUA_EVENT_BIND_MAINPLAYER" -- 缁戝畾涓荤帺瀹
-LUA_EVENT_PLAYER_MAPPOS_CHANGE = "LUA_EVENT_PLAYER_MAPPOS_CHANGE" -- 涓荤帺瀹朵綅缃敼鍙
-
-LUA_EVENT_FRIEND_LIST_UPDATE = "LUA_EVENT_FRIEND_LIST_UPDATE" -- 濂藉弸鍒楄〃鍒锋柊
-LUA_EVENT_FRIEND_APPLY = "LUA_EVENT_FRIEND_APPLY" -- 濂藉弸鐢宠
-LUA_EVENT_BLACK_LIST_UPDATE = "LUA_EVENT_BLACK_LIST_UPDATE" -- 榛戝悕鍗曞垪琛ㄥ埛鏂
-
--- 閭欢
-LUA_EVENT_MAIL_LIST_REFRESH = "LUA_EVENT_MAIL_LIST_REFRESH" -- 閭欢鍒楄〃杩斿洖
-LUA_EVENT_MAIL_DELETE_ALL_READ = "LUA_EVENT_MAIL_DELETE_ALL_READ" -- 閭欢鍒楄〃鍒犻櫎宸茶
-LUA_EVENT_MAIL_UPDATE_ALL = "LUA_EVENT_MAIL_UPDATE_ALL" -- 閭欢鍒楄〃鍒锋柊
-LUA_EVENT_MAIL_UPDATE = "LUA_EVENT_MAIL_UPDATE" -- 閭欢鍒楄〃鍒锋柊
-LUA_EVENT_MAIL_DELETE = "LUA_EVENT_MAIL_DELETE" -- 閭欢鍒犻櫎
-LUA_EVENT_MAIL_NEW_NOTICE = "LUA_EVENT_MAIL_NEW_NOTICE" -- 閭欢鑾峰緱鏂伴偖浠
-
-LUA_EVENT_ITEMTIPS_MOUSE_SCROLL = "LUA_EVENT_ITEMTIPS_MOUSE_SCROLL" -- ITEMTIPS榧犳爣婊氳疆婊氬姩
-
-LUA_EVENT_MAIN_MINIMAP_SHOW_STATUS = "LUA_EVENT_MAIN_MINIMAP_SHOW_STATUS" -- 灏忓湴鍥炬樉绀虹姸鎬佹敼鍙
-LUA_EVENT_MINIMAP_DOWNLOAD_SUCCESS = "LUA_EVENT_MINIMAP_DOWNLOAD_SUCCESS" -- 灏忓湴鍥句笅杞芥垚鍔
-
-LUA_EVENT_MAIN_PLAYER_REVIVE = "LUA_EVENT_MAIN_PLAYER_REVIVE" -- 涓荤帺瀹跺娲
-LUA_EVENT_NET_PLAYER_REVIVE = "LUA_EVENT_NET_PLAYER_REVIVE" -- 缃戠粶鐜╁澶嶆椿
-LUA_EVENT_MONSTER_REVIVE = "LUA_EVENT_MONSTER_REVIVE" -- 鎬墿澶嶆椿
-LUA_EVENT_MONSTER_BIRTH = "LUA_EVENT_MONSTER_BIRTH" -- 鎬墿鍑虹敓
-
-LUA_EVENT_MAIN_PLAYER_DIE = "LUA_EVENT_MAIN_PLAYER_DIE" -- 涓荤帺瀹舵浜
-LUA_EVENT_NET_PLAYER_DIE = "LUA_EVENT_NET_PLAYER_DIE" -- 缃戠粶鐜╁姝讳骸
-LUA_EVENT_MONSTER_DIE = "LUA_EVENT_MONSTER_DIE" -- 鎬墿姝讳骸
-LUA_EVENT_MONSTER_CAVED = "LUA_EVENT_MONSTER_CAVED" -- 閽诲湴涓
-
-LUA_EVENT_ACTOR_DIE = "LUA_EVENT_ACTOR_DIE" -- 姝讳骸锛堝寘鍚墍鏈塧ctor锛
-LUA_EVENT_ACTOR_REVIVE = "LUA_EVENT_ACTOR_REVIVE" -- 姝讳骸锛堝寘鍚墍鏈塧ctor锛
-
-LUA_EVENT_NPCLAYER_OPENSTATUS = "LUA_EVENT_NPCLAYER_OPENSTATUS" -- NPC鐣岄潰鎵撳紑鎴栧叧闂
-LUA_EVENT_NPC_TALK = "LUA_EVENT_NPC_TALK" -- NPC 璇磋瘽 (鎵撳紑NPC鐣岄潰)
-LUA_EVENT_NPC_TALK_CLOSE = "LUA_EVENT_NPC_TALK_CLOSE" -- NPC 鐣岄潰鍏抽棴
-LUA_EVENT_NPC_STORE_ITEM_REMOVE = "LUA_EVENT_NPC_STORE_ITEM_REMOVE" -- NPC 鍟嗗煄绉婚櫎item
-LUA_EVENT_NPC_SELL_REPAIRE_UPDATE = "LUA_EVENT_NPC_SELL_REPAIRE_UPDATE" -- NPC 鏇存柊鍑哄敭淇悊鐣岄潰
-LUA_EVENT_NPC_MAKE_DRUG_SUCCESS = "LUA_EVENT_NPC_MAKE_DRUG_SUCCESS" -- NPC 鑽搧鐮斿埗鎴愬姛
-LUA_EVENT_NPC_MAKE_DRUG_FAILED = "LUA_EVENT_NPC_MAKE_DRUG_FAILED" -- NPC 鑽搧鐮斿埗澶辫触
-LUA_EVENT_NPC_STORE_BUY_RESULT_FAIL = "LUA_EVENT_NPC_STORE_BUY_RESULT_FAIL" -- NPC 鍟嗗簵璐拱澶辫触
-LUA_EVENT_NPC_SELL_OPEN = "LUA_EVENT_NPC_SELL_OPEN" -- NPC 鍑哄敭鐣岄潰寮鍚
-LUA_EVENT_NPC_MAKE_DRUG_OPEN = "LUA_EVENT_NPC_MAKE_DRUG_OPEN" -- NPC 鐐艰嵂鐣岄潰寮鍚
-LUA_EVENT_NPC_STORE_OPEN = "LUA_EVENT_NPC_STORE_OPEN" -- NPC 鍟嗗簵鐣岄潰寮鍚
-
-LUA_EVENT_OPEN_PROGRESSBAR = "LUA_EVENT_OPEN_PROGRESSBAR" -- 鏀跺埌鎵撳紑杩涘害鏉℃秷鎭
-
-LUA_EVENT_BESTRONG_BUTTON_REFRESH = "LUA_EVENT_BESTRONG_BUTTON_REFRESH" -- 鍙樺己鎸夐挳鍒锋柊
-LUA_EVENT_BESTRONG_LIST_REFRESH = "LUA_EVENT_BESTRONG_LIST_REFRESH" -- 鍙樺己鍒楄〃鍒锋柊
-LUA_EVENT_BESTRONG_CLOSE = "LUA_EVENT_BESTRONG_CLOSE" -- 鍙樺己鍏抽棴
-
--- 浜虹墿鍐呭姛
-LUA_EVENT_PLAYER_INTERNAL_FORCE_CHANGE = "LUA_EVENT_PLAYER_INTERNAL_FORCE_CHANGE" -- 鍐呭姏鍊兼敼鍙
-LUA_EVENT_PLAYER_INTERNAL_EXP_CHANGE = "LUA_EVENT_PLAYER_INTERNAL_EXP_CHANGE" -- 鍐呭姛缁忛獙鍊兼敼鍙
-LUA_EVENT_PLAYER_INTERNAL_LEVEL_CHANGE = "LUA_EVENT_PLAYER_INTERNAL_LEVEL_CHANGE" -- 鍐呭姛绛夌骇鏀瑰彉
-LUA_EVENT_INTERNAL_SKILL_ADD = "LUA_EVENT_INTERNAL_SKILL_ADD" -- 鍐呭姛鎶鑳藉鍔
-LUA_EVENT_INTERNAL_SKILL_DEL = "LUA_EVENT_INTERNAL_SKILL_DEL" -- 鍐呭姛鎶鑳藉垹闄
-LUA_EVENT_INTERNAL_SKILL_UPDATE = "LUA_EVENT_INTERNAL_SKILL_UPDATE" -- 鍐呭姛鎶鑳藉埛鏂
-LUA_EVENT_PLAYER_LEARNED_INTERNAL = "LUA_EVENT_PLAYER_LEARNED_INTERNAL" -- 浜虹墿瀛︿範鍐呭姛
-
-LUA_EVENT_MERIDIAN_DATA_REFRESH = "LUA_EVENT_MERIDIAN_DATA_REFRESH" -- 鍐呭姛缁忕粶鏁版嵁鍒锋柊
-LUA_EVENT_PLAYER_INTERNAL_DZVALUE_CHANGE= "LUA_EVENT_PLAYER_INTERNAL_DZVALUE_CHANGE"-- 鍐呭姛鏂楄浆鍊兼敼鍙/鎭㈠
-
-LUA_EVENT_PLAYER_COMBO_SKILL_ADD = "LUA_EVENT_PLAYER_COMBO_SKILL_ADD" -- 浜虹墿杩炲嚮鎶鑳藉鍔
-LUA_EVENT_PLAYER_COMBO_SKILL_DEL = "LUA_EVENT_PLAYER_COMBO_SKILL_DEL" -- 浜虹墿杩炲嚮鎶鑳藉垹闄
-LUA_EVENT_PLAYER_COMBO_SKILL_UPDATE = "LUA_EVENT_PLAYER_COMBO_SKILL_UPDATE" -- 浜虹墿杩炲嚮鎶鑳藉埛鏂
-LUA_EVENT_PLAYER_SET_COMBO_REFRESH = "LUA_EVENT_PLAYER_SET_COMBO_REFRESH" -- 浜虹墿璁剧疆杩炲嚮鎶鑳藉埛鏂
-LUA_EVENT_PLAYER_COMBO_SKILLCD_STATE = "LUA_EVENT_PLAYER_COMBO_SKILLCD_STATE" -- 浜虹墿杩炲嚮鎶鑳紺D鐘舵
-LUA_EVENT_PLAYER_OPEN_COMBO_NUM = "LUA_EVENT_PLAYER_OPEN_COMBO_NUM" -- 浜虹墿寮鍚繛鍑讳釜鏁
-
--- 鑻遍泟鍐呭姛
-LUA_EVENT_HERO_INTERNAL_FORCE_CHANGE = "LUA_EVENT_HERO_INTERNAL_FORCE_CHANGE" -- 鍐呭姏鍊兼敼鍙
-LUA_EVENT_HERO_INTERNAL_EXP_CHANGE = "LUA_EVENT_HERO_INTERNAL_EXP_CHANGE" -- 鍐呭姛缁忛獙鍊兼敼鍙
-LUA_EVENT_HERO_INTERNAL_LEVEL_CHANGE = "LUA_EVENT_HERO_INTERNAL_LEVEL_CHANGE" -- 鍐呭姛绛夌骇鏀瑰彉
-LUA_EVENT_HERO_INTERNAL_SKILL_ADD = "LUA_EVENT_HERO_INTERNAL_SKILL_ADD" -- 鑻遍泟鍐呭姛鎶鑳藉鍔
-LUA_EVENT_HERO_INTERNAL_SKILL_DEL = "LUA_EVENT_HERO_INTERNAL_SKILL_DEL" -- 鑻遍泟鍐呭姛鎶鑳藉垹闄
-LUA_EVENT_HERO_INTERNAL_SKILL_UPDATE = "LUA_EVENT_HERO_INTERNAL_SKILL_UPDATE" -- 鑻遍泟鍐呭姛鎶鑳藉埛鏂
-LUA_EVENT_HERO_LEARNED_INTERNAL = "LUA_EVENT_HERO_LEARNED_INTERNAL" -- 鑻遍泟瀛︿範鍐呭姛
-
-LUA_EVENT_HERO_LOYAL_CHANGE = "LUA_EVENT_HERO_LOYAL_CHANGE" -- 鑻遍泟蹇犺瘹搴︽敼鍙
-LUA_EVENT_HERO_CALL_BUTTON_SHOW = "LUA_EVENT_HERO_CALL_BUTTON_SHOW" -- 鑻遍泟鍙敜鎸夐挳鏄剧ず涓庡惁
-
-LUA_EVENT_HERO_DIE = "LUA_EVENT_HERO_DIE" -- 鑻遍泟姝讳骸
-LUA_EVENT_HERO_REVIVE = "LUA_EVENT_HERO_REVIVE" -- 鑻遍泟澶嶆椿
-
-LUA_EVENT_HERO_MERIDIAN_DATA_REFRESH = "LUA_EVENT_HERO_MERIDIAN_DATA_REFRESH" -- 鑻遍泟鍐呭姛缁忕粶鏁版嵁鍒锋柊
-LUA_EVENT_HERO_INTERNAL_DZVALUE_CHANGE = "LUA_EVENT_HERO_INTERNAL_DZVALUE_CHANGE" -- 鍐呭姛鏂楄浆鍊兼敼鍙/鎭㈠
-
-LUA_EVENT_HERO_COMBO_SKILL_ADD = "LUA_EVENT_HERO_COMBO_SKILL_ADD" -- 鑻遍泟杩炲嚮鎶鑳藉鍔
-LUA_EVENT_HERO_COMBO_SKILL_DEL = "LUA_EVENT_HERO_COMBO_SKILL_DEL" -- 鑻遍泟杩炲嚮鎶鑳藉垹闄
-LUA_EVENT_HERO_COMBO_SKILL_UPDATE = "LUA_EVENT_HERO_COMBO_SKILL_UPDATE" -- 鑻遍泟杩炲嚮鎶鑳藉埛鏂
-LUA_EVENT_HERO_SET_COMBO_REFRESH = "LUA_EVENT_HERO_SET_COMBO_REFRESH" -- 鑻遍泟璁剧疆杩炲嚮鎶鑳藉埛鏂
-LUA_EVENT_HERO_OPEN_COMBO_NUM = "LUA_EVENT_HERO_OPEN_COMBO_NUM" -- 鑻遍泟寮鍚繛鍑讳釜鏁
-
-LUA_EVENT_HERO_PROPERTY_CHANGE = "LUA_EVENT_HERO_PROPERTY_CHANGE" -- 鑻遍泟灞炴у彉鍖
-
--- 灏忓湴鍥
-LUA_EVENT_MINIMAP_FIND_PATH = "LUA_EVENT_MINIMAP_FIND_PATH" -- 瀵昏矾璺緞
-LUA_EVENT_MINIMAP_MONSTER = "LUA_EVENT_MINIMAP_MONSTER" -- 鎬墿鍧愭爣
-LUA_EVENT_MINIMAP_PLAYER = "LUA_EVENT_MINIMAP_PLAYER" -- 浜虹墿鍧愭爣
-LUA_EVENT_MINIMAP_TEAM = "LUA_EVENT_MINIMAP_TEAM" -- 闃熶紞鍧愭爣
-LUA_EVENT_OTHER_MAP_MONSTER = "LUA_EVENT_OTHER_MAP_MONSTER" -- 鍏朵粬鍦板浘鎬墿鏁版嵁
-
-LUA_EVENT_MINIMAP_BEGIN = "LUA_EVENT_MINIMAP_BEGIN" -- 鎵撳紑灏忓湴鍥
-
--- 娑堟伅
-LUA_EVENT_NOTICE_SERVER = "LUA_EVENT_NOTICE_SERVER" -- 娑堟伅 鏈嶅姟 (Type4)
-LUA_EVENT_NOTICE_SERVER_EVENT = "LUA_EVENT_NOTICE_SERVER_EVENT" -- 娑堟伅 鏈嶅姟 鏋氫妇鍊 (Type11)
-LUA_EVENT_NOTICE_SYSYTEM = "LUA_EVENT_NOTICE_SYSYTEM" -- 娑堟伅 绯荤粺 璺戦┈鐏 (Type5)
-LUA_EVENT_NOTICE_SYSYTEM_SCALE = "LUA_EVENT_NOTICE_SYSYTEM_SCALE" -- 娑堟伅 绯荤粺 椤剁寮圭獥 (Type13)
-LUA_EVENT_NOTICE_SYSYTEM_XY = "LUA_EVENT_NOTICE_SYSYTEM_XY" -- 娑堟伅 绯荤粺 璁剧疆XY 璺戦┈鐏 (Type10)
-LUA_EVENT_NOTICE_SYSYTEM_TIPS = "LUA_EVENT_NOTICE_SYSYTEM_TIPS" -- 娑堟伅 绯荤粺 鎻愮ず寮圭獥 璀﹀憡
-LUA_EVENT_NOTICE_TIMER = "LUA_EVENT_NOTICE_TIMER" -- 娑堟伅 鎻愮ず 璀﹀憡 (Type6)
-LUA_EVENT_NOTICE_DELETE_TIMER = "LUA_EVENT_NOTICE_DELETE_TIMER" -- 娑堟伅 鎻愮ず 璀﹀憡
-LUA_EVENT_NOTICE_TIMER_XY = "LUA_EVENT_NOTICE_TIMER_XY" -- 娑堟伅 鎻愮ず 璀﹀憡 璁剧疆XY (Type14)
-LUA_EVENT_NOTICE_DELETE_TIMER_XY = "LUA_EVENT_NOTICE_DELETE_TIMER_XY" -- 娑堟伅 鎻愮ず 璀﹀憡 璁剧疆XY (Type14)
-LUA_EVENT_NOTICE_ITEM_TIPS = "LUA_EVENT_NOTICE_ITEM_TIPS" -- 椋樺瓧 鐗╁搧鎷惧彇鑾峰緱娑堣
-LUA_EVENT_NOTICE_ATTRIBUTE = "LUA_EVENT_NOTICE_ATTRIBUTE" -- 椋樺瓧 灞炴у彉鍖
-LUA_EVENT_NOTICE_EXP = "LUA_EVENT_NOTICE_EXP" -- 椋樺瓧 缁忛獙鍊煎彉鍖
-LUA_EVENT_NOTICE_DROP = "LUA_EVENT_NOTICE_DROP" -- 椋樺瓧 鎺夎惤鐗╁搧鎻愮ず (Type15)
-LUA_EVENT_NOTICE_CHILD_ADD = "LUA_EVENT_NOTICE_CHILD_ADD" -- notice 娣诲姞瀛愯妭鐐
-LUA_EVENT_NOTICE_CHILD_REMOVE = "LUA_EVENT_NOTICE_CHILD_REMOVE" -- notice 绉婚櫎瀛愯妭鐐
-
--- 鍚堟垚
-LUA_EVENT_COMPOUND_RED_POINT = "LUA_EVENT_COMPOUND_RED_POINT" -- 鍚堟垚绾㈢偣
-LUA_EVENT_COMPOUND_ITEM_RESULT = "LUA_EVENT_COMPOUND_ITEM_RESULT" -- 鍚堟垚鐗╁搧缁撴灉
-
--- richText
-LUA_EVENT_RICHTEXT_OPEN_URL = "LUA_EVENT_RICHTEXT_OPEN_URL" -- 瀵屾枃鏈秴閾(href)鐐瑰嚮瑙﹀彂
-
-LUA_EVENT_KF_STATUS_CHANGE = "LUA_EVENT_KF_STATUS_CHANGE" -- 璺ㄦ湇鐘舵佹敼鍙
-LUA_EVENT_QUICKUSE_DATA_OPER = "LUA_EVENT_QUICKUSE_DATA_OPER" -- 蹇嵎鏍忛亾鍏锋暟鎹彉鍔ㄨЕ鍙
-LUA_EVENT_QUICKUSE_ITEM_REFRESH = "LUA_EVENT_QUICKUSE_ITEM_REFRESH" -- 蹇嵎鏍忕晫闈㈠埛鏂
-
--- 娓告垙涓栫晫
-LUA_EVENT_ENTER_WORLD = "LUA_EVENT_ENTER_WORLD" -- 杩涘叆娓告垙涓栫晫锛屼富鐣岄潰宸茬粡鍒峰嚭鏉ヤ簡
-LUA_EVENT_LEAVE_WORLD = "LUA_EVENT_LEAVE_WORLD" -- 绂诲紑娓告垙涓栫晫 - 灏忛瑙﹀彂
-
--- 鐜╁鐘舵佸埛鏂
-LUA_EVENT_PLAYER_IN_SAFEZONE_CHANGE = "LUA_EVENT_PLAYER_IN_SAFEZONE_CHANGE" -- 涓荤帺瀹跺畨鍏ㄥ尯鐘舵佹敼鍙
-LUA_EVENT_NET_PLAYER_IN_SAFEZONE_CHANGE = "LUA_EVENT_NET_PLAYER_IN_SAFEZONE_CHANGE" -- 缃戠粶鐜╁瀹夊叏鍖虹姸鎬佹敼鍙
-
-LUA_EVENT_PLAYER_STALL_STATUS_CHANGE = "LUA_EVENT_PLAYER_STALL_STATUS_CHANGE" -- 涓荤帺瀹舵憜鎽婄姸鎬佹敼鍙
-LUA_EVENT_NET_PLAYER_STALL_STATUS_CHANGE= "LUA_EVENT_NET_PLAYER_STALL_STATUS_CHANGE"-- 缃戠粶鐜╁鎽嗘憡鐘舵佹敼鍙
-
-LUA_EVENT_PLAYER_HUSHEN_STATUS_CHANGE = "LUA_EVENT_PLAYER_HUSHEN_STATUS_CHANGE" -- 涓荤帺瀹舵姢韬姸鎬佹敼鍙
-LUA_EVENT_NET_PLAYER_HUSHEN_STATUS_CHANGE = "LUA_EVENT_NET_PLAYER_HUSHEN_STATUS_CHANGE" -- 缃戠粶鐜╁鎶よ韩鐘舵佹敼鍙
-
-LUA_EVENT_PLAYER_TEAM_STATUS_CHANGE = "LUA_EVENT_PLAYER_TEAM_STATUS_CHANGE" -- 涓荤帺瀹剁粍闃熺姸鎬佹敼鍙
-LUA_EVENT_NET_PLAYER_TEAM_STATUS_CHANGE = "LUA_EVENT_NET_PLAYER_TEAM_STATUS_CHANGE" -- 缃戠粶鐜╁缁勯槦鐘舵佹敼鍙
-
-LUA_EVENT_MAIN_PLAYER_ACTION_ENDED = "LUA_EVENT_MAIN_PLAYER_ACTION_ENDED" -- 涓荤帺瀹跺姩浣滅粨鏉
-
--- 姹傝喘
-LUA_EVENT_PURCHASE_ITEM_LIST_PULL = "LUA_EVENT_PURCHASE_ITEM_LIST_PULL" -- 姹傝喘鍒楄〃杩斿洖
-LUA_EVENT_PURCHASE_ITEM_LIST_COMPLETE = "LUA_EVENT_PURCHASE_ITEM_LIST_COMPLETE" -- 姹傝喘鍒楄〃鍔犺浇瀹屾垚
-LUA_EVENT_PURCHASE_SEARCH_ITEM_UPDATE = "LUA_EVENT_PURCHASE_SEARCH_ITEM_UPDATE" -- 姹傝喘鎼滅储鍒锋柊
-LUA_EVENT_PURCHASE_MYITEM_UPDATE = "LUA_EVENT_PURCHASE_MYITEM_UPDATE" -- 姹傝喘鏁版嵁鍒锋柊(鎴戠殑)
-LUA_EVENT_PURCHASE_WORLDITEM_UPDATE = "LUA_EVENT_PURCHASE_WORLDITEM_UPDATE" -- 姹傝喘鏁版嵁鍒锋柊(涓栫晫)
-
-LUA_EVENT_FLYIN_BTN_ITEM_COMPLETE = "LUA_EVENT_FLYIN_BTN_ITEM_COMPLETE" -- item椋炲叆鎸囧畾鎸夐挳瀹屾垚
-
-LUA_EVENT_STORAGE_DATA_CHANGE = "LUA_EVENT_STORAGE_DATA_CHANGE" -- 浠撳簱鏁版嵁鍙樺姩
-LUA_EVENT_STORAGE_DATA_UPDATE = "LUA_EVENT_STORAGE_DATA_UPDATE" -- 浠撳簱鏁版嵁鍒锋柊
-LUA_EVENT_STORAGE_ITEM_STATE = "LUA_EVENT_STORAGE_ITEM_STATE" -- 浠撳簱鐘舵
-LUA_EVENT_STORAGE_SIZE_CHANGE = "LUA_EVENT_STORAGE_SIZE_CHANGE" -- 浠撳簱鏍煎瓙鏁版敼鍙
-
--- 鐧诲綍璐﹀彿
-LUA_EVENT_LOGIN_REGISTER_ACCOUNT_SUCCESS = "LUA_EVENT_LOGIN_REGISTER_ACCOUNT_SUCCESS" -- 璐﹀彿娉ㄥ唽鎴愬姛
-LUA_EVENT_LOGIN_ACCOUNT_SUCCESS = "LUA_EVENT_LOGIN_ACCOUNT_SUCCESS" -- 璐﹀彿鐧诲綍鎴愬姛
-LUA_EVENT_LOGIN_CHECK_TOKEN_SUCCESS = "LUA_EVENT_LOGIN_CHECK_TOKEN_SUCCESS" -- 璐﹀瘑鏁堥獙鎴愬姛
-LUA_EVENT_LOGIN_CHECK_TOKEN_FAIL = "LUA_EVENT_LOGIN_CHECK_TOKEN_FAIL" -- 璐﹀瘑鏁堥獙澶辫触
-LUA_EVENT_LOGIN_CHANGE_PASSWORD_SUCCESS = "LUA_EVENT_LOGIN_CHANGE_PASSWORD_SUCCESS" -- 淇敼瀵嗙爜鎴愬姛
-LUA_EVENT_LOGIN_IDENTIFY_IDCARD_SUCCESS = "LUA_EVENT_LOGIN_IDENTIFY_IDCARD_SUCCESS" -- 瀹炲悕璁よ瘉鎴愬姛
-LUA_EVENT_LOGIN_CHANGE_MBQUESTION_SUCCESS = "LUA_EVENT_LOGIN_CHANGE_MBQUESTION_SUCCESS" -- 淇敼瀵嗕繚闂鎴愬姛
-LUA_EVENT_LOGIN_BIND_PHONE_SUCCESS = "LUA_EVENT_LOGIN_BIND_PHONE_SUCCESS" -- 缁戝畾鎵嬫満鍙锋垚鍔
-LUA_EVENT_LOGIN_CHANGE_BIND_PHONE_SUCCESS = "LUA_EVENT_LOGIN_CHANGE_BIND_PHONE_SUCCESS" -- 鎹㈢粦鎵嬫満鍙锋垚鍔
-LUA_EVENT_LOGIN_SHOW_IDENTIFY_UI = "LUA_EVENT_LOGIN_SHOW_IDENTIFY_UI" -- 瀹炲悕璁よ瘉鐣岄潰鏄剧ず
-LUA_EVENT_LOGIN_SHOW_BIND_PHONE_UI = "LUA_EVENT_LOGIN_SHOW_BIND_PHONE_UI" -- 缁戝畾鎵嬫満鍙风晫闈㈡樉绀
-
--- 鐧诲綍鍒涜
-LUA_EVENT_LOGIN_RAND_ROLE_NAME_REFRESH = "LUA_EVENT_LOGIN_RAND_ROLE_NAME_REFRESH" -- 鍒涜闅忔満瑙掕壊鍚嶅埛鏂
-LUA_EVENT_LOGIN_DELETE_ROLE_SUCCESS = "LUA_EVENT_LOGIN_DELETE_ROLE_SUCCESS" -- 鍒犻櫎瑙掕壊鎴愬姛
-LUA_EVENT_LOGIN_DELETE_ROLE_FAIL = "LUA_EVENT_LOGIN_DELETE_ROLE_FAIL" -- 鍒犻櫎瑙掕壊澶辫触
-LUA_EVENT_LOGIN_CREATE_ROLE_SUCCESS = "LUA_EVENT_LOGIN_CREATE_ROLE_SUCCESS" -- 鍒涘缓瑙掕壊鎴愬姛
-LUA_EVENT_LOGIN_CREATE_ROLE_FAIL = "LUA_EVENT_LOGIN_CREATE_ROLE_FAIL" -- 鍒涘缓瑙掕壊澶辫触
-LUA_EVENT_LOGIN_RESTORE_ROLE_DATA_REFRESH = "LUA_EVENT_LOGIN_RESTORE_ROLE_DATA_REFRESH" -- 鍙仮澶嶈鑹叉暟鎹埛鏂
-LUA_EVENT_LOGIN_SERVER_SUCCESS = "LUA_EVENT_LOGIN_SERVER_SUCCESS" -- 鐧诲綍鎴愬姛
-LUA_EVENT_LOGIN_RESTORE_ROLE_SUCCESS = "LUA_EVENT_LOGIN_RESTORE_ROLE_SUCCESS" -- 鎭㈠瑙掕壊鎴愬姛
-LUA_EVENT_LOGIN_RESTORE_ROLE_FAIL = "LUA_EVENT_LOGIN_RESTORE_ROLE_FAIL" -- 鎭㈠瑙掕壊澶辫触
-LUA_EVENT_LOGIN_ROLE_INFO_DATA = "LUA_EVENT_LOGIN_ROLE_INFO_DATA" -- 鐧诲綍瑙掕壊鏁版嵁
-LUA_EVENT_LOGIN_ROLE_ENTER_GAME_DELAY = "LUA_EVENT_LOGIN_ROLE_ENTER_GAME_DELAY" -- 灏忛寤惰繜杩涘叆娓告垙
-
--- 鑱婂ぉ
-LUA_EVENT_CHAT_PANEL_CLOSE = "LUA_EVENT_CHAT_PANEL_CLOSE" -- 鍏抽棴鑱婂ぉ椤
-LUA_EVENT_CHAT_ENTER_CD = "LUA_EVENT_CHAT_ENTER_CD" -- 鑱婂ぉ杩涘叆CD
-LUA_EVENT_CHAT_PRIVATE_TARGET = "LUA_EVENT_CHAT_PRIVATE_TARGET" -- 绉佽亰瀵硅薄
-LUA_EVENT_CHAT_ITEM_ADD = "LUA_EVENT_CHAT_ITEM_ADD" -- 鑱婂ぉ椤礽tem鏂板
-
-LUA_EVENT_CHATMINI_ITEM_ADD = "LUA_EVENT_CHATMINI_ITEM_ADD" -- 鑱婂ぉ涓荤晫闈tem鏂板
-LUA_EVENT_CHAT_PCPRIVATE_ITEM_ADD = "LUA_EVENT_CHAT_PCPRIVATE_ITEM_ADD" -- PC绉佽亰椤礽tem鏂板
-
-LUA_EVENT_CHAT_MSG_ADD = "LUA_EVENT_CHAT_MSG_ADD" -- 鑱婂ぉ淇℃伅鏂板
-LUA_EVENT_CHAT_PUSH_INPUT = "LUA_EVENT_CHAT_PUSH_INPUT" -- 鑱婂ぉ杈撳叆鍐呭琛ュ厖
-LUA_EVENT_CHAT_REPLACE_INPUT = "LUA_EVENT_CHAT_REPLACE_INPUT" -- 鑱婂ぉ杈撳叆鍐呭鏇挎崲
-LUA_EVENT_CHAT_TARGET_CHANGE = "LUA_EVENT_CHAT_TARGET_CHANGE" -- 鑱婂ぉ瀵硅薄鏀瑰彉
-LUA_EVENT_CHAT_EX_NOTICE_ADD = "LUA_EVENT_CHAT_EX_NOTICE_ADD" -- 鑱婂ぉ缃《娑堟伅鏂板
-LUA_EVENT_CHAT_FAKE_DROP_OPEN_STATUS = "LUA_EVENT_CHAT_FAKE_DROP_OPEN_STATUS" -- 璁剧疆鑱婂ぉ鍋囨帀钀藉紑鍏崇姸鎬
-LUA_EVENT_CHAT_FAKE_DROP_STATUS_CHANGE = "LUA_EVENT_CHAT_FAKE_DROP_STATUS_CHANGE" -- 鑱婂ぉ鍋囨帀钀藉紑鍏崇姸鎬佹敼鍙
-LUA_EVENT_CHAT_DROP_MSG_ADD = "LUA_EVENT_CHAT_DROP_MSG_ADD" -- 鑱婂ぉ妗嗘帀钀芥秷鎭柊澧
-LUA_EVENT_CHAT_FAKE_DROP_MSG_SPEED = "LUA_EVENT_CHAT_FAKE_DROP_MSG_SPEED" -- 鍋囨帀钀介熷害鍙樺寲
-LUA_EVENT_CHAT_AUTO_SHOUT_DELAY_TIME = "LUA_EVENT_CHAT_AUTO_SHOUT_DELAY_TIME" -- 璁剧疆鑷姩鍠婅瘽闂撮殭
-
-
-LUA_EVENT_CHAT_CHANNEL_RECEIVIND_TIPS = "LUA_EVENT_CHAT_CHANNEL_RECEIVIND_TIPS" -- 璁剧疆鑱婂ぉ棰戦亾鎺ユ敹鐘舵佹彁绀
-LUA_EVENT_CHAT_SEND_ERROR_RESULT = "LUA_EVENT_CHAT_SEND_ERROR_RESULT" -- 鑱婂ぉ鍙戦佸け璐ョ粨鏋
-LUA_EVENT_PC_FILL_CHAT_INPUT = "LUA_EVENT_PC_FILL_CHAT_INPUT" -- 濉厖PC鑱婂ぉ杈撳叆妗
-LUA_EVENT_CHAT_MOBILE_AUTO_SHOUT = "LUA_EVENT_CHAT_MOBILE_AUTO_SHOUT" -- 鎵嬫満绔嚜鍔ㄦ眽鍖
-
-LUA_EVENT_MAIN_CLOSE_KEYBOARD = "LUA_EVENT_MAIN_CLOSE_KEYBOARD" -- 鍏抽棴閿洏
-
-LUA_EVENT_CHAT_SET_CHANNEL_RECEIVIND = "LUA_EVENT_CHAT_SET_CHANNEL_RECEIVIND" -- 璁剧疆鑱婂ぉ棰戦亾鎺ユ敹鐘舵佹彁绀
-
-
--- 鑱婂ぉ鎷撳睍
-LUA_EVENT_CHAT_EXTEND_EXIT_ACTION = "LUA_EVENT_CHAT_EXTEND_EXIT_ACTION" -- 鑱婂ぉ鎷撳睍閫鍑哄姩鐢
-
--- FuncDock
-LUA_EVENT_FUNC_DOCK_OPTION_CHANGE = "LUA_EVENT_FUNC_DOCK_OPTION_CHANGE" -- 鍔熻兘寮鍏虫敼鍙
-LUA_EVENT_FUNC_DOCK_LOOK_PLAYER_INFO = "LUA_EVENT_FUNC_DOCK_LOOK_PLAYER_INFO" -- 鍔熻兘鏌ョ湅鐜╁鏁版嵁
-
--- QuickSelect
-LUA_EVENT_QUICK_SELECT_TARGET = "LUA_EVENT_QUICK_SELECT_TARGET" -- 蹇熼夋嫨鐩爣
-
--- 鎶鑳介噴鏀
-LUA_EVENT_USER_INPUT_LAUNCH_SKILL = "LUA_EVENT_USER_INPUT_LAUNCH_SKILL" -- 鐢ㄦ埛鎶鑳借緭鍏
-
--------------------zfs begin------------------------------------------------------------------------------------
------鎽嗘憡
-LUA_EVENT_STALL_SELF_ITEM_CHANGE = "LUA_EVENT_STALL_SELF_ITEM_CHANGE" -- 鎽嗘憡鑷繁鐨勭墿鍝佹敼鍙
-LUA_EVENT_STALL_ITEM_LIST_CHANGE = "LUA_EVENT_STALL_ITEM_LIST_CHANGE" -- 鎽嗘憡鐗╁搧鏀瑰彉
-LUA_EVENT_DARK_STATE_CHANGE = "LUA_EVENT_DARK_STATE_CHANGE" -- 榛戝鐘舵佹敼鍙
-LUA_EVENT_MONSTER_IGNORELIST_ADD = "LUA_EVENT_MONSTER_IGNORELIST_ADD" -- 璁剧疆 鎬墿蹇界暐鍒楄〃澧炲姞
-LUA_EVENT_BOSSTIPSLIST_ADD = "LUA_EVENT_BOSSTIPSLIST_ADD" -- 璁剧疆 boss鎻愮ず 澧炲姞
-LUA_EVENT_MONSTER_NAME_RM = "LUA_EVENT_MONSTER_NAME_RM" -- 璁剧疆 鎬墿绫诲瀷鍒犻櫎
-LUA_EVENT_SKILL_RANKDATA_ADD = "LUA_EVENT_SKILL_RANKDATA_ADD" -- 璁剧疆 鎶鑳芥暟鎹坊鍔
-LUA_EVENT_SKILLBUTTON_DISTANCE_CHANGE = "LUA_EVENT_SKILLBUTTON_DISTANCE_CHANGE" -- 鎶鑳借竟璺濊皟鏁
-LUA_EVENT_TRADE_STALL_FORBID = "LUA_EVENT_TRADE_STALL_FORBID" -- 鎽嗘憡涓姝氦鏄
-
-LUA_EVENT_PLAYER_FRAME_NAME_RRFRESH = "LUA_EVENT_PLAYER_FRAME_NAME_RRFRESH" -- 瑙掕壊妗嗗埛鏂板悕瀛
-
-LUA_EVENT_PLAYER_LOOK_FRAME_PAGE_ADD = "LUA_EVENT_PLAYER_LOOK_FRAME_PAGE_ADD" -- 鏌ョ湅浠栦汉瑙掕壊妗嗗鍔犲瓙椤
-LUA_EVENT_PLAYER_GUILD_INFO_CHANGE = "LUA_EVENT_PLAYER_GUILD_INFO_CHANGE" -- 鐜╁琛屼細淇℃伅鏀瑰彉
-
-LUA_EVENT_HERO_FRAME_NAME_RRFRESH = "LUA_EVENT_HERO_FRAME_NAME_RRFRESH" -- 鑻遍泟妗嗗埛鏂板悕瀛
-
-LUA_EVENT_HERO_LOOK_FRAME_PAGE_ADD = "LUA_EVENT_HERO_LOOK_FRAME_PAGE_ADD" -- 鏌ョ湅浠栦汉鑻遍泟妗嗗鍔犲瓙椤
-
-LUA_EVENT_SERVER_VALUE_CHANGE = "LUA_EVENT_SERVER_VALUE_CHANGE" -- 鏈嶅姟鍣ㄤ笅鍙戠殑鍙橀噺鏀瑰彉
-LUA_EVENT_CHECK_SERVER_VALUE_CHANGE = "LUA_EVENT_CHECK_SERVER_VALUE_CHANGE" -- 妫鏌ユ湇鍔″櫒涓嬪彂鍙橀噺鏀瑰彉
-
-LUA_EVENT_EQUIP_RETRIEVE_STATE_CHANGE = "LUA_EVENT_EQUIP_RETRIEVE_STATE_CHANGE" -- 鑳屽寘鐘舵佹敼鍙
-LUA_EVENT_ITEM_MOVE_BEGIN_BAG_POS_CHANGE = "LUA_EVENT_ITEM_MOVE_BEGIN_BAG_POS_CHANGE" -- 閬撳叿鎹綅鍚庡紑濮嬫嫋鍔
-LUA_EVENT_BAG_LOAD_SUCCESS = "LUA_EVENT_BAG_LOAD_SUCCESS" -- 鑳屽寘鍔犺浇瀹屾垚
-LUA_EVENT_HERO_BAG_LOAD_SUCCESS = "LUA_EVENT_HERO_BAG_LOAD_SUCCESS" -- 鑻遍泟鑳屽寘鍔犺浇瀹屾垚
-LUA_EVENT_PLAYER_IN_OF_VIEW = "LUA_EVENT_PLAYER_IN_OF_VIEW" -- 杩涜閲
-LUA_EVENT_PLAYER_OUT_OF_VIEW = "LUA_EVENT_PLAYER_OUT_OF_VIEW" -- 鍑鸿閲
-LUA_EVENT_MAIN_NEAR_REFRESH = "LUA_EVENT_MAIN_NEAR_REFRESH"
-
-LUA_EVENT_MAIN_ADD_QUIT_TIME_TIPS = "LUA_EVENT_MAIN_ADD_QUIT_TIME_TIPS" -- 娣诲姞閫鍑哄掕鏃舵彁绀
-LUA_EVENT_MAIN_DEL_QUIT_TIME_TIPS = "LUA_EVENT_MAIN_DEL_QUIT_TIME_TIPS" -- 绉婚櫎閫鍑哄掕鏃舵彁绀
-
-LUA_EVENT_MAIN_CHAT_EX_CLEAR = "LUA_EVENT_MAIN_CHAT_EX_CLEAR" -- 涓荤晫闈hatEx娓呯┖
-
-LUA_EVENT_BESTRINGBOX_STATE = "LUA_EVENT_BESTRINGBOX_STATE" -- 棣栭グ鐩掔姸鎬佸彉鍖
-LUA_EVENT_HERO_BESTRINGBOX_STATE = "LUA_EVENT_HERO_BESTRINGBOX_STATE" -- 鑻遍泟棣栭グ鐩
-
-LUA_EVENT_PLAYER_SEX_CHANGE = "LUA_EVENT_PLAYER_SEX_CHANGE" -- 鎬у埆鍙樺寲
-LUA_EVENT_HERO_SEX_CHANGE = "LUA_EVENT_HERO_SEX_CHANGE" -- 鑻遍泟鎬у埆鍙樺寲
-
-LUA_EVENT_PLAYER_JOB_CHANGE = "LUA_EVENT_PLAYER_JOB_CHANGE" -- 浜虹墿鑱屼笟鍙樺寲
-LUA_EVENT_HERO_JOB_CHANGE = "LUA_EVENT_HERO_JOB_CHANGE" -- 鑻遍泟鑱屼笟鍙樺寲
-
-LUA_EVENT_SOCIAL_NRAR_PLAYER_LAYER_CLOSE = "LUA_EVENT_SOCIAL_NRAR_PLAYER_LAYER_CLOSE" -- 绀句氦闄勮繎鐜╁鍏抽棴
-LUA_EVENT_SOCIAL_TEAM_LAYER_CLOSE = "LUA_EVENT_SOCIAL_TEAM_LAYER_CLOSE" -- 绀句氦缁勯槦鍏抽棴
-LUA_EVENT_SOCIAL_FRIEND_LAYER_CLOSE = "LUA_EVENT_SOCIAL_FRIEND_LAYER_CLOSE" -- 绀句氦濂藉弸鍏抽棴
-LUA_EVENT_SOCIAL_MAIL_LAYER_CLOSE = "LUA_EVENT_SOCIAL_MAIL_LAYER_CLOSE" -- 绀句氦閭欢鍏抽棴
-LUA_EVENT_SOCIAL_RELATION_LAYER_CLOSE = "LUA_EVENT_SOCIAL_RELATION_LAYER_CLOSE" -- 绀句氦鍏崇郴鍏抽棴
-
-LUA_EVENT_SOCIAL_TEAM_ERROR = "LUA_EVENT_SOCIAL_TEAM_ERROR" -- 缁勯槦寮傚父
-LUA_EVENT_SOCIAL_TEAM_CREATE = "LUA_EVENT_SOCIAL_TEAM_CREATE" -- 鍒涘缓闃熶紞
-LUA_EVENT_SOCIAL_TEAM_REFUSE_APPLY = "LUA_EVENT_SOCIAL_TEAM_REFUSE_APPLY" -- 鎷掔粷鐢宠
-LUA_EVENT_SOCIAL_TEAM_JOIN = "LUA_EVENT_SOCIAL_TEAM_JOIN" -- 鍔犲叆闃熶紞
-LUA_EVENT_SOCIAL_TEAM_LEAVE = "LUA_EVENT_SOCIAL_TEAM_LEAVE" -- 绂诲紑闃熶紞
-LUA_EVENT_SOCIAL_TEAM_OUT = "LUA_EVENT_SOCIAL_TEAM_OUT" -- 琚玊鍑洪槦浼
-LUA_EVENT_SOCIAL_TEAM_DISMISS = "LUA_EVENT_SOCIAL_TEAM_DISMISS" -- 瑙f暎闃熶紞
-LUA_EVENT_SOCIAL_TEAM_OTHER_LEAVE = "LUA_EVENT_SOCIAL_TEAM_OTHER_LEAVE" -- 鍏朵粬浜虹寮
-LUA_EVENT_SOCIAL_TEAM_REFUSE_INVITE = "LUA_EVENT_SOCIAL_TEAM_REFUSE_INVITE" -- 鎷掔粷閭璇
-LUA_EVENT_TEAM_BEINVITED_UPDATE = "LUA_EVENT_TEAM_BEINVITED_UPDATE" -- 缁勯槦琚個璇锋洿鏂
-
-LUA_EVENT_SOCIAL_FRIEND_ERROR = "LUA_EVENT_SOCIAL_FRIEND_ERROR" -- 濂藉弸寮傚父
-LUA_EVENT_SOCIAL_FRIEND_APPLY_SUCCESS = "LUA_EVENT_SOCIAL_FRIEND_APPLY_SUCCESS" -- 鐢宠鎴愬姛
-LUA_EVENT_SOCIAL_FRIEND_ADD_SUCCESS = "LUA_EVENT_SOCIAL_FRIEND_ADD_SUCCESS" -- 澧炲姞鎴愬姛
-LUA_EVENT_SOCIAL_FRIEND_DEL_SUCCESS = "LUA_EVENT_SOCIAL_FRIEND_DEL_SUCCESS" -- 鍒犻櫎鎴愬姛
-LUA_EVENT_SOCIAL_FRIEND_DEL_BLACKLIST_SUCCESS = "LUA_EVENT_SOCIAL_FRIEND_DEL_BLACKLIST_SUCCESS" -- 鍒犻櫎榛戝悕鍗曟垚鍔
-LUA_EVENT_SOCIAL_FRIEND_ADD_BLACKLIST_SUCCESS = "LUA_EVENT_SOCIAL_FRIEND_ADD_BLACKLIST_SUCCESS" -- 娣诲姞榛戝悕鍗曟垚鍔
-LUA_EVENT_SOCIAL_FRIEND_REFUSE_APPLY = "LUA_EVENT_SOCIAL_FRIEND_REFUSE_APPLY" -- 鎷掔粷濂藉弸鐢宠
-
-LUA_EVENT_SOCIAL_RELATION_INVITE_ERROR = "LUA_EVENT_SOCIAL_RELATION_INVITE_ERROR" -- 閭璇峰缓绔嬪叧绯诲紓甯
-LUA_EVENT_SOCIAL_RELATION_DATA_INIT = "LUA_EVENT_SOCIAL_RELATION_DATA_INIT" -- 鍏崇郴缃戞暟鎹垵濮嬪寲
-LUA_EVENT_SOCIAL_RELATION_DATA_REFRESH = "LUA_EVENT_SOCIAL_RELATION_DATA_REFRESH" -- 鍏崇郴缃戞暟鎹埛鏂
-LUA_EVENT_SOCIAL_RELATION_NOTICE = "LUA_EVENT_SOCIAL_RELATION_NOTICE" -- 鍏崇郴鐩稿叧閫氱煡鎻愮ず
-
-LUA_EVENT_MAIN_JOYSTICKUPDATE = "LUA_EVENT_MAIN_JOYSTICKUPDATE" --涓荤晫闈㈡憞鏉嗘洿鏂
-LUA_EVENT_MAIN_JOYSTICK_DISTANCE_CHANGE = "LUA_EVENT_MAIN_JOYSTICK_DISTANCE_CHANGE" --鎽囨潌渚ц竟璺濇敼鍙
-LUA_EVENT_MAIN_ONE_DOUBLE_JOYSTICK = "LUA_EVENT_MAIN_ONE_DOUBLE_JOYSTICK" --鍗曞弻鎽囨潌鏀瑰彉璁剧疆鏀瑰彉
-
-LUA_EVENT_TRADE_BANK_PLAYER_FRAME_CLOSE = "LUA_EVENT_TRADE_BANK_PLAYER_FRAME_CLOSE" --浜ゆ槗琛屾煡鐪嬩粬浜哄叧闂
------------------------------------------------------------------鑳屽寘缃戠粶浜嬩欢
-LUA_EVENT_REQ_BAGDATA = "LUA_EVENT_REQ_BAGDATA"
-LUA_EVENT_BAG_REQ_TWO_TO_ONE = "LUA_EVENT_BAG_REQ_TWO_TO_ONE"
-LUA_EVENT_BAG_REQ_NUMBER_CHANGE = "LUA_EVENT_BAG_REQ_NUMBER_CHANGE"
-LUA_EVENT_BAG_REQ_COLLIMATOR = "LUA_EVENT_BAG_REQ_COLLIMATOR"
-LUA_EVENT_BAG_REQ_CANCELCOLLIMATOR = "LUA_EVENT_BAG_REQ_CANCELCOLLIMATOR"
-LUA_EVENT_BAG_REQ_UNLOCK_BAG_SIZE = "LUA_EVENT_BAG_REQ_UNLOCK_BAG_SIZE"
-
-LUA_EVENT_RETURN_BAGDATA = "LUA_EVENT_RETURN_BAGDATA"
-LUA_EVENT_BAG_ADD_ITEM = "LUA_EVENT_BAG_ADD_ITEM"
-LUA_EVENT_BAG_DEL_ITEM = "LUA_EVENT_BAG_DEL_ITEM"
-LUA_EVENT_BAG_UPDATE_ITEM = "LUA_EVENT_BAG_UPDATE_ITEM"
-LUA_EVENT_BAG_ITEM_USE_SUCCESS = "LUA_EVENT_BAG_ITEM_USE_SUCCESS"
-LUA_EVENT_BAG_ITEM_USE_FAIL = "LUA_EVENT_BAG_ITEM_USE_FAIL"
-LUA_EVENT_DROP_ITEM_GET_FAIL = "LUA_EVENT_DROP_ITEM_GET_FAIL"
-LUA_EVENT_DROP_ITEM_SUCCESS = "LUA_EVENT_DROP_ITEM_SUCCESS"
-LUA_EVENT_DROP_ITEM_FAIL = "LUA_EVENT_DROP_ITEM_FAIL"
-LUA_EVENT_HUMBAG_TO_HEROBAG_FAIL = "LUA_EVENT_HUMBAG_TO_HEROBAG_FAIL"
-LUA_EVENT_RESET_BAG_POS = "LUA_EVENT_RESET_BAG_POS"
-LUA_EVENT_COLLIMATOR_RESPONSE = "LUA_EVENT_COLLIMATOR_RESPONSE"
---hero
-LUA_EVENT_HERO_BAG_REQ_TWO_TO_ONE = "LUA_EVENT_HERO_BAG_REQ_TWO_TO_ONE"
-LUA_EVENT_HERO_BAG_REQ_NUMBER_CHANGE = "LUA_EVENT_HERO_BAG_REQ_NUMBER_CHANGE"
-LUA_EVENT_REQ_HUM_BAG_TO_HERO_BAG = "LUA_EVENT_REQ_HUM_BAG_TO_HERO_BAG"
-LUA_EVENT_REQ_HERO_BAG_TO_HUM_BAG = "LUA_EVENT_REQ_HERO_BAG_TO_HUM_BAG"
-
-LUA_EVENT_RETURN_HERO_BAGDATA = "LUA_EVENT_RETURN_HERO_BAGDATA"
-LUA_EVENT_HERO_BAG_ADD_ITEM = "LUA_EVENT_HERO_BAG_ADD_ITEM"
-LUA_EVENT_HERO_BAG_DEL_ITEM = "LUA_EVENT_HERO_BAG_DEL_ITEM"
-LUA_EVENT_HERO_BAG_UPDATE_ITEM = "LUA_EVENT_HERO_BAG_UPDATE_ITEM"
-LUA_EVENT_HERO_BAG_ITEM_USE_FAIL = "LUA_EVENT_HERO_BAG_ITEM_USE_FAIL"
-LUA_EVENT_HERO_DROP_ITEM_GET_FAIL = "LUA_EVENT_HERO_DROP_ITEM_GET_FAIL"
-LUA_EVENT_HERO_DROP_ITEM_SUCCESS = "LUA_EVENT_HERO_DROP_ITEM_SUCCESS"
-LUA_EVENT_HERO_DROP_ITEM_FAIL = "LUA_EVENT_HERO_DROP_ITEM_FAIL"
-LUA_EVENT_HERO_BAG_TO_HUMAN_BAG_FAIL = "LUA_EVENT_HERO_BAG_TO_HUMAN_BAG_FAIL"
-
--- 鎷嶅崠琛
-LUA_EVENT_AUCTION_PUT_IN = "LUA_EVENT_AUCTION_PUT_IN" -- 涓婃灦
-LUA_EVENT_AUCTION_WORLD_ITEM_ADD = "LUA_EVENT_AUCTION_WORLD_ITEM_ADD" -- 鎷嶅崠鐗╁搧澧炲姞
-LUA_EVENT_AUCTION_ITEM_UPDATE = "LUA_EVENT_AUCTION_ITEM_UPDATE" -- 鎷嶅崠鐗╁搧鍒锋柊
-LUA_EVENT_AUCTION_PUT_OUT = "LUA_EVENT_AUCTION_PUT_OUT" -- 涓嬫灦
-LUA_EVENT_AUCTION_PUT_LIST = "LUA_EVENT_AUCTION_PUT_LIST" -- 涓婃灦鍒楄〃
-LUA_EVENT_AUCTION_BIDDING_LIST = "LUA_EVENT_AUCTION_BIDDING_LIST" -- 鎴戠殑绔炴媿鍒楄〃
-LUA_EVENT_AUCTION_ITEM_LIST = "LUA_EVENT_AUCTION_ITEM_LIST" -- 绔炴媿鐗╁搧鍒楄〃
-LUA_EVENT_AUCTION_ITEM_LIST_CLEAR = "LUA_EVENT_AUCTION_ITEM_LIST_CLEAR" -- 娓呯悊鍒楄〃
-LUA_EVENT_AUCTION_WORLD_ITEM_DEL = "LUA_EVENT_AUCTION_WORLD_ITEM_DEL" -- 鎷嶅崠鐗╁搧鍒犻櫎
-LUA_EVENT_AUCTION_WORLD_ITEM_CHANGE = "LUA_EVENT_AUCTION_WORLD_ITEM_CHANGE" -- 鎷嶅崠鐗╁搧鏀瑰彉
-LUA_EVENT_AUCTION_WORLD_ITEM_SEARCH = "LUA_EVENT_AUCTION_WORLD_ITEM_SEARCH" -- 鎷嶅崠鐗╁搧鏌ユ壘
-LUA_EVENT_AUCTION_BID = "LUA_EVENT_AUCTION_BID" -- 绔炴媿
-LUA_EVENT_AUCTION_BID_ERRORCODE = "LUA_EVENT_AUCTION_BID_ERRORCODE"
-LUA_EVENT_AUCTION_ACQUIRE = "LUA_EVENT_AUCTION_ACQUIRE" -- 棰嗗彇绔炴媿鐗╁搧
--------------------zfs end------------------------------------------------------------------------------------
-
-
-LUA_EVENT_TARGET_BELONG_SELECT = "LUA_EVENT_TARGET_BELONG_SELECT" -- 蹇嵎褰掑睘閫変腑
-LUA_EVENT_USER_INPUT_MOVE = "LUA_EVENT_USER_INPUT_MOVE"
-------------------------------------------------------------------------------------------------------------------------
-LUA_EVENT_COMMONTIPS_EVENT = "LUA_EVENT_COMMONTIPS_EVENT"
-
-------------------------------------------------------------------------------------------------------------------------
--- 瑙﹀彂
-LUA_TRIGGER_CHAT_CLICK_PLAYER_NAME = "LUA_TRIGGER_CHAT_CLICK_PLAYER_NAME" -- 瑙﹀彂锛岃亰澶╃偣鍑荤帺瀹跺悕瀛
-
-LUA_TRIGGER_NOTICE_SHOW_ATTRIBUTES = "LUA_TRIGGER_NOTICE_SHOW_ATTRIBUTES" -- 鎻愮ず閫氱煡--灞炴ч氱煡
-
-LUA_TRIGGER_NOTICE_SHOW_GET_ITEM = "LUA_TRIGGER_NOTICE_SHOW_GET_ITEM" -- 鎻愮ず閫氱煡--鑾峰緱鐗╁搧
-LUA_TRIGGER_NOTICE_SHOW_COST_ITEM = "LUA_TRIGGER_NOTICE_SHOW_COST_ITEM" -- 鎻愮ず閫氱煡--娑堣楃墿鍝
-
-LUA_TRIGGER_NOTICE_SHOW_EXP_CHANGE = "LUA_TRIGGER_NOTICE_SHOW_EXP_CHANGE" -- 鎻愮ず閫氱煡--缁忛獙閫氱煡
-
-------------------------------------------------------------------------------------------------------------------------
-
-LUA_EVENT_SKILL_ON = "LUA_EVENT_SKILL_ON"
-LUA_EVENT_SKILL_OFF = "LUA_EVENT_SKILL_OFF"
-LUA_EVENT_SKILL_CHANGE_KEY = "LUA_EVENT_SKILL_CHANGE_KEY" -- 鎶鑳介敭鏀瑰彉
-LUA_EVENT_SKILL_DELETE_KEY = "LUA_EVENT_SKILL_DELETE_KEY" -- 鍒犻櫎鎶鑳介敭
-
-LUA_EVENT_PLAYER_EQUIP_INIT = "LUA_EVENT_PLAYER_EQUIP_INIT" -- 鐜╁瑁呭鏁版嵁鍒濆鍖
-LUA_EVENT_CLEAR_SELECT_SKILL = "LUA_EVENT_CLEAR_SELECT_SKILL" -- 娓呯┖閫変腑鎶鑳
-LUA_EVENT_SKILL_CD_CHANGE = "LUA_EVENT_SKILL_CD_CHANGE" -- 鎶鑳紺D鏀瑰彉
-LUA_EVENT_COMBO_SKILL_CD_CHANGE = "LUA_EVENT_COMBO_SKILL_CD_CHANGE" -- 杩炲嚮鎶鑳紺D鏀瑰彉
-
-LUA_EVENT_HERO_LOCK_CHANGE = "LUA_EVENT_HERO_LOCK_CHANGE" -- 鑻遍泟閿佸畾鐘舵佹敼鍙
-
-LUA_EVENT_HERO_LOGIN = "LUA_EVENT_HERO_LOGIN"
-LUA_EVENT_HERO_LOGOUT = "LUA_EVENT_HERO_LOGOUT"
-
-LUA_EVENT_GUIDE_ENTER_TRANSITION = "LUA_EVENT_GUIDE_ENTER_TRANSITION" -- 寮曞鍒囨崲
-LUA_EVENT_GUIDE_EVENT_BEGAN = "LUA_EVENT_GUIDE_EVENT_BEGAN" -- 寮曞浜嬩欢寮濮
-LUA_EVENT_GUIDE_EVENT_ENDED = "LUA_EVENT_GUIDE_EVENT_ENDED" -- 寮曞浜嬩欢缁撴潫
-LUA_EVENT_GUIDE_EXIT = "LUA_EVENT_GUIDE_EXIT" -- 閫鍑哄紩瀵
-
-LUA_EVENT_EQUIP_ATTR_REFRESH = "LUA_EVENT_EQUIP_ATTR_REFRESH" -- 瑁呭灞炴у埛鏂
-
-LUA_EVENT_SKILL_ADD_TO_UI_WIN32 = "LUA_EVENT_SKILL_ADD_TO_UI_WIN32" -- 娣诲姞鎶鑳藉埌鐣岄潰
-LUA_EVENT_SKILL_DEL_TO_UI_WIN32 = "LUA_EVENT_SKILL_DEL_TO_UI_WIN32" -- 浠庣晫闈㈠垹闄ゆ妧鑳
-
-LUA_EVENT_TITLE_REFRESH = "LUA_EVENT_TITLE_REFRESH" -- 鐜╁绉板彿鍒锋柊
-LUA_EVENT_HERO_TITLE_REFRESH = "LUA_EVENT_HERO_TITLE_REFRESH" -- 鑻遍泟绉板彿鍒锋柊
-
-LUA_EVENT_GAME_MEMORY_RELEASE = "LUA_EVENT_GAME_MEMORY_RELEASE" -- 閲婃斁鍐呭瓨
-
-------------------------------------------------------------------------------------------------------------------------
-LUA_EVENT_COLLECT_VISIBLE = "LUA_EVENT_COLLECT_VISIBLE" -- 鑷姩 閲囬泦鐩稿叧鏄剧ず
-LUA_EVENT_COLLECT_BEGIN = "LUA_EVENT_COLLECT_BEGIN" -- 鑷姩 寮濮
-LUA_EVENT_COLLECT_COMPLETED = "LUA_EVENT_COLLECT_COMPLETED" -- 鑷姩 瀹屾垚
-LUA_EVENT_COLLECT_VISIBLE = "LUA_EVENT_COLLECT_VISIBLE" -- 鑷姩 閲囬泦鐩稿叧鏄剧ず
-------------------------------------------------------------------------------------------------------------------------
--- 鍟嗗煄
-LUA_EVENT_STORE_HOT_LAYER_CLOSE = "LUA_EVENT_STORE_HOT_LAYER_CLOSE" -- 鍟嗗煄鐑攢鍏抽棴
-LUA_EVENT_STORE_BEAUTY_LAYER_CLOSE = "LUA_EVENT_STORE_BEAUTY_LAYER_CLOSE" -- 鍟嗗煄瑁呴グ鐣岄潰鍏抽棴
-LUA_EVENT_STORE_ENGINE_LAYER_CLOSE = "LUA_EVENT_STORE_ENGINE_LAYER_CLOSE" -- 鍟嗗煄鍔熻兘鐣岄潰鍏抽棴
-LUA_EVENT_STORE_FESTIVAL_LAYER_CLOSE = "LUA_EVENT_STORE_FESTIVAL_LAYER_CLOSE" -- 鍟嗗煄鑺傛棩鐣岄潰鍏抽棴
-LUA_EVENT_STORE_RECHARGE_LAYER_CLOSE = "LUA_EVENT_STORE_RECHARGE_LAYER_CLOSE" -- 鍟嗗煄鍏呭肩晫闈㈠叧闂
-LUA_EVENT_LAYER_PAGE_STORE_REFRESH = "LUA_EVENT_LAYER_PAGE_STORE_REFRESH" -- 鍟嗗煄鐣岄潰鍒锋柊
-LUA_EVENT_STORE_BUY_CLOSE = "LUA_EVENT_STORE_BUY_CLOSE" -- 鍟嗗煄鐗╁搧璐拱鐣岄潰鍏抽棴
-LUA_EVENT_RECHARGE_RECEIVED = "LUA_EVENT_RECHARGE_RECEIVED" -- 鍏呭肩粨鏋
-LUA_EVENT_NOT_FOUND_GOODS = "LUA_EVENT_NOT_FOUND_GOODS" -- 鏈壘鍒板晢鍝
diff --git a/client/dev/.vscode/LuaDebug.lua b/client/dev/.vscode/LuaDebug.lua
new file mode 100644
index 00000000..35960fc6
--- /dev/null
+++ b/client/dev/.vscode/LuaDebug.lua
@@ -0,0 +1,2642 @@
+local debugger_reLoadFile =nil
+local debugger_xpcall = nil
+local debugger_stackInfo = nil
+local coro_debugger = nil
+local debugger_require = require
+local debugger_exeLuaString = nil
+local checkSetVar = nil
+local loadstring_ = nil
+local debugger_sendMsg = nil
+if (loadstring) then
+ loadstring_ = loadstring
+else
+ loadstring_ = load
+end
+--鍙拡瀵 luadebug 璋冭瘯 jit鐗堟湰涓嶅瓨鍦ㄨ繖涓棶棰
+local setfenv = setfenv
+if (not setfenv) then
+ setfenv =
+ function(fn, env)
+ local i = 1
+ while true do
+ local name = debug.getupvalue(fn, i)
+ if name == "_ENV" then
+ debug.upvaluejoin(
+ fn,
+ i,
+ (function()
+ return env
+ end),
+ 1
+ )
+ break
+ elseif not name then
+ break
+ end
+
+ i = i + 1
+ end
+ return fn
+ end
+end
+local ZZBase64 = {}
+local LuaDebugTool_ = nil
+if (LuaDebugTool) then
+ LuaDebugTool_ = LuaDebugTool
+elseif (CS and CS.LuaDebugTool) then
+ LuaDebugTool_ = CS.LuaDebugTool
+end
+local LuaDebugTool = LuaDebugTool_
+local loadstring = loadstring_
+local getinfo = debug.getinfo
+local function createSocket()
+ local base = _G
+ local string = require("string")
+ local math = require("math")
+ local socket = require("socket.core")
+
+ local _M = socket
+
+ -----------------------------------------------------------------------------
+ -- Exported auxiliar functions
+ -----------------------------------------------------------------------------
+ function _M.connect4(address, port, laddress, lport)
+ return socket.connect(address, port, laddress, lport, "inet")
+ end
+
+ function _M.connect6(address, port, laddress, lport)
+ return socket.connect(address, port, laddress, lport, "inet6")
+ end
+
+ if (not _M.connect) then
+ function _M.connect(address, port, laddress, lport)
+ local sock, err = socket.tcp()
+ if not sock then
+ return nil, err
+ end
+ if laddress then
+ local res, err = sock:bind(laddress, lport, -1)
+ if not res then
+ return nil, err
+ end
+ end
+ local res, err = sock:connect(address, port)
+ if not res then
+ return nil, err
+ end
+ return sock
+ end
+ end
+ function _M.bind(host, port, backlog)
+ if host == "*" then
+ host = "0.0.0.0"
+ end
+ local addrinfo, err = socket.dns.getaddrinfo(host)
+ if not addrinfo then
+ return nil, err
+ end
+ local sock, res
+ err = "no info on address"
+ for i, alt in base.ipairs(addrinfo) do
+ if alt.family == "inet" then
+ sock, err = socket.tcp4()
+ else
+ sock, err = socket.tcp6()
+ end
+ if not sock then
+ return nil, err
+ end
+ sock:setoption("reuseaddr", true)
+ res, err = sock:bind(alt.addr, port)
+ if not res then
+ sock:close()
+ else
+ res, err = sock:listen(backlog)
+ if not res then
+ sock:close()
+ else
+ return sock
+ end
+ end
+ end
+ return nil, err
+ end
+
+ _M.try = _M.newtry()
+
+ function _M.choose(table)
+ return function(name, opt1, opt2)
+ if base.type(name) ~= "string" then
+ name, opt1, opt2 = "default", name, opt1
+ end
+ local f = table[name or "nil"]
+ if not f then
+ base.error("unknown key (" .. base.tostring(name) .. ")", 3)
+ else
+ return f(opt1, opt2)
+ end
+ end
+ end
+
+ -----------------------------------------------------------------------------
+ -- Socket sources and sinks, conforming to LTN12
+ -----------------------------------------------------------------------------
+ -- create namespaces inside LuaSocket namespace
+ local sourcet, sinkt = {}, {}
+ _M.sourcet = sourcet
+ _M.sinkt = sinkt
+
+ _M.BLOCKSIZE = 2048
+
+ sinkt["close-when-done"] =
+ function(sock)
+ return base.setmetatable(
+ {
+ getfd = function()
+ return sock:getfd()
+ end,
+ dirty = function()
+ return sock:dirty()
+ end
+ },
+ {
+ __call = function(self, chunk, err)
+ if not chunk then
+ sock:close()
+ return 1
+ else
+ return sock:send(chunk)
+ end
+ end
+ }
+ )
+ end
+
+ sinkt["keep-open"] =
+ function(sock)
+ return base.setmetatable(
+ {
+ getfd = function()
+ return sock:getfd()
+ end,
+ dirty = function()
+ return sock:dirty()
+ end
+ },
+ {
+ __call = function(self, chunk, err)
+ if chunk then
+ return sock:send(chunk)
+ else
+ return 1
+ end
+ end
+ }
+ )
+ end
+
+ sinkt["default"] = sinkt["keep-open"]
+
+ _M.sink = _M.choose(sinkt)
+
+ sourcet["by-length"] =
+ function(sock, length)
+ return base.setmetatable(
+ {
+ getfd = function()
+ return sock:getfd()
+ end,
+ dirty = function()
+ return sock:dirty()
+ end
+ },
+ {
+ __call = function()
+ if length <= 0 then
+ return nil
+ end
+ local size = math.min(socket.BLOCKSIZE, length)
+ local chunk, err = sock:receive(size)
+ if err then
+ return nil, err
+ end
+ length = length - string.len(chunk)
+ return chunk
+ end
+ }
+ )
+ end
+
+ sourcet["until-closed"] =
+ function(sock)
+ local done
+ return base.setmetatable(
+ {
+ getfd = function()
+ return sock:getfd()
+ end,
+ dirty = function()
+ return sock:dirty()
+ end
+ },
+ {
+ __call = function()
+ if done then
+ return nil
+ end
+ local chunk, err, partial = sock:receive(socket.BLOCKSIZE)
+ if not err then
+ return chunk
+ elseif err == "closed" then
+ sock:close()
+ done = 1
+ return partial
+ else
+ return nil, err
+ end
+ end
+ }
+ )
+ end
+
+ sourcet["default"] = sourcet["until-closed"]
+
+ _M.source = _M.choose(sourcet)
+
+ return _M
+end
+
+local function createJson()
+ local math = require("math")
+ local string = require("string")
+ local table = require("table")
+ local object = nil
+ -----------------------------------------------------------------------------
+ -- Module declaration
+ -----------------------------------------------------------------------------
+ local json = {} -- Public namespace
+ local json_private = {} -- Private namespace
+
+ -- Public constants
+ json.EMPTY_ARRAY = {}
+ json.EMPTY_OBJECT = {}
+ -- Public functions
+
+ -- Private functions
+ local decode_scanArray
+ local decode_scanComment
+ local decode_scanConstant
+ local decode_scanNumber
+ local decode_scanObject
+ local decode_scanString
+ local decode_scanWhitespace
+ local encodeString
+ local isArray
+ local isEncodable
+
+ -----------------------------------------------------------------------------
+ -- PUBLIC FUNCTIONS
+ -----------------------------------------------------------------------------
+ --- Encodes an arbitrary Lua object / variable.
+ -- @param v The Lua object / variable to be JSON encoded.
+ -- @return String containing the JSON encoding in internal Lua string format (i.e. not unicode)
+ function json.encode(v)
+ -- Handle nil values
+ if v == nil then
+ return "null"
+ end
+
+ local vtype = type(v)
+
+ -- Handle strings
+ if vtype == "string" then
+ return '"' .. json_private.encodeString(v) .. '"' -- Need to handle encoding in string
+ end
+
+ -- Handle booleans
+ if vtype == "number" or vtype == "boolean" then
+ return tostring(v)
+ end
+
+ -- Handle tables
+ if vtype == "table" then
+ local rval = {}
+ -- Consider arrays separately
+ local bArray, maxCount = isArray(v)
+ if bArray then
+ for i = 1, maxCount do
+ table.insert(rval, json.encode(v[i]))
+ end
+ else -- An object, not an array
+ for i, j in pairs(v) do
+ if isEncodable(i) and isEncodable(j) then
+ table.insert(rval, '"' .. json_private.encodeString(i) .. '":' .. json.encode(j))
+ end
+ end
+ end
+ if bArray then
+ return "[" .. table.concat(rval, ",") .. "]"
+ else
+ return "{" .. table.concat(rval, ",") .. "}"
+ end
+ end
+
+ -- Handle null values
+ if vtype == "function" and v == json.null then
+ return "null"
+ end
+
+ assert(false, "encode attempt to encode unsupported type " .. vtype .. ":" .. tostring(v))
+ end
+
+ --- Decodes a JSON string and returns the decoded value as a Lua data structure / value.
+ -- @param s The string to scan.
+ -- @param [startPos] Optional starting position where the JSON string is located. Defaults to 1.
+ -- @param Lua object, number The object that was scanned, as a Lua table / string / number / boolean or nil,
+ -- and the position of the first character after
+ -- the scanned JSON object.
+ function json.decode(s, startPos)
+ startPos = startPos and startPos or 1
+ startPos = decode_scanWhitespace(s, startPos)
+ assert(startPos <= string.len(s), "Unterminated JSON encoded object found at position in [" .. s .. "]")
+ local curChar = string.sub(s, startPos, startPos)
+ -- Object
+ if curChar == "{" then
+ return decode_scanObject(s, startPos)
+ end
+ -- Array
+ if curChar == "[" then
+ return decode_scanArray(s, startPos)
+ end
+ -- Number
+ if string.find("+-0123456789.e", curChar, 1, true) then
+ return decode_scanNumber(s, startPos)
+ end
+ -- String
+ if curChar == '"' or curChar == [[']] then
+ return decode_scanString(s, startPos)
+ end
+ if string.sub(s, startPos, startPos + 1) == "/*" then
+ return json.decode(s, decode_scanComment(s, startPos))
+ end
+ -- Otherwise, it must be a constant
+ return decode_scanConstant(s, startPos)
+ end
+
+ --- The null function allows one to specify a null value in an associative array (which is otherwise
+ -- discarded if you set the value with 'nil' in Lua. Simply set t = { first=json.null }
+ function json.null()
+ return json.null -- so json.null() will also return null ;-)
+ end
+ -----------------------------------------------------------------------------
+ -- Internal, PRIVATE functions.
+ -- Following a Python-like convention, I have prefixed all these 'PRIVATE'
+ -- functions with an underscore.
+ -----------------------------------------------------------------------------
+ --- Scans an array from JSON into a Lua object
+ -- startPos begins at the start of the array.
+ -- Returns the array and the next starting position
+ -- @param s The string being scanned.
+ -- @param startPos The starting position for the scan.
+ -- @return table, int The scanned array as a table, and the position of the next character to scan.
+ function decode_scanArray(s, startPos)
+ local array = {} -- The return value
+ local stringLen = string.len(s)
+ assert(
+ string.sub(s, startPos, startPos) == "[",
+ "decode_scanArray called but array does not start at position " .. startPos .. " in string:\n" .. s
+ )
+ startPos = startPos + 1
+ -- Infinite loop for array elements
+ repeat
+ startPos = decode_scanWhitespace(s, startPos)
+ assert(startPos <= stringLen, "JSON String ended unexpectedly scanning array.")
+ local curChar = string.sub(s, startPos, startPos)
+ if (curChar == "]") then
+ return array, startPos + 1
+ end
+ if (curChar == ",") then
+ startPos = decode_scanWhitespace(s, startPos + 1)
+ end
+ assert(startPos <= stringLen, "JSON String ended unexpectedly scanning array.")
+ object, startPos = json.decode(s, startPos)
+ table.insert(array, object)
+ until false
+ end
+
+ --- Scans a comment and discards the comment.
+ -- Returns the position of the next character following the comment.
+ -- @param string s The JSON string to scan.
+ -- @param int startPos The starting position of the comment
+ function decode_scanComment(s, startPos)
+ assert(
+ string.sub(s, startPos, startPos + 1) == "/*",
+ "decode_scanComment called but comment does not start at position " .. startPos
+ )
+ local endPos = string.find(s, "*/", startPos + 2)
+ assert(endPos ~= nil, "Unterminated comment in string at " .. startPos)
+ return endPos + 2
+ end
+
+ --- Scans for given constants: true, false or null
+ -- Returns the appropriate Lua type, and the position of the next character to read.
+ -- @param s The string being scanned.
+ -- @param startPos The position in the string at which to start scanning.
+ -- @return object, int The object (true, false or nil) and the position at which the next character should be
+ -- scanned.
+ function decode_scanConstant(s, startPos)
+ local consts = {["true"] = true, ["false"] = false, ["null"] = nil}
+ local constNames = {"true", "false", "null"}
+
+ for i, k in pairs(constNames) do
+ if string.sub(s, startPos, startPos + string.len(k) - 1) == k then
+ return consts[k], startPos + string.len(k)
+ end
+ end
+ assert(nil, "Failed to scan constant from string " .. s .. " at starting position " .. startPos)
+ end
+
+ --- Scans a number from the JSON encoded string.
+ -- (in fact, also is able to scan numeric +- eqns, which is not
+ -- in the JSON spec.)
+ -- Returns the number, and the position of the next character
+ -- after the number.
+ -- @param s The string being scanned.
+ -- @param startPos The position at which to start scanning.
+ -- @return number, int The extracted number and the position of the next character to scan.
+ function decode_scanNumber(s, startPos)
+ local endPos = startPos + 1
+ local stringLen = string.len(s)
+ local acceptableChars = "+-0123456789.e"
+ while (string.find(acceptableChars, string.sub(s, endPos, endPos), 1, true) and endPos <= stringLen) do
+ endPos = endPos + 1
+ end
+ local stringValue = "return " .. string.sub(s, startPos, endPos - 1)
+ local stringEval = loadstring(stringValue)
+ assert(
+ stringEval,
+ "Failed to scan number [ " .. stringValue .. "] in JSON string at position " .. startPos .. " : " .. endPos
+ )
+ return stringEval(), endPos
+ end
+
+ --- Scans a JSON object into a Lua object.
+ -- startPos begins at the start of the object.
+ -- Returns the object and the next starting position.
+ -- @param s The string being scanned.
+ -- @param startPos The starting position of the scan.
+ -- @return table, int The scanned object as a table and the position of the next character to scan.
+ function decode_scanObject(s, startPos)
+ local object = {}
+ local stringLen = string.len(s)
+ local key, value
+ assert(
+ string.sub(s, startPos, startPos) == "{",
+ "decode_scanObject called but object does not start at position " .. startPos .. " in string:\n" .. s
+ )
+ startPos = startPos + 1
+ repeat
+ startPos = decode_scanWhitespace(s, startPos)
+ assert(startPos <= stringLen, "JSON string ended unexpectedly while scanning object.")
+ local curChar = string.sub(s, startPos, startPos)
+ if (curChar == "}") then
+ return object, startPos + 1
+ end
+ if (curChar == ",") then
+ startPos = decode_scanWhitespace(s, startPos + 1)
+ end
+ assert(startPos <= stringLen, "JSON string ended unexpectedly scanning object.")
+ -- Scan the key
+ key, startPos = json.decode(s, startPos)
+ assert(startPos <= stringLen, "JSON string ended unexpectedly searching for value of key " .. key)
+ startPos = decode_scanWhitespace(s, startPos)
+ assert(startPos <= stringLen, "JSON string ended unexpectedly searching for value of key " .. key)
+ assert(
+ string.sub(s, startPos, startPos) == ":",
+ "JSON object key-value assignment mal-formed at " .. startPos
+ )
+ startPos = decode_scanWhitespace(s, startPos + 1)
+ assert(startPos <= stringLen, "JSON string ended unexpectedly searching for value of key " .. key)
+ value, startPos = json.decode(s, startPos)
+ object[key] = value
+ until false -- infinite loop while key-value pairs are found
+ end
+
+ -- START SoniEx2
+ -- Initialize some things used by decode_scanString
+ -- You know, for efficiency
+ local escapeSequences = {
+ ["\\t"] = "\t",
+ ["\\f"] = "\f",
+ ["\\r"] = "\r",
+ ["\\n"] = "\n",
+ ["\\b"] = ""
+ }
+ setmetatable(
+ escapeSequences,
+ {
+ __index = function(t, k)
+ -- skip "\" aka strip escape
+ return string.sub(k, 2)
+ end
+ }
+ )
+ -- END SoniEx2
+ --- Scans a JSON string from the opening inverted comma or single quote to the
+ -- end of the string.
+ -- Returns the string extracted as a Lua string,
+ -- and the position of the next non-string character
+ -- (after the closing inverted comma or single quote).
+ -- @param s The string being scanned.
+ -- @param startPos The starting position of the scan.
+ -- @return string, int The extracted string as a Lua string, and the next character to parse.
+ function decode_scanString(s, startPos)
+ assert(startPos, "decode_scanString(..) called without start position")
+ local startChar = string.sub(s, startPos, startPos)
+ -- START SoniEx2
+ -- PS: I don't think single quotes are valid JSON
+ assert(startChar == '"' or startChar == [[']], "decode_scanString called for a non-string")
+ --assert(startPos, "String decoding failed: missing closing " .. startChar .. " for string at position " .. oldStart)
+ local t = {}
+ local i, j = startPos, startPos
+ while string.find(s, startChar, j + 1) ~= j + 1 do
+ local oldj = j
+ i, j = string.find(s, "\\.", j + 1)
+ local x, y = string.find(s, startChar, oldj + 1)
+ if not i or x < i then
+ i, j = x, y - 1
+ end
+ table.insert(t, string.sub(s, oldj + 1, i - 1))
+ if string.sub(s, i, j) == "\\u" then
+ local a = string.sub(s, j + 1, j + 4)
+ j = j + 4
+ local n = tonumber(a, 16)
+ assert(n, "String decoding failed: bad Unicode escape " .. a .. " at position " .. i .. " : " .. j)
+ -- math.floor(x/2^y) == lazy right shift
+ -- a % 2^b == bitwise_and(a, (2^b)-1)
+ -- 64 = 2^6
+ -- 4096 = 2^12 (or 2^6 * 2^6)
+ local x
+ if n < 128 then
+ x = string.char(n % 128)
+ elseif n < 2048 then
+ -- [110x xxxx] [10xx xxxx]
+ x = string.char(192 + (math.floor(n / 64) % 32), 128 + (n % 64))
+ else
+ -- [1110 xxxx] [10xx xxxx] [10xx xxxx]
+ x = string.char(224 + (math.floor(n / 4096) % 16), 128 + (math.floor(n / 64) % 64), 128 + (n % 64))
+ end
+ table.insert(t, x)
+ else
+ table.insert(t, escapeSequences[string.sub(s, i, j)])
+ end
+ end
+ table.insert(t, string.sub(j, j + 1))
+ assert(
+ string.find(s, startChar, j + 1),
+ "String decoding failed: missing closing " ..
+ startChar .. " at position " .. j .. "(for string at position " .. startPos .. ")"
+ )
+ return table.concat(t, ""), j + 2
+ -- END SoniEx2
+ end
+
+ --- Scans a JSON string skipping all whitespace from the current start position.
+ -- Returns the position of the first non-whitespace character, or nil if the whole end of string is reached.
+ -- @param s The string being scanned
+ -- @param startPos The starting position where we should begin removing whitespace.
+ -- @return int The first position where non-whitespace was encountered, or string.len(s)+1 if the end of string
+ -- was reached.
+ function decode_scanWhitespace(s, startPos)
+ local whitespace = " \n\r\t"
+ local stringLen = string.len(s)
+ while (string.find(whitespace, string.sub(s, startPos, startPos), 1, true) and startPos <= stringLen) do
+ startPos = startPos + 1
+ end
+ return startPos
+ end
+
+ --- Encodes a string to be JSON-compatible.
+ -- This just involves back-quoting inverted commas, back-quotes and newlines, I think ;-)
+ -- @param s The string to return as a JSON encoded (i.e. backquoted string)
+ -- @return The string appropriately escaped.
+ local escapeList = {
+ ['"'] = '\\"',
+ ["\\"] = "\\\\",
+ ["/"] = "\\/",
+ [""] = "\\b",
+ ["\f"] = "\\f",
+ ["\n"] = "\\n",
+ ["\r"] = "\\r",
+ ["\t"] = "\\t"
+ }
+
+ function json_private.encodeString(s)
+ local s = tostring(s)
+ return s:gsub(
+ ".",
+ function(c)
+ return escapeList[c]
+ end
+ ) -- SoniEx2: 5.0 compat
+ end
+
+ -- Determines whether the given Lua type is an array or a table / dictionary.
+ -- We consider any table an array if it has indexes 1..n for its n items, and no
+ -- other data in the table.
+ -- I think this method is currently a little 'flaky', but can't think of a good way around it yet...
+ -- @param t The table to evaluate as an array
+ -- @return boolean, number True if the table can be represented as an array, false otherwise. If true,
+ -- the second returned value is the maximum
+ -- number of indexed elements in the array.
+ function isArray(t)
+ -- Next we count all the elements, ensuring that any non-indexed elements are not-encodable
+ -- (with the possible exception of 'n')
+ if (t == json.EMPTY_ARRAY) then
+ return true, 0
+ end
+ if (t == json.EMPTY_OBJECT) then
+ return false
+ end
+
+ local maxIndex = 0
+ for k, v in pairs(t) do
+ if (type(k) == "number" and math.floor(k) == k and 1 <= k) then -- k,v is an indexed pair
+ if (not isEncodable(v)) then
+ return false
+ end -- All array elements must be encodable
+ maxIndex = math.max(maxIndex, k)
+ else
+ if (k == "n") then
+ if v ~= (t.n or #t) then
+ return false
+ end -- False if n does not hold the number of elements
+ else -- Else of (k=='n')
+ if isEncodable(v) then
+ return false
+ end
+ end -- End of (k~='n')
+ end -- End of k,v not an indexed pair
+ end -- End of loop across all pairs
+ return true, maxIndex
+ end
+
+ --- Determines whether the given Lua object / table / variable can be JSON encoded. The only
+ -- types that are JSON encodable are: string, boolean, number, nil, table and json.null.
+ -- In this implementation, all other types are ignored.
+ -- @param o The object to examine.
+ -- @return boolean True if the object should be JSON encoded, false if it should be ignored.
+ function isEncodable(o)
+ local t = type(o)
+ return (t == "string" or t == "boolean" or t == "number" or t == "nil" or t == "table") or
+ (t == "function" and o == json.null)
+ end
+
+ return json
+end
+local debugger_print = print
+local debug_server = nil
+local breakInfoSocket = nil
+local json = createJson()
+local LuaDebugger = {
+ fileMaps = {},
+ Run = true, --琛ㄧず姝e父杩愯鍙娴嬫柇鐐
+ StepIn = false,
+ StepInLevel = 0,
+ StepNext = false,
+ StepNextLevel = 0,
+ StepOut = false,
+ breakInfos = {},
+ runTimeType = nil,
+ isHook = true,
+ pathCachePaths = {},
+ isProntToConsole = 1,
+ isFoxGloryProject = false,
+ isDebugPrint = true,
+ hookType = "lrc",
+ currentFileName = "",
+ currentTempFunc = nil,
+ --鍒嗗壊瀛楃涓茬紦瀛
+ splitFilePaths = {},
+ DebugLuaFie = "",
+ version = "0.9.3",
+ serVarLevel = 4
+}
+local debug_hook = nil
+local _resume = coroutine.resume
+coroutine.resume = function(co, ...)
+ if (LuaDebugger.isHook) then
+ if coroutine.status(co) ~= "dead" then
+ debug.sethook(co, debug_hook, "lrc")
+ end
+ end
+ return _resume(co, ...)
+end
+local _wrap = coroutine.wrap
+coroutine.wrap = function(fun,dd)
+ local newFun =_wrap(function()
+ debug.sethook(debug_hook, "lrc")
+ return fun();
+ end)
+ return newFun
+end
+
+LuaDebugger.event = {
+ S2C_SetBreakPoints = 1,
+ C2S_SetBreakPoints = 2,
+ S2C_RUN = 3,
+ C2S_HITBreakPoint = 4,
+ S2C_ReqVar = 5,
+ C2S_ReqVar = 6,
+ --鍗曟璺宠繃璇锋眰
+ S2C_NextRequest = 7,
+ --鍗曟璺宠繃鍙嶉
+ C2S_NextResponse = 8,
+ -- 鍗曟璺宠繃 缁撴潫 娌℃湁涓嬩竴姝
+ C2S_NextResponseOver = 9,
+ --鍗曟璺冲叆
+ S2C_StepInRequest = 10,
+ C2S_StepInResponse = 11,
+ --鍗曟璺冲嚭
+ S2C_StepOutRequest = 12,
+ --鍗曟璺冲嚭杩斿洖
+ C2S_StepOutResponse = 13,
+ --鎵撳嵃
+ C2S_LuaPrint = 14,
+ S2C_LoadLuaScript = 16,
+ C2S_SetSocketName = 17,
+ C2S_LoadLuaScript = 18,
+ C2S_DebugXpCall = 20,
+ S2C_DebugClose = 21,
+ S2C_SerVar = 24,
+ C2S_SerVar = 25,
+ S2C_ReLoadFile = 26,
+ C2S_ReLoadFile = 27,
+}
+--@region print
+function print(...)
+ if (LuaDebugger.isProntToConsole == 1 or LuaDebugger.isProntToConsole == 3) then
+ debugger_print(...)
+ end
+ if (LuaDebugger.isProntToConsole == 1 or LuaDebugger.isProntToConsole == 2) then
+ if (debug_server) then
+ local arg = {...} --杩欓噷鐨...鍜寋}绗﹀彿涓棿闇瑕佹湁绌烘牸鍙凤紝鍚﹀垯浼氬嚭閿
+ local str = ""
+ if (#arg == 0) then
+ arg = {"nil"}
+ end
+ for k, v in pairs(arg) do
+ str = str .. tostring(v) .. "\t"
+ end
+ local sendMsg = {
+ event = LuaDebugger.event.C2S_LuaPrint,
+ data = {msg = ZZBase64.encode(str), type = 1}
+ }
+ local sendStr = json.encode(sendMsg)
+ debug_server:send(sendStr .. "__debugger_k0204__")
+ end
+ end
+end
+
+function luaIdePrintWarn(...)
+ if (LuaDebugger.isProntToConsole == 1 or LuaDebugger.isProntToConsole == 3) then
+ debugger_print(...)
+ end
+ if (LuaDebugger.isProntToConsole == 1 or LuaDebugger.isProntToConsole == 2) then
+ if (debug_server) then
+ local arg = {...} --杩欓噷鐨...鍜寋}绗﹀彿涓棿闇瑕佹湁绌烘牸鍙凤紝鍚﹀垯浼氬嚭閿
+ local str = ""
+ if (#arg == 0) then
+ arg = {"nil"}
+ end
+ for k, v in pairs(arg) do
+ str = str .. tostring(v) .. "\t"
+ end
+ local sendMsg = {
+ event = LuaDebugger.event.C2S_LuaPrint,
+ data = {msg = ZZBase64.encode(str), type = 2}
+ }
+ local sendStr = json.encode(sendMsg)
+ debug_server:send(sendStr .. "__debugger_k0204__")
+ end
+ end
+end
+function luaIdePrintErr(...)
+ if (LuaDebugger.isProntToConsole == 1 or LuaDebugger.isProntToConsole == 3) then
+ debugger_print(...)
+ end
+ if (LuaDebugger.isProntToConsole == 1 or LuaDebugger.isProntToConsole == 2) then
+ if (debug_server) then
+ local arg = {...} --杩欓噷鐨...鍜寋}绗﹀彿涓棿闇瑕佹湁绌烘牸鍙凤紝鍚﹀垯浼氬嚭閿
+ local str = ""
+ if (#arg == 0) then
+ arg = {"nil"}
+ end
+ for k, v in pairs(arg) do
+ str = str .. tostring(v) .. "\t"
+ end
+ local sendMsg = {
+ event = LuaDebugger.event.C2S_LuaPrint,
+ data = {msg = ZZBase64.encode(str), type = 3}
+ }
+ local sendStr = json.encode(sendMsg)
+ debug_server:send(sendStr .. "__debugger_k0204__")
+ end
+ end
+end
+--@endregion
+
+--@region 杈呭姪鏂规硶
+local function debugger_lastIndex(str, p)
+ local startIndex = string.find(str, p, 1)
+ while startIndex do
+ local findstartIndex = string.find(str, p, startIndex + 1)
+ if (not findstartIndex) then
+ break
+ else
+ startIndex = findstartIndex
+ end
+ end
+ return startIndex
+end
+local function debugger_convertParentDir(dir)
+ local index, endindex = string.find(dir, "/%.%./")
+ if (index) then
+ local file1 = string.sub(dir, 1, index - 1)
+ local startIndex = debugger_lastIndex(file1, "/")
+ file1 = string.sub(file1, 1, startIndex - 1)
+ local file2 = string.sub(dir, endindex)
+ dir = file1 .. file2
+ dir = debugger_convertParentDir(dir)
+ return dir
+ else
+ return dir
+ end
+end
+
+local function debugger_getFilePathInfo(file)
+ local fileName = nil
+ local dir = nil
+ file = file:gsub("/.\\", "/")
+ file = file:gsub("\\", "/")
+ file = file:gsub("//", "/")
+
+
+ if file:find("@") == 1 then
+ file = file:sub(2)
+ end
+ local findex = file:find("%./")
+ if (findex == 1) then
+ file = file:sub(3)
+ end
+
+ file = debugger_convertParentDir(file)
+ local fileLength = string.len(file)
+ local suffixNames = {
+ ".lua",
+ ".lua.txt",
+ ".txt",
+ ".bytes"
+ }
+ table.sort(
+ suffixNames,
+ function(name1, name2)
+ return string.len(name1) > string.len(name2)
+ end
+ )
+ local suffixLengs = {}
+ for i, suffixName in ipairs(suffixNames) do
+ table.insert(suffixLengs, string.len(suffixName))
+ end
+
+ local fileLength = string.len(file)
+ for i, suffix in ipairs(suffixNames) do
+ local suffixName = string.sub(file, fileLength - suffixLengs[i] + 1)
+ if (suffixName == suffix) then
+ file = string.sub(file, 1, fileLength - suffixLengs[i])
+ break
+ end
+ end
+ local fileNameStartIndex = debugger_lastIndex(file, "/")
+ if (fileNameStartIndex) then
+ fileName = string.sub(file, fileNameStartIndex + 1)
+
+ dir = string.sub(file, 1, fileNameStartIndex)
+ file = dir .. fileName
+ else
+ fileNameStartIndex = debugger_lastIndex(file, "%.")
+ if (not fileNameStartIndex) then
+ fileName = file
+ dir = ""
+ else
+ dir = string.sub(file, 1, fileNameStartIndex)
+ dir = dir:gsub("%.", "/")
+ fileName = string.sub(file, fileNameStartIndex + 1)
+ file = dir .. fileName
+ end
+ end
+
+ return file, dir, fileName
+end
+
+--@endregion
+
+
+
+----=============================宸ュ叿鏂规硶=============================================
+--@region 宸ュ叿鏂规硶
+
+
+local function debugger_strSplit(input, delimiter)
+ input = tostring(input)
+ delimiter = tostring(delimiter)
+ if (delimiter == "") then
+ return false
+ end
+ local pos, arr = 0, {}
+ -- for each divider found
+ for st, sp in function()
+ return string.find(input, delimiter, pos, true)
+ end do
+ table.insert(arr, string.sub(input, pos, st - 1))
+ pos = sp + 1
+ end
+ table.insert(arr, string.sub(input, pos))
+ return arr
+end
+local function debugger_strTrim(input)
+ input = string.gsub(input, "^[ \t\n\r]+", "")
+ return string.gsub(input, "[ \t\n\r]+$", "")
+end
+local function debugger_dump(value, desciption, nesting)
+ if type(nesting) ~= "number" then
+ nesting = 3
+ end
+ local lookupTable = {}
+ local result = {}
+ local function _v(v)
+ if type(v) == "string" then
+ v = '"' .. v .. '"'
+ end
+ return tostring(v)
+ end
+ local traceback = debugger_strSplit(debug.traceback("", 2), "\n")
+ print("dump from: " .. debugger_strTrim(traceback[3]))
+ local function _dump(value, desciption, indent, nest, keylen)
+ desciption = desciption or ""
+ local spc = ""
+ if type(keylen) == "number" then
+ spc = string.rep(" ", keylen - string.len(_v(desciption)))
+ end
+ if type(value) ~= "table" then
+ result[#result + 1] = string.format("%s%s%s = %s", indent, _v(desciption), spc, _v(value))
+ elseif lookupTable[value] then
+ result[#result + 1] = string.format("%s%s%s = *REF*", indent, desciption, spc)
+ else
+ lookupTable[value] = true
+ if nest > nesting then
+ result[#result + 1] = string.format("%s%s = *MAX NESTING*", indent, desciption)
+ else
+ result[#result + 1] = string.format("%s%s = {", indent, _v(desciption))
+ local indent2 = indent .. " "
+ local keys = {}
+ local keylen = 0
+ local values = {}
+ for k, v in pairs(value) do
+ keys[#keys + 1] = k
+ local vk = _v(k)
+ local vkl = string.len(vk)
+ if vkl > keylen then
+ keylen = vkl
+ end
+ values[k] = v
+ end
+ table.sort(
+ keys,
+ function(a, b)
+ if type(a) == "number" and type(b) == "number" then
+ return a < b
+ else
+ return tostring(a) < tostring(b)
+ end
+ end
+ )
+ for i, k in ipairs(keys) do
+ _dump(values[k], k, indent2, nest + 1, keylen)
+ end
+ result[#result + 1] = string.format("%s}", indent)
+ end
+ end
+ end
+ _dump(value, desciption, "- ", 1)
+ for i, line in ipairs(result) do
+ print(line)
+ end
+end
+--@endregion
+local function debugger_valueToString(v)
+ local vtype = type(v)
+ local vstr = nil
+ if (vtype == "userdata") then
+ if (LuaDebugger.isFoxGloryProject) then
+
+ return "userdata",vtype
+
+ else
+ return tostring(v), vtype
+ end
+ elseif (vtype == "table" or vtype == "function" or vtype == "boolean") then
+ local value = vtype
+ xpcall(function()
+ value = tostring(v)
+ end,function()
+ value = vtype
+ end)
+ return value, vtype
+ elseif (vtype == "number" or vtype == "string" ) then
+ return v, vtype
+ else
+ return tostring(v), vtype
+ end
+end
+local function debugger_setVarInfo(name, value)
+ local valueStr, valueType = debugger_valueToString(value)
+ local nameStr,nameType = debugger_valueToString(name)
+ if(valueStr == nil) then
+ valueStr = valueType
+ end
+ local valueInfo = {
+ name =nameStr,
+ valueType = valueType,
+ valueStr = ZZBase64.encode(valueStr)
+ }
+
+ return valueInfo
+end
+
+local function debugger_getvalue(f)
+ local i = 1
+ local locals = {}
+ -- get locals
+ while true do
+ local name, value = debug.getlocal(f, i)
+ if not name then
+ break
+ end
+ if (name ~= "(*temporary)") then
+ locals[name] = value
+ end
+ i = i + 1
+ end
+ local func = getinfo(f, "f").func
+ i = 1
+ local ups = {}
+ while func do -- check for func as it may be nil for tail calls
+ local name, value = debug.getupvalue(func, i)
+ if not name then
+ break
+ end
+ if (name == "_ENV") then
+ ups["_ENV_"] = value
+ else
+ ups[name] = value
+ end
+ i = i + 1
+ end
+
+ return {locals = locals, ups = ups}
+end
+--鑾峰彇鍫嗘爤
+debugger_stackInfo =
+ function(ignoreCount, event)
+ local datas = {}
+ local stack = {}
+ local varInfos = {}
+ local funcs = {}
+ local index = 0
+ for i = ignoreCount, 100 do
+ local source = getinfo(i)
+ local isadd = true
+ if (i == ignoreCount) then
+ local file = source.source
+ if (file:find(LuaDebugger.DebugLuaFie)) then
+ return
+ end
+ if (file == "=[C]") then
+ isadd = false
+ end
+ end
+ if not source then
+ break
+ end
+ if (isadd) then
+ local fullName, dir, fileName = debugger_getFilePathInfo(source.source)
+ local info = {
+ src = fullName,
+ scoreName = source.name,
+ currentline = source.currentline,
+ linedefined = source.linedefined,
+ what = source.what,
+ nameWhat = source.namewhat
+ }
+ index = i
+ local vars = debugger_getvalue(i + 1)
+ table.insert(stack, info)
+ table.insert(varInfos, vars)
+ table.insert(funcs, source.func)
+ end
+ if source.what == "main" then
+ break
+ end
+ end
+
+ local stackInfo = {stack = stack, vars = varInfos, funcs = funcs}
+ local data = {
+ stack = stackInfo.stack,
+ vars = stackInfo.vars,
+ funcs = stackInfo.funcs,
+ event = event,
+ funcsLength = #stackInfo.funcs,
+ upFunc = getinfo(ignoreCount - 3, "f").func
+ }
+ LuaDebugger.currentTempFunc = data.funcs[1]
+ return data
+end
+
+--===========================鐐规柇淇℃伅==================================================
+--鏍规嵁涓嶅悓鐨勬父鎴忓紩鎿庤繘琛屽畾鏃惰幏鍙栨柇鐐逛俊鎭
+--CCDirector:sharedDirector():getScheduler()
+local debugger_setBreak = nil
+local function debugger_receiveDebugBreakInfo()
+ if (jit) then
+ if (LuaDebugger.debugLuaType ~= "jit") then
+ local msg = "褰撳墠luajit鐗堟湰涓: " .. jit.version .. " 璇蜂娇鐢↙uaDebugjit 杩涜璋冭瘯!"
+ print(msg)
+ end
+ end
+ if (breakInfoSocket) then
+ local msg, status = breakInfoSocket:receive()
+ if(LuaDebugger.isLaunch and status == "closed") then
+ os.exit()
+ end
+ if (msg) then
+ local netData = json.decode(msg)
+ if netData.event == LuaDebugger.event.S2C_SetBreakPoints then
+ debugger_setBreak(netData.data)
+ elseif netData.event == LuaDebugger.event.S2C_LoadLuaScript then
+ LuaDebugger.loadScriptBody = netData.data
+ debugger_exeLuaString()
+ debugger_sendMsg(breakInfoSocket,LuaDebugger.event.C2S_LoadLuaScript,LuaDebugger.loadScriptBody)
+ elseif netData.event == LuaDebugger.event.S2C_ReLoadFile then
+ LuaDebugger.reLoadFileBody = netData.data
+ LuaDebugger.isReLoadFile = false
+ LuaDebugger.reLoadFileBody.isReLoad = debugger_reLoadFile(LuaDebugger.reLoadFileBody)
+ print("閲嶈浇缁撴灉:",LuaDebugger.reLoadFileBody.isReLoad)
+ LuaDebugger.reLoadFileBody.script = nil
+ debugger_sendMsg(
+ breakInfoSocket,
+ LuaDebugger.event.C2S_ReLoadFile,
+ {
+ stack = LuaDebugger.reLoadFileBody
+
+ }
+ )
+ end
+ end
+ end
+end
+local function splitFilePath(path)
+ if (LuaDebugger.splitFilePaths[path]) then
+ return LuaDebugger.splitFilePaths[path]
+ end
+ local pos, arr = 0, {}
+ -- for each divider found
+ for st, sp in function()
+ return string.find(path, "/", pos, true)
+ end do
+ local pathStr = string.sub(path, pos, st - 1)
+ table.insert(arr, pathStr)
+ pos = sp + 1
+ end
+ local pathStr = string.sub(path, pos)
+ table.insert(arr, pathStr)
+ LuaDebugger.splitFilePaths[path] = arr
+ return arr
+end
+debugger_setBreak =
+ function(datas)
+ local breakInfos = LuaDebugger.breakInfos
+ for i, data in ipairs(datas) do
+ data.fileName = string.lower(data.fileName)
+ data.serverPath = string.lower(data.serverPath)
+ local breakInfo = breakInfos[data.fileName]
+ if (not breakInfo) then
+ breakInfos[data.fileName] = {}
+ breakInfo = breakInfos[data.fileName]
+ end
+ if (not data.breakDatas or #data.breakDatas == 0) then
+ breakInfo[data.serverPath] = nil
+ else
+ local fileBreakInfo = breakInfo[data.serverPath]
+ if (not fileBreakInfo) then
+ fileBreakInfo = {
+ pathNames = splitFilePath(data.serverPath),
+ --鍛戒腑娆℃暩鍒ゆ柗瑷堟暩鍣
+ hitCounts = {}
+ }
+ breakInfo[data.serverPath] = fileBreakInfo
+ end
+ local lineInfos = {}
+ for li, breakData in ipairs(data.breakDatas) do
+ lineInfos[breakData.line] = breakData
+ if (breakData.hitCondition and breakData.hitCondition ~= "") then
+ breakData.hitCondition = tonumber(breakData.hitCondition)
+ else
+ breakData.hitCondition = 0
+ end
+ if (not fileBreakInfo.hitCounts[breakData.line]) then
+ fileBreakInfo.hitCounts[breakData.line] = 0
+ end
+ end
+ fileBreakInfo.lines = lineInfos
+ --閫欒!娣诲姞鍛戒腑娆℃暩鍒ゆ柗
+ for line, count in pairs(fileBreakInfo.hitCounts) do
+ if (not lineInfos[line]) then
+ fileBreakInfo.hitCounts[line] = nil
+ end
+ end
+ end
+ local count = 0
+ for i, linesInfo in pairs(breakInfo) do
+ count = count + 1
+ end
+ if (count == 0) then
+ breakInfos[data.fileName] = nil
+ end
+ end
+ --debugger_dump(breakInfos, "breakInfos", 6)
+ --妫鏌ユ槸鍚﹂渶瑕佹柇鐐
+ local isHook = false
+ for k, v in pairs(breakInfos) do
+ isHook = true
+ break
+ end
+
+ --杩欐牱鍋氱殑鍘熷洜鏄负浜嗘渶澶ч檺搴︾殑浣挎墜鏈鸿皟璇曟洿鍔犳祦鐣 娉ㄦ剰杩欓噷浼氳繛缁殑杩涜n娆
+ if (isHook) then
+ if (not LuaDebugger.isHook) then
+ debug.sethook(debug_hook, "lrc")
+ end
+ LuaDebugger.isHook = true
+ else
+ if (LuaDebugger.isHook) then
+ debug.sethook()
+ end
+ LuaDebugger.isHook = false
+ end
+end
+local function debugger_checkFileIsBreak(fileName)
+ return LuaDebugger.breakInfos[fileName]
+end
+--=====================================鏂偣淇℃伅 end ----------------------------------------------
+local controller_host = "192.168.1.102"
+local controller_port = 7003
+debugger_sendMsg = function(serverSocket, eventName, data)
+ local sendMsg = {
+ event = eventName,
+ data = data
+ }
+ local sendStr = json.encode(sendMsg)
+ serverSocket:send(sendStr .. "__debugger_k0204__")
+end
+function debugger_conditionStr(condition, vars, callBack)
+ local function loadScript()
+ local currentTabble = {}
+
+ local locals = vars[1].locals
+ local ups = vars[1].ups
+ if (ups) then
+ for k, v in pairs(ups) do
+ currentTabble[k] = v
+ end
+ end
+
+ if (locals) then
+ for k, v in pairs(locals) do
+ currentTabble[k] = v
+ end
+ end
+ setmetatable(currentTabble, {__index = _G})
+ local fun = loadstring("return " .. condition)
+ setfenv(fun, currentTabble)
+ return fun()
+ end
+ local status,
+ msg =
+ xpcall(
+ loadScript,
+ function(error)
+ print(error)
+ end
+ )
+ if (status and msg) then
+ callBack()
+ end
+end
+--鎵цlua瀛楃涓
+debugger_exeLuaString = function()
+
+ local function loadScript()
+
+ local script = LuaDebugger.loadScriptBody.script
+ if (LuaDebugger.loadScriptBody.isBreak) then
+ local currentTabble = {_G = _G}
+ local frameId = LuaDebugger.loadScriptBody.frameId
+ frameId = frameId
+ local func = LuaDebugger.currentDebuggerData.funcs[frameId]
+ local vars = LuaDebugger.currentDebuggerData.vars[frameId]
+ local locals = vars.locals
+ local ups = vars.ups
+ for k, v in pairs(ups) do
+ currentTabble[k] = v
+ end
+ for k, v in pairs(locals) do
+ currentTabble[k] = v
+ end
+ setmetatable(currentTabble, {__index = _G})
+
+ local fun = loadstring(script)
+ setfenv(fun, currentTabble)
+ fun()
+ else
+ local fun = loadstring(script)
+ fun()
+ end
+ end
+ local status,
+ msg =
+ xpcall(
+ loadScript,
+ function(error)
+
+ -- debugger_sendMsg(debug_server, LuaDebugger.event.C2S_LoadLuaScript, LuaDebugger.loadScriptBody)
+ end
+ )
+ LuaDebugger.loadScriptBody.script = nil
+ if (LuaDebugger.loadScriptBody.isBreak) then
+ LuaDebugger.serVarLevel = LuaDebugger.serVarLevel+1
+ LuaDebugger.currentDebuggerData = debugger_stackInfo(LuaDebugger.serVarLevel, LuaDebugger.event.C2S_HITBreakPoint)
+ LuaDebugger.loadScriptBody.stack = LuaDebugger.currentDebuggerData.stack
+ end
+ LuaDebugger.loadScriptBody.complete = true
+
+end
+--@region 璋冭瘯涓慨鏀瑰彉閲忓
+
+
+--鏍规嵁key 鍊煎湪 value 鏌ユ壘
+local function debugger_getTablekey(key,keyType,value)
+ if(keyType == -1) then
+ return key
+ elseif(keyType == 1) then
+ return tonumber(key)
+ elseif(keyType == 2) then
+ local valueKey = nil
+ for k,v in pairs(value) do
+ local nameType = type(k)
+ if(nameType == "userdata" or nameType == "table") then
+ if (not LuaDebugger.isFoxGloryProject) then
+ valueKey = tostring(k)
+ if(key == valueKey) then
+ return k
+ end
+ break
+ end
+ end
+ end
+
+ end
+end
+
+local function debugger_setVarValue(server, data)
+
+ local newValue = nil
+ local level = LuaDebugger.serVarLevel+LuaDebugger.setVarBody.frameId
+ local firstKeyName = data.keys[1]
+ --@region vars check
+ local localValueChangeIndex = -1
+ local upValueChangeIndex = -1
+ local upValueFun = nil
+ local oldValue = nil
+ local i = 1
+ local locals = {}
+ -- get locals
+ while true do
+ local name, value = debug.getlocal(level, i)
+ if not name then
+ break
+ end
+ if(firstKeyName == name) then
+ localValueChangeIndex = i
+ oldValue = value
+ end
+ if (name ~= "(*temporary)") then
+ locals[name] = value
+ end
+ i = i + 1
+ end
+ local func = getinfo(level, "f").func
+ i = 1
+ local ups = {}
+ while func do -- check for func as it may be nil for tail calls
+ local name, value = debug.getupvalue(func, i)
+
+ if not name then
+ break
+ end
+ if(localValueChangeIndex == -1 and firstKeyName == name) then
+ upValueFun = func
+ oldValue = value
+ upValueChangeIndex = i
+ end
+ if (name == "_ENV") then
+ ups["_ENV_"] = value
+ else
+ ups[name] = value
+ end
+ i = i + 1
+ end
+--@endregion
+ local vars = {locals = locals, ups = ups}
+
+ local function loadScript()
+ local currentTabble = {}
+ local locals = vars.locals
+ local ups = vars.ups
+ if (ups) then
+ for k, v in pairs(ups) do
+ currentTabble[k] = v
+ end
+ end
+
+ if (locals) then
+ for k, v in pairs(locals) do
+ currentTabble[k] = v
+ end
+ end
+ setmetatable(currentTabble, {__index = _G})
+ local fun = loadstring("return " .. data.value)
+ setfenv(fun, currentTabble)
+ newValue = fun()
+ end
+ local status,
+ msg =
+ xpcall(
+ loadScript,
+ function(error)
+ print(error, "============================")
+ end
+ )
+
+ local i = 1
+
+ -- local 鏌ユ壘骞舵浛鎹
+ local keyLength = #data.keys
+
+ if(keyLength == 1) then
+ if(localValueChangeIndex ~= -1) then
+
+ debug.setlocal(level, localValueChangeIndex, newValue)
+ elseif(upValueFun ~= nil) then
+ debug.setupvalue( upValueFun, upValueChangeIndex, newValue )
+ else
+ --鍏ㄥ眬鍙橀噺鏌ユ壘
+ if(_G[firstKeyName]) then
+ _G[firstKeyName] = newValue
+ end
+ end
+ else
+ if(not oldValue) then
+ if(_G[firstKeyName]) then
+ oldValue = _G[firstKeyName]
+ end
+ end
+ local tempValue = oldValue
+ for i=2,keyLength-1 do
+ if(tempValue) then
+ oldValue = oldValue[debugger_getTablekey(data.keys[i],data.numberTypes[i],oldValue)]
+ end
+ end
+ if(tempValue) then
+ oldValue[debugger_getTablekey(data.keys[keyLength],data.numberTypes[keyLength],oldValue)] = newValue
+ end
+ end
+ local varInfo = debugger_setVarInfo(data.varName, newValue)
+ data.varInfo = varInfo
+ LuaDebugger.serVarLevel = LuaDebugger.serVarLevel+1
+ LuaDebugger.currentDebuggerData = debugger_stackInfo(LuaDebugger.serVarLevel, LuaDebugger.event.C2S_HITBreakPoint)
+
+end
+--@endregion
+
+
+
+
+--璋冭瘯淇敼鍙橀噺鍊肩粺涓鐨 _resume
+checkSetVar =
+ function()
+ if (LuaDebugger.isSetVar) then
+ LuaDebugger.isSetVar = false
+ debugger_setVarValue(debug_server,LuaDebugger.setVarBody)
+ LuaDebugger.serVarLevel = LuaDebugger.serVarLevel+1
+ _resume(coro_debugger, LuaDebugger.setVarBody)
+ xpcall(
+ checkSetVar,
+ function(error)
+ print("璁剧疆鍙橀噺", error)
+ end
+ )
+ elseif(LuaDebugger.isLoadLuaScript) then
+ LuaDebugger.isLoadLuaScript = false
+ debugger_exeLuaString()
+ LuaDebugger.serVarLevel = LuaDebugger.serVarLevel+1
+ _resume(coro_debugger, LuaDebugger.reLoadFileBody)
+ xpcall(
+ checkSetVar,
+ function(error)
+ print("鎵ц浠g爜", error)
+ end
+ )
+ elseif(LuaDebugger.isReLoadFile) then
+ LuaDebugger.isReLoadFile = false
+ LuaDebugger.reLoadFileBody.isReLoad = debugger_reLoadFile(LuaDebugger.reLoadFileBody)
+ print("閲嶈浇缁撴灉:",LuaDebugger.reLoadFileBody.isReLoad)
+ LuaDebugger.reLoadFileBody.script = nil
+ LuaDebugger.serVarLevel = LuaDebugger.serVarLevel+1
+ _resume(coro_debugger, LuaDebugger.reLoadFileBody)
+ xpcall(
+ checkSetVar,
+ function(error)
+ print("閲嶆柊鍔犺浇鏂囦欢", error)
+ end
+ )
+ end
+end
+
+
+
+local function getSource(source)
+ source = string.lower(source)
+ if (LuaDebugger.pathCachePaths[source]) then
+ LuaDebugger.currentLineFile = LuaDebugger.pathCachePaths[source]
+ return LuaDebugger.pathCachePaths[source]
+ end
+
+ local fullName, dir, fileName = debugger_getFilePathInfo(source)
+ LuaDebugger.currentLineFile = fullName
+ LuaDebugger.pathCachePaths[source] = fileName
+
+ return fileName
+end
+local function debugger_GeVarInfoBytUserData(server, var)
+ local fileds = LuaDebugTool.getUserDataInfo(var)
+
+ local varInfos = {}
+
+
+ --c# vars
+ for i = 1, fileds.Count do
+ local filed = fileds[i - 1]
+ local valueInfo = {
+ name = filed.name,
+ valueType = filed.valueType,
+ valueStr = ZZBase64.encode(filed.valueStr),
+ isValue = filed.isValue,
+ csharp = true
+ }
+
+ table.insert(varInfos, valueInfo)
+ end
+ return varInfos
+end
+
+local function debugger_getValueByScript(value, script)
+ local val = nil
+ local status,
+ msg =
+ xpcall(
+ function()
+ local fun = loadstring("return " .. script)
+ setfenv(fun, value)
+ val = fun()
+ end,
+ function(error)
+ print(error, "====>")
+ val = nil
+ end
+ )
+
+ return val
+end
+local function debugger_getVarByKeys(value, keys, index)
+ local str = ""
+ local keyLength = #keys
+ for i = index, keyLength do
+ local key = keys[i]
+ if (key == "[metatable]") then
+ else
+ if (i == index) then
+ if (string.find(key, "%.")) then
+ if (str == "") then
+ i = index + 1
+ value = value[key]
+ end
+ if (i >= #keys) then
+ return index, value
+ end
+
+ return debugger_getVarByKeys(value, keys, i)
+ else
+ str = key
+ end
+ else
+ if (string.find(key, "%[")) then
+ str = str .. key
+ elseif (type(key) == "string") then
+ if (string.find(key, "table:") or string.find(key, "userdata:") or string.find(key, "function:")) then
+ if (str ~= "") then
+ local vl = debugger_getValueByScript(value, str)
+ value = vl
+ if (value) then
+ for k, v in pairs(value) do
+ local ktype = type(k)
+
+ if (ktype == "userdata" or ktype == "table" or ktype == "function") then
+ local keyName = debugger_valueToString(k)
+ if (keyName == key) then
+ value = v
+ break
+ end
+ end
+ end
+ end
+ str = ""
+ if (i == keyLength) then
+ return #keys, value
+ else
+ return debugger_getVarByKeys(value, keys, i + 1)
+ end
+ else
+ str = str .. '["' .. key .. '"]'
+ end
+ else
+ str = str .. '["' .. key .. '"]'
+ end
+ else
+ str = str .. "[" .. key .. "]"
+ end
+ end
+ end
+ end
+
+ local v = debugger_getValueByScript(value, str)
+
+ return #keys, v
+end
+--[[
+ @desc: 鏌ユ壘c# 鍊
+ author:k0204
+ time:2018-04-07 21:32:31
+ return
+]]
+local function debugger_getCSharpValue(value, searchIndex, keys)
+ local key = keys[searchIndex]
+ local val = LuaDebugTool.getCSharpValue(value, key)
+ if (val) then
+ --1鏈鍚庝竴涓 鐩存帴杩斿洖
+ if (searchIndex == #keys) then
+ return #keys, val
+ else
+ --2鍐嶆鑾峰緱 濡傛灉娌℃湁鎵惧埌閭d箞 杩涜lua 灞傞潰鏌ユ壘
+ local vindex, val1 = debugger_getCSharpValue(val, searchIndex + 1, keys)
+ if (not val1) then
+ --缁勫缓鏂扮殑keys
+ local tempKeys = {}
+ for i = vindex, #keys do
+ table.insert(tempKeys, keys[i])
+ end
+ local vindx, val1 = debugger_searchVarByKeys(value, searckKeys, 1)
+ return vindx, val1
+ else
+ return vindex, val1
+ end
+ end
+ else
+ --3鏈缁堣繖閲岃繑鍥 鎵浠2 涓 娌℃湁褰搗al1 涓嶄负绌虹殑澶勭悊
+ return searchIndex, val
+ end
+end
+local function debugger_searchVarByKeys(value, keys, searckKeys)
+ local index, val = debugger_getVarByKeys(value, searckKeys, 1)
+
+ if (not LuaDebugTool or not LuaDebugTool.getCSharpValue or type(LuaDebugTool.getCSharpValue) ~= "function") then
+ return index, val
+ end
+ if (val) then
+ if (index == #keys) then
+ return index, val
+ else
+ local searchStr = ""
+ --杩涜c# 鍊兼煡鎵
+ local keysLength = #keys
+ local searchIndex = index + 1
+ local sindex, val = debugger_getCSharpValue(val, searchIndex, keys)
+ return sindex, val
+ end
+ else
+ --杩涜閫掑噺
+ local tempKeys = {}
+ for i = 1, #searckKeys - 1 do
+ table.insert(tempKeys, keys[i])
+ end
+ if (#tempKeys == 0) then
+ return #keys, nil
+ end
+ return debugger_searchVarByKeys(value, keys, tempKeys)
+ end
+end
+--[[
+ @desc: 鑾峰彇metatable 淇℃伅
+ author:k0204
+ time:2018-04-06 20:27:12
+ return
+]]
+local function debugger_getmetatable(value, metatable, vinfos, server, variablesReference, debugSpeedIndex, metatables)
+ for i, mtable in ipairs(metatables) do
+ if (metatable == mtable) then
+ return vinfos
+ end
+ end
+ table.insert(metatables, metatable)
+ for k, v in pairs(metatable) do
+ local val = nil
+ if (type(k) == "string") then
+ xpcall(
+ function()
+ val = value[k]
+ end,
+ function(error)
+ val = nil
+ end
+ )
+ if (val == nil) then
+ xpcall(
+ function()
+ if (string.find(k, "__")) then
+ val = v
+ end
+ end,
+ function(error)
+ val = nil
+ end
+ )
+ end
+ end
+ if (val) then
+ local vinfo = debugger_setVarInfo(k, val)
+ table.insert(vinfos, vinfo)
+ if (#vinfos > 10) then
+ debugger_sendMsg(
+ server,
+ LuaDebugger.event.C2S_ReqVar,
+ {
+ variablesReference = variablesReference,
+ debugSpeedIndex = debugSpeedIndex,
+ vars = vinfos,
+ isComplete = 0
+ }
+ )
+ vinfos = {}
+ end
+ end
+ end
+ local m = getmetatable(metatable)
+ if (m) then
+ return debugger_getmetatable(value, m, vinfos, server, variablesReference, debugSpeedIndex, metatables)
+ else
+ return vinfos
+ end
+end
+local function debugger_sendTableField(luatable, vinfos, server, variablesReference, debugSpeedIndex, valueType)
+ if (valueType == "userdata") then
+ if (tolua and tolua.getpeer) then
+ luatable = tolua.getpeer(luatable)
+ else
+ return vinfos
+ end
+ end
+ if (luatable == nil) then
+ return vinfos
+ end
+ for k, v in pairs(luatable) do
+ local vinfo = debugger_setVarInfo(k, v)
+ table.insert(vinfos, vinfo)
+ if (#vinfos > 10) then
+ debugger_sendMsg(
+ server,
+ LuaDebugger.event.C2S_ReqVar,
+ {
+ variablesReference = variablesReference,
+ debugSpeedIndex = debugSpeedIndex,
+ vars = vinfos,
+ isComplete = 0
+ }
+ )
+ vinfos = {}
+ end
+ end
+
+ return vinfos
+end
+local function debugger_sendTableValues(value, server, variablesReference, debugSpeedIndex)
+ local vinfos = {}
+ local luatable = {}
+ local valueType = type(value)
+ local userDataInfos = {}
+ local m = nil
+
+ if (valueType == "userdata") then
+ m = getmetatable(value)
+
+ vinfos = debugger_sendTableField(value, vinfos, server, variablesReference, debugSpeedIndex, valueType)
+
+ if (LuaDebugTool) then
+ local varInfos = debugger_GeVarInfoBytUserData(server, value, variablesReference, debugSpeedIndex)
+
+ for i, v in ipairs(varInfos) do
+ if (v.valueType == "System.Byte[]" and value[v.name] and type(value[v.name]) == "string") then
+ local valueInfo = {
+ name = v.name,
+ valueType = "string",
+ valueStr = ZZBase64.encode(value[v.name])
+ }
+ table.insert(vinfos, valueInfo)
+ else
+ table.insert(vinfos, v)
+ end
+ if (#vinfos > 10) then
+ debugger_sendMsg(
+ server,
+ LuaDebugger.event.C2S_ReqVar,
+ {
+ variablesReference = variablesReference,
+ debugSpeedIndex = debugSpeedIndex,
+ vars = vinfos,
+ isComplete = 0
+ }
+ )
+ vinfos = {}
+ end
+ end
+
+ end
+ else
+ m = getmetatable(value)
+ vinfos = debugger_sendTableField(value, vinfos, server, variablesReference, debugSpeedIndex, valueType)
+ end
+
+ if (m) then
+ vinfos = debugger_getmetatable(value, m, vinfos, server, variablesReference, debugSpeedIndex, {})
+ end
+ debugger_sendMsg(
+ server,
+ LuaDebugger.event.C2S_ReqVar,
+ {
+ variablesReference = variablesReference,
+ debugSpeedIndex = debugSpeedIndex,
+ vars = vinfos,
+ isComplete = 1
+ }
+ )
+end
+
+--鑾峰彇lua 鍙橀噺鐨勬柟娉
+local function debugger_getBreakVar(body, server)
+ local variablesReference = body.variablesReference
+ local debugSpeedIndex = body.debugSpeedIndex
+ local vinfos = {}
+ local function exe()
+ local frameId = body.frameId
+ local type_ = body.type
+ local keys = body.keys
+ --鎵惧埌瀵瑰簲鐨剉ar
+ local vars = nil
+ if (type_ == 1) then
+ vars = LuaDebugger.currentDebuggerData.vars[frameId + 1]
+ vars = vars.locals
+ elseif (type_ == 2) then
+ vars = LuaDebugger.currentDebuggerData.vars[frameId + 1]
+ vars = vars.ups
+ elseif (type_ == 3) then
+ vars = _G
+ end
+ if (#keys == 0) then
+ debugger_sendTableValues(vars, server, variablesReference, debugSpeedIndex)
+ return
+ end
+ local index, value = debugger_searchVarByKeys(vars, keys, keys)
+ if (value) then
+ local valueType = type(value)
+ if (valueType == "table" or valueType == "userdata") then
+
+ debugger_sendTableValues(value, server, variablesReference, debugSpeedIndex)
+ else
+ if (valueType == "function") then
+ value = tostring(value)
+ end
+ debugger_sendMsg(
+ server,
+ LuaDebugger.event.C2S_ReqVar,
+ {
+ variablesReference = variablesReference,
+ debugSpeedIndex = debugSpeedIndex,
+ vars = ZZBase64.encode(value),
+ isComplete = 1,
+ varType = valueType
+ }
+ )
+ end
+ else
+ debugger_sendMsg(
+ server,
+ LuaDebugger.event.C2S_ReqVar,
+ {
+ variablesReference = variablesReference,
+ debugSpeedIndex = debugSpeedIndex,
+ vars = {},
+ isComplete = 1,
+ varType = "nil"
+ }
+ )
+ end
+ end
+ xpcall(
+ exe,
+ function(error)
+ -- print("鑾峰彇鍙橀噺閿欒 閿欒娑堟伅-----------------")
+ -- print(error)
+ -- print(debug.traceback("", 2))
+ debugger_sendMsg(
+ server,
+ LuaDebugger.event.C2S_ReqVar,
+ {
+ variablesReference = variablesReference,
+ debugSpeedIndex = debugSpeedIndex,
+ vars = {
+ {
+ name = "error",
+ valueType = "string",
+ valueStr = ZZBase64.encode("鏃犳硶鑾峰彇灞炴у:" .. error .. "->" .. debug.traceback("", 2)),
+ isValue = false
+ }
+ },
+ isComplete = 1
+ }
+ )
+ end
+ )
+end
+local function ResetDebugInfo()
+ LuaDebugger.Run = false
+ LuaDebugger.StepIn = false
+ LuaDebugger.StepNext = false
+ LuaDebugger.StepOut = false
+ LuaDebugger.StepNextLevel = 0
+end
+local function debugger_loop(server)
+ server = debug_server
+ --鍛戒护
+ local command
+ local eval_env = {}
+ local arg
+ while true do
+ local line, status = server:receive()
+ if (status == "closed") then
+ if(LuaDebugger.isLaunch) then
+ os.exit()
+ else
+ debug.sethook()
+ coroutine.yield()
+ end
+ end
+ if (line) then
+ local netData = json.decode(line)
+ local event = netData.event
+ local body = netData.data
+ if (event == LuaDebugger.event.S2C_DebugClose) then
+ if(LuaDebugger.isLaunch) then
+ os.exit()
+ else
+ debug.sethook()
+ coroutine.yield()
+ end
+
+ elseif event == LuaDebugger.event.S2C_SetBreakPoints then
+ --璁剧疆鏂偣淇℃伅
+ local function setB()
+ debugger_setBreak(body)
+ end
+ xpcall(
+ setB,
+ function(error)
+ print(error)
+ end
+ )
+ elseif event == LuaDebugger.event.S2C_RUN then --寮濮嬭繍琛
+ LuaDebugger.runTimeType = body.runTimeType
+ LuaDebugger.isProntToConsole = body.isProntToConsole
+ LuaDebugger.isFoxGloryProject = body.isFoxGloryProject
+ LuaDebugger.isLaunch = body.isLaunch
+ ResetDebugInfo()
+ LuaDebugger.Run = true
+ local data = coroutine.yield()
+ LuaDebugger.serVarLevel = 4
+ LuaDebugger.currentDebuggerData = data
+ debugger_sendMsg(
+ server,
+ data.event,
+ {
+ stack = data.stack
+ }
+ )
+ elseif event == LuaDebugger.event.S2C_ReqVar then -- 鑾峰彇鍙橀噺淇℃伅
+ --璇锋眰鏁版嵁淇℃伅
+ debugger_getBreakVar(body, server)
+ elseif event == LuaDebugger.event.S2C_NextRequest then -- 璁剧疆鍗曟璺宠繃
+ ResetDebugInfo()
+ LuaDebugger.StepNext = true
+ LuaDebugger.StepNextLevel = 0
+ --璁剧疆褰撳墠鏂囦欢鍚嶅拰褰撳墠琛屾暟
+ local data = coroutine.yield()
+ LuaDebugger.serVarLevel = 4
+ --閲嶇疆璋冭瘯淇℃伅
+ LuaDebugger.currentDebuggerData = data
+ debugger_sendMsg(
+ server,
+ data.event,
+ {
+ stack = data.stack
+ }
+ )
+ elseif (event == LuaDebugger.event.S2C_StepInRequest) then --鍗曟璺冲叆
+ --鍗曟璺冲叆
+ ResetDebugInfo()
+ LuaDebugger.StepIn = true
+
+ local data = coroutine.yield()
+ LuaDebugger.serVarLevel = 4
+ --閲嶇疆璋冭瘯淇℃伅
+ LuaDebugger.currentDebuggerData = data
+ debugger_sendMsg(
+ server,
+ data.event,
+ {
+ stack = data.stack,
+ eventType = data.eventType
+ }
+ )
+ elseif (event == LuaDebugger.event.S2C_StepOutRequest) then
+ --鍗曟璺冲嚭
+ ResetDebugInfo()
+ LuaDebugger.StepOut = true
+ local data = coroutine.yield()
+ LuaDebugger.serVarLevel = 4
+ --閲嶇疆璋冭瘯淇℃伅
+ LuaDebugger.currentDebuggerData = data
+ debugger_sendMsg(
+ server,
+ data.event,
+ {
+ stack = data.stack,
+ eventType = data.eventType
+ }
+ )
+ elseif event == LuaDebugger.event.S2C_LoadLuaScript then
+ LuaDebugger.loadScriptBody = body
+ LuaDebugger.isLoadLuaScript = true
+ local data = coroutine.yield()
+ debugger_sendMsg(
+ server,
+ LuaDebugger.event.C2S_LoadLuaScript,
+ LuaDebugger.loadScriptBody
+ )
+ elseif event == LuaDebugger.event.S2C_SerVar then
+ LuaDebugger.isSetVar = true
+ LuaDebugger.setVarBody = body
+ local data = coroutine.yield()
+ debugger_sendMsg(
+ server,
+ LuaDebugger.event.C2S_SerVar,
+ {
+ stack = data,
+ eventType = data.eventType
+ }
+ )
+ elseif event == LuaDebugger.event.S2C_ReLoadFile then
+ LuaDebugger.isReLoadFile = true
+ LuaDebugger.reLoadFileBody = body
+ local data = coroutine.yield()
+ debugger_sendMsg(
+ server,
+ LuaDebugger.event.C2S_ReLoadFile,
+ {
+ stack = data,
+ eventType = data.eventType
+ }
+ )
+ end
+ end
+ end
+end
+coro_debugger = coroutine.create(debugger_loop)
+debug_hook = function(event, line)
+
+ if(not LuaDebugger.isHook) then
+ return
+ end
+
+ if(LuaDebugger.Run) then
+ if(event == "line") then
+ local isCheck = false
+ for k, breakInfo in pairs(LuaDebugger.breakInfos) do
+
+ for bk, linesInfo in pairs(breakInfo) do
+
+ if(linesInfo.lines and linesInfo.lines[line]) then
+ isCheck = true
+ break
+ end
+ end
+ if(isCheck) then
+ break
+ end
+ end
+
+ if(not isCheck) then
+ return
+ end
+ else
+ LuaDebugger.currentFileName = nil
+ LuaDebugger.currentTempFunc = nil
+ return
+ end
+ end
+ --璺冲嚭
+ if (LuaDebugger.StepOut) then
+ if (event == "line" or event == "call") then
+ return
+ end
+ local tempFun = getinfo(2, "f").func
+
+ if (LuaDebugger.currentDebuggerData.funcsLength == 1) then
+ ResetDebugInfo()
+ LuaDebugger.Run = true
+ else
+ if (LuaDebugger.currentDebuggerData.funcs[2] == tempFun) then
+ local data = debugger_stackInfo(3, LuaDebugger.event.C2S_StepInResponse)
+ --鎸傝捣绛夊緟璋冭瘯鍣ㄤ綔鍑哄弽搴
+
+ _resume(coro_debugger, data)
+ checkSetVar()
+ end
+ end
+ return
+ end
+ -- debugger_dump(LuaDebugger,"LuaDebugger")
+ -- print(LuaDebugger.StepNextLevel,"LuaDebugger.StepNextLevel")
+ local file = nil
+ if (event == "call") then
+ -- end
+ -- if(not LuaDebugger.StepOut) then
+ if (not LuaDebugger.Run) then
+ LuaDebugger.StepNextLevel = LuaDebugger.StepNextLevel + 1
+ end
+ -- print("stepIn",LuaDebugger.StepNextLevel)
+
+ local stepInfo = getinfo(2, "S")
+ local source = stepInfo.source
+ if (source:find(LuaDebugger.DebugLuaFie) or source == "=[C]") then
+ return
+ end
+
+ file = getSource(source)
+ LuaDebugger.currentFileName = file
+ elseif (event == "return" or event == "tail return") then
+ -- end
+ -- if(not LuaDebugger.StepOut) then
+
+ if (not LuaDebugger.Run) then
+ LuaDebugger.StepNextLevel = LuaDebugger.StepNextLevel - 1
+ end
+
+ LuaDebugger.currentFileName = nil
+ elseif (event == "line") then
+ --@region 鍒ゆ柇鍛戒腑鏂偣
+ --鍒ゆ柇鍛戒腑鏂偣
+ --鍒ゆ柇鍛戒腑鏂偣
+ --鍒ゆ柇鍛戒腑鏂偣
+ --鍒ゆ柇鍛戒腑鏂偣
+ local isHit = false
+ local stepInfo = nil
+ if (not LuaDebugger.currentFileName) then
+ stepInfo = getinfo(2, "S")
+ local source = stepInfo.source
+ if (source == "=[C]" or source:find(LuaDebugger.DebugLuaFie)) then
+ return
+ end
+ file = getSource(source)
+ LuaDebugger.currentFileName = file
+ end
+ file = LuaDebugger.currentFileName
+
+ --鍒ゆ柇鏂偣
+ local breakInfo = LuaDebugger.breakInfos[file]
+ local breakData = nil
+
+ if (breakInfo) then
+
+ local ischeck = false
+ for k, lineInfo in pairs(breakInfo) do
+ local lines = lineInfo.lines
+ if (lines and lines[line]) then
+ ischeck = true
+ break
+ end
+ end
+
+ if (ischeck) then
+ --骞朵笖鍦ㄦ柇鐐逛腑
+ -- local info = stepInfo
+ -- if (not info) then
+ -- print("info ---------------")
+ -- info = getinfo(2)
+ -- end
+ local hitPathNames = splitFilePath(LuaDebugger.currentLineFile)
+
+ local hitCounts = {}
+ local debugHitCounts = nil
+
+ for k, lineInfo in pairs(breakInfo) do
+
+ local lines = lineInfo.lines
+ local pathNames = lineInfo.pathNames
+ debugHitCounts = lineInfo.hitCounts
+ if (lines and lines[line]) then
+ breakData = lines[line]
+ --鍒ゆ柇璺緞
+ hitCounts[k] = 0
+ local hitPathNamesCount = #hitPathNames
+
+ local pathNamesCount = #pathNames
+ local checkCount = 0;
+
+ while (true) do
+
+ if (pathNames[pathNamesCount] ~= hitPathNames[hitPathNamesCount]) then
+ break
+ else
+ hitCounts[k] = hitCounts[k] + 1
+ end
+ pathNamesCount = pathNamesCount - 1
+ hitPathNamesCount = hitPathNamesCount - 1
+ checkCount = checkCount+1
+
+ if (pathNamesCount <= 0 or hitPathNamesCount <= 0) then
+ break
+ end
+ end
+ if(checkCount>0) then
+ break;
+ end
+ if(checkCount==0) then
+ breakData = nil
+ -- break;
+ end
+ else
+ breakData = nil
+ end
+ end
+ if (breakData) then
+ local hitFieName = ""
+ local maxCount = 0
+ for k, v in pairs(hitCounts) do
+ if (v > maxCount) then
+ maxCount = v
+ hitFieName = k
+ end
+ end
+ local hitPathNamesLength = #hitPathNames
+ if (hitPathNamesLength == 1 or (hitPathNamesLength > 1 and maxCount > 1)) then
+ if (hitFieName ~= "") then
+ local hitCount = breakData.hitCondition
+ local clientHitCount = debugHitCounts[breakData.line]
+ clientHitCount = clientHitCount + 1
+ debugHitCounts[breakData.line] = clientHitCount
+
+ if (clientHitCount >= hitCount) then
+ isHit = true
+ end
+ end
+ end
+ end
+ end
+ end
+ --@endregion
+ if (LuaDebugger.StepIn) then
+ local data = debugger_stackInfo(3, LuaDebugger.event.C2S_NextResponse)
+ --鎸傝捣绛夊緟璋冭瘯鍣ㄤ綔鍑哄弽搴
+ if (data) then
+ LuaDebugger.currentTempFunc = data.funcs[1]
+
+ _resume(coro_debugger, data)
+ checkSetVar()
+ return
+ end
+ end
+ if (LuaDebugger.StepNext) then
+ if (LuaDebugger.StepNextLevel <= 0) then
+ local data = debugger_stackInfo(3, LuaDebugger.event.C2S_NextResponse)
+ -- 鎸傝捣绛夊緟璋冭瘯鍣ㄤ綔鍑哄弽搴
+ if (data) then
+ LuaDebugger.currentTempFunc = data.funcs[1]
+
+ _resume(coro_debugger, data)
+ checkSetVar()
+ return
+ end
+ end
+ end
+ if (isHit) then
+ local data = debugger_stackInfo(3, LuaDebugger.event.C2S_HITBreakPoint)
+ if (breakData and breakData.condition) then
+ debugger_conditionStr(
+ breakData.condition,
+ data.vars,
+ function()
+ _resume(coro_debugger, data)
+ checkSetVar()
+ end
+ )
+ else
+ --鎸傝捣绛夊緟璋冭瘯鍣ㄤ綔鍑哄弽搴
+ _resume(coro_debugger, data)
+ checkSetVar()
+ end
+ end
+ end
+end
+debugger_xpcall = function()
+ --璋冪敤 coro_debugger 骞朵紶鍏 鍙傛暟
+ local data = debugger_stackInfo(4, LuaDebugger.event.C2S_HITBreakPoint)
+ if(data.stack and data.stack[1]) then
+ data.stack[1].isXpCall = true
+ end
+ --鎸傝捣绛夊緟璋冭瘯鍣ㄤ綔鍑哄弽搴
+ _resume(coro_debugger, data)
+ checkSetVar()
+end
+--璋冭瘯寮濮
+local function start()
+ local fullName, dirName, fileName = debugger_getFilePathInfo(getinfo(1).source)
+ LuaDebugger.DebugLuaFie = fileName
+ local socket = createSocket()
+ print(controller_host)
+ print(controller_port)
+
+ local server = socket.connect(controller_host, controller_port)
+ debug_server = server
+ if server then
+ --鍒涘缓breakInfo socket
+ socket = createSocket()
+ breakInfoSocket = socket.connect(controller_host, controller_port)
+ if (breakInfoSocket) then
+ breakInfoSocket:settimeout(0)
+ debugger_sendMsg(
+ breakInfoSocket,
+ LuaDebugger.event.C2S_SetSocketName,
+ {
+ name = "breakPointSocket"
+ }
+ )
+ debugger_sendMsg(
+ server,
+ LuaDebugger.event.C2S_SetSocketName,
+ {
+ name = "mainSocket",
+ version = LuaDebugger.version
+ }
+ )
+ xpcall(
+ function()
+ debug.sethook(debug_hook, "lrc")
+ end,
+ function(error)
+ print("error:", error)
+ end
+ )
+ if (jit) then
+ if (LuaDebugger.debugLuaType ~= "jit") then
+ print("error======================================================")
+ local msg = "褰撳墠luajit鐗堟湰涓: " .. jit.version .. " 璇蜂娇鐢↙uaDebugjit 杩涜璋冭瘯!"
+
+ print(msg)
+ end
+ end
+ _resume(coro_debugger, server)
+ end
+ end
+end
+function StartDebug(host, port,reLoad)
+ if (not host) then
+ print("error host nil")
+ end
+ if (not port) then
+ print("error prot nil")
+ end
+ if (type(host) ~= "string") then
+ print("error host not string")
+ end
+ if (type(port) ~= "number") then
+ print("error host not number")
+ end
+ controller_host = host
+ controller_port = port
+ xpcall(
+ start,
+ function(error)
+ -- body
+ print(error)
+ end
+ )
+ --浠g爜閲嶈浇
+ if(isReLoad) then
+ xpcall(function()
+ debugger_reLoadFile = require("luaideReLoadFile")
+ end,function()
+ print("宸︿晶luaide鎸夐挳->鎵撳紑luaIde鏈鏂拌皟璇曟枃浠舵墍鍦ㄦ枃浠跺す->luaideReLoadFile.lua->鎷疯礉鍒伴」鐩腑")
+ print("鍏蜂綋浣跨敤鏂瑰紡璇风湅luaideReLoadFile涓枃浠舵敞閲")
+ debugger_reLoadFile = function() print("鏈疄鐜颁唬鐮侀噸杞") end
+ end)
+ end
+
+ return debugger_receiveDebugBreakInfo, debugger_xpcall
+end
+
+--base64
+
+local string = string
+
+ZZBase64.__code = {
+ 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P',
+ 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'a', 'b', 'c', 'd', 'e', 'f',
+ 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v',
+ 'w', 'x', 'y', 'z', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '+', '/',
+};
+ZZBase64.__decode = {}
+for k,v in pairs(ZZBase64.__code) do
+ ZZBase64.__decode[string.byte(v,1)] = k - 1
+end
+
+function ZZBase64.encode(text)
+ local len = string.len(text)
+ local left = len % 3
+ len = len - left
+ local res = {}
+ local index = 1
+ for i = 1, len, 3 do
+ local a = string.byte(text, i )
+ local b = string.byte(text, i + 1)
+ local c = string.byte(text, i + 2)
+ -- num = a<<16 + b<<8 + c
+ local num = a * 65536 + b * 256 + c
+ for j = 1, 4 do
+ --tmp = num >> ((4 -j) * 6)
+ local tmp = math.floor(num / (2 ^ ((4-j) * 6)))
+ --curPos = tmp&0x3f
+ local curPos = tmp % 64 + 1
+ res[index] = ZZBase64.__code[curPos]
+ index = index + 1
+ end
+ end
+
+ if left == 1 then
+ ZZBase64.__left1(res, index, text, len)
+ elseif left == 2 then
+ ZZBase64.__left2(res, index, text, len)
+ end
+ return table.concat(res)
+end
+
+function ZZBase64.__left2(res, index, text, len)
+ local num1 = string.byte(text, len + 1)
+ num1 = num1 * 1024 --lshift 10
+ local num2 = string.byte(text, len + 2)
+ num2 = num2 * 4 --lshift 2
+ local num = num1 + num2
+
+ local tmp1 = math.floor(num / 4096) --rShift 12
+ local curPos = tmp1 % 64 + 1
+ res[index] = ZZBase64.__code[curPos]
+
+ local tmp2 = math.floor(num / 64)
+ curPos = tmp2 % 64 + 1
+ res[index + 1] = ZZBase64.__code[curPos]
+
+ curPos = num % 64 + 1
+ res[index + 2] = ZZBase64.__code[curPos]
+
+ res[index + 3] = "="
+end
+
+function ZZBase64.__left1(res, index,text, len)
+ local num = string.byte(text, len + 1)
+ num = num * 16
+
+ local tmp = math.floor(num / 64)
+ local curPos = tmp % 64 + 1
+ res[index ] = ZZBase64.__code[curPos]
+
+ curPos = num % 64 + 1
+ res[index + 1] = ZZBase64.__code[curPos]
+
+ res[index + 2] = "="
+ res[index + 3] = "="
+end
+
+function ZZBase64.decode(text)
+ local len = string.len(text)
+ local left = 0
+ if string.sub(text, len - 1) == "==" then
+ left = 2
+ len = len - 4
+ elseif string.sub(text, len) == "=" then
+ left = 1
+ len = len - 4
+ end
+
+ local res = {}
+ local index = 1
+ local decode = ZZBase64.__decode
+ for i =1, len, 4 do
+ local a = decode[string.byte(text,i )]
+ local b = decode[string.byte(text,i + 1)]
+ local c = decode[string.byte(text,i + 2)]
+ local d = decode[string.byte(text,i + 3)]
+
+ --num = a<<18 + b<<12 + c<<6 + d
+ local num = a * 262144 + b * 4096 + c * 64 + d
+
+ local e = string.char(num % 256)
+ num = math.floor(num / 256)
+ local f = string.char(num % 256)
+ num = math.floor(num / 256)
+ res[index ] = string.char(num % 256)
+ res[index + 1] = f
+ res[index + 2] = e
+ index = index + 3
+ end
+
+ if left == 1 then
+ ZZBase64.__decodeLeft1(res, index, text, len)
+ elseif left == 2 then
+ ZZBase64.__decodeLeft2(res, index, text, len)
+ end
+ return table.concat(res)
+end
+
+function ZZBase64.__decodeLeft1(res, index, text, len)
+ local decode = ZZBase64.__decode
+ local a = decode[string.byte(text, len + 1)]
+ local b = decode[string.byte(text, len + 2)]
+ local c = decode[string.byte(text, len + 3)]
+ local num = a * 4096 + b * 64 + c
+
+ local num1 = math.floor(num / 1024) % 256
+ local num2 = math.floor(num / 4) % 256
+ res[index] = string.char(num1)
+ res[index + 1] = string.char(num2)
+end
+
+function ZZBase64.__decodeLeft2(res, index, text, len)
+ local decode = ZZBase64.__decode
+ local a = decode[string.byte(text, len + 1)]
+ local b = decode[string.byte(text, len + 2)]
+ local num = a * 64 + b
+ num = math.floor(num / 16)
+ res[index] = string.char(num)
+end
+
+
+
+
+return StartDebug
diff --git a/client/dev/.vscode/settings.json b/client/dev/.vscode/settings.json
index edec6fa5..bb615ab9 100644
--- a/client/dev/.vscode/settings.json
+++ b/client/dev/.vscode/settings.json
@@ -1,17 +1,14 @@
-{ "explorer.copyRelativePathSeparator": "/",
- "Lua.diagnostics.globals": [
- "cc",
- "SL",
- "GUI",
- "ssr",
- "SLDefine"
- ],
- "files.encoding": "utf8",
+{
+ "explorer.copyRelativePathSeparator": "/",
+ "[lua]": {
+ "editor.wordWrap": "off",
+ "editor.defaultFormatter": "sumneko.lua"
+ },
+ "Lua.format.enable": true,
+ "Lua.format.defaultConfig": {
+ "max_line_length": "999"
+ },
"Lua.diagnostics.disable": [
- "undefined-global",
- "missing-parameter",
- "param-type-mismatch",
- "cast-local-type",
- "duplicate-set-field"
+ "undefined-global"
]
}
\ No newline at end of file
diff --git a/client/dev/GUIExport/game/A/YueKaUI.lua b/client/dev/GUIExport/game/A/YueKaUI.lua
new file mode 100644
index 00000000..ed990f9d
--- /dev/null
+++ b/client/dev/GUIExport/game/A/YueKaUI.lua
@@ -0,0 +1,125 @@
+local ui = {}
+local _V = function(...) return SL:GetMetaValue(...) end
+local FUNCQUEUE = {}
+local TAGOBJ = {}
+
+function ui.init(parent, __data__, __update__)
+ if __update__ then return ui.update(__data__) end
+ -- Create Layer
+ local Layer = GUI:Node_Create(parent, "Layer", 0, 0)
+ GUI:setTag(Layer, -1)
+
+ -- Create bg_close
+ local bg_close = GUI:Layout_Create(Layer, "bg_close", 0, 0, 1136, 640, false)
+ GUI:Layout_setBackGroundColorType(bg_close, 1)
+ GUI:Layout_setBackGroundColor(bg_close, "#000000")
+ GUI:Layout_setBackGroundColorOpacity(bg_close, 0)
+ GUI:setAnchorPoint(bg_close, 0.00, 0.00)
+ GUI:setTouchEnabled(bg_close, true)
+ GUI:setTag(bg_close, -1)
+
+ -- Create nd_root
+ local nd_root = GUI:Node_Create(Layer, "nd_root", 568, 320)
+ GUI:setTag(nd_root, -1)
+
+ -- Create img_bg
+ local img_bg = GUI:Image_Create(nd_root, "img_bg", 0, 0, "res/custom/46/bg.png")
+ GUI:setAnchorPoint(img_bg, 0.50, 0.50)
+ GUI:setTouchEnabled(img_bg, true)
+ GUI:setTag(img_bg, -1)
+
+ -- Create btn_close
+ local btn_close = GUI:Button_Create(img_bg, "btn_close", 631, 354, "res/custom/46/close.png")
+ GUI:setContentSize(btn_close, 40, 40)
+ GUI:setIgnoreContentAdaptWithSize(btn_close, false)
+ GUI:Button_setTitleText(btn_close, [[]])
+ GUI:Button_setTitleColor(btn_close, "#ffffff")
+ GUI:Button_setTitleFontSize(btn_close, 14)
+ GUI:Button_titleDisableOutLine(btn_close)
+ GUI:setAnchorPoint(btn_close, 0.50, 0.50)
+ GUI:setTouchEnabled(btn_close, true)
+ GUI:setTag(btn_close, -1)
+
+ -- Create price_text
+ local price_text = GUI:Text_Create(img_bg, "price_text", 428, 147, 18, "#6d160c", [[璧犻:10涓囩粦瀹氶噾甯乚])
+ GUI:Text_disableOutLine(price_text)
+ GUI:setAnchorPoint(price_text, 0.50, 0.50)
+ GUI:setTouchEnabled(price_text, false)
+ GUI:setTag(price_text, -1)
+
+ -- Create line
+ local line = GUI:Image_Create(img_bg, "line", 450, 295, "res/custom/46/line.png")
+ GUI:setAnchorPoint(line, 0.50, 0.50)
+ GUI:setScaleX(line, 0.62)
+ GUI:setTouchEnabled(line, false)
+ GUI:setTag(line, -1)
+
+ -- Create desc_1
+ local desc_1 = GUI:Text_Create(img_bg, "desc_1", 354, 239, 18, "#6d160c", [[鏈夋晥鏈30澶])
+ GUI:Text_disableOutLine(desc_1)
+ GUI:setAnchorPoint(desc_1, 0.00, 0.50)
+ GUI:setTouchEnabled(desc_1, false)
+ GUI:setTag(desc_1, -1)
+
+ -- Create desc_2
+ local desc_2 = GUI:Text_Create(img_bg, "desc_2", 351, 208, 18, "#6d160c", [[鍙噸澶嶈喘涔帮紝鏃堕棿鍙犲姞]])
+ GUI:Text_disableOutLine(desc_2)
+ GUI:setAnchorPoint(desc_2, 0.00, 0.50)
+ GUI:setTouchEnabled(desc_2, false)
+ GUI:setTag(desc_2, -1)
+
+ -- Create desc_3
+ local desc_3 = GUI:Text_Create(img_bg, "desc_3", 353, 178, 18, "#6d160c", [[鎺夎惤瑁呭涓嶇粦瀹歖])
+ GUI:Text_disableOutLine(desc_3)
+ GUI:setAnchorPoint(desc_3, 0.00, 0.50)
+ GUI:setTouchEnabled(desc_3, false)
+ GUI:setTag(desc_3, -1)
+
+ -- Create status_text
+ local status_text = GUI:Text_Create(img_bg, "status_text", 394, 98, 18, "#6d160c", [[0澶])
+ GUI:Text_disableOutLine(status_text)
+ GUI:setAnchorPoint(status_text, 0.50, 0.50)
+ GUI:setTouchEnabled(status_text, false)
+ GUI:setTag(status_text, -1)
+
+ -- Create buy_btn
+ local buy_btn = GUI:Button_Create(img_bg, "buy_btn", 523, 59, "res/custom/46/btn_buy.png")
+ GUI:Button_setTitleText(buy_btn, [[]])
+ GUI:Button_setTitleColor(buy_btn, "#ffffff")
+ GUI:Button_setTitleFontSize(buy_btn, 18)
+ GUI:Button_titleDisableOutLine(buy_btn)
+ GUI:setAnchorPoint(buy_btn, 0.50, 0.00)
+ GUI:setTouchEnabled(buy_btn, true)
+ GUI:setTag(buy_btn, -1)
+
+ -- Create tag_open
+ local tag_open = GUI:Image_Create(img_bg, "tag_open", 527, 80, "res/custom/46/tag_open.png")
+ GUI:setAnchorPoint(tag_open, 0.50, 0.50)
+ GUI:setTouchEnabled(tag_open, false)
+ GUI:setTag(tag_open, -1)
+ GUI:setVisible(tag_open, false)
+
+ -- Create tag_open_text
+ local tag_open_text = GUI:Text_Create(tag_open, "tag_open_text", 59, 26, 18, "#fff8cf", [[宸插紑閫歖])
+ GUI:Text_enableOutline(tag_open_text, "#6d160c", 2)
+ GUI:setAnchorPoint(tag_open_text, 0.50, 0.50)
+ GUI:setTouchEnabled(tag_open_text, false)
+ GUI:setTag(tag_open_text, -1)
+
+ -- Create CostItem_1
+ local CostItem_1 = GUI:CostItem_Create(img_bg, "CostItem_1", 460, 118, {itemId = 2, itemCount = 680, itemScale = 0.6, titleText = "鍏冨疂", fontSize = 16, simplenum = 1})
+ GUI:setAnchorPoint(CostItem_1, 0.00, 0.50)
+ GUI:setTouchEnabled(CostItem_1, true)
+ GUI:setTag(CostItem_1, 0)
+
+ ui.update(__data__)
+ return Layer
+end
+
+function ui.update(data)
+ for _, func in pairs(FUNCQUEUE) do
+ if func then func(data) end
+ end
+end
+
+return ui
diff --git a/client/dev/GUILayout/delay/CreateTopIconOBJ.lua b/client/dev/GUILayout/delay/CreateTopIconOBJ.lua
index 0a543f98..706407b4 100644
--- a/client/dev/GUILayout/delay/CreateTopIconOBJ.lua
+++ b/client/dev/GUILayout/delay/CreateTopIconOBJ.lua
@@ -68,6 +68,11 @@ CreateTopIconOBJ.cfg = {
open = "HuodongzhongxinOBJ_main",
name = "HuoDong",
}, -- 娲诲姩涓績
+ [11] = {
+ path = "res/custom/46/icon_top.png",
+ name = "YueKa",
+ open = "YueKaOBJ_main",
+ }, -- 鏈堝崱
}
@@ -103,12 +108,17 @@ function CreateTopIconOBJ:createIcon()
return
end
for i, v in ipairs(self.cfg) do
+ local icon = string.format("icon_%s", i)
if v.icon then
- local icon = string.format("icon_%s", i)
self.ui[icon] = GUI:Button_Create(self.ui.btn_switch, icon, 0, 0,
string.format("%s/%s.png", self.iconPath, v.icon))
GUI:Win_SetParam(self.ui[icon], #self.cfg - i)
+ elseif v.path then
+ self.ui[icon] = GUI:Button_Create(self.ui.btn_switch, icon, 0, 0, v.path)
+ GUI:Win_SetParam(self.ui[icon], #self.cfg - i)
+ end
+ if v.icon or v.path then
--绋冲畾绾㈢偣 key锛氫紭鍏堢敤 cfg.name锛岃繃娓℃湡鍏煎涓嬫爣
local redKey = "TopIcon_" .. (v.name or i)
diff --git a/client/dev/GUILayout/game/A/YueKaOBJ.lua b/client/dev/GUILayout/game/A/YueKaOBJ.lua
new file mode 100644
index 00000000..a7e4e51f
--- /dev/null
+++ b/client/dev/GUILayout/game/A/YueKaOBJ.lua
@@ -0,0 +1,142 @@
+YueKaOBJ = Up_BaseClassOBJ:new()
+
+YueKaOBJ.__cname = "YueKaOBJ"
+
+
+YueKaOBJ.cfg = {
+ price = 680,
+ days = 30,
+}
+
+
+function YueKaOBJ:main(arg1, arg2, arg3, data)
+ local parent = GUI:Win_Create(self.__cname, 0, 0, 0, 0, false, false, true, false)
+
+ if data and data.npcid then
+ GUI:Win_BindNPC(parent, data.npcid)
+ end
+
+ GUI:LoadExport(parent, "game/A/YueKaUI")
+
+ self._parent = parent
+ self.ui = GUI:ui_delegate(parent)
+
+ ssrUIManager:OpenAlgin(self)
+
+ GUI:addOnClickEvent(self.ui.bg_close, function()
+ GUI:Win_Close(self._parent)
+ end)
+
+ GUI:addOnClickEvent(self.ui.btn_close, function()
+ GUI:Win_Close(self._parent)
+ end)
+
+ if data and data.cfg then
+ self.cfg = data.cfg
+ end
+ self.expireTime = self:getExpireTime(data)
+
+ self:EventBind()
+ self:updata()
+end
+
+function YueKaOBJ:getExpireTime(data)
+ if data then
+ local value = data.expireTime or data.endTime or data.time
+ if value then
+ return tonumber(value) or 0
+ end
+ end
+
+ local serverValue = nil
+ serverValue = SL:GetMetaValue("SERVER_VALUE", "HUMAN(INT_鏈堝崱)")
+ return tonumber(serverValue) or 0
+end
+
+function YueKaOBJ:getRemainDays()
+ local expireTime = tonumber(self.expireTime or 0) or 0
+ local nowTime = os.time()
+ if expireTime <= nowTime then
+ return 0
+ end
+ return math.ceil((expireTime - nowTime) / 86400)
+end
+
+function YueKaOBJ:updata()
+ local remainDays = self:getRemainDays()
+ local isOpen = remainDays > 0
+
+ GUI:Text_setString(self.ui.status_text, string.format("%d澶", remainDays))
+ -- GUI:setVisible(self.ui.tag_open, isOpen)
+
+ if GUI:Win_IsNotNull(self.ui.CostItem_1) then
+ GUI:removeFromParent(self.ui.CostItem_1)
+ end
+
+ self.ui.CostItem_1 = GUI:CostItem_Create(self.ui.img_bg, "CostItem_1", 460, 118,
+ { itemId = 2, itemCount = self.cfg.price, itemScale = 0.6, titleText = "鍏冨疂", fontSize = 16, simplenum = 1 })
+ GUI:setAnchorPoint(self.ui.CostItem_1, 0.00, 0.50)
+ GUI:setTouchEnabled(self.ui.CostItem_1, true)
+
+
+ GUI:addOnClickEvent(self.ui.buy_btn, function()
+ ssrMessage:SubLink("YueKaOBJ_buy")
+ end)
+
+ RedDotMgr.detachDot(self.ui.buy_btn)
+ local yuanbaoNum = tonumber(SL:Get_MONEY(ssrConstCfg.Money["鍏冨疂"])) or 0
+ if not isOpen and yuanbaoNum >= (tonumber(self.cfg.price) or 680) then
+ RedDotMgr.attachDot(self.ui.buy_btn, { x = 168, y = 48 })
+ end
+end
+
+function YueKaOBJ:EventBind()
+ local function YueKaOBJ_Var_Change(data)
+ if GUI:Win_IsNotNull(self._parent) then
+ if data and data.key == "HUMAN(INT_鏈堝崱)" then
+ self.expireTime = self:getExpireTime()
+ self:updata()
+ end
+ end
+ end
+ SL:RegisterLUAEvent(LUA_EVENT_SERVER_VALUE_CHANGE, self.__cname, YueKaOBJ_Var_Change)
+
+ SL:RegisterLUAEvent(LUA_EVENT_CLOSEWIN, self.__cname, function(widgetName)
+ self:OnClose(widgetName)
+ end)
+end
+
+function YueKaOBJ:OnClose(widgetName)
+ if widgetName == self.__cname then
+ self:UnRegisterEvent()
+ end
+end
+
+function YueKaOBJ:UnRegisterEvent()
+ SL:UnRegisterLUAEvent(LUA_EVENT_SERVER_VALUE_CHANGE, self.__cname)
+ SL:UnRegisterLUAEvent(LUA_EVENT_CLOSEWIN, self.__cname)
+end
+
+if RedDotMgr and RedDotMgr.register then
+ RedDotMgr:register("YueKa_Open", {
+ owner = "YueKaOBJ",
+ parent = "TopIcon_YueKa",
+ target = function()
+ return nil
+ end,
+ watchKeys = { "HUMAN(INT_鏈堝崱)" },
+ check = function()
+ local expireTime = 0
+ if SL and SL.GetMetaValue then
+ expireTime = tonumber(SL:GetMetaValue("SERVER_VALUE", "HUMAN(INT_鏈堝崱)")) or 0
+ end
+ if expireTime > os.time() then
+ return false
+ end
+ local yuanbaoNum = tonumber(SL:Get_MONEY(ssrConstCfg.Money["鍏冨疂"])) or 0
+ return yuanbaoNum >= 680
+ end,
+ })
+end
+
+return YueKaOBJ
diff --git a/client/dev/res/custom/37/1.png b/client/dev/res/custom/37/1.png
deleted file mode 100644
index 94ec1f2a..00000000
Binary files a/client/dev/res/custom/37/1.png and /dev/null differ
diff --git a/client/dev/res/custom/37/2.png b/client/dev/res/custom/37/2.png
deleted file mode 100644
index af7d1088..00000000
Binary files a/client/dev/res/custom/37/2.png and /dev/null differ
diff --git a/client/dev/res/custom/37/bg.png b/client/dev/res/custom/37/bg.png
deleted file mode 100644
index b87e2986..00000000
Binary files a/client/dev/res/custom/37/bg.png and /dev/null differ
diff --git a/client/dev/res/custom/46/bg.png b/client/dev/res/custom/46/bg.png
new file mode 100644
index 00000000..3c920399
Binary files /dev/null and b/client/dev/res/custom/46/bg.png differ
diff --git a/client/dev/res/custom/46/btn_buy.png b/client/dev/res/custom/46/btn_buy.png
new file mode 100644
index 00000000..419e97af
Binary files /dev/null and b/client/dev/res/custom/46/btn_buy.png differ
diff --git a/client/dev/res/custom/46/btn_buy_1.png b/client/dev/res/custom/46/btn_buy_1.png
new file mode 100644
index 00000000..ca92af85
Binary files /dev/null and b/client/dev/res/custom/46/btn_buy_1.png differ
diff --git a/client/dev/res/custom/46/close.png b/client/dev/res/custom/46/close.png
new file mode 100644
index 00000000..60ce0eb1
Binary files /dev/null and b/client/dev/res/custom/46/close.png differ
diff --git a/client/dev/res/custom/46/icon_card.png b/client/dev/res/custom/46/icon_card.png
new file mode 100644
index 00000000..6bbf82cd
Binary files /dev/null and b/client/dev/res/custom/46/icon_card.png differ
diff --git a/client/dev/res/custom/46/icon_top.png b/client/dev/res/custom/46/icon_top.png
new file mode 100644
index 00000000..2974ee21
Binary files /dev/null and b/client/dev/res/custom/46/icon_top.png differ
diff --git a/client/dev/res/custom/46/icon_unlock.png b/client/dev/res/custom/46/icon_unlock.png
new file mode 100644
index 00000000..9dd58a64
Binary files /dev/null and b/client/dev/res/custom/46/icon_unlock.png differ
diff --git a/client/dev/res/custom/46/jingbi.png b/client/dev/res/custom/46/jingbi.png
new file mode 100644
index 00000000..a61be705
Binary files /dev/null and b/client/dev/res/custom/46/jingbi.png differ
diff --git a/client/dev/res/custom/46/line.png b/client/dev/res/custom/46/line.png
new file mode 100644
index 00000000..bece84cc
Binary files /dev/null and b/client/dev/res/custom/46/line.png differ
diff --git a/client/dev/res/custom/46/tag_open.png b/client/dev/res/custom/46/tag_open.png
new file mode 100644
index 00000000..2bf278f4
Binary files /dev/null and b/client/dev/res/custom/46/tag_open.png differ
diff --git a/client/dev/res/custom/top/yueka.png b/client/dev/res/custom/top/yueka.png
new file mode 100644
index 00000000..2974ee21
Binary files /dev/null and b/client/dev/res/custom/top/yueka.png differ
diff --git a/client/dev/scripts/game_config/cfg_npclist.lua b/client/dev/scripts/game_config/cfg_npclist.lua
index 64eb8718..37af598b 100644
--- a/client/dev/scripts/game_config/cfg_npclist.lua
+++ b/client/dev/scripts/game_config/cfg_npclist.lua
@@ -52,48 +52,48 @@ local config = {
},
[14] = {
id=14,
- sName="铚堣殻娲",
- effectid="4213#-26#88#0#2"
+ effectid="4213#-26#88#0#2",
+ sName="铚堣殻娲"
},
[15] = {
id=15,
- sName="娌冪帥涓灞",
- effectid="4213#-26#88#0#2"
+ effectid="4213#-26#88#0#2",
+ sName="娌冪帥涓灞"
},
[16] = {
id=16,
- sName="绁栫帥鍥涘眰",
- effectid="4211#-26#88#0#2"
+ effectid="4211#-26#88#0#2",
+ sName="绁栫帥鍥涘眰"
},
[17] = {
id=17,
- sName="鍍靛案娲",
- effectid="4211#-26#88#0#2"
+ effectid="4211#-26#88#0#2",
+ sName="鍍靛案娲"
},
[18] = {
id=18,
- sName="璧ゆ湀娣卞",
- effectid="4212#-26#88#0#2"
+ effectid="4212#-26#88#0#2",
+ sName="璧ゆ湀娣卞"
},
[19] = {
id=19,
- sName="濂撮毝灞辫胺",
- effectid="4212#-26#88#0#2"
+ effectid="4212#-26#88#0#2",
+ sName="濂撮毝灞辫胺"
},
[20] = {
id=20,
- sName="娴峰浠欏矝",
- effectid="4213#-26#88#0#2"
+ effectid="4213#-26#88#0#2",
+ sName="娴峰浠欏矝"
},
[21] = {
id=21,
- sName="鐙愭湀灞",
- effectid="4213#-26#88#0#2"
+ effectid="4213#-26#88#0#2",
+ sName="鐙愭湀灞"
},
[22] = {
id=22,
- sName="鍗ч緳灞卞簞",
- effectid="4211#-26#88#0#2"
+ effectid="4211#-26#88#0#2",
+ sName="鍗ч緳灞卞簞"
},
[23] = {
id=23,
@@ -101,18 +101,18 @@ local config = {
},
[26] = {
id=26,
- sName="鐏甸瓊绁潧",
- effectid="4218#-26#88#0#2"
+ effectid="4218#-26#88#0#2",
+ sName="鐏甸瓊绁潧"
},
[27] = {
id=27,
- sName="鍏堝ぉ绉樺",
- effectid="4217#-26#88#0#2"
+ effectid="4217#-26#88#0#2",
+ sName="鍏堝ぉ绉樺"
},
[29] = {
id=29,
- sName="绁為緳甯濆浗",
- effectid="4208#-26#88#0#2"
+ effectid="4208#-26#88#0#2",
+ sName="绁為緳甯濆浗"
},
[30] = {
id=30,
@@ -229,53 +229,53 @@ local config = {
},
[61] = {
id=61,
- sName="搴熷涔嬪煄",
- effectid="4220#-26#88#0#2"
+ effectid="4220#-26#88#0#2",
+ sName="搴熷涔嬪煄"
},
[62] = {
id=62,
- sName="澶╅緳閬楀潃",
- effectid="4220#-26#88#0#2"
+ effectid="4220#-26#88#0#2",
+ sName="澶╅緳閬楀潃"
},
[63] = {
id=63,
- sName="闈欒哀灞辫胺",
- effectid="4220#-26#88#0#2"
+ effectid="4220#-26#88#0#2",
+ sName="闈欒哀灞辫胺"
},
[64] = {
id=64,
- sName="鍐版櫠闆煙",
- effectid="4220#-26#88#0#2"
+ effectid="4220#-26#88#0#2",
+ sName="鍐版櫠闆煙"
},
[65] = {
id=65,
- sName="姘翠笂涓栫晫",
- effectid="4220#-26#88#0#2"
+ effectid="4220#-26#88#0#2",
+ sName="姘翠笂涓栫晫"
},
[66] = {
id=66,
- sName="绉︾帇鍦板",
- effectid="4220#-26#88#0#2"
+ effectid="4220#-26#88#0#2",
+ sName="绉︾帇鍦板"
},
[67] = {
id=67,
- sName="鐔斿博涔嬪湴",
- effectid="4220#-26#88#0#2"
+ effectid="4220#-26#88#0#2",
+ sName="鐔斿博涔嬪湴"
},
[68] = {
id=68,
- sName="閬楀繕涔嬪湴",
- effectid="4220#-26#88#0#2"
+ effectid="4220#-26#88#0#2",
+ sName="閬楀繕涔嬪湴"
},
[69] = {
id=69,
- sName="榛戞殫瀹",
- effectid="4220#-26#88#0#2"
+ effectid="4220#-26#88#0#2",
+ sName="榛戞殫瀹"
},
[70] = {
id=70,
- sName="榫欑埅瑕佸",
- effectid="4220#-26#88#0#2"
+ effectid="4220#-26#88#0#2",
+ sName="榫欑埅瑕佸"
},
[71] = {
id=71,
diff --git a/client/env.json b/client/env.json
index 1f2322a2..e457df0a 100644
--- a/client/env.json
+++ b/client/env.json
@@ -1 +1 @@
-{"modlist":"http:\/\/list.dhsf.xqhuyu.com\/testmodlist\/modlist_tool_1942.txt","channel":1,"gm":0,"signkey":"634eff98723b31da43ed35f0dd4edf36","resolution":"1136x640","oper_mode":2}
\ No newline at end of file
+{"gm":0,"signkey":"634eff98723b31da43ed35f0dd4edf36","oper_mode":1,"modlist":"http://list.dhsf.xqhuyu.com/testmodlist/modlist_tool_16934.txt","resolution":"1024x768","channel":1}
diff --git a/monthly_card_background_removed.png b/monthly_card_background_removed.png
new file mode 100644
index 00000000..8c68f8d9
Binary files /dev/null and b/monthly_card_background_removed.png differ
diff --git a/monthly_card_background_removed_preview.png b/monthly_card_background_removed_preview.png
new file mode 100644
index 00000000..78c69c91
Binary files /dev/null and b/monthly_card_background_removed_preview.png differ