className: Difference between revisions

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


| Returns short name of location. |= Description
| Returns short name of location. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[className]] location |= Syntax
| [[className]] location |SYNTAX=


|p1= location: [[Location]] |PARAMETER1=  
|p1= location: [[Location]] |PARAMETER1=  
Line 16: Line 16:
| [[String]] |RETURNVALUE=  
| [[String]] |RETURNVALUE=  


|x1= <code>_shortName = [[className]] myLocation;</code> |= Example 1
|x1= <code>_shortName = [[className]] myLocation;</code> |EXAMPLE1=


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 15:35, 7 April 2019

Hover & click on the images for description

Description

Description:
Returns short name of location.
Groups:
Uncategorised

Syntax

Syntax:
className location
Parameters:
location: Location
Return Value:
String

Examples

Example 1:
_shortName = className myLocation;

Additional Information

See also:
setTextcreateLocationdeleteLocationdrawLocationlocationPositionlocationNullnearestLocationnearestLocationsnearestLocationWithDubbingname

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