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