vlr-reactions (AutoLISP)

Returns a list of pairs (event-name . callback_function) for the reactor

(vlr-reactions reactor)

Arguments

reactor

A VLR object.

Examples

(vlr-reactions circleReactor)
((:vlr-modified . PRINT-RADIUS))