Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
No edit summary
(boilerplate)
Line 1: Line 1:
{{wowapi}} __NOTOC__
+
{{wowapi}}
 
 
Checks whether the player's current location is classified as being a flyable area.
 
Checks whether the player's current location is classified as being a flyable area.
 
canFly = IsFlyableArea()
 
canFly = IsFlyableArea()
   
 
== Returns ==
 
 
; canFly : 1 if the area is classified as flyable, nil otherwise.
=== Arguments ===
 
none
 
 
=== Returns ===
 
:;canFly: 1 if the area is classified as flyable, nil otherwise
 
   
 
=== Details ===
 
=== Details ===
 
* As of patch 3.2, this function works properly, returning nil in non-flyable areas of Dalaran and when flying is prohibited in Wintergrasp (during battle I believe).
All non-instance locations within the [[Outland]] and [[Northrend]] continents are classified as "flyable" with the exception of the stairs area of [[Krasus' Landing]] in [[Dalaran]].
 
 
As of patch 3.2, this function works properly, returning nil in non-flyable areas of Dalaran and when flying is prohibited in Wintergrasp (during battle I believe)
 

Revision as of 09:37, 9 March 2010

Checks whether the player's current location is classified as being a flyable area.

canFly = IsFlyableArea()

Returns

canFly
1 if the area is classified as flyable, nil otherwise.

Details

  • As of patch 3.2, this function works properly, returning nil in non-flyable areas of Dalaran and when flying is prohibited in Wintergrasp (during battle I believe).