UE3:UTSeqCond_IsUsingWeapon (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 06:02, 17 January 2010 by Wormbo (talk | contribs) (1 revision: class descriptions for UDK January update (part 8))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
UDK Object >> SequenceObject >> SequenceOp >> SequenceCondition >> UTSeqCond_IsUsingWeapon
Package:
UTGame
This class in other games:


Properties

Property group 'UTSeqCond_IsUsingWeapon'

bAllowSubclass

Type: bool

whether subclasses of the specified class count

bMustBeImpactHammer

Type: bool

Ii this is true, the weapon must be the Impact Hammer

RequiredWeapon

Type: class<Weapon>

weapon to check

Internal variables

Target

Type: Actor

player to look for inventory on

Default values

Property Value
ObjName "Is Using Weapon"
OutputLinks[0]
Member Value
LinkDesc "Using It"
OutputLinks[1]
Member Value
LinkDesc "Not Using It"
VariableLinks[0]
Member Value
ExpectedType Class'Engine.SeqVar_Object'
LinkDesc "Target"
MaxVars 1
PropertyName 'Target'

Events

Activated

event Activated ()

Overrides: SequenceOp.Activated

Called when this event is activated.