JASS Tools |
|
Global Variables | Functions That Return | Functions That Take
|
Global variables of type unitpool:
none |
Functions that return type unitpool (   common.j,   common.ai,   Blizzard.j):
native CreateUnitPool () returns unitpool |
native LoadUnitPoolHandle (hashtable table, integer parentKey, integer childKey) returns unitpool |
function LoadUnitPoolHandleBJ (integer key, integer missionKey, hashtable table) returns unitpool |
Functions that take type unitpool as a parameter (   common.j,   common.ai,   Blizzard.j):
native DestroyUnitPool (unitpool whichPool) returns nothing |
native PlaceRandomUnit (unitpool whichPool, player forWhichPlayer, real x, real y, real facing) returns unit |
native SaveUnitPoolHandle (hashtable table, integer parentKey, integer childKey, unitpool whichUnitpool) returns boolean |
function SaveUnitPoolHandleBJ (unitpool whichUnitpool, integer key, integer missionKey, hashtable table) returns boolean |
native UnitPoolAddUnitType (unitpool whichPool, integer unitId, real weight) returns nothing |
native UnitPoolRemoveUnitType (unitpool whichPool, integer unitId) returns nothing |
Copyright (c) 2003 Jeff Pang Not affiliated or endorsed by Blizzard Entertainment |