Sound

From NFBSP

Jump to: navigation, search

C# Code

struct Sounds { // Length: 644
    int Count;  // Number of sounds actually available
    byte[10, 64] Name; // Room for 10 but might not necessarily use them
}

Details

  • Count: How many sounds reside in the group.
  • Name: Table of sound files to load (with extension, without directory).

See Also

Personal tools