Class MyInventoryTransferEventContent
Inheritance
System.Object
MyInventoryTransferEventContent
Assembly: Sandbox.Game.dll
Syntax
public sealed class MyInventoryTransferEventContent : ValueType
Fields
Amount
Declaration
public MyFixedPoint Amount
Field Value
Type |
Description |
VRage.MyFixedPoint |
|
DestinationInventoryId
Declaration
public MyStringHash DestinationInventoryId
Field Value
DestinationOwnerId
Declaration
public long DestinationOwnerId
Field Value
Type |
Description |
System.Int64 |
|
ItemId
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
SourceInventoryId
Declaration
public MyStringHash SourceInventoryId
Field Value
SourceOwnerId
Declaration
public long SourceOwnerId
Field Value
Type |
Description |
System.Int64 |
|