name location: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 54: Line 54:
<dt class="note">[[User:Bull A|Bull A]]</dt>
<dt class="note">[[User:Bull A|Bull A]]</dt>
<dd class="note">
<dd class="note">
To return the textual name of a location use [[text]] command instead
To return the textual name of a location use [[text_location | text]] command instead
</dd>
</dd>
</dl>
</dl>
<!-- DISCONTINUE Notes -->
<!-- DISCONTINUE Notes -->

Revision as of 20:21, 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 or on the Forums.
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