Difference between revisions of "StartHelicopterBhv"

From Nomad DB
(Created page with "Starts the specified behavior on a helicopter. Possible usage scenarios are letting the helicopter fly a specific path or follow a specific entity. == Syntax == <syntaxhighli...")
(No difference)

Revision as of 14:11, 15 April 2020

Starts the specified behavior on a helicopter. Possible usage scenarios are letting the helicopter fly a specific path or follow a specific entity.

Syntax

StartHelicopterBhv(helicopterEntity, pathOrPos, target, config)
  • helicopterEntity (string): The ID of the helicopter the behavior should be started on
  • pathOrPos (string): The ID of the path to use or the entity to reach
  • target (string): The ID of the entity the helicopter should follow
  • config (string): Helicopter behavior ID that should be used, taken from HelicopterBhvSetup.lib

Example

Make a previoulsly spawned helicopter follow the player around.

StartHelicopterBhv(helicopterEntityId, GetInvalidEntityId(), GetLocalPlayerEntityId(), "HelicopterBhvSetup.1978142222")

Related Pages