Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

PersistentListenerMode

Description

THe mode that a listener is operating in.

Variables

EventDefined The listener will use the function binding specified by the even.
Void The listener will bind to zero argument functions.
Object The listener will bind to one argument Object functions.
Int The listener will bind to one argument int functions.
Float The listener will bind to one argument float functions.
String The listener will bind to one argument string functions.
Bool The listener will bind to one argument bool functions.