We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comparing recent DCS version, I've noticed the following new events that we could add:
S_EVENT_BDA = 37
S_EVENT_AI_ABORT_MISSION = 38
S_EVENT_DAYNIGHT = 39
S_EVENT_FLIGHT_TIME = 40
S_EVENT_PLAYER_SELF_KILL_PILOT = 41
S_EVENT_PLAYER_CAPTURE_AIRFIELD = 42
S_EVENT_EMERGENCY_LANDING = 43
when AI aircraft lands on belly or ditch on water. Support for player will be added later
S_EVENT_UNIT_CREATE_TASK = 44
S_EVENT_UNIT_DELETE_TASK = 45
The text was updated successfully, but these errors were encountered:
EMERGENCY_LANDING
Other event IDs that are constantly showing up as unimplemented in production logs.
Sorry, something went wrong.
New events since DCS 2.8:
2.8
S_EVENT_SIMULATION_START = 46
S_EVENT_WEAPON_REARM = 47
S_EVENT_WEAPON_DROP = 48
No branches or pull requests
Comparing recent DCS version, I've noticed the following new events that we could add:
S_EVENT_BDA = 37
S_EVENT_AI_ABORT_MISSION = 38
S_EVENT_DAYNIGHT = 39
S_EVENT_FLIGHT_TIME = 40
S_EVENT_PLAYER_SELF_KILL_PILOT = 41
S_EVENT_PLAYER_CAPTURE_AIRFIELD = 42
S_EVENT_EMERGENCY_LANDING = 43
S_EVENT_UNIT_CREATE_TASK = 44
S_EVENT_UNIT_DELETE_TASK = 45
The text was updated successfully, but these errors were encountered: