Difference between revisions of "StopHelicopterBhv"

From Nomad DB
 
Line 1: Line 1:
 +
{{Page_WD2}}
 
Stops a behavior on a helicopter that was previously started using [[StartHelicopterBhv]].
 
Stops a behavior on a helicopter that was previously started using [[StartHelicopterBhv]].
  

Latest revision as of 20:40, 27 October 2020

Stops a behavior on a helicopter that was previously started using StartHelicopterBhv.

Syntax

StopHelicopterBhv(helicopterEntity)
  • helicopterEntity (string): The ID of the helicopter to stop a behavior on

Example

To unassign the current behavior of the specified helicopter.

StopHelicopterBhv(helicopterEntity)

Related Pages