WorldManager Class |
Namespace: ff14bot.Managers
public static class WorldManager
The WorldManager type exposes the following members.
Name | Description | |
---|---|---|
AvailableLocations |
List of avalible locations to teleport to.
| |
CanFly |
Returns true if you have the ability to fly in the current zone
| |
CurrentLocalizedZoneName |
Returns the name of the current zone in the games current locale
| |
CurrentWeather | ||
CurrentWeatherId | ||
CurrentZoneName |
Returns the name of the current zone in english
| |
EorzaTime |
Current time in Eorza, if system clock is wrong this will be incorrect
| |
InPvP |
Returns true if player is currently in a pvp area
| |
InSanctuary |
Returns true if player is currently in a sanctuary
| |
KnownAetheryteIds |
List of known Aetheryte ids, also includes the small aethernets
Does not include the housing zone aethernets as they funtion totally different from all the aethernets
| |
LocalizedCurrentWeather | ||
RawZoneId |
Returns RAW Id for the current zone
This function is not what you are looking for in most cases
Use ZoneId instead.
| |
SubZoneId |
Returns the subzoneid
| |
ZoneId |
Returns Id for the current zone
|
Name | Description | |
---|---|---|
AdvancedRaycast |
Performs a raycast from start to end and checks if the triangle has the flags provided
flags1 and flags2 should have the same values most of the time
Raycasts far from the player are unreliable as the gameworld gets unloaded
| |
AetheryteIdsForZone | ||
CanTeleport |
Check if user can cast teleport
| |
GetZoneForAetheryteId | ||
HasAetheryteId |
Returns true if user has interacted with the aethernet or aetheryte with the given id
| |
MassTraceLine(WorldLine, RaycastFlags, RaycastFlags, Boolean) | Performs a mass traceline. | |
MassTraceLine(WorldLine, RaycastFlags, RaycastFlags, Boolean) | Performs a mass traceline. | |
MassTraceLine(WorldLine, RaycastFlags, RaycastFlags, Boolean, Vector3) | Performs a mass traceline. | |
Raycast(Vector3, Vector3, Vector3) |
Performs a raycast from startMid to endMid | |
Raycast(Vector3, Vector3, Vector3, Vector3) |
Performs a raycast from startMid to endMid | |
Teleport(String) |
Teleport user to given Aetheryte based on name
| |
Teleport(UInt32) |
Starts teleport to given zone
| |
TeleportById |
Teleport user to given
|
Name | Description | |
---|---|---|
LocalizedWeatherDictionary | ||
UnixEpoch |
UnixEpoch
| |
WeatherDictionary |