|  | Arma Reforger Explorer
    1.1.0.42
    Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime | 
Go to the source code of this file.
| Data Structures | |
| class | SCR_PlayMenu | 
| Enumerations | |
| enum | EPlayMenuContentType { FEATURED, RECOMMENDED, RECENT } | 
| Functions | |
| void | SCR_PlayMenuEntry (MissionWorkshopItem item, EPlayMenuContentType type) | 
| Variables | |
| enum EPlayMenuContentType | m_eContentType | 
| ref MissionWorkshopItem | m_Item | 
| SCR_PlayMenuTileComponent | m_Tile | 
| Widget | m_wRoot | 
| enum EPlayMenuContentType | 
| Enumerator | |
|---|---|
| FEATURED | |
| RECOMMENDED | |
| RECENT | |
Definition at line 1 of file SCR_PlayMenu.c.
| void SCR_PlayMenuEntry | ( | MissionWorkshopItem | item, | 
| EPlayMenuContentType | type | ||
| ) | 
Definition at line 15 of file SCR_PlayMenu.c.
| enum EPlayMenuContentType m_eContentType | 
| ref MissionWorkshopItem m_Item | 
Definition at line 11 of file SCR_PlayMenu.c.
| SCR_PlayMenuTileComponent m_Tile | 
Definition at line 12 of file SCR_PlayMenu.c.
| Widget m_wRoot | 
Definition at line 13 of file SCR_PlayMenu.c.