UE2:U2GameReplicationInfo (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
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

AttackString

Type: string

Modifiers: localized


Default value: "attacking"

DefendString

Type: string

Modifiers: localized


Default value: "defending"

FreelanceString

Type: string

Modifiers: localized


Default value: "freelancing"

GoalScore

Type: int

set by U2DeathMatch, used client-side for score boards

HoldString

Type: string

Modifiers: localized


Default value: "holding"

HumanString

Type: string

Modifiers: localized


Default value: "*Human*"

SupportString

Type: string

Modifiers: localized


Default value: "supporting"

SupportStringTrailer

Type: string

Modifiers: localized


Teams

Type: U2TeamInfo

Array size: 4

Modifiers: protected

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

TimeLimit

Type: int

set by U2DeathMatch, used client-side for score boards

Functions

Events

Replication

event Replication ()

Overrides: GameReplicationInfo.Replication


Other instance functions

SetTeam

function SetTeam (int Index, U2TeamInfo Team)