This commit is contained in:
David Pierron
2025-01-31 15:01:22 +01:00
parent 24d1dcdc33
commit 7055c565ac
3 changed files with 80 additions and 70 deletions
+2
View File
@@ -1125,6 +1125,8 @@ ctld.addCallback(function(_args)
end)
```
Below is a complete list of all the "actions" plus the data that is sent through. For more information its best to check the CTLD Code to see more details of the arguments.
* `{unit = "Unit that did the action", unloaded = "DCS Troops Group", action = "dropped_troops"}`
* `{unit = "Unit that did the action", unloaded = "DCS Vehicles Group", action = "dropped_vehicles"}`
* `{unit = "Unit that did the action", unloaded = "List of picked up vehicles", action = "load_vehicles"}`