Background for Skyrim SE

The Keyword Script

    The Keyword script is a part of Skyrim SE’s Papyrus scripting ecosystem. It is included with the base game, and is extended/modified by modded sources such as Skyrim Script Extender x64 (SKSE).

    For this script, the Papyrus index knows about:

    • 4 functions


    Inheritance Tree

    ScriptExtended By

    Properties

    No properties found.

      Events

        No events found.

      Functions

      • voidfunctionSendStoryEvent(LocationakLoc=NONE, ObjectReferenceakRef1=NONE, ObjectReferenceakRef2=NONE, intaiValue1=0, intaiValue2=0)Native

        Sends an event to the story manager using this keyword and the passed-in extra values.

      • boolfunctionSendStoryEventAndWait(LocationakLoc=NONE, ObjectReferenceakRef1=NONE, ObjectReferenceakRef2=NONE, intaiValue1=0, intaiValue2=0)Native

        Sends an event to the story manager using this keyword and the passed-in extra values. Waits for the event to be processed and returns whether a quest was started or not.

      • KeywordfunctionGetKeyword(stringkey)NativeGlobal

        Returns the keyword associated with the string. (This function requires SKSE)

      • stringfunctionGetString()Native

        Returns the string associated with the keyword. (This function requires SKSE)

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