mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
* minor: small documentation comment
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user