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

NL3D::CPointLightNamedSort Struct Reference

+ + + + + + + + + +

Public Member Functions

bool operator< (const CPointLightNamedSort &b) const

Data Fields

const CPointLightNamedPointLight
uint SrcId
+

Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
bool NL3D::CPointLightNamedSort::operator< const CPointLightNamedSort b  )  const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 51 of file point_light_named_array.cpp. +

+References NL3D::CPointLightNamed::AnimatedLight, NL3D::CPointLightNamed::LightGroup, and PointLight. +

+

00052         {
+00053                 if (PointLight->AnimatedLight < b.PointLight->AnimatedLight)
+00054                         return true;
+00055                 if (PointLight->AnimatedLight > b.PointLight->AnimatedLight)
+00056                         return false;
+00057                 return (PointLight->LightGroup < b.PointLight->LightGroup);
+00058         }
+
+


Field Documentation

+

+ + + + +
+ + +
const CPointLightNamed* NL3D::CPointLightNamedSort::PointLight +
+
+ + + + + +
+   + + +

+ +

+Definition at line 48 of file point_light_named_array.cpp. +

+Referenced by operator<().

+

+ + + + +
+ + +
uint NL3D::CPointLightNamedSort::SrcId +
+
+ + + + + +
+   + + +

+ +

+Definition at line 49 of file point_light_named_array.cpp.

+


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