mirror of https://github.com/axmolengine/axmol.git
20 lines
436 B
Lua
20 lines
436 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 nil
|