BIS fnc wpLand TKOH: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki)
 
(Created page with "{{Function|= Comments ____________________________________________________________________________________________ | TKOH |= Game name |1.00|= Game version ____________________...")
Line 1: Line 1:
{{Function|= Comments
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| TKOH |= Game name


|1.00|= Game version
|1.00|= Game version
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| LAND [[Custom_Waypoints|custom waypoint]].


Description:
Land on specific spot.
Let group members land at the waypoint position
|= Description
 
____________________________________________________________________________________________
Parameters:
0: GROUP
1: ARRAY - waypoint position
2: OBJECT - target to which waypoint is attached to
 
Returns:
BOOL
*/


</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
| [[Custom_Waypoints#Function|arguments]]: [dirParam,visualize] |= Syntax
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_wpLand]]; --> |= Syntax
|p1= dirParam: [[Array]] - in format [dir,dirDiff]
<br />dir: [[Number]] - required landing direction in degrees
<br />dirDiff: [[Number]] - direction tolerance (to both sides)|=


|p1= |= Parameter 1
|p2= visualize: [[Boolean]] - true to show hint (default: false) |=


| |= Return value
| [[Nothing]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
 
|x1= <code><nowiki>[</nowiki>[[player]],[[position]] dude,10,<nowiki>[</nowiki>[42,20],true]] [[spawn]] BIS_fnc_wpLand;</code> |= Example 1


|x1= <code></code> |=
____________________________________________________________________________________________
____________________________________________________________________________________________
| exec=spawn |=


| |= See also
| |= See also
Line 47: Line 41:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Waypoints|{{uc:wpLand}}]]
 
[[Category:Functions|{{uc:wpLand}}]]
[[Category:Take_On_Helicopters:_Functions|wpLand]]
[[Category:{{Name|arma3}}: Functions|{{uc:wpLand}}]]
[[Category:Function Group: Waypoints|wpLand]]

Revision as of 13:02, 27 October 2011

Hover & click on the images for description

Description

Description:
LAND custom waypoint. Land on specific spot.
Execution:
spawn
Groups:
Uncategorised

Syntax

Syntax:
arguments: [dirParam,visualize]
Parameters:
dirParam: Array - in format [dir,dirDiff]
dir: Number - required landing direction in degrees
dirDiff: Number - direction tolerance (to both sides)
visualize: Boolean - true to show hint (default: false)
Return Value:
Nothing

Examples

Example 1:
[player,position dude,10,[[42,20],true]] spawn BIS_fnc_wpLand;

Additional Information

See also:
See also needed

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