C# Class HaloMap.Map.BSPContainer

The bsp container.
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Свойство Type Description
bspcount int
sbsp HaloMap.Map.BSPInfo[]

Méthodes publiques

Méthode Description
BSPContainer ( Map map ) : System.Globalization

Initializes a new instance of the BSPContainer class.

FindBSPNumberByBSPIdent ( int id ) : int

The find bsp number by bsp ident.

FindBSPNumberByLightMapIdent ( int id ) : int

The find bsp number by light map ident.

Halo1Container ( Map map ) : void

The halo 1 container.

Halo2BSPContainer ( Map map ) : void

The halo 2 bsp container.

HaloCEContainer ( Map map ) : void

The halo ce container.

Method Details

BSPContainer() public méthode

Initializes a new instance of the BSPContainer class.
public BSPContainer ( Map map ) : System.Globalization
map Map The map.
Résultat System.Globalization

FindBSPNumberByBSPIdent() public méthode

The find bsp number by bsp ident.
public FindBSPNumberByBSPIdent ( int id ) : int
id int The id.
Résultat int

FindBSPNumberByLightMapIdent() public méthode

The find bsp number by light map ident.
public FindBSPNumberByLightMapIdent ( int id ) : int
id int The id.
Résultat int

Halo1Container() public méthode

The halo 1 container.
public Halo1Container ( Map map ) : void
map Map The map.
Résultat void

Halo2BSPContainer() public méthode

The halo 2 bsp container.
public Halo2BSPContainer ( Map map ) : void
map Map The map.
Résultat void

HaloCEContainer() public méthode

The halo ce container.
public HaloCEContainer ( Map map ) : void
map Map The map.
Résultat void

Property Details

bspcount public_oe property

The bspcount.
public int bspcount
Résultat int

sbsp public_oe property

The sbsp.
public BSPInfo[],HaloMap.Map sbsp
Résultat HaloMap.Map.BSPInfo[]