Background for Skyrim SE
Member of the SoulGem script
intfunctionGetGemSize()Native

Description

Wiki Description

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


Caveats

CK Wiki - Notes

  • Black Soul Gems and Azura's Star considered as Grand (have the value of 5). See discussion page for actual values of other soul gems.

Examples

int gemSize = mySoulGem.GetGemSize()

Auto-Generated Example

int returnedValue = mySoulGem__toCallFunctionOn.GetGemSize()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.