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

23 lines
601 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.<br>
-- return The name of the event.
2014-03-10 14:04:58 +08:00
-- @function [parent=#EventCustom] getEventName
-- @param self
-- @return string#string ret (return value: string)
--------------------------------
-- Constructor.<br>
-- param eventName A given name of the custom event.
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