Pyrogenesis
13997
|
#include <CCmpPathfinder_Common.h>
Public Member Functions | |
PathfinderPassability (ICmpPathfinder::pass_class_t mask, const CParamNode &node) | |
bool | IsPassable (fixed waterdepth, fixed steepness, fixed shoredist) |
Public Attributes | |
ICmpPathfinder::pass_class_t | m_Mask |
Private Attributes | |
fixed | m_MinDepth |
fixed | m_MaxDepth |
fixed | m_MaxSlope |
fixed | m_MinShore |
fixed | m_MaxShore |
Definition at line 79 of file CCmpPathfinder_Common.h.
|
inline |
Definition at line 82 of file CCmpPathfinder_Common.h.
|
inline |
Definition at line 112 of file CCmpPathfinder_Common.h.
ICmpPathfinder::pass_class_t PathfinderPassability::m_Mask |
Definition at line 117 of file CCmpPathfinder_Common.h.
|
private |
Definition at line 120 of file CCmpPathfinder_Common.h.
|
private |
Definition at line 123 of file CCmpPathfinder_Common.h.
|
private |
Definition at line 121 of file CCmpPathfinder_Common.h.
|
private |
Definition at line 119 of file CCmpPathfinder_Common.h.
|
private |
Definition at line 122 of file CCmpPathfinder_Common.h.