markerText: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (added new command)
 
m (Fixed description)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Get marker direction. |= Description
| Get marker text. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 14: Line 14:
|p1= markerName: [[String]] |= Parameter 1
|p1= markerName: [[String]] |= Parameter 1


| [[Text]] |= Return value
| [[String]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>_mPos = markerText "markerOne"</pre> |= Example 1
|x1= <pre>_mDesc = markerText "markerOne"</pre> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 21:27, 21 January 2007

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

Description

Description:
Get marker text.
Groups:
Uncategorised

Syntax

Syntax:
markerText markerName
Parameters:
markerName: String
Return Value:
String

Examples

Example 1:
_mDesc = markerText "markerOne"

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

Bottom Section