The search keyword must be a single word (no spaces).
Function AddSpellEffectTarget
- Line
- 3793
- Location
- common.j
- Constant?
- no
- Type
- native
- Arguments
- string modelName, effecttype t, widget targetWidget, string attachPoint
- Returns
- effect
| 3793 | native AddSpellEffectTarget takes string modelName, effecttype t, widget targetWidget, string attachPoint returns effect |
| 3794 | native AddSpellEffectTargetById takes integer abilityId, effecttype t, widget targetWidget, string attachPoint returns effect |
| 3795 | |
| 3796 | native AddLightning takes string codeName, boolean checkVisibility, real x1, real y1, real x2, real y2 returns lightning |
| 3797 | native AddLightningEx takes string codeName, boolean checkVisibility, real x1, real y1, real z1, real x2, real y2, real z2 returns lightning |
| 3798 | native DestroyLightning takes lightning whichBolt returns boolean |