name location: Difference between revisions

From Bohemia Interactive Community
No edit summary
Line 48: Line 48:
[[Category:Command_Group:_Locations|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Locations|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Editor_Control|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Editor_Control|{{uc:{{PAGENAME}}}}]]
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on May 17, 2015 - 18:20 (UTC)</dd>
<dt class="note">[[User:Bull A|Bull A]]</dt>
<dd class="note">
To return the textual name of a location use [[text]] command instead
</dd>
</dl>
<!-- DISCONTINUE Notes -->

Revision as of 19:20, 17 May 2015

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

Description

Description:
Returns the location's name.
Groups:
Uncategorised

Syntax

Syntax:
name location
Parameters:
location: Location
Return Value:
String

Examples

Example 1:
_locationName = name myLocation

Additional Information

See also:
setName

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note

Notes

kju
Appears to be only for the 3d editor.

Bottom Section

Posted on May 17, 2015 - 18:20 (UTC)
Bull A
To return the textual name of a location use text command instead