Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
EServerType.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
13
enum
EServerType
14
{
16
ST_NONE
,
18
ST_OFFICIAL
,
20
ST_COMMUNITY
,
22
ST_LISTEN
,
23
}
24
EServerType
EServerType
Determines type of the server.
Definition
EServerType.c:14
ST_OFFICIAL
@ ST_OFFICIAL
Official dedicated server.
Definition
EServerType.c:18
ST_NONE
@ ST_NONE
init value
Definition
EServerType.c:16
ST_LISTEN
@ ST_LISTEN
Listen server hosted directly in-game by client (client + server).
Definition
EServerType.c:22
ST_COMMUNITY
@ ST_COMMUNITY
Dedicated server self-hosted by community on their own machines.
Definition
EServerType.c:20
scripts
GameLib
generated
online
EServerType.c
Generated by
1.17.0