mirror of https://github.com/axmolengine/axmol.git
21 lines
494 B
Lua
21 lines
494 B
Lua
|
|
--------------------------------
|
|
-- @module TMXLayerInfo
|
|
-- @extend Ref
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TMXLayerInfo] setProperties
|
|
-- @param self
|
|
-- @param #map_table map
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TMXLayerInfo] getProperties
|
|
-- @param self
|
|
-- @return map_table#map_table ret (return value: map_table)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TMXLayerInfo] TMXLayerInfo
|
|
-- @param self
|
|
|
|
return nil
|