GetPriority - Quest

From the CreationKit Wiki
Revision as of 06:36, 2 November 2013 by 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Defined in: Quest Script

Type: SKSE Member Function.


Returns the quest's priority.

Syntax

int Function GetPriority() native

Return Value

The priority of the quest, expressed as an integer.

See Also