Adds an object to the list of owners of an object reactor
(vlr-owner-add reactor owner)
This function adds a new source of reactor events; the reactor will receive events from the specified object.
Arguments
A VLR object.
A VLA-object to be added to the list of notifiers for this reactor.
Return Values
The VLA-object to which the reactor has been added.
Examples
circleReactor:
In the following example, an arc object named “archie” is added to the owner list of reactor_$ (vlr-owner-add circleReactor archie)
#<VLA-OBJECT IAcadArc 03ad0bcc>
vlr-owner-remove function.
The