Difference between revisions of "OpenWorkshopSettlementMenuEx - ObjectReference"

Updating to match latest source
imported>Plplecuyer
 
imported>Hannibalektr
(Updating to match latest source)
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, Keyword akFilterKeyword = None) native
   Location aLocToHighlight = None, FormList akIncludeKeywordList = None, FormList akExcludeKeywordList = None, bool abExcludeZeroPopulation = false) native
</source>
</source>


Line 18: Line 18:
*aLocToHighlight : Optional starting location to highlight.  If None, first location in list is highlighted.
*aLocToHighlight : Optional starting location to highlight.  If None, first location in list is highlighted.
**'''Default''': None
**'''Default''': None
*akFilterKeyword: Optional Qualifier keyword that will be used to filter the workshop list.
*akIncludeKeywordList: Optional Qualifier formlist of keywords that settlements to include have.
**'''Default''': None
*akExcludeKeywordList: Optional Qualifier formlist of keywords that settlements to exclude have.
**'''Default''': None
*abExcludeZeroPopulation: Optional Qualifier flag that if true will remove workshops with zero population from the list.
**'''Default''': None
**'''Default''': None
== 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