BIS fnc wpLand: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fix [ ])
(Add TKOH/A3 disclaimer)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Let group members land at the waypoint position. |Description=
| Let group members land at the waypoint position.
 
{{Feature arma3 | This function syntax is for {{arma3}}. For {{tkoh}}, see [[BIS_fnc_wpLand_TKOH]].}} |Description=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 26: Line 28:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[BIS_fnc_scriptedWaypointType]], [[BIS_fnc_wpTransport]] |See also=
| [[BIS_fnc_scriptedWaypointType]], [[BIS_fnc_wpTransport]], [[BIS_fnc_wpLand_TKOH]] |See also=
}}
}}



Revision as of 20:48, 16 July 2020

Hover & click on the images for description

Description

Description:
Let group members land at the waypoint position.
Arma 3
This function syntax is for Arma 3. For Take On Helicopters, see BIS_fnc_wpLand_TKOH.
Execution:
spawn
Groups:
Uncategorised

Syntax

Syntax:
[group, position, target] spawn BIS_fnc_wpLand
Parameters:
group: Group - Group which is supposed to land
position: Position - Waypoint position
target: Object - Object the waypoint is attached to
Return Value:
Boolean

Examples

Example 1:
[group player, [0,0,0], BIS_vehicle] spawn BIS_fnc_wpLand;

Additional Information

See also:
BIS_fnc_scriptedWaypointTypeBIS_fnc_wpTransportBIS_fnc_wpLand_TKOH

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note


Notes

Bottom Section