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

21 lines
507 B
Lua

--------------------------------
-- @module EventCustom
-- @extend Event
-- @parent_module cc
--------------------------------
-- Gets event name
-- @function [parent=#EventCustom] getEventName
-- @param self
-- @return string#string ret (return value: string)
--------------------------------
-- Constructor
-- @function [parent=#EventCustom] EventCustom
-- @param self
-- @param #string eventName
-- @return EventCustom#EventCustom self (return value: cc.EventCustom)
return nil