IsWeaponInList

Revision as of 15:59, 26 November 2008 by imported>Kkuhlmann
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

IsInList

Reference

None provided.