There is no spoon

UE3:UTInvulnerability (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 >> UTInvulnerability
Package: 
UTGameContent

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

Properties

InvulnerabilityFadingSound

Type: SoundCue

sound played when the Invulnerability is running out

Default value: SoundCue'A_Pickups_Powerups.PowerUps.A_Powerup_Invulnerability_WarningCue'

InvulnerabilitySound

Type: SoundCue

ambient sound

Default value: SoundCue'A_Pickups_Powerups.PowerUps.A_Powerup_Invulnerability_PowerLoopCue'

OverlayMaterialInstance

Type: MaterialInterface

overlay material applied to owner

Default value: Material'PICKUPS.Invulnerability.M_Invulnerability_Overlay'

Default values

Property Value
bReceiveOwnerEvents True
bRenderOverlays True
DroppedPickupMesh StaticMeshComponent'MeshComponentA'
DroppedPickupParticles UTParticleSystemComponent'InvulParticles'
HudIndex 3
IconCoords
Member Value
000000,UL
000000,VL
U 779.0
MaxDesireability 5.0
PickupFactoryMesh StaticMeshComponent'MeshComponentA'
PickupMessage "UNVERWUNDBARKEIT!"
PickupSound SoundCue'A_Pickups_Powerups.PowerUps.A_Powerup_Invulnerability_PickupCue'
PowerupOverSound SoundCue'A_Pickups_Powerups.PowerUps.A_Powerup_Invulnerability_EndCue'
PowerupStatName 'POWERUPTIME_INVULNERABILITY'
PP_Scene_HighLights
Member Value
000000,Z
170000,Y
X 0.0
RespawnTime 120.0

Subobjects

InvulParticles

Class: UTGame.UTParticleSystemComponent

Property Value
bAutoActivate False
Template ParticleSystem'PICKUPS.Invulnerability.Effects.P_Pickups_Invulnerability_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
StaticMesh StaticMesh'PICKUPS.Invulnerability.Mesh.S_Pickups_Invulnerability'
Translation
Member Value
000000,Y
000000,Z
X 0.0

Sprite

Class: Engine.SpriteComponent

Inherits from: UTTimedPowerup.Sprite

No new values.

Instance functions

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

PlayInvulnerabilityFadingSound

function PlayInvulnerabilityFadingSound ()

called on a timer to play Invulnerability ending sound