- Found in:
- Vanilla
boolfunctionGetDieRollSuccess(intChance, intMinResult=1, intNumberOfSides=100, intDebugDieRoll=-1, intForcedDieRoll=-1)Global
Description
Documentation Comment
Get if a die roll result was a success
Caveats
Parameters
intChance
intMinResult=1
intNumberOfSides=100
intDebugDieRoll=-1
intForcedDieRoll=-1
Examples
Auto-Generated Example
int myInt__Chance
int myInt__MinResult
int myInt__NumberOfSides
int myInt__DebugDieRoll
int myInt__ForcedDieRoll
bool returnedValue = Game.GetDieRollSuccess(myInt__Chance, myInt__MinResult, myInt__NumberOfSides, myInt__DebugDieRoll, myInt__ForcedDieRoll)