The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:U2PlayerReplicationInfo (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09: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 >> PlayerReplicationInfo >> U2PlayerReplicationInfo
Package: 
U2

null

Properties[edit]

Property group 'U2PlayerReplicationInfo'[edit]

bSimulateBlood[edit]

Type: bool

Modifiers: config


Default value: True

bSimulateProjectileImpacts[edit]

Type: bool

Modifiers: config


Default value: True

bSimulateProjectiles[edit]

Type: bool

Modifiers: config


bSimulateWallImpacts[edit]

Type: bool

Modifiers: config


Default value: True

Functions[edit]

Events[edit]

PostBeginPlay[edit]

simulated event PostBeginPlay ()

Overrides: PlayerReplicationInfo.PostBeginPlay


Other instance functions[edit]

ServerSetValues[edit]

function ServerSetValues (bool InbSimulateBlood, bool InbSimulateWallImpacts, bool InbSimulateProjectiles, bool InbSimulateProjectileImpacts)


SetValues[edit]

simulated function SetValues (bool InbSimulateBlood, bool InbSimulateWallImpacts, bool InbSimulateProjectiles, bool InbSimulateProjectileImpacts)