g_voteFlags
This is a cvar, also known as console variable, present on RTCW Multiplayer, Enemy Territory, DOOM 3 and Prey. Below you can find its default value and flags for each engine that declares it.
RTCW Multiplayer
| Property |
Value |
| Type |
console variable |
| Default |
255 |
| Flags |
CVAR_ARCHIVE | CVAR_SERVERINFO |
Enemy Territory
| Property |
Value |
| Type |
console variable |
| Default |
0 |
| Flags |
CVAR_ROM | CVAR_SERVERINFO |
DOOM 3
vote flags. bit mask of votes not allowed on this server\nbit 0 (+1) restart now\nbit 1 (+2) time limit\nbit 2 (+4) frag limit\nbit 3 (+8) game type\nbit 4 (+16) kick player\nbit 5 (+32) change map\nbit 6 (+64) spectators\nbit 7 (+128) next map
| Property |
Value |
| Type |
console variable |
| Default |
0 |
| Flags |
CVAR_GAME | CVAR_NETWORKSYNC | CVAR_INTEGER | CVAR_ARCHIVE |
Prey
vote flags. bit mask of votes not allowed on this server\nbit 0 (+1) restart now\nbit 1 (+2) time limit\nbit 2 (+4) frag limit\nbit 3 (+8) game type\nbit 4 (+16) kick player\nbit 5 (+32) change map\nbit 6 (+64) spectators\nbit 7 (+128) next map
| Property |
Value |
| Type |
console variable |
| Default |
0 |
| Flags |
CVAR_GAME | CVAR_NETWORKSYNC | CVAR_INTEGER | CVAR_ARCHIVE |