Pipe Connection Base

Parent

A actor component base that is a connection point to which a pipe for fluid or hyper can get attached to.

Properties

isConnected : Bool

True if something is connected to this connection.

Details
Flags ReadOnly RuntimeSync RuntimeParallel

Display Name

Is Connected

Functions

getConnection () → connected : Trace<PipeConnectionBase>

Returns the connected pipe connection component.

Details

Flags

RuntimeSync RuntimeParallel MemberFunc

Display Name

Get Connection

Return Values
Name Type Description

Connected connected

Trace<PipeConnectionBase>

The connected pipe connection component.