Background for Skyrim SE

SPE_Form


Inheritance Tree

No indexed scripts extend this script.

Properties
Events
Functions
ObjectReference[]functionGetContainer(FormakForm)NativeGlobal

Get all references that are currently in possession of the given form

Form[]functionFlattenLeveledList(LeveledItemakList)NativeGlobal

Given a leveled list, return a single array containing all possible drops from this list
The function recursively finds all items, including those contained in other leveled lists of any depth
That is, it is guaranteed that the returned Form[] array will no longer contain any LeveledItem objects

boolfunctionFormHasKeywords(FormakForm, Keyword[]akKeywords, boolabContainAll)NativeGlobal

Check if the given form has any (or all) of the given keywords
If abPartialMatch, will return true if any of the strings in asKeywords is a substring of the form's keywords (e.g. ["ActorType"] would match "ActorTypeNPC")

boolfunctionFormHasKeywordStrings(FormakForm, string[]asKeywords, boolabContainAll, boolabPartialMatch)NativeGlobal
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.