Click or drag to resize

WorldManager Class

Manager that holds various pieces of information about the state of the game world
Inheritance Hierarchy
SystemObject
  ff14bot.ManagersWorldManager

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static class WorldManager

The WorldManager type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAvailableLocations
List of avalible locations to teleport to.
Public propertyStatic memberCanFly
Returns true if you have the ability to fly in the current zone
Public propertyStatic memberCurrentLocalizedZoneName
Returns the name of the current zone in the games current locale
Public propertyStatic memberCurrentWeather
Public propertyStatic memberCurrentWeatherId
Public propertyStatic memberCurrentZoneName
Returns the name of the current zone in english
Public propertyStatic memberEorzaTime
Current time in Eorza, if system clock is wrong this will be incorrect
Public propertyStatic memberInPvP
Returns true if player is currently in a pvp area
Public propertyStatic memberInSanctuary
Returns true if player is currently in a sanctuary
Public propertyStatic memberKnownAetheryteIds
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
Public propertyStatic memberLocalizedCurrentWeather
Public propertyStatic memberRawZoneId
Returns RAW Id for the current zone This function is not what you are looking for in most cases Use ZoneId instead.
Public propertyStatic memberSubZoneId
Returns the subzoneid
Public propertyStatic memberZoneId
Returns Id for the current zone
Top
Methods
  NameDescription
Public methodStatic memberAdvancedRaycast
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
Public methodStatic memberAetheryteIdsForZone
Public methodStatic memberCanTeleport
Check if user can cast teleport
Public methodStatic memberGetZoneForAetheryteId
Public methodStatic memberHasAetheryteId
Returns true if user has interacted with the aethernet or aetheryte with the given id
Public methodStatic memberMassTraceLine(WorldLine, RaycastFlags, RaycastFlags, Boolean)
Performs a mass traceline.
Public methodStatic memberMassTraceLine(WorldLine, RaycastFlags, RaycastFlags, Boolean)
Performs a mass traceline.
Public methodStatic memberMassTraceLine(WorldLine, RaycastFlags, RaycastFlags, Boolean, Vector3)
Performs a mass traceline.
Public methodStatic memberRaycast(Vector3, Vector3, Vector3)
Performs a raycast from startMid to endMid
Public methodStatic memberRaycast(Vector3, Vector3, Vector3, Vector3)
Performs a raycast from startMid to endMid
Public methodStatic memberTeleport(String)
Teleport user to given Aetheryte based on name
Public methodStatic memberTeleport(UInt32)
Starts teleport to given zone
Public methodStatic memberTeleportById
Teleport user to given
Top
Fields
See Also