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>CraftySentinel
m (→‎SKSE Member Functions: Reverted to List)
 
(4 intermediate revisions by 3 users not shown)
Line 2: Line 2:
[[Category:Papyrus]]
[[Category:Papyrus]]
[[Category:Script Objects]]
[[Category:Script Objects]]
[[Category:SKSE]]
[[Category:SKSE Script Objects]]


'''Extends:''' [[MiscObject Script]]
'''Extends:''' [[MiscObject Script]]
Line 20: Line 22:
== Member Functions ==
== Member Functions ==
None
None
== SKSE Member Functions ==
:'''Int [[GetSoulSize - SoulGem|GetSoulSize]]()'''
:*Returns the default soul size held in the base form of the soul gem.
:'''Int [[GetGemSize - SoulGem|GetGemSize]]()'''
:*Returns the size of the soul gem.


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

Latest revision as of 22: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