allowGetIn: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(46 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| ofp |= Game name
|game1= ofp
|version1= 1.00


|1.00|= Game version
|game2= ofpe
|version2= 1.00


|arg= global |= Arguments in MP
|game3= arma1
|version3= 1.00


|eff= global |= Effects in MP
|game4= arma2
____________________________________________________________________________________________
|version4= 1.00


| Set if the units given in the list are allowed to enter vehicles. |= Description
|game5= arma2oa
____________________________________________________________________________________________
|version5= 1.50


| unitArray '''allowGetIn''' allow |= Syntax
|game6= tkoh
|version6= 1.00


|p1= unitArray: [[Array]] of units |= Parameter 1
|game7= arma3
|version7= 0.50


|p2= allow: [[Boolean]] - true allows the units to enter, false denies them |= Parameter 2
|arg= global


| [[Nothing]] |= Return value
|eff= global
____________________________________________________________________________________________
 
|x1= <code>[_soldier1, _soldier2] [[allowGetIn]] [[true]];</code> |= Example 1
____________________________________________________________________________________________


| [[orderGetIn]] |= See also
|gr1= Object Manipulation


}}
|gr2= Unit Control


<h3 style="display:none">Notes</h3>
|descr= Set if the units given in the list are allowed to enter vehicles.
<dl class="command_description">
{{Feature|informative|See [[AI Group Vehicle Management]] for more information.}}
<!-- Note Section BEGIN -->
<dd class="notedate">Posted on 8 May, 2014 - 21:10
<dt class="note">'''[[User:ffur2007slx2_5|ffur2007slx2_5]]'''
<dd class="note">
(ArmA3 ver 1.18), here's a quick reference to unit's embarkation and disembarkation.
{| class="wikitable sortable"


! Command
|s1= unitArray [[allowGetIn]] allow
! Remote Control
! Behavior
! Role Unassigning


|-
|p1= unitArray: [[Array]] of [[Object]]s
| [[orderGetIn]]
| false
| [[orderGetIn]] won't take effect on [[player]] controlled AI units, and which needs to be used together with assaignAs command family. Generally speaking, [[orderGetIn]] is a Role Excuator.
| When [[orderGetIn]] was disabled it won't automatically unassign unit's vehicle role but will force the unit get out of the vehicle and stop him re-entering until it was enabled again. [[orderGetIn]] [[false]] won't stop a unit when he is embarking a vehicle in the half way but [[unassignVehicle]] will do. [[orderGetIn]] [[false]] will wait to fire until the unit enter a vehicle.


|-
|p2= allow: [[Boolean]] - [[true]] allows the [[units]] to enter, [[false]] denies them
| [[allowGetIn]]
| false
| [[allowGetIn]] won't take effect on [[player]] controlled AI units. Different from [[orderGetIn]], this command is a Role Holder, it can control the unit's movement in the half way set by [[orderGetIn]] but not by [[setWaypointType]], unit will be forced to get out from a vehicle by [[allowGetIn]] [[false]] and won't automatically re-enter the vehicle until [[allowGetIn]] [[true]]
| [[allowGetIn]] won't do anything with unit's vehicle role


|-
|r1= [[Nothing]]
| [[doGetOut]]
| true
| Works on player controlled ai silently, unit will automatically get back to the vehicle after disembarkation. (Unit won't get out until vehicle is stopped or landed)
| false


|-
|x1= <sqf>[_soldier1, _soldier2] allowGetIn true;</sqf>
| [[commandGetOut]]
| true
| Same as [[doGetOut]] with radio message. (Unit won't get out until vehicle is stopped or landed)
| false


|-
|seealso= [[orderGetIn]]
| [[leaveVehicle]]
}}
| false
| [[leaveVehicle]] can't force a player controlled AI disembark
| true
 
|-
| [[action]] ["GetOut",_veh]
| true
| Eject immediately without parachute
| false
 
|-
| [[action]] ["Eject",_veh]
| true
| Eject immediately with parachute if needed
| false
 
|-
| [[setWaypointType]] "GETIN"
| false
| Waypoint won't be affected by [[orderGetIn]] [[false]] or [[allowGetIn]] [[false]] until the unit is on the vehicle.
| N/A
 
|}
<!-- Note Section END -->
</dl>
 
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands|ALLOWGETIN]]
[[Category:Scripting Commands OFP 1.99|ALLOWGETIN]]
[[Category:Scripting Commands OFP 1.96|ALLOWGETIN]]
[[Category:Scripting Commands OFP 1.46|ALLOWGETIN]]
[[Category:Scripting Commands ArmA|ALLOWGETIN]]
[[Category:Command_Group:_Unit_Control|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Vehicle_Assignment|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Latest revision as of 11:21, 13 May 2022

Hover & click on the images for description

Description

Description:
Set if the units given in the list are allowed to enter vehicles.
See AI Group Vehicle Management for more information.
Groups:
Object ManipulationUnit Control

Syntax

Syntax:
unitArray allowGetIn allow
Parameters:
unitArray: Array of Objects
allow: Boolean - true allows the units to enter, false denies them
Return Value:
Nothing

Examples

Example 1:
[_soldier1, _soldier2] allowGetIn true;

Additional Information

See also:
orderGetIn

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