I don't need to test my programs. I have an error-correcting modem.

UE3:UTBerserk (UT3)

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> Actor >> Inventory >> UTInventory >> UTTimedPowerup >> UTBerserk
Package: 
UTGameContent
This class in other games:
UDK

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Properties

BerserkAmbientSound

Type: SoundCue

ambient sound on the pawn when Berserk is active

Default value: SoundCue'A_Pickups_Powerups.PowerUps.A_Powerup_Berzerk_PowerLoopCue'

BerserkFadingSound

Type: SoundCue

sound played when the Berserk is running out

Default value: SoundCue'A_Pickups_Powerups.PowerUps.A_Powerup_Berzerk_WarningCue'

OverlayMaterialInstance

Type: MaterialInterface

overlay material applied to owner

Default value: Material'PICKUPS.Berserk.M_Berserk_Overlay'

VehicleWeaponEffect

Type: UTGameReplicationInfo.MeshEffect

particle effect played on vehicle weapons

Default value:

Member Value
Material Material'Envy_Effects.Energy.Materials.M_VH_Beserk'
Mesh StaticMesh'Envy_Effects.Mesh.S_VH_Powerups'

Default values

Property Value
bReceiveOwnerEvents True
bRenderOverlays True
DroppedPickupMesh StaticMeshComponent'MeshComponentA'
DroppedPickupParticles UTParticleSystemComponent'BerserkParticles'
HudIndex 1
IconCoords
Member Value
000000,UL
000000,VL
U 744.0
PickupFactoryMesh StaticMeshComponent'MeshComponentA'
PickupMessage "BERSERK!"
PickupSound SoundCue'A_Pickups_Powerups.PowerUps.A_Powerup_Berzerk_PickupCue'
PowerupOverSound SoundCue'A_Pickups_Powerups.PowerUps.A_Powerup_Berzerk_EndCue'
PowerupStatName 'POWERUPTIME_BERSERK'
PP_Scene_HighLights
Member Value
080000,Z
150000,Y
X 0.0

Subobjects

BerserkParticles

Class: UTGame.UTParticleSystemComponent

Property Value
bAutoActivate False
Template ParticleSystem'PICKUPS.Berserk.Effects.P_Pickups_Berserk_Idle'
Translation
Member Value
000000,Y
000000,Z
X 0.0

MeshComponentA

Class: Engine.StaticMeshComponent

Property Value
bCastDynamicShadow False
bForceDirectLightMap True
BlockRigidBody False
bUseAsOccluder False
CachedCullDistance 8000.0
CastShadow False
CollideActors False
CullDistance 8000.0
Materials[0] Material'PICKUPS.Berserk.Materials.M_Pickups_Berserk'
Scale3D
Member Value
700000,Y
700000,Z
X 0.0
StaticMesh StaticMesh'PICKUPS.Berserk.Mesh.S_Pickups_Berserk'
Translation
Member Value
000000,Y
000000,Z
X 0.0

Sprite

Class: Engine.SpriteComponent

Inherits from: UTTimedPowerup.Sprite

No new values.

Functions

Static functions

AddWeaponOverlay

simulated static function AddWeaponOverlay (UTGameReplicationInfo GRI)

Overrides: UTInventory.AddWeaponOverlay

(Description copied from UTInventory.AddWeaponOverlay)
adds weapon overlay material this item uses (if any) to the GRI in the correct spot

See: UTPawn.WeaponOverlayFlags, UTWeapon::SetWeaponOverlayFlags

Events

Destroyed

simulated event Destroyed ()

Overrides: UTInventory.Destroyed


Other instance functions

AdjustPawn

simulated function AdjustPawn (UTPawn P, bool bRemoveBonus)

adds or removes our bonus from the given pawn

ClientGivenTo

reliable client function ClientGivenTo (Pawn NewOwner, bool bDoNotActivate)

Overrides: UTTimedPowerup.ClientGivenTo

(Description copied from Inventory.ClientGivenTo)
This Inventory Item has just been given to this Pawn (owning client only)

Parameters:

  • thisPawn - new Inventory owner
  • bDoNotActivate - If true, this item will not try to activate

GivenTo

function GivenTo (Pawn NewOwner, bool bDoNotActivate)

Overrides: UTTimedPowerup.GivenTo

(Description copied from Inventory.GivenTo)
This Inventory Item has just been given to this Pawn (server only)

Parameters:

  • thisPawn - new Inventory owner
  • bDoNotActivate - If true, this item will not try to activate

ItemRemovedFromInvManager

function ItemRemovedFromInvManager ()

Overrides: Inventory.ItemRemovedFromInvManager

Event called when Item is removed from Inventory Manager. Network: Authority

PlayBerserkFadingSound

function PlayBerserkFadingSound ()

called on a timer to play Berserk ending sound