IPotentialAction

Interface. An action that has a probability of occurring.

Methods

No public methods.

Properties

Property
Type
Description

Chance

System.Double

The probability that this action will occur. This value must be between 0 and 1 inclusive. A value of 0 means it will never occur. A value of 1 means it will always occur. Values between 0 and 1 represent a percentage chance of occurrence.

Last updated