drawLine: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 14: Line 14:
|p1= map: [[Control]] |= Parameter 1
|p1= map: [[Control]] |= Parameter 1


|p2= [position1, position2, color]: [[Array]] |= Parameter 2
|p2= position1: [[Position3D]] |= Parameter 2
 
|p3= position2: [[Position3D]] |= Parameter 3
 
|p4= color: [[Color]] |= Parameter 4


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

Revision as of 23:50, 25 February 2008

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

Description

Description:
Draw a line on the map.
Groups:
Uncategorised

Syntax

Syntax:
map drawLine [position1, position2, color]
Parameters:
map: Control
position1: Position3D
position2: Position3D
color: Color
Return Value:
Nothing

Examples

Examples:
Example needed

Additional Information

See also:
drawArrowdrawEllipsedrawIcondrawRectangle

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