Background for Skyrim SE
Member of the SoulGem script
intfunctionGetSoulSize()Native

Description

Wiki Description

Gets the size of a soul held in the soul gem as int value. (This function requires SKSE)


Caveats

CK Wiki - Notes

  • In SKSE < 2.2.4 this function is broken. As confirmed by Ian Patterson, the function returns the size of a soul gem instead of the soul size, due to incorrect binding. The bug was fixed in 2.2.4.

Examples

int soulSize = mySoulGem.GetSoulSize()

Auto-Generated Example

int returnedValue = mySoulGem__toCallFunctionOn.GetSoulSize()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.