mirror of https://github.com/axmolengine/axmol.git
16 lines
431 B
Lua
16 lines
431 B
Lua
|
|
--------------------------------
|
|
-- @module PhysicsShapePolygon
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsShapePolygon] getPointsCount
|
|
-- @param self
|
|
-- @return int#int ret (return value: int)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsShapePolygon] getPoint
|
|
-- @param self
|
|
-- @param #int int
|
|
-- @return point_table#point_table ret (return value: point_table)
|
|
|
|
return nil
|