I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE1:UT_GreenBlob (UT)
From Unreal Wiki, The Unreal Engine Documentation Site
- Package:
- BotPack
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. |
ut_GreenBlob.
Default values[edit]
Property | Value |
---|---|
bBounce | True |
bCollideWorld | True |
bHighDetail | True |
bUnlit | True |
CollisionHeight | 4.0 |
CollisionRadius | 4.0 |
DrawScale | 0.8 |
DrawType | DT_Mesh |
LifeSpan | 7.0 |
Mesh | LodMesh'Botpack.BioGelm' |
NetPriority | 2.0 |
Physics | PHYS_Falling |
RemoteRole | ROLE_SimulatedProxy |
Style | STY_Translucent |
Texture | Texture'Botpack.Jgreen' |
Instance functions[edit]
Setup[edit]
simulated function Setup (Object.Vector WallNormal)
States[edit]
Explode[edit]
Modifiers: auto
Explode.HitWall[edit]
simulated event HitWall (Object.Vector HitNormal, Actor Wall)
Overrides: Actor.HitWall (global)
Explode.Landed[edit]
simulated event Landed (Object.Vector HitNormal)
Overrides: Actor.Landed (global)