IsWeaponInList

Revision as of 17:11, 2 December 2011 by imported>Scornett-Bot (Script running global find and replace: = for '''=)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.