axmol/cocos/scripting/lua-bindings/auto/api/ComAttribute.lua

100 lines
2.3 KiB
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module ComAttribute
-- @extend Component
-- @parent_module ccs
2014-03-10 14:04:58 +08:00
--------------------------------
--
2014-03-10 14:04:58 +08:00
-- @function [parent=#ComAttribute] getFloat
-- @param self
-- @param #string key
-- @param #float def
2014-03-10 14:04:58 +08:00
-- @return float#float ret (return value: float)
--------------------------------
--
2014-03-10 14:04:58 +08:00
-- @function [parent=#ComAttribute] getString
-- @param self
-- @param #string key
-- @param #string def
2014-03-10 14:04:58 +08:00
-- @return string#string ret (return value: string)
--------------------------------
--
2014-03-10 14:04:58 +08:00
-- @function [parent=#ComAttribute] setFloat
-- @param self
-- @param #string key
-- @param #float value
2014-03-10 14:04:58 +08:00
--------------------------------
--
2014-03-10 14:04:58 +08:00
-- @function [parent=#ComAttribute] setString
-- @param self
-- @param #string key
-- @param #string value
2014-03-10 14:04:58 +08:00
--------------------------------
--
2014-03-10 14:04:58 +08:00
-- @function [parent=#ComAttribute] getBool
-- @param self
-- @param #string key
-- @param #bool def
2014-03-10 14:04:58 +08:00
-- @return bool#bool ret (return value: bool)
--------------------------------
--
2014-03-10 14:04:58 +08:00
-- @function [parent=#ComAttribute] setInt
-- @param self
-- @param #string key
-- @param #int value
2014-03-10 14:04:58 +08:00
--------------------------------
--
2014-03-10 14:04:58 +08:00
-- @function [parent=#ComAttribute] parse
-- @param self
-- @param #string jsonFile
2014-03-10 14:04:58 +08:00
-- @return bool#bool ret (return value: bool)
--------------------------------
--
2014-03-10 14:04:58 +08:00
-- @function [parent=#ComAttribute] getInt
-- @param self
-- @param #string key
-- @param #int def
2014-03-10 14:04:58 +08:00
-- @return int#int ret (return value: int)
--------------------------------
--
2014-03-10 14:04:58 +08:00
-- @function [parent=#ComAttribute] setBool
-- @param self
-- @param #string key
-- @param #bool value
2014-03-10 14:04:58 +08:00
--------------------------------
--
2014-03-10 14:04:58 +08:00
-- @function [parent=#ComAttribute] create
-- @param self
-- @return ComAttribute#ComAttribute ret (return value: ccs.ComAttribute)
--------------------------------
--
2014-03-10 14:04:58 +08:00
-- @function [parent=#ComAttribute] createInstance
-- @param self
-- @return Ref#Ref ret (return value: cc.Ref)
--------------------------------
--
-- @function [parent=#ComAttribute] init
-- @param self
-- @return bool#bool ret (return value: bool)
--------------------------------
--
-- @function [parent=#ComAttribute] serialize
-- @param self
-- @param #void r
-- @return bool#bool ret (return value: bool)
2014-03-10 14:04:58 +08:00
return nil