You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed an error in the order of calling the "Shop_OnMenuTitle" forward, it is called after all the CallBacks of the category, which is strange to my mind, because it should be called first.
Correction option:
make it call before calling callbacks
How did I find it?
I needed to get data about where the menu opens (in purchase or in inventory) in the Shop_CategoryDisplayCallback callback, but since it did not have data about ShopAction (I wrote about this in another issue), I decided used the forward "Shop_OnMenuTitle", and then I noticed that it is called after Shop_CategoryDisplayCallback was called
Shop version: 3.05D
The text was updated successfully, but these errors were encountered:
I noticed an error in the order of calling the "Shop_OnMenuTitle" forward, it is called after all the CallBacks of the category, which is strange to my mind, because it should be called first.
Correction option:
How did I find it?
Shop_CategoryDisplayCallback
callback, but since it did not have data aboutShopAction
(I wrote about this in another issue), I decided used the forward "Shop_OnMenuTitle", and then I noticed that it is called afterShop_CategoryDisplayCallback
was calledShop version: 3.05D
The text was updated successfully, but these errors were encountered: