GetSoulSize - SoulGem

From the CreationKit Wiki
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)
In SKSE 2.2.3 this function is broken. As confirmed by Ian Patterson, it returns the size of a soul gem instead of held soul size due to incorrect binding.

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]

; note, that function is currently broken, the following syntax is deductive

int soulSize = mySoulGem.GetSoulSize()

See Also[edit | edit source]