distributionRegion: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma1 |Game name=
| arma1 |Game name=
Line 7: Line 6:


|gr1= System |GROUP1=
|gr1= System |GROUP1=
____________________________________________________________________________________________


| Returns the numerical index for the distribution region of this copy of [[{{arma1}}]].
| Returns the numerical index for the distribution region of this copy of [[{{arma1}}]].
# USA
# USA
# Rest of the world |DESCRIPTION=
# Rest of the world |DESCRIPTION=
____________________________________________________________________________________________


| [[distributionRegion]] |SYNTAX=
| [[distributionRegion]] |SYNTAX=


| [[Number]] |RETURNVALUE=
| [[Number]] |RETURNVALUE=
____________________________________________________________________________________________
   
   
|x1= <code>[[if]] ([[distributionRegion]] == 1) [[then]] { [[hint]] "miles"; } [[else]] { [[hint]] "kilometres"; };</code> |EXAMPLE1=
|x1= <code>[[if]] ([[distributionRegion]] == 1) [[then]] { [[hint]] "miles"; } [[else]] { [[hint]] "kilometres"; };</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[productVersion]] |SEEALSO=
| [[productVersion]] |SEEALSO=

Revision as of 01:45, 17 January 2021

Hover & click on the images for description

Description

Description:
Returns the numerical index for the distribution region of this copy of Armed Assault.
  1. USA
  2. Rest of the world
Groups:
System

Syntax

Syntax:
distributionRegion
Return Value:
Number

Examples

Example 1:
if (distributionRegion == 1) then { hint "miles"; } else { hint "kilometres"; };

Additional Information

See also:
productVersion

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