Class Dice100
Namespace: DaggerfallWorkshop.Game.Utility
Assembly: Assembly-CSharp.dll
Syntax
public class Dice100
Methods
| Improve this Doc View SourceFailedRoll(Int32)
Declaration
public static bool FailedRoll(int chanceSuccess)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | chanceSuccess |
Returns
| Type | Description |
|---|---|
| Boolean |
Roll()
Declaration
public static int Roll()
Returns
| Type | Description |
|---|---|
| Int32 |
SuccessRoll(Int32)
Declaration
public static bool SuccessRoll(int chanceSuccess)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | chanceSuccess |
Returns
| Type | Description |
|---|---|
| Boolean |