Background for Skyrim SE
Member of the DbMiscFunctions script
boolfunctionLocationOrParentsHasKeyword(LocationakLocation, KeywordakKeyword)Global

Description

Documentation Comment

check if location or any of it's parents has the keyword
Requires Papyrus Extender && SKSE


Caveats


Parameters

LocationakLocation

KeywordakKeyword


Examples

Auto-Generated Example

Location myLocation__akLocation
Keyword myKeyword__akKeyword

bool returnedValue = DbMiscFunctions.LocationOrParentsHasKeyword(myLocation__akLocation, myKeyword__akKeyword)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.