Interface IMyExhaustBlock
Describes exhaust block (mods interface)
Inherited Members
Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common.dll
Syntax
public interface IMyExhaustBlock : IMyFunctionalBlock, IMyFunctionalBlock, IMyTerminalBlock, IMyTerminalBlock, IMyCubeBlock, IMyCubeBlock, IMyEntity, IMyEntity
Methods
SelectEffect(String)
Selects exhaust effect
Declaration
void SelectEffect(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Name of effect |
StartEffects()
Start emitting effects
Declaration
void StartEffects()
StopEffects()
Stop emitting effects
Declaration
void StopEffects()