Fastroping Functions

ace_fastroping_fnc_equipFRIES

Description

Equips the given helicopter with a FRIES.

Parameters

Index Description Datatype(s) Default Value
0 The helicopter OBJECT  

Return Value

None

Example

[_vehicle] call ace_fastroping_fnc_equipFRIES

Authors

  • BaerMitUmlaut

ace_fastroping_fnc_deployAI

Description

Auomatically deploy a helicopter filled with AI units.

Parameters

Index Description Datatype(s) Default Value
0 The helicopter OBJECT  
1 Deploy special roles (gunners, copilot) (default: false) BOOL  
2 Create deployment group (default: true) BOOL  

Return Value

None

Example

[_vehicle] call ace_fastroping_fnc_deployAI

Authors

  • BaerMitUmlaut

ace_fastroping_fnc_unequipFRIES

Description

Removes FRIES from helicopter.

Parameters

Index Description Datatype(s) Default Value
0 The helicopter OBJECT  

Return Value

None

Example

[_vehicle] call ace_fastroping_fnc_unequipFRIES

Authors

  • BaerMitUmlaut