3.lua
来自「htc manila 2 sourcecode」· LUA 代码 · 共 18 行
LUA
18 行
-- Decompiled using luadec 0.4 by sztupy (http://winmo.sztupy.hu)
-- Command line was: -l ; 138f4a32_manila_189D4.luac
trace("Rain and Ice Out Controller")
if playRain then
local xx = this.Namespace:FindName("RainComponent")
if xx ~= nil then
xx:SetFrameAll(31)
end
end
if playIce then
local xx = this.Namespace:FindName("IceComponent")
if xx ~= nil then
xx:SetFrameAll(31)
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?