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.
The VLA-object to which the reactor has been added.
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>
See Also
-
The vlr-owner-remove function.