Keyword Script
Revision as of 04:07, 24 October 2013 by imported>CraftySentinel (Formatting Change)
Extends: Form Script
Script for the manipulation of keyword objects.
Definition
ScriptName Keyword extends Form
Properties
None
Global Functions
None
SKSE Global Functions
Function | Description |
---|---|
Keyword GetKeyword(String asKeyword) | Returns the keyword associated with the string. |
Member Functions
Function | Description |
---|---|
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
Function | Description |
---|---|
String GetString() | Returns the string associated with the keyword. |
Events
None