Class BVCDParser
Namespace: ValveResourceFormat.ResourceTypes.Choreo.Parser
Assembly: ValveResourceFormat.dll
Parser for binary VCD (BVCD) choreography scene files.
csharp
public class BVCDParserInheritance
Fields
MAGIC
Magic number for BVCD files ("bvcd").
csharp
public const int MAGIC = 1684239970Field Value
Methods
Read(Stream, string[])
Reads and parses a choreography scene from the given stream.
csharp
public ChoreoScene Read(Stream stream, string[] strings)Parameters
stream Stream
The stream containing BVCD data. The stream is left open.
strings string[]
The string table for the BVCD file.
Returns
The parsed choreography scene.

