Background for Skyrim SE
Member of the DbSkseFunctions script
voidfunctionSetSoulGemSize(SoulGemakSoulGem, intlevel)NativeGlobal

Description

Documentation Comment

set the max Soul size the soulGem (base form) can hold. 0 = no soul up to 5 = grand.


Caveats


Parameters

SoulGemakSoulGem

intlevel


Examples

Auto-Generated Example

SoulGem mySoulGem__akSoulGem
int myInt__level

DbSkseFunctions.SetSoulGemSize(mySoulGem__akSoulGem, myInt__level)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.