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
Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Свойство Type Description
Constants ushort[]
Flags byte

Méthodes publiques

Méthode Description
Read ( IffFile iff, Stream stream ) : void

Reads a BCON chunk from a stream.

Method Details

Read() public méthode

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.
Résultat void

Property Details

Constants public_oe property

public ushort[] Constants
Résultat ushort[]

Flags public_oe property

public byte Flags
Résultat byte