Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
DataError.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
7
enum
DataError
8
{
10
VERSION_MISMATCH
,
12
RDB_MISMATCH
,
14
SCRIPT_MISMATCH
,
16
WORLD_LOAD_ERROR
,
18
WORLD_LOAD_INCONSISTENCY
,
20
ADDON_LOAD_ERROR
,
22
IS_DEV_BINARY_MISMATCH
,
24
ADDON_LOAD_MISMATCH
,
25
}
DataError
DataError
Definition
DataError.c:8
ADDON_LOAD_MISMATCH
@ ADDON_LOAD_MISMATCH
Addons load (additional/missing addons or load order) differ between client and server.
Definition
DataError.c:24
IS_DEV_BINARY_MISMATCH
@ IS_DEV_BINARY_MISMATCH
Attempting to create connection between developer and non-developer binaries.
Definition
DataError.c:22
WORLD_LOAD_ERROR
@ WORLD_LOAD_ERROR
World could not be loaded.
Definition
DataError.c:16
SCRIPT_MISMATCH
@ SCRIPT_MISMATCH
Scripts differ between client and server.
Definition
DataError.c:14
RDB_MISMATCH
@ RDB_MISMATCH
Resource database contents differ in significant way between client and server.
Definition
DataError.c:12
WORLD_LOAD_INCONSISTENCY
@ WORLD_LOAD_INCONSISTENCY
Replicated parts of world do not match between client and server.
Definition
DataError.c:18
ADDON_LOAD_ERROR
@ ADDON_LOAD_ERROR
Addon loading failed.
Definition
DataError.c:20
VERSION_MISMATCH
@ VERSION_MISMATCH
Definition
SCR_ServerBrowserEntryComponent.c:533
scripts
GameLib
generated
DataError.c
Generated by
1.17.0