Thing Damage2
From Eternity Wiki
Jump to navigationJump to search
Description[edit]
This is an ACS built-in function.
Damages tagged things by given value and damagetype
Usage[edit]
int Thing_Damage2(int tid, int amount, str type)
Parameters[edit]
- tid: TID of things to damage
- amount: how much damage to deal
- type: damagetype
Return value[edit]
How many things were damaged (or attempted to be damaged, if otherwise invulnerable).
Examples[edit]
No examples given.
Notes[edit]
No particular notes.
This function's identification in zspecial.acs is: ACC internal.