Difference between revisions of "IsInList"
Jump to navigation
Jump to search
imported>Thalioden |
imported>LukeH |
||
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]] | |||
[[GetInCurrentLocFormList]] | |||
[[Category:Console Commands]] | [[Category:Console Commands]] | ||
[[Category:Condition Functions]] | [[Category:Condition Functions]] |
Revision as of 06:42, 22 November 2013
Description
*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
IsInList FormListREF
Examples
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
IsWeaponInList GetInCurrentLocFormList GetInCurrentLocFormList