GetSoulSize - SoulGem

From the CreationKit Wiki
Revision as of 15:58, 7 June 2024 by Ingvion (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

SKSE Member of: SoulGem Script

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

Syntax[edit | edit source]

int Function GetSoulSize() native

Parameters[edit | edit source]

  • None

Return Value[edit | edit source]

The size of a soul the gem is holding as int value.

Examples[edit | edit source]

int soulSize = mySoulGem.GetSoulSize()

Notes[edit | edit source]

  • 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.

See Also[edit | edit source]