Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE2:U2GameReplicationInfo (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:10, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
U2XMP Object >> Actor >> Info >> ReplicationInfo >> GameReplicationInfo >> U2GameReplicationInfo
Package: 
U2
Direct subclass:
U2CTFReplicationInfo

U2GameReplicationInfo.uc $Author: Mfox $ $Date: 9/13/02 11:01a $ $Revision: 5 $

Properties[edit]

AttackString[edit]

Type: string

Modifiers: localized


Default value: "attacking"

DefendString[edit]

Type: string

Modifiers: localized


Default value: "defending"

FreelanceString[edit]

Type: string

Modifiers: localized


Default value: "freelancing"

GoalScore[edit]

Type: int

set by U2DeathMatch, used client-side for score boards

HoldString[edit]

Type: string

Modifiers: localized


Default value: "holding"

HumanString[edit]

Type: string

Modifiers: localized


Default value: "*Human*"

SupportString[edit]

Type: string

Modifiers: localized


Default value: "supporting"

SupportStringTrailer[edit]

Type: string

Modifiers: localized


Teams[edit]

Type: U2TeamInfo

Array size: 4

Modifiers: protected

set by U2TeamGame, used client-side for team score boards

TimeLimit[edit]

Type: int

set by U2DeathMatch, used client-side for score boards

Functions[edit]

Events[edit]

Replication[edit]

event Replication ()

Overrides: GameReplicationInfo.Replication


Other instance functions[edit]

SetTeam[edit]

function SetTeam (int Index, U2TeamInfo Team)