C# Class HaloMap.Render.SpawnInfo.ObstacleSpawn

The Obstacle / Crates spawn.
Inheritance: ScaleRotateYawPitchRollSpawn
显示文件 Open project: troymac1ure/Entity

Public Properties

Property Type Description
BlocNumber int

Public Methods

Method Description
ObstacleSpawn ( ) : System

Initializes a new instance of the ObstacleSpawn class.

Read ( Map map ) : void

Reads the Obstacles meta chunk info from the map MemoryStream.

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

Obstacles scnr offst = 808

Obstacles chunk size = 76

Write ( Map map ) : void

Writes the Obstacles meta chunk info to the map MemoryStream.

Obstacles scnr offst = 808

Obstacles chunk size = 76

Method Details

ObstacleSpawn() public method

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

Read() public method

Reads the Obstacles meta chunk info from the map MemoryStream.

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

Obstacles scnr offst = 808

Obstacles chunk size = 76

public Read ( Map map ) : void
map HaloMap.Map.Map The HaloMap.Map.Map
return void

Write() public method

Writes the Obstacles meta chunk info to the map MemoryStream.

Obstacles scnr offst = 808

Obstacles chunk size = 76

public Write ( Map map ) : void
map HaloMap.Map.Map The HaloMap.Map.Map
return void

Property Details

BlocNumber public_oe property

The bloc number.
public int BlocNumber
return int