checklib.h File Reference

Performs check on a loaded mapfile, and makes changes that can be saved back to the source map. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define NUM_NONE   -1
#define NUM_DIFF   -2
#define NUM_SAME   -3

Functions

void Check_Printf (const verbosityLevel_t msgVerbLevel, qboolean change, int entnum, int brushnum, const char *format,...) __attribute__((format(printf
void void Check_InitEntityDefs (void)
void Check_Free (void)
 free the mapbrush_t::nearBrushes, compositeSides and entitiesdef.h stuff.

Detailed Description

Performs check on a loaded mapfile, and makes changes that can be saved back to the source map.

Definition in file checklib.h.


Define Documentation

#define NUM_DIFF   -2

Definition at line 32 of file checklib.h.

#define NUM_NONE   -1

constants that may be passed to Check_Printf in lieu of entity/brush numbers

Definition at line 31 of file checklib.h.

Referenced by Check_Printf().

#define NUM_SAME   -3

Definition at line 33 of file checklib.h.

Referenced by Check_Printf(), CheckMixedFaceContents(), and DisplayContentFlags().


Function Documentation

void Check_Free ( void   ) 
void void Check_InitEntityDefs ( void   ) 
Note:
Check_Free calls ED_Free, which frees all outstanding malloc'd space from this function

Definition at line 130 of file checklib.c.

References byte, ED_ERROR, ED_GetLastError(), ED_Parse(), FS_LoadFile(), Mem_Free, numEntityDefs, and Sys_Error().

Referenced by Check_Stats(), and CheckEntities().

void Check_Printf ( const verbosityLevel_t  msgVerbLevel,
qboolean  change,
int  entnum,
int  brushnum,
const char *  format,
  ... 
)

Generated by  doxygen 1.6.2