BIS fnc wpLand: Difference between revisions
Jump to navigation
Jump to search
(Default start for BIS_fnc_wpLand) |
m (pf) |
||
Line 1: | Line 1: | ||
{{Function|Comments= | |||
{{Function|= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| arma3 | | | arma3 |Game name= | ||
|1.00| | |1.00|Game version= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Let group members land at the waypoint position.|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>[ [[group]] [[player]] ], [0,0,0], BIS_vehicle ] [[spawn]] [[BIS_fnc_wpLand]];</code>|Example 1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[BIS_fnc_scriptedWaypointType]], [[BIS_fnc_wpTransport]] |See also= | ||
}} | |||
<h3 style="display:none">Notes</h3> | <h3 style="display:none">Notes</h3> | ||
Line 103: | Line 41: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Function Group: | [[Category:Function Group: Waypoints|{{uc:wpLand}}]] | ||
[[Category:{{Name|arma3}}: Functions|{{uc:wpLand}}]] | |||
[[Category:{{Name|arma3}}: Functions|{{uc: |
Revision as of 01:09, 17 June 2018
Description
- Description:
- Let group members land at the waypoint position.
- 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
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