yolkbot
    Preparing search index...

    Interface PathLink

    A one-way connection between two PathNodes

    interface PathLink {
        cost: number;
        kind: LinkKind;
        to: number;
    }
    Index

    Properties

    Properties

    cost: number

    Roughly how many ticks travelling it costs

    kind: LinkKind

    How it has to be travelled

    to: number

    The node being travelled to