Background for Starfield
Member of the Game script
intfunctionGetDieRoll(intMinResult=1, intNumberOfSides=100, intDebugDieRoll=-1)Global

Description

Documentation Comment

Get a die roll result


Caveats


Parameters

intMinResult=1

intNumberOfSides=100

intDebugDieRoll=-1


Examples

Auto-Generated Example

int myInt__MinResult
int myInt__NumberOfSides
int myInt__DebugDieRoll

int returnedValue = Game.GetDieRoll(myInt__MinResult, myInt__NumberOfSides, myInt__DebugDieRoll)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.