Cogito, ergo sum

UE2:Decoration (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
U2XMP Object >> Actor >> Decoration

Contents

Package: 
Engine
Direct subclasses:
AnimTest, ScaledSprite, U2CTFFlag, U2Decoration, U2m1, Watertube
This class in other games:
RTNP, U1, U2, UE2Runtime, UT, UT2003, UT2004

Decoration.

[edit] Properties

[edit] Property group 'Decoration'

[edit] bCanStickIntoWalls

Type: bool

NEW (mib) let some decorations slide down walls

[edit] bDamageable

Type: bool


[edit] bPushable

Type: bool


[edit] contents

Type: class<Inventory>

spawned when destroyed

[edit] ContentTag

Type: name

NEW: Tag to use for contents spawned by this decoration.

[edit] EffectWhenDestroyed

Type: class<Actor>


[edit] EndPushSound

Type: Sound


[edit] FragSkin

Type: Texture

skin to use for fragments

[edit] FragType

Type: class<Fragment>

type of fragment to use

[edit] Health

Type: int


[edit] NumFrags

Type: int

number of fragments to spawn when destroyed

[edit] PushSound

Type: Sound


[edit] SplashTime

Type: float


[edit] Internal variables

[edit] bPushSoundPlaying

Type: bool


[edit] bSplash

Type: bool


[edit] FragMomentum

Type: Object.Vector

momentum to be imparted to frags when destroyed

[edit] numLandings

Type: int

Modifiers: const

Used by engine physics.

[edit] Default values

Property Value
bOrientOnSlope True
bStasis True
bStatic True
DrawType DT_Mesh
NetUpdateFrequency 10.0

[edit] Functions

[edit] Events

[edit] BaseChange

singular event BaseChange ()

Overrides: Actor.BaseChange


[edit] Bump

event Bump (Actor Other)

Overrides: Actor.Bump


[edit] Destroyed

simulated event Destroyed ()

Overrides: Actor.Destroyed


[edit] HitWall

event HitWall (Object.Vector HitNormal, Actor Wall)

Overrides: Actor.HitWall


[edit] Landed

event Landed (Object.Vector HitNormal)

Overrides: Actor.Landed


[edit] PhysicsVolumeChange

singular event PhysicsVolumeChange (PhysicsVolume NewVolume)

Overrides: Actor.PhysicsVolumeChange


[edit] Timer

event Timer ()

Overrides: Actor.Timer


[edit] Other instance functions

[edit] CanSplash

function bool CanSplash ()

Overrides: Actor.CanSplash


[edit] Drop

function Drop (Object.Vector newVel)


[edit] TakeDamage

function TakeDamage (int NDamage, Pawn instigatedBy, Object.Vector hitlocation, Object.Vector momentum, class<DamageTypedamageType)

Overrides: Actor.TakeDamage


[edit] Trigger

function Trigger (Actor Other, Pawn EventInstigator, optional name EventName)

Overrides: Actor.Trigger


Personal tools