Difference between revisions of "OpenWorkshopSettlementMenuEx - ObjectReference"

no edit summary
imported>Hannibalektr
(Updating to match latest source)
imported>Hannibalektr
Line 9: Line 9:
<source lang="papyrus">
<source lang="papyrus">
Location Function OpenWorkshopSettlementMenuEx(Keyword akActionKW, Message astrConfirm = None, \
Location Function OpenWorkshopSettlementMenuEx(Keyword akActionKW, Message astrConfirm = None, \
   Location aLocToHighlight = None, FormList akIncludeKeywordList = None, FormList akExcludeKeywordList = None, bool abExcludeZeroPopulation = false) native
   Location aLocToHighlight = None, FormList akIncludeKeywordList = None, FormList akExcludeKeywordList = None, \
  bool abExcludeZeroPopulation = false, bool abOnlyOwnedWorkshops= true, bool abTurnOffHeader= false, \
  bool abOnlyPotentialVassalSettlements= false, bool abDisableReservedByQuests = false) native
</source>
</source>


Line 23: Line 25:
**'''Default''': None
**'''Default''': None
*abExcludeZeroPopulation: Optional Qualifier flag that if true will remove workshops with zero population from the list.
*abExcludeZeroPopulation: Optional Qualifier flag that if true will remove workshops with zero population from the list.
**'''Default''': None
**'''Default''': false
*abOnlyOwnedWorkshops: Optional Qualifier flag that if true will only show owned workshops.
**'''Default''': true
*abTurnOffHeader: Optional Qualifier flag that if true will turn off the header text.
**'''Default''': false
*abOnlyPotentialVassalSettlements: Optional Qualifier flag that if true will only show vassal settlements.
**'''Default''': false
*abDisableReservedByQuests: Optional Qualifier flag that if true will only show vassal settlements.
**'''Default''': false
== Return Value ==
== Return Value ==
Returns selected location after user has chosen one, or NONE if user exited out without choosing
Returns selected location after user has chosen one, or NONE if user exited out without choosing
Anonymous user