C# Class HaloMap.Render.SpawnInfo.AI_Squads

AI squads.
Inheritance: RotateDirectionBaseSpawn
显示文件 Open project: troymac1ure/Entity

Public Properties

Property Type Description
squadNumber int

Public Methods

Method 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 method

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

Read() public method

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
return void

Write() public method

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

Property Details

squadNumber public_oe property

The squad number
public int squadNumber
return int