Difference between revisions of "DCS event mark change"
From DCS World Wiki - Hoggitworld.com
(Created page with "{{Template:DCS_events |eName=MARK CHANGE |vNum= 2.5.1 |id = 25 |desc= Occurs when a mark panel is modified by a player. |form= The mark add event table is in the follow...") |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
|vNum= 2.5.1 | |vNum= 2.5.1 | ||
| − | |id = | + | |id = 26 |
|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 = | + | 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 | ||
} | } | ||
| Line 25: | Line 25: | ||
|exam= | |exam= | ||
| − | |notes= | + | |notes= ID moved from 25 to 26 sometime during patch 2.5.5. |
| Line 31: | Line 31: | ||
}} | }} | ||
| + | [[Category:Game Patch 2.5.1|event mark change]] | ||
Latest revision as of 07:18, 17 March 2022
