summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/library/cc/Event.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/Cocos4.0/library/cc/Event.lua')
m---------meta/3rd/Cocos4.00
-rw-r--r--meta/3rd/Cocos4.0/library/cc/Event.lua30
2 files changed, 0 insertions, 30 deletions
diff --git a/meta/3rd/Cocos4.0 b/meta/3rd/Cocos4.0
new file mode 160000
+Subproject c0b2259e0d367561fd4563ae114b029b4dfe3a8
diff --git a/meta/3rd/Cocos4.0/library/cc/Event.lua b/meta/3rd/Cocos4.0/library/cc/Event.lua
deleted file mode 100644
index 7055f7a0..00000000
--- a/meta/3rd/Cocos4.0/library/cc/Event.lua
+++ /dev/null
@@ -1,30 +0,0 @@
----@meta
-
----@class cc.Event :cc.Ref
-local Event={ }
-cc.Event=Event
-
-
-
-
----* Checks whether the event has been stopped.<br>
----* return True if the event has been stopped.
----@return boolean
-function Event:isStopped () end
----* Gets the event type.<br>
----* return The event type.
----@return int
-function Event:getType () end
----* Gets current target of the event.<br>
----* return The target with which the event associates.<br>
----* note It's only available when the event listener is associated with node.<br>
----* It returns 0 when the listener is associated with fixed priority.
----@return cc.Node
-function Event:getCurrentTarget () end
----* Stops propagation for current event.
----@return self
-function Event:stopPropagation () end
----* Constructor
----@param type int
----@return self
-function Event:Event (type) end \ No newline at end of file