C# Class DefensiveCommandSequence, Augmented_Tactics

Inheritance: Assets.Artificial_Intelligence.Character_Intelligence.Command_Sequences.CommandSequence
Mostrar archivo Open project: Kavignon/Augmented_Tactics

Protected Properties

Property Type Description
CommandSequenceDictionary int>.Dictionary
_moveAwayFromDangerousSituationRating int
_moveTowardsHealerRating int
valuesGenerator System.Random

Public Methods

Method Description
AddObservable ( CharacterObservable, obs ) : void

Protected Methods

Method Description
InvokeDefendBonus ( ) : void

Method Details

AddObservable() public method

public AddObservable ( CharacterObservable, obs ) : void
obs CharacterObservable,
return void

InvokeDefendBonus() protected method

protected InvokeDefendBonus ( ) : void
return void

Property Details

CommandSequenceDictionary protected_oe property

protected Dictionary,int> CommandSequenceDictionary
return int>.Dictionary

_moveAwayFromDangerousSituationRating protected_oe property

protected int _moveAwayFromDangerousSituationRating
return int

_moveTowardsHealerRating protected_oe property

protected int _moveTowardsHealerRating
return int

valuesGenerator protected_oe property

protected Random,System valuesGenerator
return System.Random