BIS fnc wpLand: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects? in MP|Multiplayer Effects(...)
Line 1: Line 1:
{{Function|Comments=
{{Function| arma3|1.00|gr1= Waypoints| Let group members land at the waypoint position.


| arma3 |Game name=
{{Feature|arma3 | This function syntax is for {{arma3}}. For {{tkoh}}, see [[BIS_fnc_wpLand_TKOH]].}}| [group, position, target] spawn [[BIS_fnc_wpLand]]|p1= group: [[Group]] - Group which is supposed to land|p2= position: [[Position]] - Waypoint position|p3= target: [[Object]] - Object the waypoint is attached to| [[Boolean]]|exec= spawn|x1= <code>[<nowiki/>[[group]] [[player]], [0,0,0], BIS_vehicle] [[spawn]] [[BIS_fnc_wpLand]];</code>| [[BIS_fnc_scriptedWaypointType]], [[BIS_fnc_wpTransport]], [[BIS_fnc_wpLand_TKOH]] |See also=
 
|1.00|Game version=
 
|gr1= Waypoints |GROUP1=
 
| Let group members land at the waypoint position.
 
{{Feature|arma3 | This function syntax is for {{arma3}}. For {{tkoh}}, see [[BIS_fnc_wpLand_TKOH]].}} |Description=
 
| [group, position, target] spawn [[BIS_fnc_wpLand]] |Syntax=
 
|p1= group: [[Group]] - Group which is supposed to land |Parameter 1=
 
|p2= position: [[Position]] - Waypoint position |Parameter 2=
 
|p3= target: [[Object]] - Object the waypoint is attached to |Parameter 3=
 
| [[Boolean]] |Return value=
 
|exec= spawn |Execution=
 
|x1= <code>[<nowiki/>[[group]] [[player]], [0,0,0], BIS_vehicle] [[spawn]] [[BIS_fnc_wpLand]];</code> |Example 1=
 
| [[BIS_fnc_scriptedWaypointType]], [[BIS_fnc_wpTransport]], [[BIS_fnc_wpLand_TKOH]] |See also=
}}
}}




<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>

Revision as of 10:57, 18 January 2021

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:
Waypoints

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


Bottom Section