Event with random dynamic values useful for making your own custom events
Constructor
Variables
Methods
View in GitHub
recycle(?value1:Dynamic, ?value2:Dynamic, ?value3:Dynamic, ?value4:Dynamic, ?value5:Dynamic):DynamicEvent
Inherited Variables
Defined by CancellableEvent
Inherited Methods
Defined by CancellableEvent
View in GitHub
preventDefault(c:Bool = false):Void
Prevents default action from occurring.
Parameters:
c | Whenever the scripts following this one should be called or not. (Defaults to |
---|
View in GitHub
toString():String
Returns a string representation of the event, in this format:
[CancellableEvent]
[CancellableEvent (Cancelled)]
Returns:
String