View Single Post
03/18/20, 07:13 PM   #15
fallenstd
Join Date: Mar 2020
Posts: 6
Originally Posted by Rhyono View Post
Loading is sequential per the .txt declaration.
Yes, that part was very clear from tutorials, but what I didn't know is the exactly when certain handlers get registered. As the xml goes before lua, but in the xml there are event handler registrations for OnMoveStopped etc, so it was a bit unclear that if xml goes after lua then one cant do the local assignment of UI elements from Global vars.
  Reply With Quote