IsWeaponInList

DescriptionEdit

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.

SyntaxEdit

[ActorREF].IsWeaponInList FormList

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

ExamplesEdit

if BuddyRef.IsWeaponInList GunsList == 1

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

NotesEdit

  • None at this time


See AlsoEdit

IsInList

ReferenceEdit

None provided.