Action: Exitevent()

Related Actions: gosub, gosubrandom, goto, gotorandom, repeat, exitloop
Related Events: alarm, label
See also: FKiSS, Events, Actions

exitevent()

First defined in: FKiSS3
This will exit the current event. No more code in this event will be processed.

Example:

;@ alarm(MyTimer)
;@   ifmapped(#4)
;@     exitevent() ; If object #4 is mapped, stop this event right now.
;@   endif()
;@   timer(MyTimer, 100) ; If object #4 is mapped, this action is never executed.