airportSide: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (template:command argument fix)
Line 19: Line 19:
| '''airportSide''' id |SYNTAX=
| '''airportSide''' id |SYNTAX=


|p1= id: [[Number]] |= Parameter 1
|p1= id: [[Number]] |PARAMETER1=


| [[Side]] |RETURNVALUE=
| [[Side]] |RETURNVALUE=
Line 25: Line 25:
| s2= '''airportSide''' target              ''Since Arma 3 v1.68'' |SYNTAX=
| s2= '''airportSide''' target              ''Since Arma 3 v1.68'' |SYNTAX=


|p21= target: [[Object]] |= Parameter 1
|p21= target: [[Object]] |PARAMETER1=


| r2 = [[Side]] |RETURNVALUE=
| r2 = [[Side]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>[[airportSide]] 0;</code> |= Example 1
|x1= <code>[[airportSide]] 0;</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 15:27, 7 April 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. Possible values for sara are:
  • 0 - Paraiso
  • 1 - Rahmadi
  • 2 - Pita
  • 3 - Antigua
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:
setAirportSidelandlandAtassignToAirportallAirports

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