C# 클래스 HaloMap.Render.SpawnInfo.AI_Squads

AI squads.
상속: RotateDirectionBaseSpawn
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 프로퍼티들

프로퍼티 타입 설명
squadNumber int

공개 메소드들

메소드 설명
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.

메소드 상세

AI_Squads() 공개 메소드

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

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

public Read ( Map map ) : void
map HaloMap.Map.Map The HaloMap.Map.Map
리턴 void

Write() 공개 메소드

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

프로퍼티 상세

squadNumber 공개적으로 프로퍼티

The squad number
public int squadNumber
리턴 int