Gah - a solution with more questions. – EntropicLqd
Difference between revisions of "UE3:UTGameReplicationInfo (UT3)"
m (1 revision) |
m (added missing members) |
||
(One intermediate revision by the same user not shown) | |||
Line 15: | Line 15: | ||
Which input types are allowed for this game * | Which input types are allowed for this game * | ||
+ | |||
+ | ====bAlwaysLoadCustomCharacters==== | ||
+ | '''Type:''' [[bool]] | ||
+ | |||
+ | '''[[Variables#Modifiers|Modifiers]]:''' globalconfig | ||
+ | |||
+ | forces custom characters to always load, even after the match has started | ||
====bAnnouncementsDisabled==== | ====bAnnouncementsDisabled==== | ||
Line 32: | Line 39: | ||
forces other players to be viewed on this machine with the default character | forces other players to be viewed on this machine with the default character | ||
+ | |||
+ | ====bHeroesAllowed==== | ||
+ | '''Type:''' [[bool]] | ||
+ | |||
+ | Whether or not heroes are allowed in the game | ||
====BotDifficulty==== | ====BotDifficulty==== | ||
Line 88: | Line 100: | ||
<!-- enter variable description --> | <!-- enter variable description --> | ||
+ | |||
+ | ====IsPlayersVsBots==== | ||
+ | '''Type:''' [[int]] | ||
+ | |||
+ | If set, players are all on one team vs bots - made an int for replication compatibility | ||
====LastUsedMidgameTab==== | ====LastUsedMidgameTab==== | ||
Line 102: | Line 119: | ||
'''Type:''' [[int]] | '''Type:''' [[int]] | ||
− | + | ********** Map Voting ********** | |
'''Default value:''' -1 | '''Default value:''' -1 | ||
Line 110: | Line 127: | ||
<!-- enter variable description --> | <!-- enter variable description --> | ||
+ | |||
+ | ====ModClientSettingsScene==== | ||
+ | '''Type:''' [[string]] | ||
+ | |||
+ | NOTE: This is replicated, instead of being retrieved clientside, so that clients can't change the loaded scene through .ini editing | ||
====MutatorList==== | ====MutatorList==== | ||
Line 164: | Line 186: | ||
<!-- enter variable description --> | <!-- enter variable description --> | ||
+ | |||
+ | ====VoteRoundTimeCounter==== | ||
+ | '''Type:''' [[int]] | ||
+ | |||
+ | <!-- enter variable description --> | ||
+ | |||
+ | '''Default value:''' -1 | ||
+ | |||
+ | ====VoteRoundTimeModified==== | ||
+ | '''Type:''' [[int]] | ||
+ | |||
+ | '''[[Variables#Modifiers|Modifiers]]:''' repnotify | ||
+ | |||
+ | <!-- enter variable description --> | ||
+ | |||
+ | ====VoteRoundTimeRemaining==== | ||
+ | '''Type:''' [[int]] | ||
+ | |||
+ | '''[[Variables#Modifiers|Modifiers]]:''' repnotify | ||
+ | |||
+ | <!-- enter variable description --> | ||
+ | |||
+ | '''Default value:''' -1 | ||
====WeaponBerserk==== | ====WeaponBerserk==== |
Latest revision as of 03:52, 16 August 2009
Object >> Actor >> Info >> ReplicationInfo >> GameReplicationInfo >> UTGameReplicationInfo |
Contents
- 1 Properties
- 1.1 bAllowKeyboardAndMouse
- 1.2 bAlwaysLoadCustomCharacters
- 1.3 bAnnouncementsDisabled
- 1.4 bConsoleServer
- 1.5 bForceDefaultCharacter
- 1.6 bHeroesAllowed
- 1.7 BotDifficulty
- 1.8 bProcessedInitialCharacters
- 1.9 bRequireReady
- 1.10 bShowMenuOnDeath
- 1.11 bShowMOTD
- 1.12 bStoryMode
- 1.13 bWarmupRound
- 1.14 CharStatus
- 1.15 CurrentMidGameMenu
- 1.16 FlagState
- 1.17 IsPlayersVsBots
- 1.18 LastUsedMidgameTab
- 1.19 LocalPCsLeftToProcess
- 1.20 MapVoteTimeRemaining
- 1.21 MinNetPlayers
- 1.22 ModClientSettingsScene
- 1.23 MutatorList
- 1.24 RulesString
- 1.25 ScoreboardScene
- 1.26 SinglePlayerBotNames
- 1.27 SinglePlayerMissionID
- 1.28 StartCreateCharTime
- 1.29 TotalPlayersSetToProcess
- 1.30 VehicleWeaponEffects
- 1.31 VoteRoundTimeCounter
- 1.32 VoteRoundTimeModified
- 1.33 VoteRoundTimeRemaining
- 1.34 WeaponBerserk
- 1.35 WeaponOverlays
- 1.36 Default values
- 2 Enums
- 3 Structs
- 4 Functions
- Package:
- UTGame
- Direct subclasses:
- UTMissionGRI, UTOnslaughtGRI, UTBetrayalGRI
- This class in other games:
- UDK
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. |
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Properties[edit]
bAllowKeyboardAndMouse[edit]
Type: bool
Which input types are allowed for this game *
bAlwaysLoadCustomCharacters[edit]
Type: bool
Modifiers: globalconfig
forces custom characters to always load, even after the match has started
bAnnouncementsDisabled[edit]
Type: bool
set by level Kismet to disable announcements during tutorials/cinematics/etc
bConsoleServer[edit]
Type: bool
whether the server is a console so we need to make adjustments to sync up
bForceDefaultCharacter[edit]
Type: bool
Modifiers: globalconfig
forces other players to be viewed on this machine with the default character
bHeroesAllowed[edit]
Type: bool
Whether or not heroes are allowed in the game
BotDifficulty[edit]
Type: int
for bPlayersVsBots
Default value: -1
bProcessedInitialCharacters[edit]
Type: bool
whether we have processed all the custom characters for players that were initially in the game (clientside flag)
bRequireReady[edit]
Type: bool
bShowMenuOnDeath[edit]
Type: bool
bShowMOTD[edit]
Type: bool
Modifiers: repnotify
bStoryMode[edit]
Type: bool
If this is set, the game is running in story mode
bWarmupRound[edit]
Type: bool
Amount of Warmup Time Remaining
CharStatus[edit]
Type: array<CreateCharStatus>
CurrentMidGameMenu[edit]
Type: UTUIScene_MidGameMenu
Holds the current Mid Game Menu Scene
FlagState[edit]
Type: EFlagState
Array size: 2
IsPlayersVsBots[edit]
Type: int
If set, players are all on one team vs bots - made an int for replication compatibility
LastUsedMidgameTab[edit]
Type: name
LocalPCsLeftToProcess[edit]
Type: array<PlayerController>
Array of local players that have not been processed yet.
MapVoteTimeRemaining[edit]
Type: int
-
-
-
-
-
-
-
-
-
- Map Voting **********
-
-
-
-
-
-
-
-
Default value: -1
MinNetPlayers[edit]
Type: int
ModClientSettingsScene[edit]
Type: string
NOTE: This is replicated, instead of being retrieved clientside, so that clients can't change the loaded scene through .ini editing
MutatorList[edit]
Type: string
Modifiers: databinding
RulesString[edit]
Type: string
Modifiers: databinding
ScoreboardScene[edit]
Type: UTUIScene_Scoreboard
We hold a reference to the live scoreboard to adapt for split screen
SinglePlayerBotNames[edit]
Type: string
Array size: 4
Default value, index 0: "Reaper"
Default value, index 1: "Othello"
Default value, index 2: "Bishop"
Default value, index 3: "Jester"
SinglePlayerMissionID[edit]
Type: int
Holds the Mission index of the current mission
StartCreateCharTime[edit]
Type: float
TotalPlayersSetToProcess[edit]
Type: int
Total number of players set to be processed so far.
VehicleWeaponEffects[edit]
Type: array<MeshEffect>
VoteRoundTimeCounter[edit]
Type: int
Default value: -1
VoteRoundTimeModified[edit]
Type: int
Modifiers: repnotify
VoteRoundTimeRemaining[edit]
Type: int
Modifiers: repnotify
Default value: -1
WeaponBerserk[edit]
Type: float
Default value: 1.0
WeaponOverlays[edit]
Type: array<MaterialInterface>
weapon overlays that are available in this map - figured out in PostBeginPlay() from UTPowerupPickupFactories in the level each entry in the array represents a bit in UTPawn's WeaponOverlayFlags property
See: UTWeapon::SetWeaponOverlayFlags() for how this is used
Default values[edit]
Property | Value |
---|---|
TickGroup | TG_PreAsyncWork |
Enums[edit]
EFlagState[edit]
- FLAG_Home
- FLAG_HeldFriendly
- FLAG_HeldEnemy
- FLAG_Down
Structs[edit]
CreateCharStatus[edit]
Modifiers: native
- UTCustomChar_Data.CustomCharMergeState MergeState
- UTCharFamilyAssetStore AssetStore
- UTCharFamilyAssetStore ArmAssetStore
- UTPlayerReplicationInfo PRI
- float StartMergeTime
- bool bOtherTeamSkin
- bool bNeedsArms
- bool bForceFallbackArms
MeshEffect[edit]
Modifiers: native
vehicle weapon effects available in this map - works exactly like WeaponOverlays, except these are meshes that get attached to the vehicle mesh when the corresponding bit is set on the driver's WeaponOverlayFlags
- StaticMesh Mesh
- mesh for the effect
- MaterialInterface Material
- material for the effect
Functions[edit]
Native functions[edit]
SetNoStreamWorldTextureForFrames[edit]
Function that disables streaming of world textures for NumFrames.
Events[edit]
Destroyed[edit]
Overrides: GameReplicationInfo.Destroyed
Called when this actor is destroyed
PostBeginPlay[edit]
Overrides: GameReplicationInfo.PostBeginPlay
ReplicatedEvent[edit]
Overrides: GameReplicationInfo.ReplicatedEvent
Timer[edit]
Overrides: GameReplicationInfo.Timer