BIS fnc wpLand: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{Function" to "{{RV|type=function ") |
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ :\\\-\/|()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
||
Line 2: | Line 2: | ||
| arma3|1.00|gr1= Waypoints| Let group members land at the waypoint position. | | arma3|1.00|gr1= Waypoints| Let group members land at the waypoint position. | ||
{{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]] | {{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>|seealso= [[BIS_fnc_scriptedWaypointType]], [[BIS_fnc_wpTransport]], [[BIS_fnc_wpLand_TKOH]] | ||
}} | }} |
Revision as of 00:36, 17 February 2021
Description
- Description:
- Description needed
- Execution:
- spawn
- Groups:
- Waypoints
Syntax
- Syntax:
- Syntax needed
- Parameters:
- group: Group - Group which is supposed to land
- position: Position - Waypoint position
- target: Object - Object the waypoint is attached to
- Return Value:
- Return value needed
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