JASS Tools |
|
Global Variables | Functions That Return | Functions That Take
|
Global variables of type unittype:
Functions that return type unittype (   common.j,   common.ai,   Blizzard.j):
constant native ConvertUnitType (integer i) returns unittype |
Functions that take type unittype as a parameter (   common.j,   common.ai,   Blizzard.j):
constant native IsUnitIdType (integer unitId, unittype whichUnitType) returns boolean |
constant native IsUnitType (unit whichUnit, unittype whichUnitType) returns boolean |
native UnitAddType (unit whichUnit, unittype whichUnitType) returns boolean |
function UnitAddTypeBJ (unittype whichType, unit whichUnit) returns boolean |
native UnitRemoveType (unit whichUnit, unittype whichUnitType) returns boolean |
function UnitRemoveTypeBJ (unittype whichType, unit whichUnit) returns boolean |
Copyright (c) 2003 Jeff Pang Not affiliated or endorsed by Blizzard Entertainment |