Difference between revisions of "Quest Script"

861 bytes added ,  22:13, 25 October 2013
Added SKSE Global/Local Functions.
imported>CraftySentinel
m (Formatting Change)
imported>CraftySentinel
(Added SKSE Global/Local Functions.)
Line 11: Line 11:
ScriptName Quest extends Form
ScriptName Quest extends Form
</source>
</source>
== Properties ==
None
== Global Functions ==
None


== Member Functions ==
== Member Functions ==
Line 134: Line 128:
|[[UpdateCurrentInstanceGlobal - Quest|Bool '''UpdateCurrentInstanceGlobal'''(GlobalVariable ''aUpdateGlobal'')]]
|[[UpdateCurrentInstanceGlobal - Quest|Bool '''UpdateCurrentInstanceGlobal'''(GlobalVariable ''aUpdateGlobal'')]]
|Updates the value for the given global for the quest's current instance.
|Updates the value for the given global for the quest's current instance.
|-
|}
== SKSE Global Functions ==
{|class="wikitable" width =100%
!style="text-align:left;"|Function
!style="text-align:left;"|Description
|-
|[[GetQuest - Quest|Quest '''GetQuest'''(String ''editorID'')]]
|Returns the Quest with the specified editor id.
|-
|}
== SKSE Functions ==
{|class="wikitable" width =100%
!style="text-align:left;"|Function
!style="text-align:left;"|Description
|-
|[[GetID - Quest|String '''GetID'''()]]
|Returns the editor ID of the Quest.
|-
|[[GetPriority - Quest|Int '''GetPriority'''()]]
|Returns the priority of the Quest.
|-
|[[GetNumAliases - Quest|Int '''GetNumAliases'''()]]
|Returns the number of aliases associated with the Quest.
|-
|[[GetNthAlias - Quest|Alias '''GetNthAlias''(Int ''index'')]]
|Returns the specified alias associated with the Quest.
|-
|[[GetAliasByName - Quest|Alias '''GetAliasByName''(String ''name'')]]
|Returns the editor ID of the quest.
|-
|-