Mostly Harmless
UE1:Bloblet (RTNP)
From Unreal Wiki, The Unreal Engine Documentation Site
Contents
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. |
Bloblet. Must tag with same tag as a Blob
Properties
LastParentTime
Type: float
Orientation
Type: Object.Vector
parentBlob
Type: ParentBlob
Default values
Property | Value | ||||||||
---|---|---|---|---|---|---|---|---|---|
AccelRate | 1200.0 | ||||||||
bBlockActors | False | ||||||||
bBlockPlayers | False | ||||||||
bMeshEnviroMap | True | ||||||||
CollisionHeight | 6.0 | ||||||||
CollisionRadius | 6.0 | ||||||||
Die | Sound'UnrealI.Blob.BlobDeath' | ||||||||
DrawType | DT_Mesh | ||||||||
GroundSpeed | 450.0 | ||||||||
Health | 120 | ||||||||
HitSound1 | Sound'UnrealI.Blob.BlobInjur' | ||||||||
JumpZ | -1.0 | ||||||||
Land | Sound'UnrealShare.BioRifle.GelHit' | ||||||||
Mass | 40.0 | ||||||||
Mesh | LodMesh'UnrealI.MiniBlob' | ||||||||
ReducedDamagePct | 0.25 | ||||||||
ReducedDamageType | 'exploded' | ||||||||
RotationRate |
|
||||||||
SightRadius | 3000.0 | ||||||||
Tag | 'blob1' | ||||||||
Texture | Texture'UnrealI.Skins.JBlob1' |
Functions
Events
BaseChange
event BaseChange ()
Overrides: Pawn.BaseChange
PostBeginPlay
event PostBeginPlay ()
Overrides: Pawn.PostBeginPlay
TakeDamage
event TakeDamage (int Damage, Pawn instigatedBy, Object.Vector hitlocation, Object.Vector momentum, name damageType)
Overrides: Pawn.TakeDamage
Timer
event Timer ()
Overrides: Actor.Timer
Other instance functions
Died
Overrides: Pawn.Died
PlayGlob
function PlayGlob (float rate)
PreSetMovement
function PreSetMovement ()
Overrides: Pawn.PreSetMovement
wakeup
function wakeup ()
States
active
active.AnimEnd
event AnimEnd ()
Overrides: Actor.AnimEnd (global)
active.Landed
event Landed (Object.Vector HitNormal)
Overrides: Pawn.Landed (global)
asleep
Modifiers: auto
asleep.Landed
event Landed (Object.Vector HitNormal)
Overrides: Pawn.Landed (global)
DiedState
DiedState.Landed
event Landed (Object.Vector HitNormal)
Overrides: Pawn.Landed (global)
DiedState.Tick
event Tick (float DeltaTime)
Overrides: Actor.Tick (global)
fired
fired.HitWall
event HitWall (Object.Vector HitNormal, Actor Wall)
Overrides: Actor.HitWall (global)
fired.Landed
event Landed (Object.Vector HitNormal)
Overrides: Pawn.Landed (global)