From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a02389.html | 171 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 docs/doxygen/nel/a02389.html (limited to 'docs/doxygen/nel/a02389.html') diff --git a/docs/doxygen/nel/a02389.html b/docs/doxygen/nel/a02389.html new file mode 100644 index 00000000..d6d46715 --- /dev/null +++ b/docs/doxygen/nel/a02389.html @@ -0,0 +1,171 @@ + + +NeL: NLPACS::CCollisionSurfaceTemp::CSurfaceLUTEntry class Reference + + + +
+

NLPACS::CCollisionSurfaceTemp::CSurfaceLUTEntry Class Reference

#include <collision_surface_temp.h> +

+ + + + + + + + + + + + + + +

Public Member Functions

void reset ()

Data Fields

uint8 Counter
bool FoundCloseEdge
bool IsPossible
bool OnVerticalEdge
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NLPACS::CCollisionSurfaceTemp::CSurfaceLUTEntry::reset void   )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 281 of file collision_surface_temp.h. +

+References Counter, and IsPossible. +

+

00281 { IsPossible = false; FoundCloseEdge = false; Counter = 0; }
+
+


Field Documentation

+

+ + + + +
+ + +
uint8 NLPACS::CCollisionSurfaceTemp::CSurfaceLUTEntry::Counter +
+
+ + + + + +
+   + + +

+ +

+Definition at line 279 of file collision_surface_temp.h. +

+Referenced by NLPACS::CCollisionSurfaceTemp::decSurface(), NLPACS::CCollisionSurfaceTemp::incSurface(), and reset().

+

+ + + + +
+ + +
bool NLPACS::CCollisionSurfaceTemp::CSurfaceLUTEntry::FoundCloseEdge +
+
+ + + + + +
+   + + +

+ +

+Definition at line 277 of file collision_surface_temp.h.

+

+ + + + +
+ + +
bool NLPACS::CCollisionSurfaceTemp::CSurfaceLUTEntry::IsPossible +
+
+ + + + + +
+   + + +

+ +

+Definition at line 276 of file collision_surface_temp.h. +

+Referenced by NLPACS::CCollisionSurfaceTemp::decSurface(), NLPACS::CCollisionSurfaceTemp::incSurface(), and reset().

+

+ + + + +
+ + +
bool NLPACS::CCollisionSurfaceTemp::CSurfaceLUTEntry::OnVerticalEdge +
+
+ + + + + +
+   + + +

+ +

+Definition at line 278 of file collision_surface_temp.h.

+


The documentation for this class was generated from the following file: +
Generated on Tue Mar 16 14:11:54 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1