Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
light_key Struct Reference

Public Member Functions

 light_key ()
 
 light_key (int num, float inte)
 

Public Attributes

int number
 
float intensity_key
 

Detailed Description

Definition at line 18 of file gl_light_pick.cpp.

Constructor & Destructor Documentation

light_key::light_key ( )
inline

Definition at line 22 of file gl_light_pick.cpp.

References intensity_key, and number.

23  {
24  intensity_key = number = 0;
25  }
light_key::light_key ( int  num,
float  inte 
)
inline

Definition at line 26 of file gl_light_pick.cpp.

References intensity_key, and number.

27  {
28  number = num;
29  intensity_key = inte;
30  }

Member Data Documentation

float light_key::intensity_key

Definition at line 21 of file gl_light_pick.cpp.

Referenced by light_key(), and operator<().

int light_key::number

Definition at line 20 of file gl_light_pick.cpp.

Referenced by light_key().


The documentation for this struct was generated from the following file: