The search keyword must be a single word (no spaces).
Function DestroyEffect
- Line
- 3787
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- effect whichEffect
- Returns
- nothing
| 3787 | native DestroyEffect takes effect whichEffect returns nothing |
| 3788 | |
| 3789 | native AddSpellEffect takes string abilityString, effecttype t, real x, real y returns effect |
| 3790 | native AddSpellEffectLoc takes string abilityString, effecttype t,location where returns effect |
| 3791 | native AddSpellEffectById takes integer abilityId, effecttype t,real x, real y returns effect |
| 3792 | native AddSpellEffectByIdLoc takes integer abilityId, effecttype t,location where returns effect |