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

Labels for BHAV local variables and parameters.
Inheritance: IffChunk
Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
LocalNames string[]
ParamNames string[]

Méthodes publiques

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

Reads a TPRP from a stream.

Method Details

Read() public méthode

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

Property Details

LocalNames public_oe property

public string[] LocalNames
Résultat string[]

ParamNames public_oe property

public string[] ParamNames
Résultat string[]