0.lua

来自「htc manila 2 sourcecode」· LUA 代码 · 共 13 行

LUA
13
字号
-- Decompiled using luadec 0.4 by sztupy (http://winmo.sztupy.hu)
-- Command line was: -l ; 138f4a32_manila_17DC0.luac 

runningState = this.Namespace:FindName("WeatherStateSingleton")
trace("InController++++++")
StopComponents(runningState)
this:GetMovieClip():stop()
if animationCompleteCallback ~= nil and playRain == false and playIce == false then
   animationCompleteCallback()
   animationCompleteCallback = nil
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?