wrapping attachment functions in a region

This commit is contained in:
SignpostMarv
2012-09-01 02:45:07 +01:00
committed by Justin Clark-Casey (justincc)
parent ff867b59cf
commit 07dbe46ba3
3 changed files with 4 additions and 2 deletions

View File

@@ -289,7 +289,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
m_OSSL_Functions.osAvatarStopAnimation(avatar, animation);
}
// Avatar functions
#region Attachment commands
public void osForceAttachToAvatar(int attachmentPoint)
{