BIS fnc wpTransport: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Created page with "{{Function|= Comments ____________________________________________________________________________________________ | TKOH |= Game name |1.00|= Game version ____________________...")
 
m (Text replacement - "= <code>([^<{]+)<\/code>" to "= <sqf>$1</sqf>")
 
(27 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Function|= Comments
{{RV|type=function
____________________________________________________________________________________________


| TKOH |= Game name
|game1= tkoh
|version1= 1.00


|1.00|= Game version
|gr1= Waypoints
____________________________________________________________________________________________


| TRANSPORT [[Custom_Waypoints|custom waypoint]].
|exec=spawn


Player must pick up group of units in their location. Get in AI pathfinding is supressed (to avoid unwanted behaviour on building roofs), units are teleported into player's vehicle instead.
|descr= TRANSPORT [[Custom_Waypoints|custom waypoint]].
|= Description
____________________________________________________________________________________________


| [[Custom_Waypoints#Function|arguments]]: none |= Syntax
Player must pick up group of units in their location.
Get in AI pathfinding is supressed (to avoid unwanted behaviour on building roofs), units are teleported into player's vehicle instead.


| [[Nothing]] |= Return value
|s1= [[Custom Waypoints#Function|Custom Waypoint arguments]]: none
____________________________________________________________________________________________
 
|x1= <code><nowiki>[</nowiki>[[player]],dude,100] [[spawn]] BIS_fnc_wpTransport;</code> |= Example 1


____________________________________________________________________________________________
|r1= [[Nothing]]
| exec=spawn |=


| |= See also
|x1= <sqf>[player, dude, 100] spawn BIS_fnc_wpTransport;</sqf>


|seealso=
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Take_On_Helicopters:_Functions|wpTransport]]
[[Category:Function Group: Waypoints|wpTransport]]

Latest revision as of 18:00, 13 July 2022

Hover & click on the images for description

Description

Description:
TRANSPORT custom waypoint. Player must pick up group of units in their location. Get in AI pathfinding is supressed (to avoid unwanted behaviour on building roofs), units are teleported into player's vehicle instead.
Execution:
spawn
Groups:
Waypoints

Syntax

Syntax:
Custom Waypoint arguments: none
Return Value:
Nothing

Examples

Example 1:
[player, dude, 100] spawn BIS_fnc_wpTransport;

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