helicopter_fly_to_direct_follow_dont_stop(name, speed, target, path, follow_dist, directly_above) |
|
Parameters: |
name | | (string) name of the helicopter |
speed | | (float) spead to fly at, in m/s (-1 to use default movement speed) |
target | | (string) name of target to follow |
path | | (string) name of a scripted_path, or single navpoint |
follow_dist | | (number) distance at which to follow |
directly_above | | (bool) whether the helicopter should be directly above the target vehicle |
|
Returns: |
none |
|
Description: |
Make a helicopter fly through one or more navpoints while following a target, ignoring obstacles along the way and without stopping. Use the function only when you are absolutely sure there are no obstacles between waypoints. The helicopter will not move around them when using this function. |
|
|
back to index | SR3 Script Action Documentation Last updated: Tue, 09 Aug 2011 11:32:16 |