IsWeaponInList
Revision as of 14:59, 26 November 2008 by imported>Kkuhlmann
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
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.