- Joined
- Sep 26, 2009
- Messages
- 9,534
Update to version 1.1.0.0 and hot-patched with 1.1.0.1:
You now have a way to pass your own custom data from the attack event to the damage event:
You now have a way to pass your own custom data from the attack event to the damage event:
- integer array udg_AttackEventHashKey
- This readonly array is indexed to the custom value of the attacking unit, and it provides a unique hash integer which relates to the attack that's being executed.
- integer udg_DamageHashKeyForAttack
- This readonly event response recovers the hash integer which was generated by the attack event which triggered this damage.
- hashtable udg_AttackIndexerHash
Last edited: