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