Difference between revisions of "SoulGem Script"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>PurpleLunchbox
imported>CraftySentinel
m (→‎SKSE Member Functions: Formatting Change)
Line 24: Line 24:


== SKSE Member Functions ==
== 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]]()'''
{|class="wikitable" width =100%
*Returns the size of the soul gem.
!style="text-align:left;"|Function
!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'''()]]
|Returns the size of the soul gem.
|-
 
|}


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

Revision as of 06:27, 24 October 2013


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

Function Description
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

None