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/a03521.html | 105 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 docs/doxygen/nel/a03521.html (limited to 'docs/doxygen/nel/a03521.html') diff --git a/docs/doxygen/nel/a03521.html b/docs/doxygen/nel/a03521.html new file mode 100644 index 00000000..42723081 --- /dev/null +++ b/docs/doxygen/nel/a03521.html @@ -0,0 +1,105 @@ + + +NeL: NL3D::CTileColorOldPatchVersion6 class Reference + + + +
+

NL3D::CTileColorOldPatchVersion6 Class Reference

#include <tile_color.h> +

+


Detailed Description

+Old version of TileColors for correct serialising.
Author:
Lionel Berenguier

+Nevrax France

+
Date:
2000
+ +

+ +

+Definition at line 71 of file tile_color.h. + + + + + + + + +

Public Member Functions

void serial (NLMISC::IStream &f)

Data Fields

uint16 Color565
 The RGB user color.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NL3D::CTileColorOldPatchVersion6::serial NLMISC::IStream f  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 80 of file tile_color.h. +

+References uint8, and NLMISC::IStream::xmlSerial(). +

+

00081         {
+00082                 f.xmlSerial (Color565, "COLOR");
+00083                 // read dummy bump light info
+00084                 uint8   lightX, lightY, lightZ;
+00085                 f.xmlSerial (lightX,lightY,lightZ, "LIGHT_VECTOR");
+00086         }
+
+


Field Documentation

+

+ + + + +
+ + +
uint16 NL3D::CTileColorOldPatchVersion6::Color565 +
+
+ + + + + +
+   + + +

+The RGB user color. +

+ +

+Definition at line 75 of file tile_color.h.

+


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