I'm a doctor, not a mechanic
UE2:DroppedEnergyPickup (U2XMP)
Object >> Actor >> Pickup >> PowerUpPickup >> DroppedEnergyPickup |
Contents
- Package:
- U2
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
DroppedEnergyPickup.uc $Author: Mfox $ $Date: 2/03/03 3:59p $ $Revision: 15 $ Comment: Still needs some work to nail down the effect. This is merely to establish that there is an effect related to EnergyUnit decay.
Constants
DroppedEnergyDestroyedEvent
Value: 'DroppedEnergyDestroyed'
Properties
Property group 'DroppedEnergyPickup'
AmbientBuzzSound
Type: Sound
Default value: Sound'U2A.Powerups.EnergyAmbient'
DecayAmount
Type: float
Decay this many points DecayFrequency seconds
Default value: 1.0
DecayFrequency
Type: float
How often to activate the decay
Default value: 0.5
MaxEnergy
Type: int
Default value: 50
MinEnergy
Type: int
Default value: 15
Internal variables
DefaultVolume
Type: float
Effect
Type: ParticleRadiator
Default value: ParticleRadiator'energy_pickup_fx.ParticleRadiator0'
LastDecayTime
Type: float
P
Type: ParticleRadiator
ParentCarcass
Type: U2Pawn
Default values
Property | Value |
---|---|
bCollideWorld | False |
bHidden | True |
bNoStaticMeshCollide | True |
CollisionHeight | 8.0 |
Description | "Energy Pickup" |
DrawType | DT_StaticMesh |
InventoryType | Class'U2.EnergyPowerUp' |
PickupMessage | "You got an Energy Pickup." |
PickupSound | Sound'U2A.Powerups.EnergyPowerUp' |
SoundRadius | 100.0 |
StaticMesh | StaticMesh'VertexM.Decorations.Xmesh' |
TransferRate | 25 |
Functions
Events
Destroyed
Overrides: Pickup.Destroyed
PostBeginPlay
Overrides: Pickup.PostBeginPlay
Tick
Overrides: Actor.Tick
Other instance functions
CalcRatio
Initialize
NotifyOwner
States
Pickup
Inherits from: PowerUpPickup.Pickup
Modifiers: auto
Pickup.ValidTouch
Overrides: PowerUpPickup.Pickup.ValidTouch