redEvent

Description

Dispatched throughout game session to trigger gameplay logic, for various purposes:

  • combat

  • traffic

  • ...

Event can be dispatched in-game on instances of class inheriting from [Entity].

More info and code snippets there.

If you're looking to dispatch events outside of game sessions, see wiki of Codeware for custom events.

Last updated