Always snap to grid

UE3:UTSeqCond_IsUsingWeapon (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> SequenceObject >> SequenceOp >> SequenceCondition >> UTSeqCond_IsUsingWeapon
Package: 
UTGame
This class in other games:
UT3


Properties[edit]

Property group 'UTSeqCond_IsUsingWeapon'[edit]

bAllowSubclass[edit]

Type: bool

whether subclasses of the specified class count

bMustBeImpactHammer[edit]

Type: bool

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

RequiredWeapon[edit]

Type: class<Weapon>

weapon to check

Internal variables[edit]

Target[edit]

Type: Actor

player to look for inventory on

Default values[edit]

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[edit]

Activated[edit]

event Activated ()

Overrides: SequenceOp.Activated

Called when this event is activated.