className: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


| '''className''' loc |= Syntax
| [[className]] location |= Syntax


|p1= loc: [[Location]] |= PARAMETER1  
|p1= location: [[Location]] |= PARAMETER1  


| [[String]] |= RETURNVALUE  
| [[String]] |= RETURNVALUE  


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


____________________________________________________________________________________________
____________________________________________________________________________________________
Line 39: Line 37:
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Locations]]

Revision as of 22:03, 11 May 2018

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:
See also needed

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