Posts: 412
Threads: 99
Joined: Feb 2013
Reputation:
0
Ideas how I can create one? Can't find it anywhere
Posts: 526
Threads: 52
Joined: Feb 2013
Reputation:
0
What makes a menu different from a dialog?
Posts: 2,528
Threads: 124
Joined: Jul 2009
Reputation:
0
Limit of 12 elements, two columns, and a fact that it is a menu, not a dialog.
Posts: 3,085
Threads: 37
Joined: Nov 2012
Reputation:
0
Well... if it wasn't at all possible to see, the APPEARANCE of it. You can select items using 'spacebar' rather than clicking an item. Items are more in row and column form, and you can have more than one option on a single line. You use the arrow keys to select an items, and press Enter/Return to close the menu. Each of these actions has their own callback such as OnPlayerExitMenu. Simple enough if you know what to search for, it's very easy to create a menu with the right research...
Posts: 526
Threads: 52
Joined: Feb 2013
Reputation:
0
Ye, I got it, I just never heard of menus before. Thank you for your reply as well.