WoW:API RequestBattlefieldScoreData: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
Line 4: Line 4:


=== Details ===
=== Details ===
Used to retrieve the latest score info from the server, the data is not received as soon as you call this you will need to register and wait for UPDATE_BATTLEFIELD_SCORES.
Used to retrieve the latest score info from the server, the data is not received as soon as you call this you will need to register and wait for UPDATE_BATTLEFIELD_SCORE.


----
----
__NOTOC__
__NOTOC__
{{wowapi}}
{{wowapi}}

Revision as of 12:31, 2 September 2006

Requests the lastest battlefield score data from the server

RequestBattlefieldScoreData()

Details

Used to retrieve the latest score info from the server, the data is not received as soon as you call this you will need to register and wait for UPDATE_BATTLEFIELD_SCORE.


WoW API < RequestBattlefieldScoreData