|
Functions |
| P_ITEM | CreateFromScript (char *itemname, cObject *cont, int amount) |
| P_ITEM | CreateFromScript (SCRIPTID itemnum, cObject *cont, int amount) |
| | adds an item read from items.xss/scp
|
| int | CreateRandomItem (char *sItemList) |
| P_ITEM | CreateScriptRandomItem (char *sItemList, cObject *cont) |
| P_ITEM | spawnItemByIdInternal (int nAmount, const char *cName, short id, short color) |
| P_ITEM | CreateScriptItem (NXWSOCKET s, SI32 itemnum, LOGICAL nSpawned, cObject *cont) |
| | adds an item from spawner or gm 'ADDITEM command
|
| SI32 | getname (int i, char *itemname) |
| void | GetScriptItemSetting (P_ITEM pi) |
| P_ITEM | addByID (int id, UI32 nAmount, const char *cName, int color, Location where) |
| P_ITEM | addByID (int id, UI32 nAmount, const char *cName, int color, int x, int y, int z) |
| P_ITEM | SpawnRandomItem (NXWSOCKET s, char *cList, char *cItemID) |
| SI32 | getname (SI32 i, char *itemname) |
| void | AddRespawnItem (int s, int x, int y) |
Variables |
| LOGICAL | moreItemMemoryRequested = false |