setAirportSide: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{since" to "{{Since")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma1 |Game name=
| arma1 |Game name=
Line 9: Line 8:


|gr2= Sides |GROUP2=
|gr2= Sides |GROUP2=
____________________________________________________________________________________________


| Set owning side of the airport. [[Arma: Airport IDs|ID]] is the number to identify which airport on the island you want to check. |DESCRIPTION=
| Set owning side of the airport. [[Arma: Airport IDs|ID]] is the number to identify which airport on the island you want to check. |DESCRIPTION=
____________________________________________________________________________________________


| id [[setAirportSide]] side |SYNTAX=
| id [[setAirportSide]] side |SYNTAX=
Line 21: Line 18:


| [[Nothing]] |RETURNVALUE=
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________


|s2= target [[setAirportSide]] side {{Since|arma3|1.68|y}} |SYNTAX2=
|s2= target [[setAirportSide]] side {{Since|arma3|1.68|y}} |SYNTAX2=
Line 31: Line 27:
|r2= [[Nothing]] |RETURNVALUE2=
|r2= [[Nothing]] |RETURNVALUE2=


____________________________________________________________________________________________
   
   
|x1= <code>0 [[setAirportSide]] [[east]]</code> |EXAMPLE1=
|x1= <code>0 [[setAirportSide]] [[east]]</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[airportSide]], [[landAt]], [[land]], [[assignToAirport]], [[allAirports]], [[Arma: Airport IDs]] |SEEALSO=
| [[airportSide]], [[landAt]], [[land]], [[assignToAirport]], [[allAirports]], [[Arma: Airport IDs]] |SEEALSO=

Revision as of 03:28, 17 January 2021

Hover & click on the images for description

Description

Description:
Set owning side of the airport. ID is the number to identify which airport on the island you want to check.
Groups:
Roads and AirportsSides

Syntax

Syntax:
id setAirportSide side
Parameters:
id: Number
side: Side
Return Value:
Nothing

Alternative Syntax

Syntax:
target setAirportSide side Template:Since
Parameters:
target: Object
side: Side
Return Value:
Nothing

Examples

Example 1:
0 setAirportSide east

Additional Information

See also:
airportSidelandAtlandassignToAirportallAirportsArma: Airport IDs

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