Always snap to grid
UE2:GameProfile (UT2003)
Object >> GameProfile |
Contents
- 1 Constants
- 2 Properties
- 2.1 Property group 'GameProfile'
- 2.2 Internal variables
- 2.2.1 bInLadderGame
- 2.2.2 bWonMatch
- 2.2.3 ChampBorderObject
- 2.2.4 CurrentLadder
- 2.2.5 CurrentMenuRung
- 2.2.6 EnemyTeam
- 2.2.7 GameLadder
- 2.2.8 GameLadderName
- 2.2.9 LadderRung
- 2.2.10 NextMatchObject
- 2.2.11 PlayerCharacter
- 2.2.12 PlayerLineup
- 2.2.13 PlayerName
- 2.2.14 PlayerPositions
- 2.2.15 PositionName
- 2.2.16 SalaryCap
- 2.2.17 SpecialEvent
- 2.2.18 TeamName
- 2.2.19 TeamSymbolName
- 3 Enums
- 4 Functions
- 4.1 Static functions
- 4.2 Instance functions
- 4.2.1 AddTeammate
- 4.2.2 CheatJumpMatch
- 4.2.3 CheatSkipMatch
- 4.2.4 ClearTeammates
- 4.2.5 ContinueSinglePlayerGame
- 4.2.6 FindFirstUnfinishedLadder
- 4.2.7 GetMatchDescription
- 4.2.8 GetMatchInfo
- 4.2.9 GetNumTeammatesForMatch
- 4.2.10 GetPositionDescription
- 4.2.11 Initialize
- 4.2.12 RegisterGame
- 4.2.13 ReleaseTeammate
- 4.2.14 SetLineup
- 4.2.15 SetPosition
- 4.2.16 StartNewMatch
- Package:
- Engine
- Direct subclass:
- UT2003GameProfile
- This class in other games:
- UT2004
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. |
null
Constants[edit]
NUM_POSITIONS[edit]
Value: 5
TEAM_SIZE[edit]
Value: 7
LINEUP_SIZE[edit]
Value: 4
NUM_LADDERS[edit]
Value: 6
Properties[edit]
Property group 'GameProfile'[edit]
BaseDifficulty[edit]
Type: float
configured at start of single player
Default value: 1.0
Deaths[edit]
Type: int
Difficulty[edit]
Type: float
Goals[edit]
Type: int
Kills[edit]
Type: int
ManifestIndex[edit]
Type: int
Matches[edit]
Type: int
PackageName[edit]
Type: string
Default value: "Default"
PlayerTeam[edit]
Player team members
Default value: "TeamName"
Wins[edit]
Type: int
Internal variables[edit]
bInLadderGame[edit]
Type: bool
bWonMatch[edit]
Type: bool
ChampBorderObject[edit]
Type: Object
Modifiers: transient
CurrentLadder[edit]
Type: int
CurrentMenuRung[edit]
Type: int
Modifiers: transient
set by menu system, used for starting a match, in LadderInfo. if -1, use next match in order
EnemyTeam[edit]
Type: string
Opponent team name for pending/current match
GameLadder[edit]
Type: class<LadderInfo>
GameLadderName[edit]
Type: string
Default value: "Engine.LadderInfo"
LadderRung[edit]
Type: int
Array size: 6
Default value, index 1: -1
Default value, index 2: -1
Default value, index 3: -1
Default value, index 4: -1
Default value, index 5: -1
NextMatchObject[edit]
Type: Object
Modifiers: transient
Used by GUI SP Pages for holding the Button for Next Match
PlayerCharacter[edit]
Type: string
Default value: "Gorge"
PlayerLineup[edit]
Type: int
Array size: 4
Lineup for current match. Stores index into PlayerTeam array.
Default value, index 1: 1
Default value, index 2: 2
Default value, index 3: 3
PlayerName[edit]
Type: string
Default value: "Name"
PlayerPositions[edit]
Type: EPlayerPos
Array size: 7
only need positions for AI team, so 7 max
PositionName[edit]
Type: string
Array size: 5
Modifiers: localized
text names of these positions
Default value, index 0: "AUTO-ASSIGN"
Default value, index 1: "DEFENSE"
Default value, index 2: "OFFENSE"
Default value, index 3: "ROAM"
Default value, index 4: "SUPPORT"
SalaryCap[edit]
Type: int
SpecialEvent[edit]
Type: string
TeamName[edit]
Type: string
Player team name
TeamSymbolName[edit]
Type: string
name of team symbol
Enums[edit]
EPlayerPos[edit]
- POS_Auto
- POS_Defense
- POS_Offense
- POS_Roam
- POS_Supporting