helicopter_fly_to_direct_loop(name, speed, path) |
|
Parameters: |
name | | (string) name of the helicopter |
speed | | (float) spead to fly at, in m/s (-1 to use default movement speed) |
path | | (string) name of a scripted_path NOTE: SHOULD BE A PATH!!! |
|
Returns: |
none |
|
Description: |
Make a helicopter fly through one or more navpoints, ignoring any obstacles along the way. 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. WARNING: This function will return immediately unlike other similar functions. (when do you end running in a loop?) |
|
|
back to index | SR3 Script Action Documentation Last updated: Tue, 09 Aug 2011 11:32:15 |