Show / Hide Table of Contents

Class Attack

An attack urge.

Inheritance
object
UrgeBase<bool, TestAutomatedBot, TestBotAction>
TestUrgeBase
Attack
Implements
IUrge<bool, TestAutomatedBot, TestBotAction>
IUrge
IEquatable<IUrge>
Inherited Members
TestUrgeBase.ActionType
TestUrgeBase.Run(bool, TestAutomatedBot)
UrgeBase<bool, TestAutomatedBot, TestBotAction>.NoUrgeName
UrgeBase<bool, TestAutomatedBot, TestBotAction>.Logger
UrgeBase<bool, TestAutomatedBot, TestBotAction>.Name
UrgeBase<bool, TestAutomatedBot, TestBotAction>.Type
UrgeBase<bool, TestAutomatedBot, TestBotAction>.IsExclusive
UrgeBase<bool, TestAutomatedBot, TestBotAction>.ToString()
UrgeBase<bool, TestAutomatedBot, TestBotAction>.Equals(IUrge)
UrgeBase<bool, TestAutomatedBot, TestBotAction>.Equals(object)
UrgeBase<bool, TestAutomatedBot, TestBotAction>.GetHashCode()
UrgeBase<bool, TestAutomatedBot, TestBotAction>.Run(bool, TestAutomatedBot)
UrgeBase<bool, TestAutomatedBot, TestBotAction>.GetParameter<T>(TestAutomatedBot, string)
UrgeBase<bool, TestAutomatedBot, TestBotAction>.GetParameter<T>(TestAutomatedBot, IEnumerable<string>)
UrgeBase<bool, TestAutomatedBot, TestBotAction>.TryGetParameter<T>(TestAutomatedBot, IEnumerable<string>, out T)
UrgeBase<bool, TestAutomatedBot, TestBotAction>.TryGetParameter<T>(TestAutomatedBot, string, out T)
UrgeBase<bool, TestAutomatedBot, TestBotAction>.GetParameterNames(string)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.XboxStudios.BotBrain.Samples.EnumBased
Assembly: BotBrain.Samples.dll
Syntax
public class Attack : TestUrgeBase, IUrge<bool, TestAutomatedBot, TestBotAction>, IUrge, IEquatable<IUrge?>

Constructors

View Source

Attack()

Initializes a new instance of the Attack class.

Declaration
public Attack()

Implements

IUrge<TState, TBot, TAction>
IUrge
IEquatable<T>
  • View Source
In this article
Back to top Generated by DocFX