Interface ICanExitFromPipe
Namespace: Eco.Gameplay.Pipes
Assembly: Eco.Gameplay.dll
Syntax
public interface ICanExitFromPipe
Methods
FlowTooltip(Single)
Declaration
LocString FlowTooltip(float flowrate)
Parameters
Type | Name | Description |
---|---|---|
System.Single | flowrate |
Returns
Type | Description |
---|---|
LocString |
OnPipeExit(WireOutput, Ray, PipePayload)
Declaration
float OnPipeExit(WireOutput wire, Ray posDir, PipePayload payload)
Parameters
Type | Name | Description |
---|---|---|
WireOutput | wire | |
Ray | posDir | |
PipePayload | payload |
Returns
Type | Description |
---|---|
System.Single |