| JASS Tools |
|
Global Variables | Functions That Return | Functions That Take
| |||||||||||
Global variables of type itempool:
| none |
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 |
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 |
![]()
| Copyright (c) 2003 Jeff Pang Not affiliated or endorsed by Blizzard Entertainment |
|