View Single Post
  #2  
Old 03-17-2010, 03:02 AM
KLS
Administrator
 
Join Date: Sep 2006
Posts: 1,348
Default

Just like any other event specific variable it is only exported for the event in question. Not really a bug; just how it works.

And the reason it works that way is there would be no way to export variables for events that don't trigger as we wouldn't know what the values were. Using these variables outside of the events they're called will cause undefined behavior.
Reply With Quote