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

21 lines
507 B
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module EventCustom
-- @extend Event
-- @parent_module cc
2014-03-10 14:04:58 +08:00
--------------------------------
-- Gets event name
2014-03-10 14:04:58 +08:00
-- @function [parent=#EventCustom] getEventName
-- @param self
-- @return string#string ret (return value: string)
--------------------------------
-- Constructor
2014-03-10 14:04:58 +08:00
-- @function [parent=#EventCustom] EventCustom
-- @param self
-- @param #string eventName
-- @return EventCustom#EventCustom self (return value: cc.EventCustom)
2014-03-10 14:04:58 +08:00
return nil