Background for Skyrim SE
Member of the Game script
voidfunctionSetMiscStat(stringname, intvalue)NativeGlobal

Description

Documentation Comment

set a misc stat value
use QueryStat to read the value


Caveats


Parameters

stringname

intvalue


Examples

Auto-Generated Example

string myString__name
int myInt__value

Game.SetMiscStat(myString__name, myInt__value)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.