Click or drag to resize
IMySlimBlockDecreaseMountLevel Method

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

Decreases the build level of a block

Namespace: VRage.Game.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void DecreaseMountLevel(
	float grinderAmount,
	IMyInventory outputInventory,
	bool useDefaultDeconstructEfficiency = false
)

Parameters

grinderAmount
Type: SystemSingle
The integrity amount of change
outputInventory
Type: VRage.Game.ModAPIIMyInventory
The inventory where output components will be sent to
useDefaultDeconstructEfficiency (Optional)
Type: SystemBoolean

[Missing <param name="useDefaultDeconstructEfficiency"/> documentation for "M:VRage.Game.ModAPI.IMySlimBlock.DecreaseMountLevel(System.Single,VRage.Game.ModAPI.IMyInventory,System.Boolean)"]

See Also