I love the smell of UnrealEd crashing in the morning. – tarquin
UE2:VotingReplicationInfo internal variables (UT2004)
Object >> Actor >> Info >> ReplicationInfo >> VotingReplicationInfoBase >> VotingReplicationInfo (internal variables) |
Contents
- 1 Internal variables
- 1.1 AddID
- 1.2 bDebugLog
- 1.3 bKickVote
- 1.4 bMapVote
- 1.5 bMatchSetup
- 1.6 bMatchSetupAccepted
- 1.7 bMatchSetupPermitted
- 1.8 bSendingMatchSetup
- 1.9 bWaitingForReply
- 1.10 CompleteID
- 1.11 CountDown
- 1.12 CurrentGameConfig
- 1.13 DemoRecID
- 1.14 FailedID
- 1.15 GameConfig
- 1.16 GameConfigCount
- 1.17 GameTypeID
- 1.18 GameVote
- 1.19 GeneralID
- 1.20 KickVote
- 1.21 KickVoteCount
- 1.22 lmsgNotAllAccepted
- 1.23 lmsgSavedAsDefaultSuccess
- 1.24 LoginID
- 1.25 MapCount
- 1.26 MapID
- 1.27 MapList
- 1.28 MapVote
- 1.29 MapVoteCount
- 1.30 MatchSetupID
- 1.31 Mode
- 1.32 MutatorID
- 1.33 OptionID
- 1.34 PlayerID
- 1.35 PlayerOwner
- 1.36 RemoveID
- 1.37 SecurityLevel
- 1.38 StatusID
- 1.39 TickedReplicationQueue
- 1.40 TournamentID
- 1.41 UpdateID
- 1.42 URLID
- 1.43 VH
- 1.44 VoteCount
;Other member categories for this class::instance functions
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Internal variables[edit]
AddID[edit]
Type: string
Default value: "add"
bDebugLog[edit]
Type: bool
Modifiers: config
bKickVote[edit]
Type: bool
Kick voting enabled
bMapVote[edit]
Type: bool
Map voting enabled
bMatchSetup[edit]
Type: bool
MatchSetup enabled
bMatchSetupAccepted[edit]
Type: bool
owner has accept the current match settings
bMatchSetupPermitted[edit]
Type: bool
owner is logged in as a MatchSetup user.
bSendingMatchSetup[edit]
Type: bool
currently sending match setup stuff to client
bWaitingForReply[edit]
Type: bool
used in replication
CompleteID[edit]
Type: string
Default value: "done"
CountDown[edit]
Type: int
CurrentGameConfig[edit]
Type: int
DemoRecID[edit]
Type: string
Default value: "demorec"
FailedID[edit]
Type: string
Default value: "failed"
GameConfig[edit]
Type: array<VotingHandler.MapVoteGameConfigLite>
game types
GameConfigCount[edit]
Type: int
total count of game types
GameTypeID[edit]
Type: string
Default value: "game"
GameVote[edit]
Type: int
Index of the Game type that the owner has voted for
Default value: -1
GeneralID[edit]
Type: string
Default value: "general"
KickVote[edit]
Type: int
PlayerID of the that the owner has voted against to kick
Default value: -1
KickVoteCount[edit]
Type: array<VotingHandler.KickVoteScore>
holds vote counts
lmsgNotAllAccepted[edit]
Type: string
Modifiers: localized
Default value: "You have Accepted the current settings, Waiting for other users to accept."
lmsgSavedAsDefaultSuccess[edit]
Type: string
Modifiers: localized
Default value: "Profile was saved as default successfully"
LoginID[edit]
Type: string
Default value: "login"
MapCount[edit]
Type: int
total count of maps
MapID[edit]
Type: string
Default value: "map"
MapList[edit]
Type: array<VotingHandler.MapVoteMapList>
MapVote[edit]
Type: int
Index of the map that the owner has voted for
Default value: -1
MapVoteCount[edit]
Type: array<VotingHandler.MapVoteScore>
holds vote counts
MatchSetupID[edit]
Type: string
Default value: "matchsetup"
Mode[edit]
Type: byte
voting mode enum
MutatorID[edit]
Type: string
Default value: "mutator"
OptionID[edit]
Type: string
Default value: "option"
PlayerID[edit]
Type: int
PlayerID of the owner. Needed to match up when player disconnects and owner == none
PlayerOwner[edit]
Type: PlayerController
player this RI belongs too
RemoveID[edit]
Type: string
Default value: "remove"
SecurityLevel[edit]
Type: int
matchsetup users security level
StatusID[edit]
Type: string
Default value: "status"
TickedReplicationQueue[edit]
Type: array<TickedReplicationQueueItem>
TournamentID[edit]
Type: string
Default value: "tournament"
UpdateID[edit]
Type: string
Default value: "update"
URLID[edit]
Type: string
Default value: "url"
VH[edit]
Type: xVotingHandler
VoteCount[edit]
Type: int