doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
LightDlg.cpp File Reference
#include "../../idlib/precompiled.h"
#include "qe3.h"
#include "Radiant.h"
#include "../../game/game.h"
#include "../comafx/DialogColorPicker.h"
#include "LightDlg.h"

Go to the source code of this file.

Functions

entity_tSingleLightSelected ()
 
void LightEditorInit (const idDict *spawnArgs)
 
void LightEditorRun (void)
 
void LightEditorShutdown (void)
 
void UpdateLightInspector ()
 
void UpdateLightDialog (float r, float g, float b, float a)
 

Variables

CLightDlgg_LightDialog = NULL
 

Function Documentation

void LightEditorInit ( const idDict spawnArgs)

Definition at line 782 of file LightDlg.cpp.

void LightEditorRun ( void  )

Definition at line 814 of file LightDlg.cpp.

void LightEditorShutdown ( void  )

Definition at line 828 of file LightDlg.cpp.

entity_t* SingleLightSelected ( )

Definition at line 714 of file LightDlg.cpp.

void UpdateLightDialog ( float  r,
float  g,
float  b,
float  a 
)

Definition at line 845 of file LightDlg.cpp.

void UpdateLightInspector ( )

Definition at line 833 of file LightDlg.cpp.

Variable Documentation

CLightDlg* g_LightDialog = NULL

Definition at line 276 of file LightDlg.cpp.