name

From Bohemia Interactive Community
Revision as of 00:32, 2 August 2006 by Hoz (talk | contribs)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
The name given to a unit using the setIdentity instruction or selected randomly by the game engine if setIdentity has not been used on the unit. If used on vehicle, name of first crew member (in order commander, driver, gunner).
Groups:
Uncategorised

Syntax

Syntax:
name object
Parameters:
object: Object
Return Value:
String

Examples

Example 1:
_name = name [[vehicle]] [[player]]

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

Old Notes (temporary):

name will return an error for units that have been dead for more than a few seconds.