Difference between revisions of "GetOwningQuest - Alias"
Jump to navigation
Jump to search
imported>Rhavlovick m (1 revision: Clobber re-import by Henning) |
imported>JLundin |
||
Line 1: | Line 1: | ||
[[Category:Scripting]] | [[Category:Scripting]] | ||
[[Category:Papyrus]] | [[Category:Papyrus]] | ||
[[Category:Non-delayed Native Function]] | |||
'''Member of:''' [[Alias Script]] | '''Member of:''' [[Alias Script]] | ||
Latest revision as of 08:01, 12 September 2012
Member of: Alias Script
Gets the quest that owns this alias.
Syntax[edit | edit source]
Quest Function GetOwningQuest() native
Parameters[edit | edit source]
None
Return Value[edit | edit source]
The Quest that owns this alias object.
Examples[edit | edit source]
; Tell the alias' owning quest to go to stage 50
Alias_Dragon.GetOwningQuest().SetStage(50)