WoW:API RequestBattlefieldScoreData: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
{{Stub/API}}
Requests the lastest battlefield score data from the server
Requests the lastest battlefield score data from the server


Line 6: Line 7:
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.
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__
{{wowapi}}
{{wowapi}}

Revision as of 20:54, 1 November 2007

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