setText: Difference between revisions

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


| [[Location]] '''setText''' [[String]] |= Syntax
| location '''setText''' text |= Syntax


|p1= [[Location]] |= Parameter 1
|p1= location: [[Location]] |= Parameter 1
|p2= [[String]] |= Parameter 2
|p2= text: [[String]] |= Parameter 2


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 22:01, 25 January 2009

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

Description

Description:
Sets the text associated with a location. This text will be displayed on the game map at the location's position.
Groups:
Uncategorised

Syntax

Syntax:
location setText text
Parameters:
location: Location
text: String
Return Value:
Nothing

Examples

Example 1:
myLocation setText "Rahmadi Village"

Additional Information

See also:
text

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