IsWeaponInList
From Creation Kit
Revision as of 2011-12-02T18:11:27 by Scornett-Bot (Talk | contribs)
Contents |
Description
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
[ActorREF].IsWeaponInList FormList
NOTE: Use of this as a console command appears to be deprecated.
Examples
if BuddyRef.IsWeaponInList GunsList == 1
Returns true if Buddy's current weapon is in the list.
Notes
- None at this time
See Also
Reference
None provided.

