I love the smell of UnrealEd crashing in the morning. – tarquin
User:Crusha/DynamicWeather/DWParents
From Unreal Wiki, The Unreal Engine Documentation Site
Abstract parent classes to group the DynamicWeather actors.
DWParent
- Package:
- DWeather
- Known custom subclasses:
- Crusha/DynamicWeather, Crusha/DynamicWeather/DWAmbientMonster, Crusha/DynamicWeather/DWEarthquake, Crusha/DynamicWeather/DWFire, Crusha/DynamicWeather/DWHail, Crusha/DynamicWeather/DWLightning, Crusha/DynamicWeather/DWMapInfo, Crusha/DynamicWeather/DWMeteor, Crusha/DynamicWeather/DWTwister
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. |
DWParent: Parent Class of Dynamic Weather Actor Contains all the necessary functions for the children... bless 'em By Mark 'MarZer' Gillard,
Props to DJPaul, Wormbo, Joe Birney and the CUT2 team, Shambler for assisting me with my coding-n00bness!
Properties
bIsEffectedByWind
Type: bool
Damage
Type: float
DamageRadius
Type: float
KickUpSpeed
Type: float
MyDamageType
Type: class<DamageType>
Default value: Class'DWeather.DamTypeNature'
Default values
Property | Value |
---|---|
bAlwaysRelevant | True |
bHidden | True |
RemoteRole | ROLE_SimulatedProxy |
Structs
ColourRange
- Object.Color Max
- Object.Color Min
IntRange
SRange
Instance functions
Charge
ColourMap
simulated function Object.Vector ColourMap (Object.Vector rgb)
CosWave
DamageObject
HasRespawnProtection
IsMovable
IsVisible
RandomColour
ReturnFadeColour
simulated function Object.Color ReturnFadeColour (Object.Color MinColour, Object.Color MaxColour, float X, float T, bool Inverse)
RGBToHLS
simulated function RGBToHLS (Object.Color InRGB, out byte Hue, out byte Luminance, out byte Saturation)
SuckInActors
UpdateWind
simulated function UpdateWind (Object.Vector Wind)
Operators
color / float
int : int
color Mix color
DWLightParent
- Package:
- DWeather
- Known custom subclasses:
- Crusha/DynamicWeather, Crusha/DynamicWeather/DWLights
DWLightParent: Parent Class of Dynamic Weather Lights
By Mark 'MarZer' Gillard
Default values
Property | Value |
---|---|
bDynamicLight | True |
LightCone | 128 |
LightPeriod | 32 |
LightRadius | 150.0 |
LightType | LT_Steady |
Texture | Texture'DWeather-tex.Icons.DWLight' |
DWEmitter
- Package:
- DWeather
- Known custom subclasses:
- Crusha/DynamicWeather, Crusha/DynamicWeather/DWLightning
Just for grouping purpose.