Difference between revisions of "GetInCurrentLocFormList"
Jump to navigation
Jump to search
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]] |
Latest revision as of 06:37, 22 November 2013
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.