C# Class HaloMap.Render.SpawnInfo.EquipmentSpawn

The equipment spawn.
Inheritance: ScaleRotateYawPitchRollSpawn
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Méthode Description
EquipmentSpawn ( ) : System

Initializes a new instance of the EquipmentSpawn class.

Read ( Map map ) : void

Reads the Equipment Spawn meta chunk info from the map MemoryStream.

map.BR.BaseStream.Position must be set to start of chunk data.

EquipmentSpawn scnr offst = 128

EquipmentSpawn chunk size = 56

Write ( Map map ) : void

Writes the Equipment Spawn meta chunk info to the map MemoryStream.

EquipmentSpawn scnr offst = 128

EquipmentSpawn chunk size = 56

Method Details

EquipmentSpawn() public méthode

Initializes a new instance of the EquipmentSpawn class.
public EquipmentSpawn ( ) : System
Résultat System

Read() public méthode

Reads the Equipment Spawn meta chunk info from the map MemoryStream.

map.BR.BaseStream.Position must be set to start of chunk data.

EquipmentSpawn scnr offst = 128

EquipmentSpawn chunk size = 56

public Read ( Map map ) : void
map HaloMap.Map.Map The HaloMap.Map.Map
Résultat void

Write() public méthode

Writes the Equipment Spawn meta chunk info to the map MemoryStream.

EquipmentSpawn scnr offst = 128

EquipmentSpawn chunk size = 56

public Write ( Map map ) : void
map HaloMap.Map.Map The HaloMap.Map.Map
Résultat void