I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE3:UTDecoy (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10: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 >> Projectile >> UTProjectile >> UTDecoy
Package: 
UTGameContent
This class in other games:
UDK

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

Properties[edit]

DecoyRange[edit]

Type: float

Max distance a missile can be to be affected

Default value: 2048.0

ProtectedTarget[edit]

Type: UTVehicle_Cicada_Content

Protect this vehicle

Default values[edit]

Property Value
bBounce True
Damage 50.0
DamageRadius 250.0
LifeSpan 5.0
MaxSpeed 1500.0
MomentumTransfer 10000.0
Physics PHYS_Falling
ProjExplosionTemplate ParticleSystem'VH_Cicada.Effects.P_VH_Cicada_Decoy_Explo'
ProjFlightTemplate ParticleSystem'VH_Cicada.Effects.P_VH_Cicada_DecoyFlare'
Speed 1000.0

Subobjects[edit]

CollisionCylinder[edit]

Class: Engine.CylinderComponent

Inherits from: UTProjectile.CollisionCylinder

No new values.

Functions[edit]

Events[edit]

Destroyed[edit]

simulated event Destroyed ()

Overrides: UTProjectile.Destroyed


Landed[edit]

simulated event Landed (Object.Vector HitNormal, Actor FloorActor)

Overrides: UTProjectile.Landed

Explode when the projectile comes to rest on the floor. It's called from the native physics processing functions. By default, when we hit the floor, we just explode.

Other instance functions[edit]

CheckRange[edit]

function bool CheckRange (Actor Aggressor)