Space Engineers
Public Member Functions | Properties | List of all members
Sandbox.Game.Entities.Inventory.MyInventoryItemAdapter Class Reference
Inheritance diagram for Sandbox.Game.Entities.Inventory.MyInventoryItemAdapter:
Sandbox.Game.Entities.Interfaces.IMyInventoryItemAdapter

Public Member Functions

void Adapt (IMyInventoryItem inventoryItem)
 
void Adapt (MyDefinitionId itemDefinition)
 
bool TryAdapt (MyDefinitionId itemDefinition)
 

Properties

static MyInventoryItemAdapter Static [get]
 
float Mass [get]
 
float Volume [get]
 
bool HasIntegralAmounts [get]
 
MyFixedPoint MaxStackAmount [get]
 
string DisplayNameText [get]
 
string[] Icons [get]
 
VRage.Utils.MyStringId IconSymbol [get]
 
- Properties inherited from Sandbox.Game.Entities.Interfaces.IMyInventoryItemAdapter
float Mass [get]
 
float Volume [get]
 
bool HasIntegralAmounts [get]
 
MyFixedPoint MaxStackAmount [get]
 
string DisplayNameText [get]
 
string[] Icons [get]
 
MyStringId IconSymbol [get]
 

Detailed Description

Definition at line 20 of file MyInventoryItemAdapter.cs.

Member Function Documentation

void Sandbox.Game.Entities.Inventory.MyInventoryItemAdapter.Adapt ( IMyInventoryItem  inventoryItem)
inline

Definition at line 37 of file MyInventoryItemAdapter.cs.

void Sandbox.Game.Entities.Inventory.MyInventoryItemAdapter.Adapt ( MyDefinitionId  itemDefinition)
inline

Definition at line 47 of file MyInventoryItemAdapter.cs.

bool Sandbox.Game.Entities.Inventory.MyInventoryItemAdapter.TryAdapt ( MyDefinitionId  itemDefinition)
inline

Definition at line 53 of file MyInventoryItemAdapter.cs.

Property Documentation

string Sandbox.Game.Entities.Inventory.MyInventoryItemAdapter.DisplayNameText
get

Definition at line 140 of file MyInventoryItemAdapter.cs.

bool Sandbox.Game.Entities.Inventory.MyInventoryItemAdapter.HasIntegralAmounts
get

Definition at line 104 of file MyInventoryItemAdapter.cs.

string [] Sandbox.Game.Entities.Inventory.MyInventoryItemAdapter.Icons
get

Definition at line 152 of file MyInventoryItemAdapter.cs.

VRage.Utils.MyStringId Sandbox.Game.Entities.Inventory.MyInventoryItemAdapter.IconSymbol
get

Definition at line 164 of file MyInventoryItemAdapter.cs.

float Sandbox.Game.Entities.Inventory.MyInventoryItemAdapter.Mass
get

Definition at line 65 of file MyInventoryItemAdapter.cs.

MyFixedPoint Sandbox.Game.Entities.Inventory.MyInventoryItemAdapter.MaxStackAmount
get

Definition at line 119 of file MyInventoryItemAdapter.cs.

MyInventoryItemAdapter Sandbox.Game.Entities.Inventory.MyInventoryItemAdapter.Static
staticget

Definition at line 25 of file MyInventoryItemAdapter.cs.

float Sandbox.Game.Entities.Inventory.MyInventoryItemAdapter.Volume
get

Definition at line 87 of file MyInventoryItemAdapter.cs.


The documentation for this class was generated from the following file: