mirror of https://github.com/axmolengine/axmol.git
14 lines
326 B
Lua
14 lines
326 B
Lua
|
|
--------------------------------
|
|
-- @module TintTo
|
|
--------------------------------
|
|
-- @function [parent=#TintTo] create
|
|
-- @param self
|
|
-- @param #float float
|
|
-- @param #unsigned char char
|
|
-- @param #unsigned char char
|
|
-- @param #unsigned char char
|
|
-- @return TintTo#TintTo ret (return value: cc.TintTo)
|
|
|
|
return nil
|