airportSide: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|SYNTAX= |p21=" to "|SYNTAX2= |p21=")
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Checks a side of the airport. [[ArmA:Airport ID|ID]] is the number to identify which airport on the island you want to check.  
| Checks a side of the airport. '''Id''' is the number to identify which airport on the island you want to check.  


Possible values for sara are:
See [[ArmA:Airport ID]] for more information. |DESCRIPTION=
 
* 0 - Paraiso
* 1 - Rahmadi
* 2 - Pita
* 3 - Antigua |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''airportSide''' id |SYNTAX=
| [[airportSide]] id |SYNTAX=


|p1= id: [[Number]] |PARAMETER1=
|p1= id: [[Number]] |PARAMETER1=
Line 23: Line 18:
| [[Side]] |RETURNVALUE=
| [[Side]] |RETURNVALUE=


| s2= '''airportSide''' target              ''Since Arma 3 v1.68'' |SYNTAX2=
|s2= [[airportSide]] target              ''Since Arma 3 v1.68'' |SYNTAX2=


|p21= target: [[Object]] |PARAMETER1=
|p21= target: [[Object]] |PARAMETER21=


| r2 = [[Side]] |RETURNVALUE=
| r2 = [[Side]] |RETURNVALUE2=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
Line 33: Line 28:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[setAirportSide]], [[land]], [[landAt]], [[assignToAirport]], [[allAirports]] |SEEALSO=
| [[ArmA:Airport ID]], [[setAirportSide]], [[land]], [[landAt]], [[assignToAirport]], [[allAirports]] |SEEALSO=
 
}}
}}


Line 47: Line 41:
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Object_Information|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Object_Information|{{uc:{{PAGENAME}}}}]]

Revision as of 20:26, 17 October 2019

-wrong parameter ("Arma") defined!-1.08
Hover & click on the images for description

Description

Description:
Checks a side of the airport. Id is the number to identify which airport on the island you want to check. See ArmA:Airport ID for more information.
Groups:
Uncategorised

Syntax

Syntax:
airportSide id
Parameters:
id: Number
Return Value:
Side

Alternative Syntax

Syntax:
airportSide target              Since Arma 3 v1.68
Parameters:
target: Object
Return Value:
Side

Examples

Example 1:
airportSide 0;

Additional Information

See also:
ArmA:Airport IDsetAirportSidelandlandAtassignToAirportallAirports

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