Difference between revisions of "DCS event mark remove"
From DCS World Wiki - Hoggitworld.com
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
|desc= Occurs when mark panels or markup shapes get removed from the mission by players or scripting functions. | |desc= Occurs when mark panels or markup shapes get removed from the mission by players or scripting functions. | ||
− | |form= The mark | + | |form= The mark remove event table is in the following format. |
Event = { | Event = { | ||
id = 27, | id = 27, | ||
− | idx = | + | idx = number markId, |
− | time = | + | time = [[DCS func getAbsTime|Abs time]], |
− | initiator = Unit, | + | initiator = [[DCS_Class_Unit|Unit]], |
− | coalition = | + | coalition = [[DCS_singleton_coalition|number coalitionId]], |
− | groupID = | + | groupID = number groupId, |
− | text = markText, | + | text = string markText, |
pos = vec3 | pos = vec3 | ||
} | } | ||
Line 28: | Line 28: | ||
}} | }} | ||
+ | [[Category:Game Patch 2.5.1|event mark remove]] |
Latest revision as of 07:18, 17 March 2022