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/a03097.html | 120 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 docs/doxygen/nel/a03097.html (limited to 'docs/doxygen/nel/a03097.html') diff --git a/docs/doxygen/nel/a03097.html b/docs/doxygen/nel/a03097.html new file mode 100644 index 00000000..891062b0 --- /dev/null +++ b/docs/doxygen/nel/a03097.html @@ -0,0 +1,120 @@ + + +NeL: NL3D::CPointLightNamedArray::CPointLightGroupV0 struct Reference + + + +
+

NL3D::CPointLightNamedArray::CPointLightGroupV0 Struct Reference


Detailed Description

+Deprecated serials. +

+ +

+Definition at line 114 of file point_light_named_array.h. + + + + + + + + + +

Public Member Functions

void serial (NLMISC::IStream &f)

Data Fields

uint32 EndId
uint32 StartId
+


Member Function Documentation

+

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

+ +

+Definition at line 119 of file point_light_named_array.h. +

+References NLMISC::IStream::serial(). +

+

00120                 {
+00121                         f.serial(StartId, EndId);
+00122                 }
+
+


Field Documentation

+

+ + + + +
+ + +
uint32 NL3D::CPointLightNamedArray::CPointLightGroupV0::EndId +
+
+ + + + + +
+   + + +

+ +

+Definition at line 117 of file point_light_named_array.h.

+

+ + + + +
+ + +
uint32 NL3D::CPointLightNamedArray::CPointLightGroupV0::StartId +
+
+ + + + + +
+   + + +

+ +

+Definition at line 116 of file point_light_named_array.h.

+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 07:02:35 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1