Difference between revisions of "DCS func arrowToAll"
From DCS World Wiki - Hoggitworld.com
(2 intermediate revisions by the same user not shown) | |||
Line 13: | Line 13: | ||
|par4= | |par4= | ||
− | |desc= Creates an arrow from the startPoint to the endPoint on the F10 map. There is no control over other dimensions of the arrow. | + | |desc= Creates an arrow from the startPoint to the endPoint on the F10 map. The arrow will be "pointing at" the startPoint. There is no control over other dimensions of the arrow. |
Coalition Ids to be used. | Coalition Ids to be used. | ||
Line 23: | Line 23: | ||
Id MUST be unique and is shared with the ids used with [[DCS_func_markToAll|mark panels]]. Likewise [[DCS_func_removeMark|trigger.action.removeMark]] is used to remove shapes created. | Id MUST be unique and is shared with the ids used with [[DCS_func_markToAll|mark panels]]. Likewise [[DCS_func_removeMark|trigger.action.removeMark]] is used to remove shapes created. | ||
− | startPoint and endPoint MUST be a vec3 table. {x, y z} | + | startPoint and endPoint MUST be a vec3 table. {x, y z}. |
Color format is {r, g, b, a} with values 0 to 1. A red line with 50% alpha would be {1, 0, 0, 0.5} | Color format is {r, g, b, a} with values 0 to 1. A red line with 50% alpha would be {1, 0, 0, 0.5} | ||
Line 85: | Line 85: | ||
|related= | |related= | ||
[[DCS_singleton_trigger|'''Trigger Functions:''']] {{ListOfTriggerFuncs}} | [[DCS_singleton_trigger|'''Trigger Functions:''']] {{ListOfTriggerFuncs}} | ||
− | |notes= | + | |notes= |
− | |||
− | |||
− | |||
}} | }} | ||
[[Category:Singleton Functions|rectToAll]] | [[Category:Singleton Functions|rectToAll]] | ||
+ | [[Category:Game Patch 2.5.5|arrowToAll]] |