HPL3/Areas/PathNode Area

From Frictional Wiki
< HPL3
Revision as of 05:53, 26 January 2024 by Lil alex (talk | contribs)
Jump to navigation Jump to search

Overview

The PathNode Area is an area that acts as a point entity that generates a navigatable path for agents to use for pathfinding. Each area much be assigned to each enemy entity using the function Pathfinder_Track_Add() and the agent must be started on the path using the function Pathfinder_Track_Start(). These Functions require the helper_ai.hps script to be included in the map file.

Properties

The PathNode Area takes no properties