Difference between revisions of "Keyword Script"
Jump to navigation
Jump to search
imported>Jog |
imported>CraftySentinel (Reverted to list) |
||
(7 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
'''Extends:''' [[Form Script]] | '''Extends:''' [[Form Script]] | ||
Line 17: | Line 13: | ||
== Global Functions == | == Global Functions == | ||
None | None | ||
== SKSE Global Functions == | |||
:'''Keyword [[GetKeyword - Keyword|GetKeyword]](String ''asKeyword'')''' | |||
:*Returns the keyword associated with the string. | |||
== Member Functions == | == Member Functions == | ||
''' | :'''[[SendStoryEvent - Keyword|SendStoryEvent]](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. | :*Sends this keyword as a story event to the story manager. | ||
:'''Bool [[SendStoryEventAndWait - Keyword|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 == | |||
:'''String [[GetString - Keyword|GetString]]()''' | |||
:*Returns the string associated with the keyword. | |||
== Events == | == Events == | ||
None | None | ||
[[Category:Scripting]] | |||
[[Category:Papyrus]] | |||
[[Category:Script Objects]] | |||
[[Category:SKSE]] | |||
[[Category:SKSE Script Objects]] |
Latest revision as of 19:15, 2 February 2014
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