Sound Group

From NFBSP

Jump to: navigation, search

C# Code

struct SoundGroup { // Length: 36
    byte[32] Name;
    Sounds Offset; // From last sound group.
}

Details

  • Name: The name of the sound group.
  • Offset: How many bytes to advance the stream to find the sounds associated with the sound group.

See Also

Personal tools