| 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 |
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 |
![]()
| Copyright (c) 2003 Jeff Pang Not affiliated or endorsed by Blizzard Entertainment |
|