View Single Post
01/26/16, 05:46 PM   #11
Enodoc
AddOn Author - Click to view addons
Join Date: Aug 2014
Posts: 52
Originally Posted by sirinsidiator View Post
If that where the case, every call that requests data internally would stall the UI as it is single threaded.
The functions that do request data from the server are usually split into a query function and an event that receives the result.
Ah okay, so most functions can only read data that's already been sent to the client. I guess "RegisterForAssignedCampaignData()" is one of those query functions, and may be the reason that the two functions in the OP work for your home campaign regardless of where you are?

In that case, I guess I'd like to request from ZOS a query function that will allow these functions to work for all campaigns, let's call it "RegisterForSelectionCampaignData(campaignIndex)".
  Reply With Quote