Difference between revisions of "IsInList"
Jump to navigation
Jump to search
imported>Thalioden |
imported>IsharaMeradin m (Converted the See Also into a bullet list and removed the duplicate GetInCurrentLocFormList entry) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 10: | Line 10: | ||
IsInList FormList1 | IsInList FormList1 | ||
==Notes== | |||
This seems not to work for locations. To use with a FormList of locations, even if the condition is checked on a location, see [[GetInCurrentLocFormList]] | |||
==See Also== | ==See Also== | ||
[[IsWeaponInList]] | *[[IsWeaponInList]] | ||
*[[GetInCurrentLocFormList]] | |||
[[Category:Console Commands]] | [[Category:Console Commands]] | ||
[[Category:Condition Functions]] | [[Category:Condition Functions]] |
Latest revision as of 22:01, 17 June 2014
Description[edit | edit source]
*IsInList This function takes a FormList as a parameter and returns 1 if the reference's base object is a member of the FormList or 0 if it is not.
Syntax[edit | edit source]
IsInList FormListREF
Examples[edit | edit source]
IsInList FormList1
Notes[edit | edit source]
This seems not to work for locations. To use with a FormList of locations, even if the condition is checked on a location, see GetInCurrentLocFormList