|
UFO: Alien Invasion
|
#include <map.h>

Data Fields | |
| vec2_t | shift |
| vec_t | rotate |
| vec2_t | scale |
| char | name [MAX_TEXPATH] |
| uint32_t | surfaceFlags |
| int | value |
| char brush_texture_t::name[MAX_TEXPATH] |
texture name - relative to base/textures
Definition at line 37 of file map.h.
Referenced by Check_SetNodraw(), Check_SurfProp(), Check_SurfProps(), CheckMixedFaceContents(), CheckTexturesBasedOnFlags(), ParseBrush(), SetImpliedFlags(), TexinfoForBrushTexture(), and WriteMapBrush().
| vec_t brush_texture_t::rotate |
Definition at line 35 of file map.h.
Referenced by ParseBrush(), TexinfoForBrushTexture(), and WriteMapBrush().
| vec2_t brush_texture_t::scale |
Definition at line 36 of file map.h.
Referenced by ParseBrush(), TexinfoForBrushTexture(), and WriteMapBrush().
| vec2_t brush_texture_t::shift |
Definition at line 34 of file map.h.
Referenced by ParseBrush(), TexinfoForBrushTexture(), and WriteMapBrush().
| uint32_t brush_texture_t::surfaceFlags |
Definition at line 38 of file map.h.
Referenced by Check_SetNodraw(), CheckTexturesBasedOnFlags(), ParseBrush(), SetImpliedFlags(), TexinfoForBrushTexture(), and WriteMapBrush().
| int brush_texture_t::value |
Definition at line 39 of file map.h.
Referenced by ParseBrush(), TexinfoForBrushTexture(), and WriteMapBrush().