Keyword Script
Extends: Form Script
Script for the manipulation of keyword objects.
DefinitionEdit
ScriptName Keyword extends Form
PropertiesEdit
None
Global FunctionsEdit
None
SKSE Global FunctionsEdit
- Keyword GetKeyword(String asKeyword)
- Returns the keyword associated with the string.
Member FunctionsEdit
- 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 FunctionsEdit
- String GetString()
- Returns the string associated with the keyword.
EventsEdit
None