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

This chunk type assigns BHAV subroutines to a number of events that occur in (or outside of?) the object, which are described in behavior.iff chunk 00F5.
Inheritance: IffChunk
显示文件 Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
Version uint
functions FSO.Files.Formats.IFF.Chunks.OBJfFunctionEntry[]

Public Methods

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

Reads a OBJf chunk from a stream.

Write ( IffFile iff, Stream stream ) : bool

Method Details

Read() public method

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

Write() public method

public Write ( IffFile iff, Stream stream ) : bool
iff IffFile
stream Stream
return bool

Property Details

Version public_oe property

public uint Version
return uint

functions public_oe property

public OBJfFunctionEntry[],FSO.Files.Formats.IFF.Chunks functions
return FSO.Files.Formats.IFF.Chunks.OBJfFunctionEntry[]