Always snap to grid
UE1:DevilFish (RTNP)
Object >> Actor >> Pawn >> ScriptedPawn >> DevilFish |
Contents
- 1 Properties
- 2 Functions
- 2.1 Events
- 2.2 Other instance functions
- 2.2.1 AttitudeToCreature
- 2.2.2 PlayDying
- 2.2.3 PlayInAir
- 2.2.4 PlayLanded
- 2.2.5 PlayMeleeAttack
- 2.2.6 PlayPatrolStop
- 2.2.7 PlayRunning
- 2.2.8 PlayTakeHit
- 2.2.9 PlayThreatening
- 2.2.10 PlayTurning
- 2.2.11 PlayVictoryDance
- 2.2.12 PlayWaiting
- 2.2.13 PlayWaitingAmbush
- 2.2.14 PlayWalking
- 2.2.15 PreSetMovement
- 2.2.16 SetMovementPhysics
- 2.2.17 TweenToFalling
- 2.2.18 TweenToFighter
- 2.2.19 TweenToPatrolStop
- 2.2.20 TweenToRunning
- 2.2.21 TweenToWaiting
- 2.2.22 TweenToWalking
- 2.2.23 WhatToDoNext
- 3 States
- 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. |
DevilFish.
Properties[edit]
Property group 'DevilFish'[edit]
BiteDamage[edit]
Type: byte
Basic damage done by bite.
Default value: 15
RipDamage[edit]
Type: byte
Basic damage done by bite.
Default value: 25
Property group 'Sounds'[edit]
bite[edit]
Type: Sound
rip[edit]
Type: Sound
Default value: Sound'UnrealShare.Razorfish.tear1fs'
Internal variables[edit]
AirTime[edit]
Type: float
bAttackBump[edit]
Type: bool
Default values[edit]
Property | Value | ||||||
---|---|---|---|---|---|---|---|
Aggressiveness | 1.0 | ||||||
AmbientSound | Sound'UnrealShare.Razorfish.ambfs' | ||||||
Buoyancy | 60.0 | ||||||
CarcassType | Class'UnrealShare.DevilfishCarcass' | ||||||
CollisionHeight | 20.0 | ||||||
CollisionRadius | 35.0 | ||||||
CombatStyle | 1.0 | ||||||
Die | Sound'UnrealShare.Razorfish.death1fs' | ||||||
DrawType | DT_Mesh | ||||||
Health | 70 | ||||||
HitSound1 | Sound'UnrealShare.Razorfish.chomp1fs' | ||||||
HitSound2 | Sound'UnrealShare.Razorfish.miss1fs' | ||||||
Intelligence | BRAINS_NONE | ||||||
Land | Sound'UnrealShare.Razorfish.flop1fs' | ||||||
Mass | 60.0 | ||||||
MeleeRange | 40.0 | ||||||
Mesh | LodMesh'UnrealShare.fish' | ||||||
RotationRate |
|
||||||
SightRadius | 1250.0 | ||||||
TimeBetweenAttacks | 0.5 | ||||||
UnderWaterTime | -1.0 | ||||||
Visibility | 120 | ||||||
WaterSpeed | 250.0 |
Functions[edit]
Events[edit]
Landed[edit]
Overrides: Pawn.Landed
ZoneChange[edit]
Overrides: ScriptedPawn.ZoneChange
Other instance functions[edit]
AttitudeToCreature[edit]
Overrides: ScriptedPawn.AttitudeToCreature
PlayDying[edit]
Overrides: Pawn.PlayDying
PlayInAir[edit]
Overrides: Pawn.PlayInAir
PlayLanded[edit]
Overrides: Pawn.PlayLanded
PlayMeleeAttack[edit]
Overrides: ScriptedPawn.PlayMeleeAttack
PlayPatrolStop[edit]
Overrides: Pawn.PlayPatrolStop
PlayRunning[edit]
Overrides: Pawn.PlayRunning
PlayTakeHit[edit]
Overrides: Pawn.PlayTakeHit
PlayThreatening[edit]
Overrides: Pawn.PlayThreatening
PlayTurning[edit]
Overrides: Pawn.PlayTurning
PlayVictoryDance[edit]
Overrides: Pawn.PlayVictoryDance
PlayWaiting[edit]
Overrides: Pawn.PlayWaiting
PlayWaitingAmbush[edit]
Overrides: Pawn.PlayWaitingAmbush
PlayWalking[edit]
Overrides: Pawn.PlayWalking
PreSetMovement[edit]
Overrides: Pawn.PreSetMovement
SetMovementPhysics[edit]
Overrides: ScriptedPawn.SetMovementPhysics
TweenToFalling[edit]
Overrides: Pawn.TweenToFalling
TweenToFighter[edit]
Overrides: Pawn.TweenToFighter
TweenToPatrolStop[edit]
Overrides: Pawn.TweenToPatrolStop
TweenToRunning[edit]
Overrides: Pawn.TweenToRunning
TweenToWaiting[edit]
Overrides: Pawn.TweenToWaiting
TweenToWalking[edit]
Overrides: Pawn.TweenToWalking
WhatToDoNext[edit]
Overrides: ScriptedPawn.WhatToDoNext
States[edit]
Ambushing[edit]
Ambushing.Landed[edit]
Overrides: ScriptedPawn.Ambushing.Landed
FallingState[edit]
Inherits from: ScriptedPawn.FallingState
Ignores: Bump, HearNoise, HitWall, WarnTarget
FallingState.Landed[edit]
Overrides: ScriptedPawn.FallingState.Landed
Flopping[edit]
Ignores: EnemyNotVisible, HearNoise, HitWall, SeePlayer
Flopping.AnimEnd[edit]
Overrides: Actor.AnimEnd (global)
Flopping.Landed[edit]
Overrides: Landed (global)
Flopping.Timer[edit]
Overrides: Actor.Timer (global)
Flopping.ZoneChange[edit]
Overrides: ZoneChange (global)
MeleeAttack[edit]
Inherits from: ScriptedPawn.MeleeAttack
MeleeAttack.Bump[edit]
Overrides: ScriptedPawn.Bump (global)
MeleeAttack.KeepAttacking[edit]
Overrides: ScriptedPawn.MeleeAttack.KeepAttacking
TacticalMove[edit]
TacticalMove.Bump[edit]
Overrides: ScriptedPawn.Bump (global)
TacticalMove.PickDestination[edit]
Overrides: ScriptedPawn.TacticalMove.PickDestination
TakeHit[edit]
Inherits from: ScriptedPawn.TakeHit
Ignores: Bump, HearNoise, HitWall, SeePlayer
TakeHit.Landed[edit]
Overrides: ScriptedPawn.TakeHit.Landed
Waiting[edit]
Waiting.Landed[edit]
Overrides: ScriptedPawn.Waiting.Landed