|
enum class | ActionType : int { Interact = 0
, Attack = 1
, ItemInteract = 2
} |
|
enum class | Type : uint {
NormalTransaction = 0
, InventoryMismatch = 1
, ItemUseTransaction = 2
, ItemUseOnEntityTransaction = 3
,
ItemReleaseTransaction = 4
} |
|
|
::ll::TypedStorage< 8, 8, ::ActorRuntimeID > | mRuntimeId |
|
::ll::TypedStorage< 4, 4, ::ItemUseOnActorInventoryTransaction::ActionType > | mActionType |
|
::ll::TypedStorage< 4, 4, int > | mSlot |
|
::ll::TypedStorage< 8, 96, ::NetworkItemStackDescriptor > | mItem |
|
::ll::TypedStorage< 4, 12, ::Vec3 > | mFromPos |
|
::ll::TypedStorage< 4, 12, ::Vec3 > | mHitPos |
|
::ll::TypedStorage< 4, 4, ::ComplexInventoryTransaction::Type > | mType |
|
::ll::TypedStorage< 8, 88, ::InventoryTransaction > | mTransaction |
|
◆ write()
virtual void ItemUseOnActorInventoryTransaction::write |
( |
::BinaryStream & | stream | ) |
const |
|
virtual |
◆ postLoadItems()
virtual void ItemUseOnActorInventoryTransaction::postLoadItems |
( |
::BlockPalette & | blockPalette, |
|
|
bool | isClientSide ) |
|
virtual |
◆ onTransactionError()
virtual void ItemUseOnActorInventoryTransaction::onTransactionError |
( |
::Player & | player, |
|
|
::InventoryTransactionError | error ) const |
|
virtual |
The documentation for this class was generated from the following file: