Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

Difference between revisions of "UE3:UTSeqCond HasInventory (UDK)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Talk)
 
(Talk)
Line 43: Line 43:
 
|  
 
|  
 
{| class="list defaults"
 
{| class="list defaults"
! {{tl|SeqOpOutputLink||SequenceOp|Member}}
+
! {{tl|SeqOpOutputLink||SequenceOp structs|Member}}
 
! Value
 
! Value
 
|-
 
|-
Line 53: Line 53:
 
|  
 
|  
 
{| class="list defaults"
 
{| class="list defaults"
! {{tl|SeqOpOutputLink||SequenceOp|Member}}
+
! {{tl|SeqOpOutputLink||SequenceOp structs|Member}}
 
! Value
 
! Value
 
|-
 
|-
Line 63: Line 63:
 
|  
 
|  
 
{| class="list defaults"
 
{| class="list defaults"
! {{tl|SeqVarLink||SequenceOp|Member}}
+
! {{tl|SeqVarLink||SequenceOp structs|Member}}
 
! Value
 
! Value
 
|-
 
|-

Revision as of 06:24, 17 January 2010

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

activates output depending on whether the given Pawn has the specified inventory item

Properties

Property group 'UTSeqCond_HasInventory'

bAllowSubclass

Type: bool

whether subclasses of the specified class count

bCheckVehicleDriver

Type: bool

whether to check the driver Pawn if the player is in a vehicle

RequiredInventory

Type: class<Inventory>

inventory item to check

Internal variables

Target

Type: Actor

player to look for inventory on

Default values

Property Value
ObjName "Has Inventory"
OutputLinks[0]
Member Value
LinkDesc "Has Item"
OutputLinks[1]
Member Value
LinkDesc "Doesn't Have Item"
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.