Go to the source code of this file.
◆ EVotingType
| Enumerator |
|---|
| KICK | Kick a player, value is player ID.
Kicked from game by the admin/GM.
|
| ADMIN | Give a player admin rights, value is player ID.
|
| EDITOR_IN | Give a player Game Master rights, value is player ID.
|
| EDITOR_OUT | Give a player Game Master rights, value is player ID.
|
| EDITOR_WITHDRAW | As a GM, withdraw your rights, value is player ID.
|
| RESTART | Restart the world, no value.
|
| WORLD | Choose the next world, value TBD.
|
| AUTO_LIGHTBAN | Lightban voting raised by the WarCrimesModule if enabled in the world.
|
| AUTO_HEAVYBAN | Heavyban voting raised by the WarCrimesModule if enabled in the world.
|
| AUTO_KICK | Kick voting raised by the WarCrimesModule if enabled in the world.
|
Definition at line 1 of file EVotingType.c.