Client LuaCsForBarotrauma
|
Check whether specific kinds of items have been purchased or sold during the round. More...
Public Types | |
enum class | TransactionType { Purchased , Sold } |
Public Member Functions | |
CheckPurchasedItemsAction (ScriptedEvent parentEvent, ContentXElement element) | |
Protected Member Functions | |
override? bool | DetermineSuccess () |
Properties | |
TransactionType | Type [get, set] |
Identifier | ItemIdentifier [get, set] |
Identifier | ItemTag [get, set] |
int | MinCount [get, set] |
Check whether specific kinds of items have been purchased or sold during the round.
Definition at line 9 of file CheckPurchasedItemsAction.cs.
|
strong |
Enumerator | |
---|---|
Purchased | |
Sold |
Definition at line 11 of file CheckPurchasedItemsAction.cs.
CheckPurchasedItemsAction.CheckPurchasedItemsAction | ( | ScriptedEvent | parentEvent, |
ContentXElement | element | ||
) |
Definition at line 29 of file CheckPurchasedItemsAction.cs.
|
protected |
Definition at line 34 of file CheckPurchasedItemsAction.cs.
|
getset |
Definition at line 21 of file CheckPurchasedItemsAction.cs.
|
getset |
Definition at line 24 of file CheckPurchasedItemsAction.cs.
|
getset |
Definition at line 27 of file CheckPurchasedItemsAction.cs.
|
getset |
Definition at line 18 of file CheckPurchasedItemsAction.cs.