I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
Difference between revisions of "Legacy:SmokeGenerator"
From Unreal Wiki, The Unreal Engine Documentation Site
(added some info) |
|||
Line 1: | Line 1: | ||
− | {{classbox| | + | {{classbox|[[Legacy:Actor|Actor]] >> [[Legacy:Effects (UT)|Effects (UT)]] >> SmokeGenerator}} |
− | {{classbox| | + | {{classbox|[[Legacy:Actor|Actor]] >> [[Legacy:Effects (UT)|Effects (UT)]] >> SmokeGenerator >> ShortSmokeGenerator}} |
− | + | ==SmokeGenerator and ShortSmokeGenerator == | |
− | + | A SmokeGenerator does exactly as it's name suggests. It creates smoke ;)<br /> | |
− | + | ||
− | + | ||
− | ; | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | Using them is very easy. You just need to place the SmokeGenerator where you want the smoke to go, adjust the settings and you're good to go. You do will have to trigger the SmokeGenerator before it will start emitting smoke. Remember that. | |
+ | |||
+ | ==Properties == | ||
+ | ; SmokeDelay : The delay between two puffs (smoke). | ||
+ | ; SizeVariance : How much variance in size the puffs (smoke) may have. | ||
+ | ; BasePuffSize : How big the base size is of the puffs (smoke). | ||
+ | ; TotalNumPuffs : How many puffs does it have to emit, before it stops. | ||
+ | ; RisingVelocity : How fast do the puffs go up. | ||
+ | ; GenerationType : ?? | ||
+ | ; bRepeating : ?? |
Revision as of 11:23, 28 March 2002
Actor >> Effects (UT) >> SmokeGenerator
Actor >> Effects (UT) >> SmokeGenerator >> ShortSmokeGenerator
SmokeGenerator and ShortSmokeGenerator
A SmokeGenerator does exactly as it's name suggests. It creates smoke ;)
Using them is very easy. You just need to place the SmokeGenerator where you want the smoke to go, adjust the settings and you're good to go. You do will have to trigger the SmokeGenerator before it will start emitting smoke. Remember that.
Properties
- SmokeDelay
- The delay between two puffs (smoke).
- SizeVariance
- How much variance in size the puffs (smoke) may have.
- BasePuffSize
- How big the base size is of the puffs (smoke).
- TotalNumPuffs
- How many puffs does it have to emit, before it stops.
- RisingVelocity
- How fast do the puffs go up.
- GenerationType
- ??
- bRepeating
- ??