Server LuaCsForBarotrauma
InventoryHighlightAction Class Reference

Highlights specific items in a specific inventory. More...

Inheritance diagram for InventoryHighlightAction:

Public Member Functions

 InventoryHighlightAction (ScriptedEvent parentEvent, ContentXElement element)
 
override void Update (float deltaTime)
 
override bool IsFinished (ref string goToLabel)
 
override void Reset ()
 

Properties

Identifier TargetTag [get, set]
 
Identifier ItemIdentifier [get, set]
 
int ItemContainerIndex [get, set]
 
bool Recursive [get, set]
 

Detailed Description

Highlights specific items in a specific inventory.

Definition at line 6 of file InventoryHighlightAction.cs.

Constructor & Destructor Documentation

◆ InventoryHighlightAction()

InventoryHighlightAction.InventoryHighlightAction ( ScriptedEvent  parentEvent,
ContentXElement  element 
)

Definition at line 22 of file InventoryHighlightAction.cs.

Member Function Documentation

◆ IsFinished()

override bool InventoryHighlightAction.IsFinished ( ref string  goToLabel)

◆ Reset()

override void InventoryHighlightAction.Reset ( )

◆ Update()

override void InventoryHighlightAction.Update ( float  deltaTime)

Definition at line 24 of file InventoryHighlightAction.cs.

Property Documentation

◆ ItemContainerIndex

int InventoryHighlightAction.ItemContainerIndex
getset

Definition at line 15 of file InventoryHighlightAction.cs.

◆ ItemIdentifier

Identifier InventoryHighlightAction.ItemIdentifier
getset

Definition at line 12 of file InventoryHighlightAction.cs.

◆ Recursive

bool InventoryHighlightAction.Recursive
getset

Definition at line 18 of file InventoryHighlightAction.cs.

◆ TargetTag

Identifier InventoryHighlightAction.TargetTag
getset

Definition at line 9 of file InventoryHighlightAction.cs.