Background for Skyrim SE
Member of the clib script
intfunctioncRandomNumberGenInt(intthis, intthat, boolusePO3=true)Global

Description

Documentation String

Requirements: None


Caveats


Parameters

intthis

intthat

boolusePO3=true


Examples

Auto-Generated Example

int myInt__this
int myInt__that
bool myBool__usePO3

int returnedValue = clib.cRandomNumberGenInt(myInt__this, myInt__that, myBool__usePO3)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.