Barotrauma Server Doc
|
Public Member Functions | |
SubmarineVote (Client starter, SubmarineInfo subInfo, bool transferItems, VoteType voteType) | |
void | Finish (Voting voting, bool passed) |
Public Attributes | |
SubmarineInfo | Sub |
bool | TransferItems |
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 21 of file BarotraumaServer/ServerSource/Networking/Voting.cs.
Barotrauma.Voting.SubmarineVote.SubmarineVote | ( | Client | starter, |
SubmarineInfo | subInfo, | ||
bool | transferItems, | ||
VoteType | voteType | ||
) |
Definition at line 32 of file BarotraumaServer/ServerSource/Networking/Voting.cs.
void Barotrauma.Voting.SubmarineVote.Finish | ( | Voting | voting, |
bool | passed | ||
) |
Implements Barotrauma.Voting.IVote.
Definition at line 41 of file BarotraumaServer/ServerSource/Networking/Voting.cs.
SubmarineInfo Barotrauma.Voting.SubmarineVote.Sub |
Definition at line 29 of file BarotraumaServer/ServerSource/Networking/Voting.cs.
bool Barotrauma.Voting.SubmarineVote.TransferItems |
Definition at line 30 of file BarotraumaServer/ServerSource/Networking/Voting.cs.
|
getset |
Definition at line 27 of file BarotraumaServer/ServerSource/Networking/Voting.cs.
|
getset |
Definition at line 25 of file BarotraumaServer/ServerSource/Networking/Voting.cs.
|
get |
Definition at line 23 of file BarotraumaServer/ServerSource/Networking/Voting.cs.
|
get |
Definition at line 24 of file BarotraumaServer/ServerSource/Networking/Voting.cs.