importance: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
Line 11: Line 11:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns a location's importance value.|= Description
| Returns a location's importance value.|DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''importance''' location |= Syntax
| '''importance''' location |SYNTAX=


|p1= location: [[Location]] |= Parameter 1
|p1= location: [[Location]] |PARAMETER1=


| [[Number]] |= Return value
| [[Number]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>_locationImportance = importance myLocation</pre> |= Example 1
|x1= <pre>_locationImportance = importance myLocation</pre> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[setImportance]] |= See also
| [[setImportance]] |SEEALSO=


}}
}}

Revision as of 15:41, 7 April 2019

-wrong parameter ("Arma") defined!-1.08
Hover & click on the images for description

Description

Description:
Returns a location's importance value.
Groups:
Uncategorised

Syntax

Syntax:
importance location
Parameters:
location: Location
Return Value:
Number

Examples

Example 1:
_locationImportance = importance myLocation

Additional Information

See also:
setImportance

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