Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
\desc constants User Interface More...
Variables | |
const int | IDC_OK = 1 |
const int | IDC_CANCEL = 2 |
const int | IDC_RESTART = 5 |
const int | IDC_MAIN_NEXT_CHARACTER = 50 |
const int | IDC_MAIN_PREV_CHARACTER = 51 |
const int | IDC_MAIN_OPTIONS = 102 |
const int | IDC_MAIN_MULTIPLAYER = 105 |
const int | IDC_MAIN_QUIT = 106 |
const int | IDC_MAIN_CONTINUE = 114 |
const int | IDC_MAIN_PLAY = 142 |
const int | IDC_MAIN_CHARACTER = 143 |
const int | IDC_MAIN_ONLINE = 124 |
const int | IDC_MULTI_REFRESH = 123 |
const int | IDC_MULTI_INVITE = 126 |
const int | IDC_BOOK_VIEWER_PREV = 102 |
const int | IDC_BOOK_VIEWER_NEXT = 103 |
const int | IDC_INT_RETRY = 105 |
ingame menu More... | |
const int | IDC_INT_RETRY_CUSTOM = 106 |
const int | IDC_INT_EXIT = 107 |
\desc constants User Interface
const int IDC_BOOK_VIEWER_NEXT = 103 |
Definition at line 145 of file constants.c.
const int IDC_BOOK_VIEWER_PREV = 102 |
Definition at line 144 of file constants.c.
const int IDC_CANCEL = 2 |
Definition at line 128 of file constants.c.
const int IDC_INT_EXIT = 107 |
Definition at line 150 of file constants.c.
const int IDC_INT_RETRY = 105 |
ingame menu
Definition at line 148 of file constants.c.
const int IDC_INT_RETRY_CUSTOM = 106 |
Definition at line 149 of file constants.c.
const int IDC_MAIN_CHARACTER = 143 |
Definition at line 139 of file constants.c.
const int IDC_MAIN_CONTINUE = 114 |
Definition at line 137 of file constants.c.
const int IDC_MAIN_MULTIPLAYER = 105 |
Definition at line 135 of file constants.c.
const int IDC_MAIN_NEXT_CHARACTER = 50 |
Definition at line 131 of file constants.c.
const int IDC_MAIN_ONLINE = 124 |
Definition at line 140 of file constants.c.
const int IDC_MAIN_OPTIONS = 102 |
Definition at line 134 of file constants.c.
const int IDC_MAIN_PLAY = 142 |
Definition at line 138 of file constants.c.
const int IDC_MAIN_PREV_CHARACTER = 51 |
Definition at line 132 of file constants.c.
const int IDC_MAIN_QUIT = 106 |
Definition at line 136 of file constants.c.
const int IDC_MULTI_INVITE = 126 |
Definition at line 142 of file constants.c.
const int IDC_MULTI_REFRESH = 123 |
Definition at line 141 of file constants.c.
const int IDC_OK = 1 |
Definition at line 127 of file constants.c.
const int IDC_RESTART = 5 |
Definition at line 129 of file constants.c.