BIS fnc wpLand: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\{\{Feature[ _]arma3" to "{{Feature|arma3") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Function|Comments= | {{Function|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 7: | Line 6: | ||
|gr1= Waypoints |GROUP1= | |gr1= Waypoints |GROUP1= | ||
| Let group members land at the waypoint position. | | Let group members land at the waypoint position. | ||
{{Feature|arma3 | This function syntax is for {{arma3}}. For {{tkoh}}, see [[BIS_fnc_wpLand_TKOH]].}} |Description= | {{Feature|arma3 | This function syntax is for {{arma3}}. For {{tkoh}}, see [[BIS_fnc_wpLand_TKOH]].}} |Description= | ||
| [group, position, target] spawn [[BIS_fnc_wpLand]] |Syntax= | | [group, position, target] spawn [[BIS_fnc_wpLand]] |Syntax= | ||
Line 25: | Line 22: | ||
|exec= spawn |Execution= | |exec= spawn |Execution= | ||
|x1= <code>[<nowiki/>[[group]] [[player]], [0,0,0], BIS_vehicle] [[spawn]] [[BIS_fnc_wpLand]];</code> |Example 1= | |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= | | [[BIS_fnc_scriptedWaypointType]], [[BIS_fnc_wpTransport]], [[BIS_fnc_wpLand_TKOH]] |See also= |
Revision as of 00:11, 17 January 2021
Description
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