Public Member Functions | |
| bool | operator< (const CPointLightNamedSort &b) const |
Data Fields | |
| const CPointLightNamed * | PointLight |
| uint | SrcId |
|
|
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 }
|
|
|
Definition at line 48 of file point_light_named_array.cpp. Referenced by operator<(). |
|
|
Definition at line 49 of file point_light_named_array.cpp. |
1.3.6