Elin Decompiled Documentation EA 23.153 Nightly
Loading...
Searching...
No Matches
PrefFlag.cs File Reference

Go to the source code of this file.

Enumerations

enum  PrefFlag {
  UsePref = 1 , Test1 = 2 , Float = 4 , Surface = 8 ,
  FloatUnderwater = 0x10
}
 

Enumeration Type Documentation

◆ PrefFlag

enum PrefFlag
Enumerator
UsePref 
Test1 
Float 
Surface 
FloatUnderwater 

Definition at line 4 of file PrefFlag.cs.

5{
6 UsePref = 1,
7 Test1 = 2,
8 Float = 4,
9 Surface = 8,
10 FloatUnderwater = 0x10
11}
@ FloatUnderwater