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

TYPES | FUNCTIONS | VARIABLES

Type itempool

Global Variables | Functions That Return | Functions That Take

Ancestor Types:handle > itempool
Children Types:none
Location:common.j, line 28

BACK TO TOP

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

Global variables of type itempool:

none

BACK TO TOP

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

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

native CreateItemPool () returns itempool
native LoadItemPoolHandle (hashtable table, integer parentKey, integer childKey) returns itempool
function LoadItemPoolHandleBJ (integer key, integer missionKey, hashtable table) returns itempool

BACK TO TOP

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

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

native DestroyItemPool (itempool whichItemPool) returns nothing
native ItemPoolAddItemType (itempool whichItemPool, integer itemId, real weight) returns nothing
native ItemPoolRemoveItemType (itempool whichItemPool, integer itemId) returns nothing
native PlaceRandomItem (itempool whichItemPool, real x, real y) returns item
native SaveItemPoolHandle (hashtable table, integer parentKey, integer childKey, itempool whichItempool) returns boolean
function SaveItemPoolHandleBJ (itempool whichItempool, 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