Background for Skyrim SE

The SPE_Form Script

    The SPE_Form script is a part of Skyrim SE’s Papyrus scripting ecosystem. This script is not present in the vanilla game, but can be found in modded sources like Scrab's Papyrus Extender (Scrab's PE).

    For this script, the Papyrus index knows about:

    • 4 functions


    Inheritance Tree

    No indexed scripts extend this script.

    Properties

    No properties found.

      Events

        No events found.

      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.