mirror of https://github.com/axmolengine/axmol.git
15 lines
371 B
Lua
15 lines
371 B
Lua
|
|
--------------------------------
|
|
-- @module BatchNode
|
|
--------------------------------
|
|
-- @function [parent=#BatchNode] init
|
|
-- @param self
|
|
-- @return bool#bool ret (return value: bool)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#BatchNode] create
|
|
-- @param self
|
|
-- @return BatchNode#BatchNode ret (return value: ccs.BatchNode)
|
|
|
|
return nil
|