IsWeaponInList

From the CreationKit Wiki
Jump to navigation Jump to search

Description[edit | edit source]

IsWeaponInList Determines if the current weapon in the form list. It is called on a reference (should have a container) and takes a form list as the parameter.

Syntax[edit | edit source]

[ActorREF].IsWeaponInList FormList

NOTE: Use of this as a console command appears to be deprecated.

Examples[edit | edit source]

if BuddyRef.IsWeaponInList GunsList == 1

Returns true if Buddy's current weapon is in the list.

Notes[edit | edit source]

  • None at this time


See Also[edit | edit source]

IsInList

Reference[edit | edit source]

None provided.