rust-server icon indicating copy to clipboard operation
rust-server copied to clipboard

New Events

Open rkusa opened this issue 2 years ago • 2 comments

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

rkusa avatar Apr 28 '22 12:04 rkusa