Difference between revisions of "SKSE Wish List"

151 bytes added ,  01:25, 26 November 2015
→‎Location: Added GetParentLocation() request
imported>Oliver1706
imported>HomoPuerRobustus
(→‎Location: Added GetParentLocation() request)
 
(One intermediate revision by one other user not shown)
Line 53: Line 53:


==Forms==
==Forms==
*'''GetEditorID''' - Returns the editor id of a form as a string.
===Base Object Types===
===Base Object Types===
====Form====
====Form====
*'''GetMagicEffectDescription, SetMagicEffectDescription''' - Returns the magic item description of the magic effect, sets the magic item description of the magic effect.
*'''GetMagicEffectDescription, SetMagicEffectDescription''' - Returns the magic item description of the magic effect, sets the magic item description of the magic effect.
*'''GetEditorID''' - Returns the editor id of a form as a string.


====Armor====
====Armor====
Line 92: Line 92:
====Location====
====Location====
*'''GetCells''' - Access to cells belonging to a location. Return either as an array or with the GenNum../GetNth.. iteration pattern.
*'''GetCells''' - Access to cells belonging to a location. Return either as an array or with the GenNum../GetNth.. iteration pattern.
*'''GetParentLocation''' - Return a location's parent location, not just whether two locations share a parent (without returning what that parent is).


====Faction====
====Faction====