![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Enumerations | |
| enum | EVotingType { KICK = 0 , ADMIN , EDITOR_IN , EDITOR_OUT , EDITOR_WITHDRAW , RESTART , WORLD , AUTO_LIGHTBAN , AUTO_HEAVYBAN , AUTO_KICK , COMMANDER , COMMANDER_WITHDRAW , COMMANDER_RELIEVE , GROUP_LEADER } |
| enum 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. |
| COMMANDER | Give a player faction commander rights, value is playerID. |
| COMMANDER_WITHDRAW | As a faction commander, withdraw your rights, value is player ID. |
| COMMANDER_RELIEVE | Relieve a commander of duty, value is player ID. |
| GROUP_LEADER | Become a group leader, value is playerID. |
Definition at line 1 of file EVotingType.c.