I love the smell of UnrealEd crashing in the morning. – tarquin

Difference between revisions of "UE3:UTSeqCond IsUsingWeapon (UT3)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Auto-generated page)
 
(Talk)
(One intermediate revision by one other user not shown)
Line 7: Line 7:
 
}}
 
}}
 
{{autogenerated}}
 
{{autogenerated}}
null
+
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
  
 
==Properties==
 
==Properties==

Revision as of 02:44, 26 July 2008

UT3 Object >> SequenceObject >> SequenceOp >> SequenceCondition >> UTSeqCond_IsUsingWeapon
Package: 
UTGame
This class in other games:
UDK

Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

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

bMustBeTranslocator

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
MinVars 1
PropertyName 'Target'

Events

Activated

event Activated ()

Overrides: SequenceOp.Activated

Called when this event is activated.