Difference between revisions of "DCS event mark change"
From DCS World Wiki - Hoggitworld.com
| Line 9: | Line 9: | ||
|desc= Occurs when a mark panel is modified by a player. | |desc= Occurs when a mark panel is modified by a player. | ||
| − | |form= The mark | + | |form= The mark change event table is in the following format. |
Event = { | Event = { | ||
id = 26, | id = 26, | ||
| − | 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 | ||
} | } | ||
Revision as of 00:30, 15 March 2022
