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

TYPES | FUNCTIONS | VARIABLES

Type unitpool

Global Variables | Functions That Return | Functions That Take

Ancestor Types:handle > unitpool
Children Types:none
Location:common.j, line 27

BACK TO TOP

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

Global variables of type unitpool:

none

BACK TO TOP

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

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

BACK TO TOP

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

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

BACK TO TOP

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