DoopelPonger
Public Attributes | List of all members
CoopActionPatternProbability Class Reference

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...

Collaboration diagram for CoopActionPatternProbability:
Collaboration graph
[legend]

Public Attributes

CoopBaseActionPattern actionPattern
 
int probability
 

Detailed Description

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.

Member Data Documentation

◆ actionPattern

CoopBaseActionPattern CoopActionPatternProbability.actionPattern

actionPattern The pattern to be used.

◆ probability

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.


The documentation for this class was generated from the following file: