airportSide: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Bot: Reverted to revision 103414 by killzone_kid on 2017-06-09T14:22:15Z)
m (template:command argument fix)
Line 14: Line 14:
* 1 - Rahmadi
* 1 - Rahmadi
* 2 - Pita
* 2 - Pita
* 3 - Antigua |= Description
* 3 - Antigua |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''airportSide''' id |= Syntax
| '''airportSide''' id |SYNTAX=


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


| [[Side]] |= Return value
| [[Side]] |RETURNVALUE=


| 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]] |= Parameter 1


| r2 = [[Side]] |= Return value
| r2 = [[Side]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
Line 33: Line 33:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[setAirportSide]], [[land]], [[landAt]], [[assignToAirport]], [[allAirports]] |= See also
| [[setAirportSide]], [[land]], [[landAt]], [[assignToAirport]], [[allAirports]] |SEEALSO=


}}
}}

Revision as of 12:25, 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