Hammerwatch Wiki
Advertisement


PathNode

PathNodes a target point for an actor to move to.

Fields[]

PathNodes have two fields:

  • Next path: Element link (only other PathNodes). After reaching this element, actors will move to the specified PathNode.
  • Spread: Decimal number. The radius around this PathNode within which actors may move.

Tips[]

Only the first specified PathNode for the "Next path" field will be used.

Advertisement