mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* Implements MRM IObject.Say - this is equivilent to llSay
Example:
public override void Start()
{
Host.Object.Say("Hello World!");
}
This commit is contained in:
@@ -103,6 +103,14 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
||||
// RadiusOffset, Skew
|
||||
|
||||
PhysicsMaterial PhysicsMaterial { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Causes the object to speak to its surroundings,
|
||||
/// equivilent to LSL/OSSL llSay
|
||||
/// </summary>
|
||||
/// <param name="msg">The message to send to the user</param>
|
||||
void Say(string msg);
|
||||
|
||||
}
|
||||
|
||||
public enum PhysicsMaterial
|
||||
|
||||
Reference in New Issue
Block a user