💻
alt:V Athena Docs v3.0.0
  • Info
    • Introduction
    • Patreon & Support
    • Athena Discord
    • FAQ
  • Installation
    • Common Issues
    • Windows
    • Linux (Ubuntu 20.04+)
    • Debugging
    • Updating
  • Info
    • Admin
    • Configuration
    • Console
    • Database
    • Hotkeys
    • Identifier
  • Plugins
    • Load Plugins
    • Create Plugins
    • Mods
    • Clothing
  • Controllers
    • What is a Controller?
    • Blip Controller
    • Interaction Controller
    • Marker Controller
    • Object Controller
    • Ped Controller
    • Text Label Controller
    • World Notification Controller
  • Systems
    • Interiors
    • Inventory & Items
    • Inventory Rules
    • Jobs
    • Time
    • Weather
  • Menus
    • Menu Types
    • Action Menus
    • Input Menu
    • Wheel Menu
  • Player
    • Admin-Commands
    • Animations
    • Attach Objects
    • Credits
    • Currency
    • Commands
    • Error Screen
    • Message
    • Meta
    • Notifications
    • Particle
    • Progress Bar
    • Save
    • Shard
    • Sound
    • Spinners
    • Task Timeline
  • Custom WebViews
    • Introduction
    • Your First Page
    • CSS Framework
  • Misc
    • Custom Sounds
    • Custom Streamers
    • Custom Icons
    • Adding Locale / Translations
    • Adding Vehicle Rules
    • Adding Whitelist
    • Adding Wheel Menus
    • Adding Parking Garages
Powered by GitBook
On this page
  • Summary
  • Action Menu
  • Wheel Menu
  • Interaction Menu
Edit on GitHub
  1. Menus

Menu Types

Understand the different types of menus available in Athena and what they are.

PreviousWeatherNextAction Menus

Last updated 3 years ago

Summary

Explains the different types of menu systems available inside of the Athena Framework. Action Menu's, and Wheel Menu's are the easiest ones to create and can be infinitely nested to create a simple but robust menu.

Action Menu

The action menu is a simple menu that lets you navigate through it with 1-4.

It is also a type of menu that allows for short and quick interaction(s) while on the move.

It's good for allowing multiple options from a single point.

Wheel Menu

The wheel menu is the most natural menu for most player's. It can easily be nested and can contain additional options inside of it.

Wheel menu's are great for lots of interactions and deeply nested menus.

Interaction Menu

Interaction's automatically come with menu's that are propogated through the creation of an interaction. Interaction's automatically work with vehicles, and the closest interaction point. There is currently no way to inject an interaction into this limited menu. It was purposely created to show basic keybind information and nothing more.