C# Class HaloMap.Map.BSPInfo

The bsp info.
Show file Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
Halo1VerticeCount int
LightMap_Palettes List
LightMap_TagNumber int
SceneryChunk_Bitmap_Index int[]
SceneryChunk_LightMap_Index int[]
TagIndex int
VisualChunk_Bitmap_Index int[]
VisualChunk_LightMap_Index int[]
ident int
lightmapTagIndex int
lightmapident int
lightmapoffset int
lightmapsize int
location MapTypes
magic int
offset int
palettesoffset int
pointerOffset int
size int

Public Methods

Method Description
WritePalettes ( Map map ) : void

The write palettes.

Method Details

WritePalettes() public method

The write palettes.
public WritePalettes ( Map map ) : void
map Map The map.
return void

Property Details

Halo1VerticeCount public property

The halo 1 vertice count.
public int Halo1VerticeCount
return int

LightMap_Palettes public property

The light map_ palettes.
public List LightMap_Palettes
return List

LightMap_TagNumber public property

The light map_ tag number.
public int LightMap_TagNumber
return int

SceneryChunk_Bitmap_Index public property

The scenery chunk_ bitmap_ index.
public int[] SceneryChunk_Bitmap_Index
return int[]

SceneryChunk_LightMap_Index public property

The scenery chunk_ light map_ index.
public int[] SceneryChunk_LightMap_Index
return int[]

TagIndex public property

The TagIndex.
public int TagIndex
return int

VisualChunk_Bitmap_Index public property

The visual chunk_ bitmap_ index.
public int[] VisualChunk_Bitmap_Index
return int[]

VisualChunk_LightMap_Index public property

The visual chunk_ light map_ index.
public int[] VisualChunk_LightMap_Index
return int[]

ident public property

The ident.
public int ident
return int

lightmapTagIndex public property

The lightmapTagIndex.
public int lightmapTagIndex
return int

lightmapident public property

The lightmapident.
public int lightmapident
return int

lightmapoffset public property

The lightmapoffset.
public int lightmapoffset
return int

lightmapsize public property

The lightmapsize.
public int lightmapsize
return int

location public property

The location.
public MapTypes location
return MapTypes

magic public property

The magic.
public int magic
return int

offset public property

The offset.
public int offset
return int

palettesoffset public property

The palettesoffset.
public int palettesoffset
return int

pointerOffset public property

The pointer offset.
public int pointerOffset
return int

size public property

The size.
public int size
return int