GetGemSize - SoulGem

Revision as of 09:15, 13 July 2023 by Ingvion (talk | contribs) (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' SoulGem Script Gets the size of a soul gem as int value. (This function requires SKSE)...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

SKSE Member of: SoulGem Script

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

Syntax

int Function GetGemSize() native

Parameters

  • None

Return Value

The size of a soul gem as int value, from 0 (Petty Soul Gem) to 4 (Grand Soul Gem).

Examples

int gemSize = mySoulGem.GetGemSize()

Notes

  • Black Soul Gems and Azura's Star considered as Grand (has the value of 4).

See Also