From 6d95539976d8c820f7927cb9e6187816c6837383 Mon Sep 17 00:00:00 2001 From: omltcat <6239696+omltcat@users.noreply.github.com> Date: Sun, 25 May 2025 15:13:56 -0400 Subject: [PATCH] Fix trigger.action.markupToAll syntax --- library/mission/trigger.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/mission/trigger.lua b/library/mission/trigger.lua index 01be03f..0eb2748 100644 --- a/library/mission/trigger.lua +++ b/library/mission/trigger.lua @@ -106,14 +106,13 @@ function trigger.action.arrowToAll(coalition, id, startPoint, endPoint, color, f ---@param coalition coalition.side|integer -- The coalition id. ---@param id integer -- The unique id. ---@param point1 vec3 -- The start of the polygon. ----@param point2 vec3 -- The next of the polygon. ---@param pointN vec3 -- Any rest of the points of the polygon. ---@param color table -- The color of the outline. ---@param fillColor table -- The color used for shading the shape. ---@param lineType integer -- The type of the line. ---@param readOnly? boolean -- Whether the circle is read only. ---@param message? string -- The message to display when the circle is added. -function trigger.action.markupToAll(shapeId, coalition, id, point1, point2, pointN, color, fillColor, lineType, readOnly, message) end +function trigger.action.markupToAll(shapeId, coalition, id, point1, pointN, color, fillColor, lineType, readOnly, message) end ---Creates a circle on the map with a given radius, color, fill color, and outline.
---Coalition Ids to be used: