UTGame.UTVoteCollector
- Extends
- Info
- Modifiers
- config ( Vote ) native
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- UTGame.UTVoteCollector
Inherited Contants from Engine.Actor |
ACTORMAXSTEPHEIGHT, MINFLOORZ, RBSTATE_ANGVELSCALE, RBSTATE_LINVELSCALE, RB_NeedsUpdate, RB_None, RB_Sleeping, REP_RBLOCATION_ERROR_TOLERANCE_SQ, TRACEFLAG_Blocking, TRACEFLAG_Bullet, TRACEFLAG_PhysicsVolumes, TRACEFLAG_SkipMovers |
Inherited Variables from Engine.Actor |
Acceleration, AllComponents, Attached, bAlwaysEncroachCheck, bAlwaysRelevant, bAlwaysTick, Base, BaseBoneName, BaseSkelComponent, bBlockActors, bBlocksNavigation, bBlocksTeleport, bBounce, bCanBeAdheredTo, bCanBeDamaged, bCanBeFrictionedTo, bCanTeleport, bClientDemoRecording, bCollideActors, bCollideComplex, bCollideWhenPlacing, bCollideWorld, bComponentOutsideWorld, bConsiderAllStaticMeshComponentsForStreaming, bDebug, bDeleteMe, bDemoOwner, bDemoRecording, bDestroyedByInterpActor, bDestroyInPainVolume, bEdShouldSnap, bExchangedRoles, bForceNetUpdate, bGameRelevant, bHardAttach, bHasAlternateTargetLocation, bHidden, bHiddenEd, bHiddenEdCustom, bHiddenEdGroup, bHurtEntry, bIgnoreBaseRotation, bIgnoreEncroachers, bIgnoreRigidBodyPawns, bIsMoving, bJustTeleported, bKillDuringLevelTransition, bLockLocation, BlockRigidBody, bMovable, bNetDirty, bNetInitial, bNetInitialRotation, bNetOwner, bNetTemporary, bNeverReplicateRotation, bNoDelete, bNoEncroachCheck, bOnlyDirtyReplication, bOnlyOwnerSee, bOnlyRelevantToOwner, bOrientOnSlope, bPathColliding, bPathTemp, bPendingDelete, bPendingNetUpdate, bPhysRigidBodyOutOfWorldCheck, bPostRenderIfNotVisible, bProjTarget, bPushedByEncroachers, bRepClientDemo, bReplicateInstigator, bReplicateMovement, bReplicateRigidBodyLocation, bRouteBeginPlayEvenIfStatic, bScriptInitialized, bShadowParented, bShouldBaseAtStartup, bSkipActorPropertyReplication, bStasis, bStatic, bTearOff, bTempEditor, bTicked, bUpdateSimulatedPosition, bWorldGeometry, Children, CollisionComponent, CollisionType, Components, CreationTime, CustomTimeDilation, DesiredRotation, DetachFence, DrawScale, DrawScale3D, GeneratedEvents, Group, InitialState, Instigator, LastNetUpdateTime, LastRenderTime, LatentActions, LatentFloat, LatentSeqNode, LifeSpan, Location, MessageClass, MinDistForNetRBCorrection, NetPriority, NetTag, NetUpdateFrequency, NetUpdateTime, OverlapTag, Owner, PendingTouch, Physics, PhysicsVolume, PrePivot, RelativeLocation, RelativeRotation, RemoteRole, Role, Rotation, RotationRate, SupportedEvents, Tag, TickGroup, Timers, Touching, Velocity, WorldInfo |
Inherited Structures from Engine.Actor |
AnimSlotDesc, AnimSlotInfo, AsyncLineCheckResult, CollisionImpactData, ImpactInfo, NavReference, ReplicatedHitImpulse, RigidBodyContactInfo, RigidBodyState, TimerData, TraceHitInfo |
Functions Summary |
 | string | AddDefaultOptions (string CurOptions))
|
 | | AddGameVote (UTVoteReplicationInfo VRI, byte GameIdx))
|
 | | AddKickVote (UTVoteReplicationInfo VRI, int KickID))
|
 | | AddMapVote (UTVoteReplicationInfo VRI, byte MapIdx))
|
 | | AddMutatorVote (UTVoteReplicationInfo VRI, byte MutIdx))
|
 | int | AddVoteFor (out int CurrentVoteID)
|
 | | AdminForceGameVote (UTVoteReplicationInfo VRI, byte GameIdx))
|
 | | AdminForceMapVote (UTVoteReplicationInfo VRI, byte MapIdx))
|
 | | AdminForceMutatorVote (UTVoteReplicationInfo VRI, byte MutIdx, bool bAddMutator))
|
 | | AttachVoteReplicationInfo (UTPlayerController PC))
|
 | | BeginMidGameMapVote (optional int CurWinIndex)
|
 | | BeginState (name PreviousStateName)) GameVoteRound |
 | | BeginState (name PreviousStateName)) MainVoteRound |
 | | BeginVoteCountdown (optional bool bInCountdown)
|
 | | BeginVoteCountdown (optional bool bInCountdown)) GameVoteRound |
 | | BeginVoteCountdown (optional bool bInCountdown)) MainVoteRound |
 | | BroadcastVoteChange (int MapID, byte VoteCount)
|
 | | BroadcastVoteMessage (int MessageIdx, optional PlayerReplicationInfo PRI1, optional PlayerReplicationInfo PRI2, optional int AdminMessageIdx=-1))
|
 | bool | CheckGameVoteCount (byte Idx))
|
 | bool | CheckKickVoteCount (int Idx))
|
 | bool | CheckMapVoteCount (int Idx))
|
 | bool | CheckMutatorVoteCount (int Idx))
|
 | bool | CheckTotalGameVoteCount ()))
|
 | bool | CheckTotalMapVoteCount ()))
|
 | bool | CountdownInProgress ()))
|
 | | EndState (name NextStateName)) GameVoteRound |
 | | EndState (name NextStateName)) MainVoteRound |
 | | EndVoteCountdown ()
|
 | | EndVoteCountdown ())) GameVoteRound |
 | | EndVoteCountdown ())) MainVoteRound |
 | int | FindBestGame ()))
|
 | int | FindBestMap ()))
|
 | int | FindWithinMutatorVotes (string MutatorClass))
|
 | | ForceRestartGame ()))
|
 | bool | GetGameVoteInfo (byte Index, out string GameName, out byte NumVotes))
|
 | int | GetMapIndex (int MapID)
|
 | bool | GetMutVoteInfo (byte Index, out string MutClass, out string MutName, out byte NumVotes, out byte bIsActive))
|
 | int | GetTotalVoteDuration (optional bool bEndGameVote=bInEndGameVote))
|
 | string | GetWinningMap ()))
|
 | | HandleKickVoteSpam (UTVoteReplicationInfo SpammerVRI))
|
 | | Initialize (array<string> MapList))
|
 | | InitializeVoting ()))
|
 | | KickVotePassed (int WinIdx))
|
 | bool | MapVoteInProgress ()
|
 | | MapVotePassed (int WinIdx))
|
 | | ModifyOptions (out string CurOptions))
|
 | | NotifyAllPlayersVoted ()
|
 | | NotifyAllPlayersVoted ())) GameVoteRound |
 | | NotifyAllPlayersVoted ())) MainVoteRound |
 | | NotifyBecomeActivePlayer (UTPlayerController Player))
|
 | | NotifyBecomeSpectator (UTPlayerController Player))
|
 | | NotifyEndGameVote ()))
|
 | | NotifyPlayerExiting (UTPlayerController Player))
|
 | | NotifyPlayerJoined (UTPlayerController Player))
|
 | | NotifyRestartGame ()))
|
 | | RemoveAllKickVotesFor (int PlayerID))
|
 | | RemoveAllVRIVotes (UTVoteReplicationInfo VRI))
|
 | | RemoveGameVote (UTVoteReplicationInfo VRI))
|
 | | RemoveKickVote (UTVoteReplicationInfo VRI, int KickID))
|
 | | RemoveMapVote (UTVoteReplicationInfo VRI))
|
 | | RemoveMutatorVote (UTVoteReplicationInfo VRI, byte MutIdx))
|
 | | RemoveVoteFor (out int CurrentVoteID)
|
 | | TimesUp ()
|
 | | TriggerVoteMenu ()))
|
 | | UpdateGameVoteStatus (byte GameVoteIdx, optional bool bBroadcastVote, optional PlayerReplicationInfo VotePRI))
|
 | | UpdateKickVoteStatus (byte KickVoteIdx))
|
 | | UpdateMapVoteStatus (byte MapVoteIdx, optional bool bBroadcastVote, optional PlayerReplicationInfo VotePRI))
|
 | | UpdateMutVoteStatus (byte MutVoteIdx))
|
Inherited Functions from Engine.Actor |
ActivateEventClass, AllActors, AllOwnedComponents, Attach, AttachComponent, AutonomousPhysics, BaseChange, BasedActors, BecomeViewTarget, BeginAnimControl, BroadcastLocalizedMessage, BroadcastLocalizedTeamMessage, Bump, CalcCamera, CanSplash, ChartData, CheckForErrors, CheckHitInfo, CheckMaxEffectDistance, ChildActors, ClampRotation, ClearLatentAction, ClearTimer, Clock, CollidingActors, CollisionChanged, ComponentList, ConsoleCommand, ConstraintBrokenNotify, ContainsPoint, CreateAudioComponent, DebugFreezeGame, Destroy, Destroyed, Detach, DetachComponent, DisplayDebug, DoKismetAttachment, DrawDebugBox, DrawDebugCone, DrawDebugCoordinateSystem, DrawDebugCylinder, DrawDebugLine, DrawDebugSphere, DynamicActors, EffectIsRelevant, EncroachedBy, EncroachingOn, EndViewTarget, Falling, FastTrace, FellOutOfWorld, FindActorsOfClass, FindBase, FindEventsOfClass, FindGoodEndView, FindSpot, FinishAnim, FinishAnimControl, FlushPersistentDebugLines, ForceNetRelevant, ForceUpdateComponents, GainedChild, GetActorEyesViewPoint, GetActorFaceFXAsset, GetBaseMost, GetBoundingCylinder, GetComponentsBoundingBox, GetDebugName, GetDestination, GetFaceFXAudioComponent, GetGravityZ, GetHumanReadableName, GetItemName, GetLocalString, GetLocationStringFor, GetPackageGuid, GetPhysicsName, GetTargetLocation, GetTeamNum, GetTerminalVelocity, GetTimerCount, GetTimerRate, GetURLMap, GetUTFlag, HealDamage, HitWall, HurtRadius, InterpolationChanged, InterpolationFinished, InterpolationStarted, IsActorPlayingFaceFXAnim, IsBasedOn, IsInPain, IsInVolume, IsOverlapping, IsOwnedBy, IsPlayerOwned, IsStationary, IsTimerActive, KilledBy, Landed, LocalPlayerControllers, LostChild, MakeNoise, MatchStarting, ModifyHearSoundComponent, Move, MoveSmooth, MovingWhichWay, NativePostRenderFor, NotifyLocalPlayerTeamReceived, NotifySkelControlBeyondLimit, OnAnimEnd, OnAnimPlay, OnAttachToActor, OnCauseDamage, OnChangeCollision, OnDestroy, OnHealDamage, OnMakeNoise, OnRanOver, OnSetBlockRigidBody, OnSetPhysics, OnTeleport, OnToggleHidden, OutsideWorldBounds, OverlappingActors, OverRotated, PawnBaseDied, PhysicsVolumeChange, PickedUpBy, PlayActorFaceFXAnim, PlayerCanSeeMe, PlaySound, PlayTeleportEffect, PointCheckComponent, PostBeginPlay, PostInitAnimTree, PostRenderFor, PostTeleport, PostTouch, PreBeginPlay, PreTeleport, RanInto, ReplaceText, ReplicatedEvent, Reset, RigidBodyCollision, RootMotionExtracted, RootMotionModeChanged, ScriptGetTeamNum, SetAnimPosition, SetAnimWeights, SetBase, SetCollision, SetCollisionSize, SetDrawScale, SetDrawScale3D, SetForcedInitialReplicatedProperty, SetGRI, SetHardAttach, SetHidden, SetHUDLocation, SetInitialState, SetLocation, SetMorphWeight, SetNetUpdateTime, SetOnlyOwnerSee, SetOwner, SetPhysics, SetRelativeLocation, SetRelativeRotation, SetRotation, SetSkelControlScale, SetTickGroup, SetTimer, SetZone, ShutDown, Sleep, Spawn, SpawnedByKismet, SpecialHandling, StopActorFaceFXAnim, StopsProjectile, SuggestTossVelocity, TakeDamage, TakeRadiusDamage, Tick, Timer, TimeSince, TornOff, Touch, TouchingActors, Trace, TraceActors, TraceComponent, TriggerEventClass, UnClock, UnTouch, UsedBy, VisibleActors, VisibleCollidingActors |
var int ActiveGameProfileIdx;
var globalconfig bool bAllowGameVoting;
var globalconfig bool bAllowKickVoting;
var globalconfig bool bAllowMapVoting;
var globalconfig bool bAllowMutatorVoting;
var globalconfig bool bAnonymousKickVoting;
var bool bGameVotingActive;
var bool bInEndGameVote;
var bool bInMidGameVote;
var bool bKickVotingActive;
var bool bMapVotingActive;
var globalconfig bool bMidGameVoting;
var bool bMutatorVotingActive;
var bool bUpdateActiveMapList;
var bool bVoteDecided;
var bool bVotingAllowed;
var int ForcedGameVoteIdx;
var int ForcedMapVoteIdx;
var array<int> ForcedOffMutVotes;
var array<int> ForcedOnMutVotes;
var int ForceEnableMapIdx;
var globalconfig int GameVoteDuration;
var globalconfig int InitialVoteDelay;
InitialVoteTransferTime Source code
var globalconfig int InitialVoteTransferTime;
var globalconfig int KickVotePercentage;
var globalconfig int MapVoteDuration;
var globalconfig int MidGameVotePercentage;
var globalconfig int MinKickVotes;
var globalconfig int MinMidGameVotes;
var globalconfig int MutatorVotePercentage;
var string PendingGameClass;
var globalconfig int RushVoteTransferTime;
var int WinningIndex;
struct
KickVoteInfo
{
var byte NumVotes;
var int PlayerID;
};
struct
MapVoteInfo
{
var string Map;
var int MapID;
var byte NoVotes;
};
struct
MutatorVoteInfo
{
var bool bIsActive;
var byte MutIdx;
var byte NumVotes;
var int ProviderIdx;
};
function string AddDefaultOptions ( string CurOptions) )
function int AddVoteFor ( out int CurrentVoteID )
AttachVoteReplicationInfo Source code
function BeginMidGameMapVote ( optional int CurWinIndex )
BeginState GameVoteRound Source code
function BeginState ( name PreviousStateName) )
BeginState MainVoteRound Source code
function BeginState ( name PreviousStateName) )
function BeginVoteCountdown ( optional bool bInCountdown )
BeginVoteCountdown GameVoteRound Source code
function BeginVoteCountdown ( optional bool bInCountdown) )
BeginVoteCountdown MainVoteRound Source code
function BeginVoteCountdown ( optional bool bInCountdown) )
function BroadcastVoteChange ( int MapID, byte VoteCount )
function bool CheckGameVoteCount ( byte Idx) )
function bool CheckKickVoteCount ( int Idx) )
function bool CheckMapVoteCount ( int Idx) )
function bool CheckMutatorVoteCount ( int Idx) )
CheckTotalGameVoteCount Source code
function bool CheckTotalGameVoteCount ( ) )
CheckTotalMapVoteCount Source code
function bool CheckTotalMapVoteCount ( ) )
function bool CountdownInProgress ( ) )
EndState GameVoteRound Source code
function EndState ( name NextStateName) )
EndState MainVoteRound Source code
function EndState ( name NextStateName) )
function EndVoteCountdown ( )
EndVoteCountdown GameVoteRound Source code
function EndVoteCountdown ( ) )
EndVoteCountdown MainVoteRound Source code
function EndVoteCountdown ( ) )
function int FindBestGame ( ) )
function int FindBestMap ( ) )
FindWithinMutatorVotes Source code
final function int FindWithinMutatorVotes ( string MutatorClass) )
function ForceRestartGame ( ) )
final function bool GetGameVoteInfo ( byte Index, out string GameName, out byte NumVotes) )
native function int GetMapIndex ( int MapID )
final function bool GetMutVoteInfo ( byte Index, out string MutClass, out string MutName, out byte NumVotes, out byte bIsActive) )
function int GetTotalVoteDuration ( optional bool bEndGameVote=bInEndGameVote) )
function string GetWinningMap ( ) )
function Initialize ( array<string> MapList) )
function InitializeVoting ( ) )
function KickVotePassed ( int WinIdx) )
function bool MapVoteInProgress ( )
function MapVotePassed ( int WinIdx) )
function ModifyOptions ( out string CurOptions) )
function NotifyAllPlayersVoted ( )
NotifyAllPlayersVoted GameVoteRound Source code
function NotifyAllPlayersVoted ( ) )
NotifyAllPlayersVoted MainVoteRound Source code
function NotifyAllPlayersVoted ( ) )
NotifyBecomeActivePlayer Source code
function NotifyEndGameVote ( ) )
function NotifyRestartGame ( ) )
function RemoveAllKickVotesFor ( int PlayerID) )
function RemoveVoteFor ( out int CurrentVoteID )
function TimesUp ( )
function TriggerVoteMenu ( ) )
function UpdateGameVoteStatus (
byte GameVoteIdx, optional
bool bBroadcastVote, optional
PlayerReplicationInfo VotePRI) )
function UpdateKickVoteStatus ( byte KickVoteIdx) )
function UpdateMapVoteStatus (
byte MapVoteIdx, optional
bool bBroadcastVote, optional
PlayerReplicationInfo VotePRI) )
function UpdateMutVoteStatus ( byte MutVoteIdx) )
defaultproperties
{
bMidGameVoting=True
bAllowMapVoting=True
bAnonymousKickVoting=True
MidGameVotePercentage=51
MinMidGameVotes=2
GameVoteDuration=15
MapVoteDuration=30
VotableMutators(0)=(mutClass="UTGame.UTMutator_BigHead")
VotableMutators(1)=(mutClass="UTGame.UTMutator_FriendlyFire")
VotableMutators(2)=(mutClass="UTGame.UTMutator_Handicap")
VotableMutators(3)=(mutClass="UTGame.UTMutator_Instagib")
VotableMutators(4)=(mutClass="UTGame.UTMutator_LowGrav")
VotableMutators(5)=(mutClass="UTGame.UTMutator_NoHoverboard")
VotableMutators(6)=(mutClass="UTGame.UTMutator_NoOrbs")
VotableMutators(7)=(mutClass="UTGame.UTMutator_NoPowerups")
VotableMutators(8)=(mutClass="UTGame.UTMutator_NoTranslocator")
VotableMutators(9)=(mutClass="UTGame.UTMutator_Slomo")
VotableMutators(10)=(mutClass="UTGame.UTMutator_SpeedFreak")
VotableMutators(11)=(mutClass="UTGame.UTMutator_SuperBerserk")
VotableMutators(12)=(mutClass="UTGame.UTMutator_Survival")
VotableMutators(13)=(mutClass="UTGame.UTMutator_Hero")
VotableMutators(14)=(mutClass="UTGame.UTMutator_WeaponsRespawn")
MutatorVotePercentage=51
MinKickVotes=3
KickVotePercentage=51
InitialVoteDelay=30
InitialVoteTransferTime=12
RushVoteTransferTime=3
VRIClass=Class'UTGame.UTVoteReplicationInfo'
ForceEnableMapIdx=-1
ForcedGameVoteIdx=-1
ForcedMapVoteIdx=-1
WinningIndex=-1
Begin Object Class=SpriteComponent Name=Sprite ObjName=Sprite Archetype=SpriteComponent'Engine.Default__Info:Sprite'
ObjectArchetype=SpriteComponent'Engine.Default__Info:Sprite'
End Object
Components(0)=Sprite
CollisionType=COLLIDE_CustomDefault
Name="Default__UTVoteCollector"
ObjectArchetype=Info'Engine.Default__Info'
}
|
Creation time: sk 18-3-2018 10:01:01.671 - Created with
UnCodeX