Wowpedia

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

READ MORE

Wowpedia
mNo edit summary
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
flagX, flagY, flagToken = GetBattlefieldFlagPosition(i);
Get data from the custom battlefield scoreboard columns
 
  +
   
GetBattlefieldFlagPosition(index)
 
 
== Parameters ==
 
== Parameters ==
 
=== Arguments ===
 
=== Arguments ===
   
 
:;index : Integer - Index to get the flag position from
 
:;index : Integer - Index to get the flag position from
  +
  +
  +
=== Returns ===
  +
  +
:;x, y : Integer - Position of the flag on the map.
  +
:;token : String - Name of flag texture in Interface\WorldStateFrame\
  +
:: In Warsong Gulch the names of the flag textures are the strings "AllianceFlag" and "HordeFlag".
  +
 
----
 
----
  +
 
=== Details ===
 
=== Details ===
Used to position the flag icon on the world map and the battlefield minimap. This appears to only be used inside [[Warsong Gulch]] for positioning where somebody is carring the enemy flag.
+
Used to position the flag icon on the world map and the battlefield minimap.
   
 
----
 
----

Revision as of 04:39, 13 February 2009

 flagX, flagY, flagToken = GetBattlefieldFlagPosition(i);


Parameters

Arguments

index
Integer - Index to get the flag position from


Returns

x, y
Integer - Position of the flag on the map.
token
String - Name of flag texture in Interface\WorldStateFrame\
In Warsong Gulch the names of the flag textures are the strings "AllianceFlag" and "HordeFlag".

Details

Used to position the flag icon on the world map and the battlefield minimap.