JASS Tools
News
Download
Help
JASS Manual
-------------------------------------------------------------

TYPES | FUNCTIONS | VARIABLES

Type effecttype

Global Variables | Functions That Return | Functions That Take

Ancestor Types:handle > effecttype
Children Types:none
Location:common.j, line 70

BACK TO TOP

------------------------------------------------------------

Global variables of type effecttype:

common.j:
EFFECT_TYPE_AREA_EFFECT, EFFECT_TYPE_CASTER, EFFECT_TYPE_EFFECT, EFFECT_TYPE_LIGHTNING, EFFECT_TYPE_MISSILE, EFFECT_TYPE_SPECIAL, EFFECT_TYPE_TARGET

BACK TO TOP

------------------------------------------------------------

Functions that return type effecttype (     common.j,      common.ai,      Blizzard.j):

constant native ConvertEffectType (integer i) returns effecttype

BACK TO TOP

------------------------------------------------------------

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

BACK TO TOP

------------------------------------------------------------
Copyright (c) 2003 Jeff Pang
Not affiliated or endorsed by Blizzard Entertainment
SourceForge.net Logo