* minor: small documentation comment

0.6.2-post-fixes
Justin Clarke Casey 2008-12-23 18:21:23 +00:00
parent fc053a6af8
commit 690d190783
1 changed files with 7 additions and 0 deletions

View File

@ -2330,6 +2330,13 @@ if (m_shape != null) {
}
}
/// <summary>
/// Trigger or play an attached sound in this part's inventory.
/// </summary>
/// <param name="sound"></param>
/// <param name="volume"></param>
/// <param name="triggered"></param>
/// <param name="flags"></param>
public void SendSound(string sound, double volume, bool triggered, byte flags)
{
if (volume > 1)