Difference between revisions of "SoulGem Script"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Jlundin
(Created page with 'Category:Scripting Category:Papyrus Category:Script Objects '''Extends:''' MiscObject Script Script for the manipulation of soul gem objects. == Definition == …')
 
imported>Behippo
(→‎SKSE Member Functions: Added SKSE Member Function list)
Line 20: Line 20:
== Member Functions ==
== Member Functions ==
None
None
== SKSE Member Functions ==
'''int Function [[GetSoulSize - SoulGem|GetSoulSize]]()'''
*Returns the default soul size held in the base form of the soul gem.
'''int Function [[GetGemSize - SoulGem|GetGemSize]]()'''
*Returns the size of the soul gem.


== Events ==
== Events ==
None
None

Revision as of 04:18, 10 May 2012


Extends: MiscObject Script

Script for the manipulation of soul gem objects.

Definition

ScriptName SoulGem extends MiscObject

Properties

None

Global Functions

None

Member Functions

None

SKSE Member Functions

int Function GetSoulSize()

  • Returns the default soul size held in the base form of the soul gem.

int Function GetGemSize()

  • Returns the size of the soul gem.

Events

None