Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
GameMode.cs File Reference

Go to the source code of this file.

Enumerations

enum  GameMode {
  Reserved = 1 , Adv = 2 , Sim = 4 , Build = 8 ,
  NoMap = 0x10 , EloMap = 0x20 , Bird = 0x40
}
 

Enumeration Type Documentation

◆ GameMode

enum GameMode
Enumerator
Reserved 
Adv 
Sim 
Build 
NoMap 
EloMap 
Bird 

Definition at line 4 of file GameMode.cs.

5{
6 Reserved = 1,
7 Adv = 2,
8 Sim = 4,
9 Build = 8,
10 NoMap = 0x10,
11 EloMap = 0x20,
12 Bird = 0x40
13}
Definition: EloMap.cs:8