I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE1:Drip (U1)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Decoration >> DripGenerator >> Drip |
- Package:
- UnrealShare
- This class in other games:
- RTNP, UT
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. |
Drip.
Properties
Property group 'Drip'
DripSound
Type: Sound
Default value: Sound'UnrealShare.General.Drip1'
Default values
Property | Value |
---|---|
bCollideWorld | True |
bHidden | False |
CollisionHeight | 0.0 |
CollisionRadius | 0.0 |
DripPause | 0.0 |
DripTexture | None |
DripVariance | 0.0 |
LifeSpan | 5.0 |
Physics | PHYS_Falling |
Skin | Texture'UnrealShare.Jmisc1' |
States
FallingState
Modifiers: auto
FallingState.HitWall
simulated event HitWall (Object.Vector HitNormal, Actor Wall)
Overrides: Actor.HitWall (global)
FallingState.Landed
event Landed (Object.Vector HitNormal)
Overrides: Decoration.Landed (global)
FallingState.touch
singular event touch (Actor Other)
Overrides: Actor.Touch (global)