[This is preliminary documentation and is subject to change.]
The type of ejection specified by the EjectionType attribute.
Syntax
| C# |
|---|
public enum EjectionType |
| Visual Basic (Declaration) |
|---|
Public Enumeration EjectionType |
Members
| Member name | Description | |
|---|---|---|
| ByAddress |
Citizen was ejected based off their IP address.
| |
| ByComputer |
Citizen was ejected based off their MAC address.
| |
| ByCitizen |
Citizen was ejected based off their citizen number.
|