Difference between revisions of "SoulGem Script"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>CraftySentinel
m (→‎SKSE Member Functions: Formatting Change)
imported>CraftySentinel
m (→‎SKSE Member Functions: Reverted to List)
 
Line 25: Line 25:
== SKSE Member Functions ==
== SKSE Member Functions ==


{|class="wikitable" width =100%
:'''Int [[GetSoulSize - SoulGem|GetSoulSize]]()'''
!style="text-align:left;"|Function
:*Returns the default soul size held in the base form of the soul gem.
!style="text-align:left;"|Description
|-
|[[GetSoulSize - SoulGem|Int '''GetSoulSize'''()]]
|Returns the default soul size held in the base form of the soul gem.
|-


|[[GetGemSize - SoulGem|Int '''GetGemSize'''()]]
:'''Int [[GetGemSize - SoulGem|GetGemSize]]()'''
|Returns the size of the soul gem.
:*Returns the size of the soul gem.
|-
 
|}


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

Latest revision as of 23:02, 2 February 2014


Extends: MiscObject Script

Script for the manipulation of soul gem objects.

Definition[edit | edit source]

ScriptName SoulGem extends MiscObject

Properties[edit | edit source]

None

Global Functions[edit | edit source]

None

Member Functions[edit | edit source]

None

SKSE Member Functions[edit | edit source]

Int GetSoulSize()
  • Returns the default soul size held in the base form of the soul gem.
Int GetGemSize()
  • Returns the size of the soul gem.

Events[edit | edit source]

None