Difference between revisions of "GetPriority - Quest"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>CraftySentinel
(Created page with "__NOTOC__ '''Defined in:''' Quest Script '''Type:''' SKSE Member Function. Returns the quest's priority. == Syntax == <source lang="papyrus"> int F...")
 
imported>CraftySentinel
m (Spelling Changes)
 
Line 1: Line 1:
__NOTOC__
__NOTOC__
'''Defined in:''' [[Quest Script]]
'''Member of:''' [[Quest Script]]


'''Type:''' [[:Category:SKSE|SKSE]] Member Function.
'''Type:''' [[:Category:SKSE|SKSE]] Function.





Latest revision as of 07:04, 2 November 2013

Member of: Quest Script

Type: SKSE Function.


Returns the quest's priority.

Syntax[edit | edit source]

int Function GetPriority() native

Return Value[edit | edit source]

The priority of the quest, expressed as an integer.

See Also[edit | edit source]