wrapping attachment functions in a region
parent
ff867b59cf
commit
07dbe46ba3
|
@ -3229,6 +3229,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#region Attachment commands
|
||||||
|
|
||||||
public void osForceAttachToAvatar(int attachmentPoint)
|
public void osForceAttachToAvatar(int attachmentPoint)
|
||||||
{
|
{
|
||||||
CheckThreatLevel(ThreatLevel.High, "osForceAttachToAvatar");
|
CheckThreatLevel(ThreatLevel.High, "osForceAttachToAvatar");
|
||||||
|
|
|
@ -157,7 +157,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
|
||||||
void osAvatarPlayAnimation(string avatar, string animation);
|
void osAvatarPlayAnimation(string avatar, string animation);
|
||||||
void osAvatarStopAnimation(string avatar, string animation);
|
void osAvatarStopAnimation(string avatar, string animation);
|
||||||
|
|
||||||
// Attachment commands
|
#region Attachment commands
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Attach the object containing this script to the avatar that owns it without asking for PERMISSION_ATTACH
|
/// Attach the object containing this script to the avatar that owns it without asking for PERMISSION_ATTACH
|
||||||
|
|
|
@ -289,7 +289,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||||
m_OSSL_Functions.osAvatarStopAnimation(avatar, animation);
|
m_OSSL_Functions.osAvatarStopAnimation(avatar, animation);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Avatar functions
|
#region Attachment commands
|
||||||
|
|
||||||
public void osForceAttachToAvatar(int attachmentPoint)
|
public void osForceAttachToAvatar(int attachmentPoint)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue