The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE1:Flare (RTNP)
From Unreal Wiki, The Unreal Engine Documentation Site
- 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. |
Flare.
Properties
bDamaged
Type: bool
bFirstTick
Type: bool
f
Type: Flare
X
Type: Object.Vector
Y
Type: Object.Vector
Z
Type: Object.Vector
Default values
Property | Value |
---|---|
ActivateSound | Sound'UnrealShare.Pickups.flares1' |
bActivatable | True |
bCanHaveMultipleCopies | True |
bCollideWorld | True |
bDisplayableInv | True |
bProjTarget | True |
bUnlit | True |
Charge | 10 |
CollisionHeight | 8.0 |
CollisionRadius | 13.0 |
Icon | Texture'UnrealShare.Icons.I_Flare' |
LightBrightness | 199 |
LightHue | 25 |
LightRadius | 33 |
LightSaturation | 89 |
Mesh | LodMesh'UnrealShare.FlareM' |
PickupMessage | "You got a flare" |
PickupSound | Sound'UnrealShare.Pickups.GenPickSnd' |
PickupViewMesh | LodMesh'UnrealShare.FlareM' |
RemoteRole | ROLE_DumbProxy |
RespawnTime | 30.0 |
States
Activated
Activated.HitWall
simulated event HitWall (Object.Vector HitNormal, Actor Wall)
Overrides: Actor.HitWall (global)
Activated.TakeDamage
event TakeDamage (int NDamage, Pawn instigatedBy, Object.Vector hitlocation, Object.Vector momentum, name damageType)
Overrides: Actor.TakeDamage (global)
Activated.Timer
event Timer ()
Overrides: Actor.Timer (global)