The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE1:BubbleGenerator (RTNP)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Decoration >> BubbleGenerator |
- Package:
- UnrealShare
- This class in other games:
- U1, 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. |
BubbleGenerator.
Properties[edit]
Property group 'BubbleGenerator'[edit]
NumBubbles[edit]
Type: float
Default value: 15.0
Internal variables[edit]
i[edit]
Type: int
Default values[edit]
Property | Value |
---|---|
bCollideActors | True |
bStatic | False |
CollisionHeight | 64.0 |
CollisionRadius | 64.0 |
DrawScale | 0.5 |
Texture | Texture'UnrealShare.S_bubble1' |
States[edit]
Active[edit]
Modifiers: auto
Active.Timer[edit]
event Timer ()
Overrides: Decoration.Timer (global)
Active.Touch[edit]
event Touch (Actor Other)
Overrides: Actor.Touch (global)
Active.Trigger[edit]
Overrides: Decoration.Trigger (global)
Active.UnTouch[edit]
event UnTouch (Actor Other)
Overrides: Actor.UnTouch (global)