![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
| AddTeleportLocation(Teleport teleport) | DOL.GS.WorldMgr | [static] |
| CheckDistance(int x1, int y1, int z1, int x2, int y2, int z2, int radius) (defined in DOL.GS.WorldMgr) | DOL.GS.WorldMgr | [static] |
| CheckDistance(IPoint3D obj, IPoint3D obj2, int radius) (defined in DOL.GS.WorldMgr) | DOL.GS.WorldMgr | [static] |
| CheckDistance(GameObject obj, int x2, int y2, int z2, int radius) (defined in DOL.GS.WorldMgr) | DOL.GS.WorldMgr | [static] |
| CheckDistance(GameObject obj, GameObject obj2, int radius) (defined in DOL.GS.WorldMgr) | DOL.GS.WorldMgr | [static] |
| CreateInstance(ushort skinID, Type instanceType) | DOL.GS.WorldMgr | [static] |
| CreateInstance(ushort requestedID, ushort skinID, Type instanceType) | DOL.GS.WorldMgr | [static] |
| CreateSessionID(GameClient obj) | DOL.GS.WorldMgr | [static] |
| DEATH_MESSAGE_DISTANCE | DOL.GS.WorldMgr | |
| DEFAULT_VALUE_FOR_INSTANCE_ID_SEARCH_START | DOL.GS.WorldMgr | |
| EarlyInit(out RegionData[] regionsData) | DOL.GS.WorldMgr | [static] |
| Exit() | DOL.GS.WorldMgr | [static] |
| GetAllClients() | DOL.GS.WorldMgr | [static] |
| GetAllClientsCount() | DOL.GS.WorldMgr | [static] |
| GetAllPlayingClients() | DOL.GS.WorldMgr | [static] |
| GetAllPlayingClientsCount() | DOL.GS.WorldMgr | [static] |
| GetAllRegions() | DOL.GS.WorldMgr | [static] |
| GetClientByAccountName(string accountName, bool exactMatch) | DOL.GS.WorldMgr | [static] |
| GetClientByPlayerID(string playerID, bool exactMatch, bool activeRequired) | DOL.GS.WorldMgr | [static] |
| GetClientByPlayerName(string playerName, bool exactMatch, bool activeRequired) | DOL.GS.WorldMgr | [static] |
| GetClientByPlayerNameAndRealm(string playerName, eRealm realm, bool activeRequired) | DOL.GS.WorldMgr | [static] |
| GetClientByPlayerNameFromRegion(string playerName, ushort regionID, bool exactMatch, bool activeRequired) | DOL.GS.WorldMgr | [static] |
| GetClientFromID(int id) | DOL.GS.WorldMgr | [static] |
| GetClientsOfRealm(eRealm realm) | DOL.GS.WorldMgr | [static] |
| GetClientsOfRealmCount(eRealm realm) | DOL.GS.WorldMgr | [static] |
| GetClientsOfRegion(ushort regionID) | DOL.GS.WorldMgr | [static] |
| GetClientsOfRegionCount(ushort regionID) | DOL.GS.WorldMgr | [static] |
| GetClientsOfRegionCount(ushort regionID, eRealm realm) | DOL.GS.WorldMgr | [static] |
| GetCurrentGameTime(GamePlayer player) | DOL.GS.WorldMgr | [static] |
| GetCurrentGameTime() | DOL.GS.WorldMgr | [static] |
| GetDayIncrement(GamePlayer player) | DOL.GS.WorldMgr | [static] |
| GetDayIncrement() (defined in DOL.GS.WorldMgr) | DOL.GS.WorldMgr | [static] |
| GetDistance(GameObject obj1, GameObject obj2) | DOL.GS.WorldMgr | [static] |
| GetDistance(GameObject obj1, GameObject obj2, double zfactor) | DOL.GS.WorldMgr | [static] |
| GetDistance(int x1, int y1, int z1, int x2, int y2, int z2) | DOL.GS.WorldMgr | [static] |
| GetDistance(int x1, int y1, int z1, int x2, int y2, int z2, double zfactor) | DOL.GS.WorldMgr | [static] |
| GetDistance(GameObject obj, int x, int y, int z) | DOL.GS.WorldMgr | [static] |
| GetItemsCloseToSpot(ushort regionid, int x, int y, int z, ushort radiusToCheck, bool withDistance) | DOL.GS.WorldMgr | [static] |
| GetNPCsByGuild(string guild, eRealm realm) | DOL.GS.WorldMgr | [static] |
| GetNPCsByName(string name, eRealm realm) | DOL.GS.WorldMgr | [static] |
| GetNPCsByNameFromRegion(string name, ushort regionID, eRealm realm) | DOL.GS.WorldMgr | [static] |
| GetNPCsByType(Type type, eRealm realm) | DOL.GS.WorldMgr | [static] |
| GetNPCsByType(Type type, eRealm realm, ushort region) | DOL.GS.WorldMgr | [static] |
| GetNPCsCloseToSpot(ushort regionid, int x, int y, int z, ushort radiusToCheck, bool withDistance) | DOL.GS.WorldMgr | [static] |
| GetNPCsCloseToSpot(ushort regionid, int x, int y, int z, ushort radiusToCheck) | DOL.GS.WorldMgr | [static] |
| GetNPCsFromRegion(ushort regionID) | DOL.GS.WorldMgr | [static] |
| GetObjectByIDFromRegion(ushort regionID, ushort oID) | DOL.GS.WorldMgr | [static] |
| GetObjectsByName(string name, eRealm realm, Type objectType) | DOL.GS.WorldMgr | [static] |
| GetObjectsByNameFromRegion(string name, ushort regionID, eRealm realm, Type objectType) | DOL.GS.WorldMgr | [static] |
| GetobjectsFromRegion(ushort regionID, Type objectType) | DOL.GS.WorldMgr | [static] |
| GetObjectTypeByIDFromRegion(ushort regionID, ushort oID, Type type) | DOL.GS.WorldMgr | [static] |
| GetPlayersCloseToSpot(ushort regionid, int x, int y, int z, ushort radiusToCheck, bool withDistance) | DOL.GS.WorldMgr | [static] |
| GetPlayersCloseToSpot(IGameLocation location, ushort radiusToCheck) | DOL.GS.WorldMgr | [static] |
| GetPlayersCloseToSpot(ushort regionid, IPoint3D point, ushort radiusToCheck) | DOL.GS.WorldMgr | [static] |
| GetPlayersCloseToSpot(ushort regionid, int x, int y, int z, ushort radiusToCheck) | DOL.GS.WorldMgr | [static] |
| GetRegion(ushort regionID) | DOL.GS.WorldMgr | [static] |
| GetRegionList() | DOL.GS.WorldMgr | [static] |
| GetRegionTimeManagers() | DOL.GS.WorldMgr | [static] |
| GetRelocateRegionsStacktrace() | DOL.GS.WorldMgr | [static] |
| GetStaticItemFromRegion(ushort regionID) | DOL.GS.WorldMgr | [static] |
| GetTeleportLocation(eRealm realm, String teleportKey) | DOL.GS.WorldMgr | [static] |
| GetWorldUpdateStacktrace() | DOL.GS.WorldMgr | [static] |
| GetZone(ushort zoneID) | DOL.GS.WorldMgr | [static] |
| GIVE_ITEM_DISTANCE | DOL.GS.WorldMgr | |
| GuessClientByPlayerNameAndRealm(string playerName, eRealm realm, bool activeRequired, out int result) | DOL.GS.WorldMgr | [static] |
| INFO_DISTANCE | DOL.GS.WorldMgr | |
| Init(RegionData[] regionsData) | DOL.GS.WorldMgr | [static] |
| INTERACT_DISTANCE | DOL.GS.WorldMgr | |
| LoadTeleports() | DOL.GS.WorldMgr | [static] |
| m_lastZoneError (defined in DOL.GS.WorldMgr) | DOL.GS.WorldMgr | [static] |
| MAX_EXPFORKILL_DISTANCE | DOL.GS.WorldMgr | |
| OBJ_UPDATE_DISTANCE | DOL.GS.WorldMgr | |
| PING_TIMEOUT | DOL.GS.WorldMgr | |
| REFRESH_DISTANCE | DOL.GS.WorldMgr | |
| RegionData (defined in DOL.GS.WorldMgr) | DOL.GS.WorldMgr | [static] |
| Regions (defined in DOL.GS.WorldMgr) | DOL.GS.WorldMgr | [static] |
| RegisterRegion(GameTimer.TimeManager time, RegionData data) | DOL.GS.WorldMgr | [static] |
| RegisterZone(ZoneData zoneData, ushort zoneID, ushort regionID, string zoneName, int xpBonus, int rpBonus, int bpBonus, int coinBonus) | DOL.GS.WorldMgr | [static] |
| RemoveClient(GameClient entry) | DOL.GS.WorldMgr | [static] |
| RemoveInstance(BaseInstance instance) | DOL.GS.WorldMgr | [static] |
| RemoveSessionID(int id) | DOL.GS.WorldMgr | [static] |
| RvRLinkDeadPlayers (defined in DOL.GS.WorldMgr) | DOL.GS.WorldMgr | [static] |
| SavePlayers() | DOL.GS.WorldMgr | [static] |
| SAY_DISTANCE | DOL.GS.WorldMgr | |
| StartDay(uint dayInc, uint dayStart) | DOL.GS.WorldMgr | [static] |
| StartRegionMgrs() | DOL.GS.WorldMgr | [static] |
| StopRegionMgrs() | DOL.GS.WorldMgr | [static] |
| VISIBILITY_DISTANCE | DOL.GS.WorldMgr | |
| VISIBILITY_SQUARE_DISTANCE | DOL.GS.WorldMgr | |
| WHISPER_DISTANCE | DOL.GS.WorldMgr | |
| YELL_DISTANCE | DOL.GS.WorldMgr | |
| Zones (defined in DOL.GS.WorldMgr) | DOL.GS.WorldMgr | [static] |
| ZonesData (defined in DOL.GS.WorldMgr) | DOL.GS.WorldMgr | [static] |