C# Class HaloMap.Render.SpawnInfo.ObjectiveSpawn

The Objective / Netgame Flags Spawn.
Inheritance: RotateDirectionBaseSpawn
显示文件 Open project: troymac1ure/Entity

Public Properties

Property Type Description
ObjectiveType ObjectiveTypeEnum
Team TeamType
number short

Public Methods

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

Method Details

ObjectiveSpawn() public method

Initializes a new instance of the ObjectiveSpawn class.
public ObjectiveSpawn ( ) : System
return System

Read() public method

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

Write() public method

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

Property Details

ObjectiveType public_oe property

The objective type.
public ObjectiveTypeEnum ObjectiveType
return ObjectiveTypeEnum

Team public_oe property

The team.
public TeamType Team
return TeamType

number public_oe property

The number.
public short number
return short