Returns a list of pairs (event-name . callback_function) for the reactor
Supported Platforms: Windows only; not available on Mac OS or Web
Signature
(vlr-reactions reactor)
- reactor
-
Type: VLR object
An object.
Return Values
Type: List
List that contains the name of the event and callback function for the reactor object.
Examples
(vlr-reactions circleReactor) ((:vlr-modified . PRINT-RADIUS))