C# Class HaloMap.Map.BSPInfo

The bsp info.
Mostra 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_oe property

The halo 1 vertice count.
public int Halo1VerticeCount
return int

LightMap_Palettes public_oe property

The light map_ palettes.
public List LightMap_Palettes
return List

LightMap_TagNumber public_oe property

The light map_ tag number.
public int LightMap_TagNumber
return int

SceneryChunk_Bitmap_Index public_oe property

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

SceneryChunk_LightMap_Index public_oe property

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

TagIndex public_oe property

The TagIndex.
public int TagIndex
return int

VisualChunk_Bitmap_Index public_oe property

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

VisualChunk_LightMap_Index public_oe property

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

ident public_oe property

The ident.
public int ident
return int

lightmapTagIndex public_oe property

The lightmapTagIndex.
public int lightmapTagIndex
return int

lightmapident public_oe property

The lightmapident.
public int lightmapident
return int

lightmapoffset public_oe property

The lightmapoffset.
public int lightmapoffset
return int

lightmapsize public_oe property

The lightmapsize.
public int lightmapsize
return int

location public_oe property

The location.
public MapTypes location
return MapTypes

magic public_oe property

The magic.
public int magic
return int

offset public_oe property

The offset.
public int offset
return int

palettesoffset public_oe property

The palettesoffset.
public int palettesoffset
return int

pointerOffset public_oe property

The pointer offset.
public int pointerOffset
return int

size public_oe property

The size.
public int size
return int