C# Class HaloMap.Render.SpawnInfo.AI_Squads

AI squads.
Inheritance: RotateDirectionBaseSpawn
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Свойство Type Description
squadNumber int

Méthodes publiques

Méthode Description
AI_Squads ( int SquadNumber ) : System

Initializes a new instance of the AI_Squads class.

Read ( Map map ) : void

Reads the AI_Squads meta chunk info from the map MemoryStream.

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

AI_Squads scnr offset = 352 / 72

AI_Squads chunk size = 100

Write ( Map map ) : void

Writes the AI_Squads meta chunk info to the map MemoryStream.

Method Details

AI_Squads() public méthode

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

Read() public méthode

Reads the AI_Squads meta chunk info from the map MemoryStream.

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

AI_Squads scnr offset = 352 / 72

AI_Squads chunk size = 100

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

Write() public méthode

Writes the AI_Squads meta chunk info to the map MemoryStream.
public Write ( Map map ) : void
map HaloMap.Map.Map The HaloMap.Map.Map
Résultat void

Property Details

squadNumber public_oe property

The squad number
public int squadNumber
Résultat int