summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/library/cc/CallFunc.lua
blob: 07c43c84c56355ada13c139b5e22ed8e8867924b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---@meta

---@class cc.CallFunc :cc.ActionInstant
local CallFunc={ }
cc.CallFunc=CallFunc




---*  Executes the callback.
---@return self
function CallFunc:execute () end
---* 
---@return self
function CallFunc:clone () end
---* param time In seconds.
---@param time float
---@return self
function CallFunc:update (time) end
---* 
---@return self
function CallFunc:reverse () end
---* 
---@return self
function CallFunc:CallFunc () end