C# Class SEModAPIInternal.API.Entity.InventoryEntity

Inheritance: BaseObject
Afficher le fichier Open project: rexxar-tc/SEServerExtender Class Usage Examples

Méthodes publiques

Свойство Type Description
InventoryAddItemAmountMethod string
InventoryCalculateMassVolumeMethod string
InventoryClass string
InventoryCleanUpMethod string
InventoryGetItemListMethod string
InventoryGetObjectBuilderMethod string
InventoryGetTotalMassMethod string
InventoryGetTotalVolumeMethod string
InventoryNamespace string
InventoryRemoveItemAmountMethod string
InventorySetFromObjectBuilderMethod string

Private Properties

Свойство Type Description
UpdateItemAmount void

Méthodes publiques

Méthode Description
DeleteEntry ( InventoryItemEntity source ) : bool
InventoryEntity ( MyObjectBuilder_Inventory definition ) : System
InventoryEntity ( MyObjectBuilder_Inventory definition, Object backingObject ) : System
NewEntry ( ) : InventoryItemEntity
NewEntry ( InventoryItemEntity source ) : bool
ReflectionUnitTest ( ) : bool
RefreshInventory ( ) : void
UpdateItemAmount ( InventoryItemEntity item, float newAmount ) : void

Méthodes protégées

Méthode Description
InternalUpdateItemAmount ( ) : void

Private Methods

Méthode Description
UpdateItemAmount ( InventoryItemEntity item, Decimal newAmount ) : void

Method Details

DeleteEntry() public méthode

public DeleteEntry ( InventoryItemEntity source ) : bool
source InventoryItemEntity
Résultat bool

InternalUpdateItemAmount() protected méthode

protected InternalUpdateItemAmount ( ) : void
Résultat void

InventoryEntity() public méthode

public InventoryEntity ( MyObjectBuilder_Inventory definition ) : System
definition MyObjectBuilder_Inventory
Résultat System

InventoryEntity() public méthode

public InventoryEntity ( MyObjectBuilder_Inventory definition, Object backingObject ) : System
definition MyObjectBuilder_Inventory
backingObject Object
Résultat System

NewEntry() public méthode

public NewEntry ( ) : InventoryItemEntity
Résultat InventoryItemEntity

NewEntry() public méthode

public NewEntry ( InventoryItemEntity source ) : bool
source InventoryItemEntity
Résultat bool

ReflectionUnitTest() public static méthode

public static ReflectionUnitTest ( ) : bool
Résultat bool

RefreshInventory() public méthode

public RefreshInventory ( ) : void
Résultat void

UpdateItemAmount() public méthode

public UpdateItemAmount ( InventoryItemEntity item, float newAmount ) : void
item InventoryItemEntity
newAmount float
Résultat void

Property Details

InventoryAddItemAmountMethod public_oe static_oe property

public static string InventoryAddItemAmountMethod
Résultat string

InventoryCalculateMassVolumeMethod public_oe static_oe property

public static string InventoryCalculateMassVolumeMethod
Résultat string

InventoryClass public_oe static_oe property

public static string InventoryClass
Résultat string

InventoryCleanUpMethod public_oe static_oe property

public static string InventoryCleanUpMethod
Résultat string

InventoryGetItemListMethod public_oe static_oe property

public static string InventoryGetItemListMethod
Résultat string

InventoryGetObjectBuilderMethod public_oe static_oe property

public static string InventoryGetObjectBuilderMethod
Résultat string

InventoryGetTotalMassMethod public_oe static_oe property

public static string InventoryGetTotalMassMethod
Résultat string

InventoryGetTotalVolumeMethod public_oe static_oe property

public static string InventoryGetTotalVolumeMethod
Résultat string

InventoryNamespace public_oe static_oe property

public static string InventoryNamespace
Résultat string

InventoryRemoveItemAmountMethod public_oe static_oe property

public static string InventoryRemoveItemAmountMethod
Résultat string

InventorySetFromObjectBuilderMethod public_oe static_oe property

public static string InventorySetFromObjectBuilderMethod
Résultat string