- Found in:
- Vanilla
LocationfunctionGetMatchingLocation(LocationParentLocation=NONE, Keyword[]WantedKeywords=NONE, Keyword[]UnwantedKeywords=NONE, LocationRefType[]WantedRefTypes=NONE, LocationRefType[]UnwantedRefTypes=NONE, boolMustFindAllWantedKeywords=true, boolMustNotFindAnyUnwantedKeywords=true, boolMustFindAllWantedRefTypes=true, boolMustNotFindAnyUnwantedRefTypes=true)Global
Caveats
Parameters
LocationParentLocation=NONE
Keyword[]WantedKeywords=NONE
Keyword[]UnwantedKeywords=NONE
LocationRefType[]WantedRefTypes=NONE
LocationRefType[]UnwantedRefTypes=NONE
boolMustFindAllWantedKeywords=true
boolMustNotFindAnyUnwantedKeywords=true
boolMustFindAllWantedRefTypes=true
boolMustNotFindAnyUnwantedRefTypes=true
Examples
Auto-Generated Example
Location myLocation__ParentLocation
Keyword[] myKeywordArray__WantedKeywords
Keyword[] myKeywordArray__UnwantedKeywords
LocationRefType[] myLocationRefTypeArray__WantedRefTypes
LocationRefType[] myLocationRefTypeArray__UnwantedRefTypes
bool myBool__MustFindAllWantedKeywords
bool myBool__MustNotFindAnyUnwantedKeywords
bool myBool__MustFindAllWantedRefTypes
bool myBool__MustNotFindAnyUnwantedRefTypes
Location returnedValue = Game.GetMatchingLocation(myLocation__ParentLocation, myKeywordArray__WantedKeywords, myKeywordArray__UnwantedKeywords, myLocationRefTypeArray__WantedRefTypes, myLocationRefTypeArray__UnwantedRefTypes, myBool__MustFindAllWantedKeywords, myBool__MustNotFindAnyUnwantedKeywords, myBool__MustFindAllWantedRefTypes, myBool__MustNotFindAnyUnwantedRefTypes)