Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object | +-- Engine.SequenceObject | +-- Engine.SequenceOp | +-- Engine.SequenceCondition | +-- UTGame.UTSeqCond_IsUsingWeapon
Variables Summary | |
---|---|
Actor | Target |
UTSeqCond_IsUsingWeapon | |
bool | bAllowSubclass |
bool | bMustBeImpactHammer |
bool | bMustBeTranslocator |
class<Weapon> | RequiredWeapon |
Inherited Variables from Engine.SequenceOp |
---|
ActivateCount, bActive, bAutoActivateOutputLinks, bLatentExecution, EventLinks, InputLinks, OutputLinks, PlayerIndex, SearchTag, VariableLinks |
Structures Summary |
---|
Inherited Structures from Engine.SequenceOp |
---|
SeqEventLink, SeqOpInputLink, SeqOpOutputInputLink, SeqOpOutputLink, SeqVarLink |
Functions Summary | ||
---|---|---|
![]() | Activated ())) |
Inherited Functions from Engine.SequenceCondition |
---|
IsValidUISequenceObject |
Inherited Functions from Engine.SequenceOp |
---|
Activated, Deactivated, GetBoolVars, GetController, GetLinkedObjects, GetObjectVars, GetPawn, HasLinkedOps, LinkedVariables, PopulateLinkedVariableValues, PublishLinkedVariableValues, Reset |
Variables Detail |
---|
player to look for inventory on
whether subclasses of the specified class count
Ii this is true, the weapon must be the Impact Hammer
Ii this is true, the weapon must be the Impact Hammer
weapon to check
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { OutputLinks(0)=(LinkDesc="Using It") OutputLinks(1)=(LinkDesc="Not Using It") VariableLinks(0)=(ExpectedType=Class'Engine.SeqVar_Object',LinkDesc="Target",PropertyName="Target",MinVars=1,MaxVars=1) ObjName="Is Using Weapon" Name="Default__UTSeqCond_IsUsingWeapon" ObjectArchetype=SequenceCondition'Engine.Default__SequenceCondition' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |