WoW:API RequestBattlefieldScoreData: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Move page script moved page API RequestBattlefieldScoreData to API RequestBattlefieldScoreData without leaving a redirect)
 
(One intermediate revision by one other user not shown)
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}}

Latest revision as of 04:47, 15 August 2023

Requests the lastest battlefield score data from the server

RequestBattlefieldScoreData()

Details[edit]

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