Follow
double Follow (object master, object slave, channel chan, double distance )
Return Value: 1.0 for success, 0.0 for failure
Arguments:
master |
controlling object |
slave | controlled object |
chan | channel to follow on |
distance | distance at which to follow |
Causes slave to follow master on chan, the distance between the items is determined by distance (which can be negative).
Note: This function works on distance. That means that slave will not move until master has first moved distance on chan.
Converted from CHM to HTML with chm2web Pro 2.82 (unicode) |