name: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (moved notes)
Line 27: Line 27:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
 
Name will return an error for units that have been dead for more than a few seconds.
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
Old Notes (temporary):


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


[[Category:Scripting Commands|NAME]]
[[Category:Scripting Commands|NAME]]

Revision as of 17:14, 2 August 2006

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

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

Bottom Section