Click or drag to resize
IMySlimBlockGetMissingComponents Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRage.Game.ModAPI.IMySlimBlock.GetMissingComponents(System.Collections.Generic.Dictionary{System.String,System.Int32})"]

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void GetMissingComponents(
	Dictionary<string, int> addToDictionary
)

Parameters

addToDictionary
Type: System.Collections.GenericDictionaryString, Int32

[Missing <param name="addToDictionary"/> documentation for "M:VRage.Game.ModAPI.IMySlimBlock.GetMissingComponents(System.Collections.Generic.Dictionary{System.String,System.Int32})"]

Implements

IMySlimBlockGetMissingComponents(DictionaryString, Int32)
See Also