navcat docs
    Preparing search index...

    Type Alias FindNodePathResult

    type FindNodePathResult = {
        flags: FindNodePathResultFlags;
        nodes: SearchNodePool;
        openList: SearchNodeQueue;
        path: NodeRef[];
        success: boolean;
    }
    Index

    Properties

    the result status flags for the operation

    intermediate search node pool used for the search

    openList: SearchNodeQueue

    intermediate open list used for the search

    path: NodeRef[]

    the path, consisting of polygon node and offmesh link node references

    success: boolean

    whether the search completed successfully, with either a partial or complete path