C# Class DefensiveCommandSequence, Augmented_Tactics

Inheritance: Assets.Artificial_Intelligence.Character_Intelligence.Command_Sequences.CommandSequence
Afficher le fichier Open project: Kavignon/Augmented_Tactics

Protected Properties

Свойство Type Description
CommandSequenceDictionary int>.Dictionary
_moveAwayFromDangerousSituationRating int
_moveTowardsHealerRating int
valuesGenerator System.Random

Méthodes publiques

Méthode Description
AddObservable ( CharacterObservable, obs ) : void

Méthodes protégées

Méthode Description
InvokeDefendBonus ( ) : void

Method Details

AddObservable() public méthode

public AddObservable ( CharacterObservable, obs ) : void
obs CharacterObservable,
Résultat void

InvokeDefendBonus() protected méthode

protected InvokeDefendBonus ( ) : void
Résultat void

Property Details

CommandSequenceDictionary protected_oe property

protected Dictionary,int> CommandSequenceDictionary
Résultat int>.Dictionary

_moveAwayFromDangerousSituationRating protected_oe property

protected int _moveAwayFromDangerousSituationRating
Résultat int

_moveTowardsHealerRating protected_oe property

protected int _moveTowardsHealerRating
Résultat int

valuesGenerator protected_oe property

protected Random,System valuesGenerator
Résultat System.Random