View Single Post
01/27/16, 05:26 AM   #14
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,579
As their name says, they query the server for CampaignSelectionData and CampaignLeaderboardData. Before they have been called at least once, the GetSelectionCampaign* and GetCampaignLeaderboard* functions won't return anything.
Once they have been called, the EVENT_CAMPAIGN_SELECTION_DATA_CHANGED and EVENT_CAMPAIGN_LEADERBOARD_DATA_CHANGED will tell you that the data has been received.
  Reply With Quote