背景和头像缺失

This commit is contained in:
2026-03-01 13:51:43 +08:00
parent eaaf7f8c9b
commit 7d2f6399af
5947 changed files with 1441367 additions and 0 deletions

View File

@@ -0,0 +1,53 @@
--------------------------------
-- @module CallFunc
-- @extend ActionInstant
-- @parent_module cc
--------------------------------
-- Executes the callback.
-- @function [parent=#CallFunc] execute
-- @param self
-- @return CallFunc#CallFunc self (return value: cc.CallFunc)
--------------------------------
-- Get the selector target.<br>
-- return The selector target.
-- @function [parent=#CallFunc] getTargetCallback
-- @param self
-- @return Ref#Ref ret (return value: cc.Ref)
--------------------------------
-- Set the selector target.<br>
-- param sel The selector target.
-- @function [parent=#CallFunc] setTargetCallback
-- @param self
-- @param #cc.Ref sel
-- @return CallFunc#CallFunc self (return value: cc.CallFunc)
--------------------------------
--
-- @function [parent=#CallFunc] clone
-- @param self
-- @return CallFunc#CallFunc ret (return value: cc.CallFunc)
--------------------------------
-- param time In seconds.
-- @function [parent=#CallFunc] update
-- @param self
-- @param #float time
-- @return CallFunc#CallFunc self (return value: cc.CallFunc)
--------------------------------
--
-- @function [parent=#CallFunc] reverse
-- @param self
-- @return CallFunc#CallFunc ret (return value: cc.CallFunc)
--------------------------------
--
-- @function [parent=#CallFunc] CallFunc
-- @param self
-- @return CallFunc#CallFunc self (return value: cc.CallFunc)
return nil