Space Engineers
Public Member Functions | Properties | List of all members
Sandbox.Game.Entities.Cube.MyComponentList Class Reference

Public Member Functions

void AddMaterial (MyDefinitionId myDefinitionId, int amount, int requiredAmount=0, bool addToDisplayList=true)
 
void Clear ()
 

Properties

DictionaryReader< MyDefinitionId, int > TotalMaterials [get]
 
DictionaryReader< MyDefinitionId, int > RequiredMaterials [get]
 

Detailed Description

Definition at line 13 of file MyComponentList.cs.

Member Function Documentation

void Sandbox.Game.Entities.Cube.MyComponentList.AddMaterial ( MyDefinitionId  myDefinitionId,
int  amount,
int  requiredAmount = 0,
bool  addToDisplayList = true 
)
inline

Definition at line 27 of file MyComponentList.cs.

void Sandbox.Game.Entities.Cube.MyComponentList.Clear ( )
inline

Definition at line 46 of file MyComponentList.cs.

Property Documentation

DictionaryReader<MyDefinitionId, int> Sandbox.Game.Entities.Cube.MyComponentList.RequiredMaterials
get

Definition at line 25 of file MyComponentList.cs.

DictionaryReader<MyDefinitionId, int> Sandbox.Game.Entities.Cube.MyComponentList.TotalMaterials
get

Definition at line 24 of file MyComponentList.cs.


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