Skip to content

World of Warcraft library — Replacement for the IsFlyableArea API function.

License

Notifications You must be signed in to change notification settings

Pingumania/LibFlyable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

LibFlyable

Replacement for the IsFlyableArea API function in World of Warcraft.

Avoids these long-standing bugs with IsFlyableArea:

  • Broken Isles zones are only flyable with the Broken Isles Pathfinder ability.
  • Draenor zones are only flyable with the Draenor Pathfinder ability.
  • Certain maps like Argus and the Tanaan Jungle Intro are not flyable.
  • Certain Legion class halls are not flyable.

Usage

lib = LibStub("LibFlyable")
isFlyable = lib:IsFlyableArea() -- true/false

Source code and bug reports on GitHub:
https://github.com/pngmn/LibFlyable

Contributing

Pull requests and bug reports are encouraged. I no longer play WoW, so I will not notice relevant game changes unless someone tells me about them. If you are an experienced and active WoW addon author, and are interested in becoming a permanent official maintainer of this library, please contact me.

Unlicense

This is free and unencumbered software released into the public domain.

See the included LICENSE.txt file for more information.

About

World of Warcraft library — Replacement for the IsFlyableArea API function.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%