The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE1:SpaceMarine states (RTNP)
Contents
- 1 States
- 1.1 AcknowledgeWarning
- 1.2 Acquisition
- 1.3 BeamingIn
- 1.4 Charging
- 1.5 Dying
- 1.6 Hunting
- 1.6.1 Hunting.AnimEnd
- 1.6.2 Hunting.BeginState
- 1.6.3 Hunting.Bump
- 1.6.4 Hunting.EndState
- 1.6.5 Hunting.HearNoise
- 1.6.6 Hunting.HitWall
- 1.6.7 Hunting.MayFall
- 1.6.8 Hunting.TakeDamage
- 1.6.9 Hunting.Timer
- 1.6.10 Hunting.FearThisSpot
- 1.6.11 Hunting.FindViewSpot
- 1.6.12 Hunting.PickDestination
- 1.6.13 Hunting.SetEnemy
- 1.6.14 Hunting.SetFall
- 1.7 ReceiveIncomingMessage
- 1.8 StartUp
- 1.9 TacticalMove
- 1.9.1 TacticalMove.AnimEnd
- 1.9.2 TacticalMove.BeginState
- 1.9.3 TacticalMove.EndState
- 1.9.4 TacticalMove.EnemyNotVisible
- 1.9.5 TacticalMove.HitWall
- 1.9.6 TacticalMove.PainTimer
- 1.9.7 TacticalMove.TakeDamage
- 1.9.8 TacticalMove.Timer
- 1.9.9 TacticalMove.FearThisSpot
- 1.9.10 TacticalMove.GiveUpTactical
- 1.9.11 TacticalMove.PickDestination
- 1.9.12 TacticalMove.PickRegDestination
- 1.9.13 TacticalMove.SetFall
- 1.9.14 TacticalMove.TryToward
- 1.9.15 TacticalMove.ValidRecovery
- 1.9.16 TacticalMove.WarnTarget
- 1.10 TransmitHuntingMessage
- 1.11 Victory
- 1.12 WarnFriends
;Other member categories for this class::instance functions
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. |
States
AcknowledgeWarning
Extends: Acquisition
Ignores: Acquisition.SeePlayer
AcknowledgeWarning.BeginState
Overrides: Acquisition.BeginState
AcknowledgeWarning.TakeDamage
Overrides: Bots.Acquisition.TakeDamage
AcknowledgeWarning.MessagePlayers
Acquisition
Acquisition.BeginState
Overrides: Bots.Acquisition.BeginState
BeamingIn
Ignores: Bump, SeePlayer, TakeDamage
BeamingIn.BeginState
Overrides: Object.BeginState (global)
BeamingIn.Tick
Overrides: Actor.Tick (global)
BeamingIn.Timer
Overrides: Actor.Timer (global)
Charging
Charging.BeginState
Overrides: Bots.Charging.BeginState
Dying
Inherits from: Bots.Dying
Ignores: Bump, Died, EnemyNotVisible, Falling, FootZoneChange, HeadZoneChange, HearNoise, HitWall, LongFall, PainTimer, SeePlayer, SetFall, Trigger, WarnTarget, ZoneChange
Dying.BeginState
Overrides: Bots.Dying.BeginState
Dying.EndState
Overrides: Bots.Dying.EndState
Dying.TakeDamage
Overrides: Bots.Dying.TakeDamage
Dying.ReStartPlayer
Overrides: Bots.Dying.ReStartPlayer
Hunting
Inherits from: Bots.Hunting
Hunting.AnimEnd
Overrides: Bots.Hunting.AnimEnd
Hunting.BeginState
Overrides: Bots.Hunting.BeginState
Hunting.Bump
Overrides: Bots.Hunting.Bump
Hunting.EndState
Overrides: Bots.Hunting.EndState
Hunting.HearNoise
Overrides: Bots.Hunting.HearNoise
Hunting.HitWall
Overrides: Bots.Hunting.HitWall
Hunting.MayFall
Overrides: Bots.Hunting.MayFall
Hunting.TakeDamage
Overrides: Bots.Hunting.TakeDamage
Hunting.Timer
Overrides: Bots.Hunting.Timer
Hunting.FearThisSpot
Overrides: Bots.Hunting.FearThisSpot
Hunting.FindViewSpot
Overrides: Bots.Hunting.FindViewSpot
Hunting.PickDestination
Overrides: Bots.Hunting.PickDestination
Hunting.SetEnemy
Overrides: Bots.Hunting.SetEnemy
Hunting.SetFall
Overrides: Bots.Hunting.SetFall
ReceiveIncomingMessage
Extends: Acquisition
ReceiveIncomingMessage.BeginState
Overrides: Acquisition.BeginState
ReceiveIncomingMessage.EndState
Overrides: Object.EndState (global)
StartUp
Inherits from: Bots.StartUp
Modifiers: auto
StartUp.BeginState
Overrides: Bots.StartUp.BeginState
TacticalMove
Inherits from: Bots.TacticalMove
TacticalMove.AnimEnd
Overrides: Bots.TacticalMove.AnimEnd
TacticalMove.BeginState
Overrides: Bots.TacticalMove.BeginState
TacticalMove.EndState
Overrides: Bots.TacticalMove.EndState
TacticalMove.EnemyNotVisible
Overrides: Bots.TacticalMove.EnemyNotVisible
TacticalMove.HitWall
Overrides: Bots.TacticalMove.HitWall
TacticalMove.PainTimer
Overrides: Bots.TacticalMove.PainTimer
TacticalMove.TakeDamage
Overrides: Bots.TacticalMove.TakeDamage
TacticalMove.Timer
Overrides: Bots.TacticalMove.Timer
TacticalMove.FearThisSpot
Overrides: Bots.TacticalMove.FearThisSpot
TacticalMove.GiveUpTactical
Overrides: Bots.TacticalMove.GiveUpTactical
TacticalMove.PickDestination
Overrides: Bots.TacticalMove.PickDestination
TacticalMove.PickRegDestination
Overrides: Bots.TacticalMove.PickRegDestination
TacticalMove.SetFall
Overrides: Bots.TacticalMove.SetFall
TacticalMove.TryToward
Overrides: Bots.TacticalMove.TryToward
TacticalMove.ValidRecovery
Overrides: Bots.TacticalMove.ValidRecovery
TacticalMove.WarnTarget
Overrides: Bots.TacticalMove.WarnTarget
TransmitHuntingMessage
Extends: Hunting
TransmitHuntingMessage.BeginState
Overrides: Hunting.BeginState
TransmitHuntingMessage.MessagePlayers
Victory
WarnFriends
Extends: Acquisition
Ignores: Acquisition.SeePlayer
WarnFriends.BeginState
Overrides: Acquisition.BeginState
WarnFriends.TakeDamage
Overrides: Bots.Acquisition.TakeDamage