Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Returns [bool, bool] for whether the left and right sidebars are closed or opened
- missionnamespace getvariable "RscDisplayCurator_sidebarShow";
- // Closes or opens the sidebars depending on their state before execution. 16104 for left, 16105 for right
- with uiNamespace do {
- ["toggleTree",[findDisplay 312 displayCtrl 16104,false],''] call RscDisplayCurator_script;
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement