|
Public Methods |
| | NxwItemWrapper () |
| | Constructor.
|
| | NxwItemWrapper (const NxwItemWrapper &that) |
| | ~NxwItemWrapper () |
| | Destructor.
|
| P_ITEM | getItem () |
| | Get the current item.
|
| void | insertItem (P_ITEM pi) |
| | Insert a new item.
|
| void | fillItemsInContainer (P_ITEM pi, LOGICAL bIncludeSubContained=true, LOGICAL bIncludeOnlyFirstSubcont=false) |
| void | fillItemWeared (P_CHAR pc, LOGICAL bIncludeLikeHair=false, LOGICAL bIncludeProtectedLayer=false, LOGICAL bExcludeIllegalLayer=true) |
| | Fills a set with a list of item worn by given char.
|
| void | fillItemsAtXY (UI16 x, UI16 y, SI32 type=-1, SI32 id=-1) |
| | Fills with a list of item at given location.
|
| void | fillItemsAtXY (Location location, SI32 type=-1, SI32 id=-1) |
| | Fills with a list of item at given location.
|
| void | fillItemsNearXYZ (UI16 x, UI16 y, int nDistance=VISRANGE, LOGICAL bExcludeNotMovableItems=true) |
| | Fills with a list of item near given location.
|
| void | fillItemsNearXYZ (Location location, int nDistance=VISRANGE, LOGICAL bExcludeNotMovableItems=true) |
| | Fills with a list of item near given location.
|
| void | fillGuilds (SERIAL guild, int options=0) |
| | Fills a set with a list of all guilds or guild political.
|
| void | fillHousesOwned (SERIAL chr) |
| | Fills a set with a list of all houses a given char owns.
|
| void | fillItemsInsideHouse (SERIAL house, SI32 scriptID=-1) |
| | Fills with a list of items inside the given house.
|
| void | fillItemsOutsideHouse (SERIAL house, SI32 scriptID=-1) |
| | Fills with a list of items inside the given house.
|