C# Class FSO.Files.Formats.IFF.Chunks.BCON

This chunk type holds a number of constants that behavior code can refer to. Labels may be provided for them in a TRCN chunk with the same ID.
Inheritance: IffChunk
显示文件 Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
Constants ushort[]
Flags byte

Public Methods

Method Description
Read ( IffFile iff, Stream stream ) : void

Reads a BCON chunk from a stream.

Method Details

Read() public method

Reads a BCON chunk from a stream.
public Read ( IffFile iff, Stream stream ) : void
iff IffFile An Iff instance.
stream Stream A Stream instance holding a BCON.
return void

Property Details

Constants public_oe property

public ushort[] Constants
return ushort[]

Flags public_oe property

public byte Flags
return byte