C# Class SEModAPIInternal.API.Entity.InventoryDelta

Show file Open project: rexxar-tc/SEServerExtender Class Usage Examples

Public Properties

Property Type Description
item InventoryItemEntity
newAmount float
oldAmount float

Property Details

item public property

public InventoryItemEntity,SEModAPIInternal.API.Entity item
return InventoryItemEntity

newAmount public property

public float newAmount
return float

oldAmount public property

public float oldAmount
return float