StopHelicopterBhv

From Nomad DB
Revision as of 15:51, 15 April 2020 by Cobra (talk | contribs)

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