| JASS Tools |
|
Global Variables | Functions That Return | Functions That Take
| |||||||||||
Global variables of type effecttype:
|
Functions that return type effecttype (   common.j,   common.ai,   Blizzard.j):
| constant native ConvertEffectType (integer i) returns effecttype |
Functions that take type effecttype as a parameter (   common.j,   common.ai,   Blizzard.j):
| native AddSpellEffect (string abilityString, effecttype t, real x, real y) returns effect |
| native AddSpellEffectById (integer abilityId, effecttype t, real x, real y) returns effect |
| native AddSpellEffectByIdLoc (integer abilityId, effecttype t, location where) returns effect |
| native AddSpellEffectLoc (string abilityString, effecttype t, location where) returns effect |
| native AddSpellEffectTarget (string modelName, effecttype t, widget targetWidget, string attachPoint) returns effect |
| native AddSpellEffectTargetById (integer abilityId, effecttype t, widget targetWidget, string attachPoint) returns effect |
| native GetAbilityEffect (string abilityString, effecttype t, integer index) returns string |
| function GetAbilityEffectBJ (integer abilcode, effecttype t, integer index) returns string |
| native GetAbilityEffectById (integer abilityId, effecttype t, integer index) returns string |
![]()
| Copyright (c) 2003 Jeff Pang Not affiliated or endorsed by Blizzard Entertainment |
|