Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
EVotingType.c File Reference

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
}
 

Enumeration Type Documentation

◆ 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.