WoW:API RequestBattlefieldScoreData: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
m (Move page script moved page API RequestBattlefieldScoreData to API RequestBattlefieldScoreData without leaving a redirect)
 
(2 intermediate revisions by 2 users 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 4: Line 5:


=== 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__
{{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