Gah - a solution with more questions. – EntropicLqd
UE3:UTSeqCond_HasInventory (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> SequenceObject >> SequenceOp >> SequenceCondition >> UTSeqCond_HasInventory |
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
activates output depending on whether the given Pawn has the specified inventory item
Properties[edit]
Property group 'UTSeqCond_HasInventory'[edit]
bAllowSubclass[edit]
Type: bool
whether subclasses of the specified class count
bCheckVehicleDriver[edit]
Type: bool
whether to check the driver Pawn if the player is in a vehicle
RequiredInventory[edit]
inventory item to check
Internal variables[edit]
Target[edit]
Type: Actor
player to look for inventory on
Default values[edit]
Property | Value | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ObjName | "Has Inventory" | ||||||||||||
OutputLinks[0] |
|
||||||||||||
OutputLinks[1] |
|
||||||||||||
VariableLinks[0] |
|
Events[edit]
Activated[edit]
event Activated ()
Overrides: SequenceOp.Activated
Called when this event is activated.