jassdoc
jassdoc copied to clipboard
event constants
I think event constants like EVENT_PLAYER_UNIT_SPELL_EFFECT
and EVENT_UNIT_DAMAGED
are interesting because they control bindings.
For example, EVENT_UNIT_DAMAGE
contexts have no binding for GetAttacker()
, but do have a binding for GetEventDamageSource()
.