Difference between revisions of "GetGemSize - SoulGem"
Jump to navigation
Jump to search
m |
m (→See Also) |
||
Line 26: | Line 26: | ||
== See Also == | == See Also == | ||
*[[GetSoulSize - | *[[GetSoulSize - SoulGem]] |
Revision as of 08:29, 13 July 2023
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 1 (Petty Soul Gem) to 5 (Grand Soul Gem).
Examples
int gemSize = mySoulGem.GetGemSize()
Notes
- Black Soul Gems and Azura's Star considered as Grand (has the value of 5).