- Found in:
- SKSE
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()