* Implements MRM IObject.Say - this is equivilent to llSay
Example: public override void Start() { Host.Object.Say("Hello World!"); }0.6.5-rc1
parent
254d3099f0
commit
084ffc74c6
|
@ -103,6 +103,14 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
||||||
// RadiusOffset, Skew
|
// RadiusOffset, Skew
|
||||||
|
|
||||||
PhysicsMaterial PhysicsMaterial { get; set; }
|
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
|
public enum PhysicsMaterial
|
||||||
|
|
Loading…
Reference in New Issue