Difference between revisions of "GetInCurrentLocFormList"
Jump to navigation
Jump to search
Initial page after partial testing
imported>SJML Bot (Bot creating condition functions pages.) |
imported>LukeH (Initial page after partial testing) |
||
Line 1: | Line 1: | ||
==Description== | |||
[[GetInCurrentLocFormList]] returns 1 if the location is (or has a parent location) in the supplied list of locations. | |||
==Syntax== | |||
GetInCurrentLocFormList FormList | |||
==Examples== | |||
GetInCurrentLocFormList FormListLOC ;returns true if location is in the FormListLOC or has a parent location in the list. | |||
==See Also== | |||
* [[Location]] | |||
* [[GetInCurrentLoc]] | |||
* [[IsInList]] | |||
==Papyrus Functions== | |||
* [[IsChild - Location]] | |||
==Notes== | |||
* Tested as a condition for a location alias. Will probably work for references as the other location related conditions but confirmation needed. | |||
[[Category:Console Commands]] | |||
[[Category:Condition Functions]] | [[Category:Condition Functions]] |