GetInCurrentLocFormList
Jump to navigation
Jump to search
Description[edit | edit source]
GetInCurrentLocFormList returns 1 if the location is (or has a parent location) in the supplied list of locations.
Syntax[edit | edit source]
GetInCurrentLocFormList FormList
Examples[edit | edit source]
GetInCurrentLocFormList FormListLOC ;returns true if location is in the FormListLOC or has a parent location in the list.
See Also[edit | edit source]
Papyrus Functions[edit | edit source]
Notes[edit | edit source]
- Tested as a condition for a location alias. Will probably work for references as the other location related conditions but confirmation needed.