#include <set.h>
Inheritance diagram for NxwCharWrapper:

Public Methods | |
| NxwCharWrapper () | |
| Constructor. | |
| NxwCharWrapper (const NxwCharWrapper &that) | |
| ~NxwCharWrapper () | |
| Destructor. | |
| P_CHAR | getChar () |
| Get the current char and after move to next. | |
| void | insertChar (P_CHAR pc) |
| Insert a new char. | |
| void | fillOwnedNpcs (P_CHAR pc, LOGICAL bIncludeStabled=true, LOGICAL bOnlyFollowing=false) |
| Fills a set with a list of npcs owned by a char. | |
| void | fillCharsAtXY (Location location, LOGICAL bExcludeOfflinePlayers=true, LOGICAL bOnlyPlayer=false) |
| Fills with a list of chars at given location. | |
| void | fillCharsAtXY (UI16 x, UI16 y, LOGICAL bExcludeOfflinePlayers=true, LOGICAL bOnlyPlayer=false) |
| Fills with a list of chars at given location. | |
| void | fillCharsNearXYZ (UI16 x, UI16 y, int nDistance=VISRANGE, LOGICAL bExcludeOfflinePlayers=true, LOGICAL bOnlyPlayer=false) |
| Fills a set with a list of char near x, y. | |
| void | fillCharsNearXYZ (Location location, int nDistance=VISRANGE, LOGICAL bExcludeOfflinePlayers=true, LOGICAL bOnlyPlayer=false) |
| Fills a set with a list of char near location. | |
| void | fillPartyFriend (P_CHAR pc, UI32 nDistance=VISRANGE, LOGICAL bExcludeThis=false) |
| Fills a set with a list of char in same party of given char. | |
| void | fillNpcsNearXY (UI16 x, UI16 y, int nDistance=VISRANGE) |
| Fills a set with a list of npcs near location. | |
| void | fillNpcsNear (P_CHAR pc, int nDistance=VISRANGE) |
| Fills a set with a list of npcs near char. | |
| void | fillNpcsNear (P_ITEM pi, int nDistance=VISRANGE) |
| Fills a set with a list of npcs near item. | |
| void | fillGuildMembers (SERIAL guild) |
| Fills a set with a list of member in given guild. | |
| void | fillGuildRecruits (SERIAL guild) |
| Fills a set with a list of recruit in given guild. | |
| void | fillCoOwners (SERIAL house) |
| Fills a set with a list of house coowners. | |
| void | fillFriends (SERIAL house) |
| Fills a set with a list of house coowners. | |
| void | fillBanned (SERIAL house) |
| Fills a set with a list of house coowners. | |
| void | fillCharsInsideHouse (SERIAL house) |
| Fills a set with a list of pcs and npcs inside (meaning within the house limits). | |
| void | fillCharsOutsideHouse (SERIAL house) |
| Fills a set with a list of house coowners. | |
|
|
Constructor.
|
|
|
|
|
|
Destructor.
|
|
|
Fills a set with a list of house coowners.
|
|
||||||||||||||||||||
|
Fills with a list of chars at given location.
|
|
||||||||||||||||
|
Fills with a list of chars at given location.
|
|
|
Fills a set with a list of pcs and npcs inside (meaning within the house limits).
|
|
||||||||||||||||||||
|
Fills a set with a list of char near location.
|
|
||||||||||||||||||||||||
|
Fills a set with a list of char near x, y.
|
|
|
Fills a set with a list of house coowners.
|
|
|
Fills a set with a list of house coowners.
|
|
|
Fills a set with a list of house coowners.
|
|
|
Fills a set with a list of member in given guild.
|
|
|
Fills a set with a list of recruit in given guild.
|
|
||||||||||||
|
Fills a set with a list of npcs near item.
|
|
||||||||||||
|
Fills a set with a list of npcs near char.
|
|
||||||||||||||||
|
Fills a set with a list of npcs near location.
|
|
||||||||||||||||
|
Fills a set with a list of npcs owned by a char.
|
|
||||||||||||||||
|
Fills a set with a list of char in same party of given char.
|
|
|
Get the current char and after move to next.
|
|
|
Insert a new char.
|