View Single Post
02/21/15, 12:29 AM   #3
katkat42
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 155
Originally Posted by papaoscar90 View Post
I may have just answered my own question, but am still looking to make sure I am along the right lines.

This:<snip>

This outputs the "Activated" again but not Initialize. So it is indeed checking the names of the addons and executing the Initialize() function. Am I correct in assuming that the OnAddOnLoaded function just completes itself before the game is actually out of the loading screen? So anything that it tries to do just doesn't work because the game hasn't actually finished loading?
That is correct. More specifically, Addons are loaded before the chat system, and it's the chat system that displays the output of d(). I think Bug Eater can capture and display stuff that was "d()'d" before chat is set up, if you're curious.
  Reply With Quote