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

NL3D::CMeshBase::CLightMapInfoList::CMatStage Class Reference

#include <mesh_base.h> +

+ + + + + + + + + + +

Public Member Functions

void serial (NLMISC::IStream &f)

Data Fields

uint8 MatId
uint8 StageId
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NL3D::CMeshBase::CLightMapInfoList::CMatStage::serial NLMISC::IStream f  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 92 of file mesh_base.h. +

+References MatId, NLMISC::IStream::serial(), NLMISC::IStream::serialVersion(), and StageId. +

+

00093                         {
+00094                                 f.serialVersion (0);
+00095                                 f.serial(MatId);
+00096                                 f.serial(StageId);
+00097                         }
+
+


Field Documentation

+

+ + + + +
+ + +
uint8 NL3D::CMeshBase::CLightMapInfoList::CMatStage::MatId +
+
+ + + + + +
+   + + +

+ +

+Definition at line 87 of file mesh_base.h. +

+Referenced by serial().

+

+ + + + +
+ + +
uint8 NL3D::CMeshBase::CLightMapInfoList::CMatStage::StageId +
+
+ + + + + +
+   + + +

+ +

+Definition at line 90 of file mesh_base.h. +

+Referenced by serial().

+


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