Barotrauma Server Doc
|
Public Member Functions | |
TransferVote (Client starter, Client from, int transferAmount, Client to) | |
void | Finish (Voting voting, bool passed) |
Public Attributes | |
readonly Client | From |
readonly int | TransferAmount |
Properties | |
Client | VoteStarter [get] |
VoteType | VoteType [get] |
float | Timer [get, set] |
VoteState | State [get, set] |
Properties inherited from Barotrauma.Voting.IVote | |
Client | VoteStarter [get] |
VoteType | VoteType [get] |
float | Timer [get, set] |
VoteState | State [get, set] |
Definition at line 59 of file BarotraumaServer/ServerSource/Networking/Voting.cs.
Barotrauma.Voting.TransferVote.TransferVote | ( | Client | starter, |
Client | from, | ||
int | transferAmount, | ||
Client | to | ||
) |
Definition at line 71 of file BarotraumaServer/ServerSource/Networking/Voting.cs.
void Barotrauma.Voting.TransferVote.Finish | ( | Voting | voting, |
bool | passed | ||
) |
Implements Barotrauma.Voting.IVote.
Definition at line 81 of file BarotraumaServer/ServerSource/Networking/Voting.cs.
readonly Client Barotrauma.Voting.TransferVote.From |
Definition at line 68 of file BarotraumaServer/ServerSource/Networking/Voting.cs.
readonly int Barotrauma.Voting.TransferVote.TransferAmount |
Definition at line 69 of file BarotraumaServer/ServerSource/Networking/Voting.cs.
|
getset |
Definition at line 65 of file BarotraumaServer/ServerSource/Networking/Voting.cs.
|
getset |
Definition at line 63 of file BarotraumaServer/ServerSource/Networking/Voting.cs.
|
get |
Definition at line 61 of file BarotraumaServer/ServerSource/Networking/Voting.cs.
|
get |
Definition at line 62 of file BarotraumaServer/ServerSource/Networking/Voting.cs.