ShadowRanger24 50 Posted March 12, 2017 So I'm trying to use the function BIS_fnc_exportGUIBaseClasses to retrieve all the base classes. Turns out it's missing a few dialog controls like RscFrame and RscCheckbox. Any idea it's like this or how to get these base classes? Thanks in advance. Share this post Link to post Share on other sites
celludriel 79 Posted March 12, 2017 I personally fetched the base classes from the GUI editor ingame https://github.com/Celludriel/InfiniteInventory/blob/develop/gui/ParentClasses166.hpp just save there and select the option for the parent classes Share this post Link to post Share on other sites
moricky 211 Posted March 13, 2017 Thanks for report, I've added RscFrame, RscCheckbox and RscLine to the list. They will appear when you export both default and all parent classes using the function. Should be available in upcoming dev build update. 2 Share this post Link to post Share on other sites
ShadowRanger24 50 Posted March 13, 2017 32 minutes ago, moricky said: Thanks for report, I've added RscFrame, RscCheckbox and RscLine to the list. They will appear when you export both default and all parent classes using the function. Should be available in upcoming dev build update. Thanks for that, thought it might be just a bug with the command. Glad to know it will be fixed in the next dev build update. I also noticed that there's no documentation on this command on the wiki. Would it be possible to have it added? Share this post Link to post Share on other sites