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

TYPES | FUNCTIONS | VARIABLES

Type ability

Global Variables | Functions That Return | Functions That Take

Ancestor Types:handle > agent > ability
Children Types:buff
Location:common.j, line 12

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

Information about type ability

This type was deprecated by blizzard and you should let it rest in peace, use integers for representing abilityids instead.

BACK TO TOP

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

Global variables of type ability:

none

BACK TO TOP

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

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

constant native GetSpellAbility () returns ability
native LoadAbilityHandle (hashtable table, integer parentKey, integer childKey) returns ability
function LoadAbilityHandleBJ (integer key, integer missionKey, hashtable table) returns ability

BACK TO TOP

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

Functions that take type ability as a parameter (     common.j,      common.ai,      Blizzard.j):

native SaveAbilityHandle (hashtable table, integer parentKey, integer childKey, ability whichAbility) returns boolean
function SaveAbilityHandleBJ (ability whichAbility, integer key, integer missionKey, hashtable table) returns boolean

BACK TO TOP

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