mirror of https://github.com/axmolengine/axmol.git
17 lines
371 B
Lua
17 lines
371 B
Lua
|
|
--------------------------------
|
|
-- @module EventCustom
|
|
-- @extend Event
|
|
|
|
--------------------------------
|
|
-- @function [parent=#EventCustom] getEventName
|
|
-- @param self
|
|
-- @return string#string ret (return value: string)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#EventCustom] EventCustom
|
|
-- @param self
|
|
-- @param #string str
|
|
|
|
return nil
|