Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2024-06-25 11:11:25 +00:00
parent a1c760ec80
commit 85b94edca2
24 changed files with 816 additions and 788 deletions
+1 -1
View File
@@ -10333,7 +10333,7 @@ Creates a line on the F10 map from one point to another.</p>
local MarkGroup = GROUP:FindByName( "AttackGroup" )
local MarkID = TargetCoord:MarkToGroup( "This is a target for the attack group", AttackGroup )
&lt;&lt;&lt; logic &gt;&gt;&gt;
RemoveMark( MarkID ) -- The mark is now removed</code></pre>
TargetCoord:RemoveMark( MarkID ) -- The mark is now removed</code></pre>
</div>