Keyword Script

From the CreationKit Wiki
Jump to navigation Jump to search

Extends: Form Script

Script for the manipulation of keyword objects.

Definition[edit | edit source]

ScriptName Keyword extends Form

Properties[edit | edit source]

None

Global Functions[edit | edit source]

None

SKSE Global Functions[edit | edit source]

Keyword GetKeyword(String asKeyword)
  • Returns the keyword associated with the string.


Member Functions[edit | edit source]

SendStoryEvent(Location akLoc, ObjectReference akRef1, ObjectReference akRef2, Int aiValue1, Int aiValue2)
  • Sends this keyword as a story event to the story manager.
Bool SendStoryEventAndWait(Location akLoc, ObjectReference akRef1, ObjectReference akRef2, Int aiValue1, Int aiValue2)
  • Sends this keyword as a story event to the story manager and waits for it to be processed. Returns true if a quest was started.


SKSE Member Functions[edit | edit source]

String GetString()
  • Returns the string associated with the keyword.


Events[edit | edit source]

None