className: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Bot: Reverted to revision 107376 by R3vo on 2018-05-11T21:06:44Z)
m (template:command argument fix)
Line 12: Line 12:
| [[className]] location |= Syntax
| [[className]] location |= Syntax


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


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


|x1= <code>_shortName = [[className]] myLocation;</code> |= Example 1
|x1= <code>_shortName = [[className]] myLocation;</code> |= Example 1
Line 20: Line 20:
____________________________________________________________________________________________
____________________________________________________________________________________________


|[[setText]],[[createLocation]],[[deleteLocation]],[[drawLocation]],[[locationPosition]],[[locationNull]],[[nearestLocation]],[[nearestLocations]],[[nearestLocationWithDubbing]],[[name]] |= SEEALSO
|[[setText]],[[createLocation]],[[deleteLocation]],[[drawLocation]],[[locationPosition]],[[locationNull]],[[nearestLocation]],[[nearestLocations]],[[nearestLocationWithDubbing]],[[name]] |SEEALSO=  


|  |= MPBEHAVIOUR
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}

Revision as of 11:29, 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