Свойство | Тип | Описание | |
---|---|---|---|
squadNumber | int |
Метод | Описание | |
---|---|---|
AI_Squads ( int SquadNumber ) : System |
Initializes a new instance of the AI_Squads class.
|
|
Read ( |
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 ( |
Writes the AI_Squads meta chunk info to the map MemoryStream.
|
public AI_Squads ( int SquadNumber ) : System | ||
SquadNumber | int | |
Результат | System |
public Read ( |
||
map | The HaloMap.Map.Map | |
Результат | void |
public Write ( |
||
map | The HaloMap.Map.Map | |
Результат | void |