setName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 38: Line 38:


<dt class="note">'''[[User:Druid|Druid]]'''
<dt class="note">'''[[User:Druid|Druid]]'''
<dd class="note">Support of a person as the first parameter from Arma 3 v. 1.04.
<dd class="note">Support of a person as the first parameter from Arma 3 v. 1.02.


<!-- Note Section END -->
<!-- Note Section END -->

Revision as of 14:55, 8 October 2013

-wrong parameter ("Arma") defined!-1.08
Hover & click on the images for description

Description

Description:
Sets the name of a location or a person.
Groups:
Uncategorised

Syntax

Syntax:
object setName name
Parameters:
object: Location or Object
name: String
Return Value:
Nothing

Examples

Example 1:
myLocation setName "My Location Name"
Example 2:
player setName "New Name"

Additional Information

See also:
name

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

kju
Appears to be only for the 3d editor.
Druid
Support of a person as the first parameter from Arma 3 v. 1.02.

Bottom Section