airportSide: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(alt syntax)
Line 22: Line 22:


| [[Side]] |= Return value
| [[Side]] |= Return value
| s2= '''airportSide''' target              ''Since Arma 3 v1.68'' |= Syntax
|p21= target: [[Object]] |= Parameter 1
| r2 = [[Side]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>airportSide 0</pre> |= Example 1
|x1= <code>[[airportSide]] 0;</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


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


}}
}}

Revision as of 03:20, 29 November 2016

-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:
setAirportSidelandlandAtassignToAirport

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