Show / Hide Table of Contents

Class Dice100

Inheritance
Object
Dice100
Namespace: DaggerfallWorkshop.Game.Utility
Assembly: Assembly-CSharp.dll
Syntax
public class Dice100

Methods

| Improve this Doc View Source

FailedRoll(Int32)

Declaration
public static bool FailedRoll(int chanceSuccess)
Parameters
Type Name Description
Int32 chanceSuccess
Returns
Type Description
Boolean
| Improve this Doc View Source

Roll()

Declaration
public static int Roll()
Returns
Type Description
Int32
| Improve this Doc View Source

SuccessRoll(Int32)

Declaration
public static bool SuccessRoll(int chanceSuccess)
Parameters
Type Name Description
Int32 chanceSuccess
Returns
Type Description
Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX