Background for Skyrim SE

The DefaultObjectManager Script

    The DefaultObjectManager 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 Skyrim Script Extender x64 (SKSE).

    For this script, the Papyrus index knows about:

    • 2 functions


    Inheritance Tree

    No indexed scripts extend this script.

    Properties

    No properties found.

      Events

        No events found.

      Functions

      • FormfunctionGetForm(stringkey)Native

        Returns the default form for this key e.g. 'GOLD'

      • voidfunctionSetForm(stringkey, FormnewForm)Native

        Sets the default form for the particular key

      Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.