DoopelPonger
|
Data class used by the CoopActionPatternProvider to add weight to specific patterns so they show up more often. This is not actually used in the final game. More...
Public Attributes | |
CoopBaseActionPattern | actionPattern |
int | probability |
Data class used by the CoopActionPatternProvider to add weight to specific patterns so they show up more often. This is not actually used in the final game.
CoopBaseActionPattern CoopActionPatternProbability.actionPattern |
actionPattern The pattern to be used.
int CoopActionPatternProbability.probability |
probability The chance the actionPattern should be used. By itself this number means nothing, but when compared to all the other action patterns gets the probability. But as a run of thumb, the bigger this value is, the bigger the chance the action pattern will get picked.