mirror of https://github.com/axmolengine/axmol.git
12 lines
283 B
Lua
12 lines
283 B
Lua
|
|
||
|
--------------------------------
|
||
|
-- @module CatmullRomBy
|
||
|
--------------------------------
|
||
|
-- @function [parent=#CatmullRomBy] initWithDuration
|
||
|
-- @param self
|
||
|
-- @param #float float
|
||
|
-- @param #point_table pointarray
|
||
|
-- @return bool#bool ret (return value: bool)
|
||
|
|
||
|
return nil
|