C# Класс HaloMap.Render.SpawnInfo.ObjectiveSpawn

The Objective / Netgame Flags Spawn.
Наследование: RotateDirectionBaseSpawn
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ObjectiveType ObjectiveTypeEnum
Team TeamType
number short

Открытые методы

Метод Описание
ObjectiveSpawn ( ) : System

Initializes a new instance of the ObjectiveSpawn class.

Read ( Map map ) : void

Reads the Objective meta chunk info from the map MemoryStream.

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

Objective scnr offst = 280

Objective chunk size = 32

Write ( Map map ) : void

Writes the Objective meta chunk info to the map MemoryStream.

Objective scnr offst = 280

Objective chunk size = 32

Описание методов

ObjectiveSpawn() публичный Метод

Initializes a new instance of the ObjectiveSpawn class.
public ObjectiveSpawn ( ) : System
Результат System

Read() публичный Метод

Reads the Objective meta chunk info from the map MemoryStream.

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

Objective scnr offst = 280

Objective chunk size = 32

public Read ( Map map ) : void
map HaloMap.Map.Map The HaloMap.Map.Map
Результат void

Write() публичный Метод

Writes the Objective meta chunk info to the map MemoryStream.

Objective scnr offst = 280

Objective chunk size = 32

public Write ( Map map ) : void
map HaloMap.Map.Map The HaloMap.Map.Map
Результат void

Описание свойств

ObjectiveType публичное свойство

The objective type.
public ObjectiveTypeEnum ObjectiveType
Результат ObjectiveTypeEnum

Team публичное свойство

The team.
public TeamType Team
Результат TeamType

number публичное свойство

The number.
public short number
Результат short