Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
DataError.c File Reference

Go to the source code of this file.

Enumerations

enum  DataError {
  VERSION_MISMATCH , RDB_MISMATCH , SCRIPT_MISMATCH , WORLD_LOAD_ERROR ,
  WORLD_LOAD_INCONSISTENCY , ADDON_LOAD_ERROR , IS_DEV_BINARY_MISMATCH , ADDON_LOAD_MISMATCH
}

Enumeration Type Documentation

◆ DataError

enum DataError
Enumerator
VERSION_MISMATCH 

Game version used by client does not match versions supported by server.

RDB_MISMATCH 

Resource database contents differ in significant way between client and server.

SCRIPT_MISMATCH 

Scripts differ between client and server.

WORLD_LOAD_ERROR 

World could not be loaded.

WORLD_LOAD_INCONSISTENCY 

Replicated parts of world do not match between client and server.

ADDON_LOAD_ERROR 

Addon loading failed.

IS_DEV_BINARY_MISMATCH 

Attempting to create connection between developer and non-developer binaries.

ADDON_LOAD_MISMATCH 

Addons load (additional/missing addons or load order) differ between client and server.

Definition at line 7 of file DataError.c.