[U]How to add a tab page:[/U]
Syntax: <entity> XMBAddTabPage( tab ID, text to be displayed )
Example: self XMBAddTabPage( "tabPage1", "Tab Page 1" );
[U]How to add an item to a tab page:[/U]
Syntax: entity XMBAddItem( tab to add item to, text to be displayed, function to call when selected, input argument )
Example: self XMBAddItem( "tabPage1", "Tab Page 1 - Item 1", ::myFuntion, "my input" );
[U]How to add a menu to a tab page:[/U]
Syntax: entity XMBAddMenu( tab to add menu to, menu ID, text to be displayed )
Example: self XMBAddMenu( "tabPage1", "menu1", "Menu 1" );
[I]More inside of 'XMB.gsc' found in the fastfile (link below)...
[/I]
[U]Out of menu:[/U]
Press DPAD DOWN - open menu
[U]In menu:[/U]
Press DPAD UP/DOWN - scroll up/down through options
Press DPAD LEFT/RIGHT - scroll left/right through tabs (XMB Only)
Hold R1/L1 - automatically scroll through options (XMB Only)
Hold R2/L2 - automatically scroll through tab pages (XMB Only)
Press X - select option
Press R3 - back/exit
[U]How to add a tab page:[/U]
Syntax: <entity> XMBAddTabPage( tab ID, text to be displayed )
Example: self XMBAddTabPage( "tabPage1", "Tab Page 1" );
[U]How to add an item to a tab page:[/U]
Syntax: entity XMBAddItem( tab to add item to, text to be displayed, function to call when selected, input argument )
Example: self XMBAddItem( "tabPage1", "Tab Page 1 - Item 1", ::myFuntion, "my input" );
[U]How to add a menu to a tab page:[/U]
Syntax: entity XMBAddMenu( tab to add menu to, menu ID, text to be displayed )
Example: self XMBAddMenu( "tabPage1", "menu1", "Menu 1" );
[I]More inside of 'XMB.gsc' found in the fastfile (link below)...
[/I]
[U]Out of menu:[/U]
Press DPAD DOWN - open menu
[U]In menu:[/U]
Press DPAD UP/DOWN - scroll up/down through options
Press DPAD LEFT/RIGHT - scroll left/right through tabs (XMB Only)
Hold R1/L1 - automatically scroll through options (XMB Only)
Hold R2/L2 - automatically scroll through tab pages (XMB Only)
Press X - select option
Press R3 - back/exit

Copyright © 2026, NextGenUpdate.
All Rights Reserved.