Background for Starfield
Member of the Game script
LocationfunctionGetMatchingLocation(LocationParentLocation=NONE, Keyword[]WantedKeywords=NONE, Keyword[]UnwantedKeywords=NONE, LocationRefType[]WantedRefTypes=NONE, LocationRefType[]UnwantedRefTypes=NONE, boolMustFindAllWantedKeywords=true, boolMustNotFindAnyUnwantedKeywords=true, boolMustFindAllWantedRefTypes=true, boolMustNotFindAnyUnwantedRefTypes=true)Global


Parameters

  1. LocationParentLocation=NONE

  2. Keyword[]WantedKeywords=NONE

  3. Keyword[]UnwantedKeywords=NONE

  4. LocationRefType[]WantedRefTypes=NONE

  5. LocationRefType[]UnwantedRefTypes=NONE

  6. boolMustFindAllWantedKeywords=true

  7. boolMustNotFindAnyUnwantedKeywords=true

  8. boolMustFindAllWantedRefTypes=true

  9. 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)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.