Pyrogenesis  trunk
Public Member Functions | Public Attributes | List of all members
PathResult Struct Reference

#include <ICmpPathfinder.h>

Collaboration diagram for PathResult:
Collaboration graph
[legend]

Public Member Functions

 PathResult ()=default
 
 PathResult (u32 t, entity_id_t n, WaypointPath p)
 

Public Attributes

u32 ticket
 
entity_id_t notify
 
WaypointPath path
 

Constructor & Destructor Documentation

◆ PathResult() [1/2]

PathResult::PathResult ( )
default

◆ PathResult() [2/2]

PathResult::PathResult ( u32  t,
entity_id_t  n,
WaypointPath  p 
)
inline

Member Data Documentation

◆ notify

entity_id_t PathResult::notify

◆ path

WaypointPath PathResult::path

◆ ticket

u32 PathResult::ticket

The documentation for this struct was generated from the following file: