mirror of https://github.com/axmolengine/axmol.git
26 lines
631 B
Lua
26 lines
631 B
Lua
|
|
--------------------------------
|
|
-- @module Hide
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Hide] create
|
|
-- @param self
|
|
-- @return Hide#Hide ret (return value: cc.Hide)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Hide] clone
|
|
-- @param self
|
|
-- @return Hide#Hide ret (return value: cc.Hide)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Hide] update
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
--------------------------------
|
|
-- @function [parent=#Hide] reverse
|
|
-- @param self
|
|
-- @return ActionInstant#ActionInstant ret (return value: cc.ActionInstant)
|
|
|
|
return nil
|