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

Labels for BHAV local variables and parameters.
Inheritance: IffChunk
显示文件 Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
LocalNames string[]
ParamNames string[]

Public Methods

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

Reads a TPRP from a stream.

Method Details

Read() public method

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

Property Details

LocalNames public_oe property

public string[] LocalNames
return string[]

ParamNames public_oe property

public string[] ParamNames
return string[]