Merge branch 'master' of ssh://opensimulator.org/var/git/opensim

bulletsim
Justin Clark-Casey (justincc) 2011-05-20 20:06:51 +01:00
commit 6e7b588235
1 changed files with 6 additions and 0 deletions

View File

@ -4458,6 +4458,12 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
return result;
}
public void llGetLinkNumberOfSides(int link)
{
m_host.AddScriptLPS(1);
NotImplemented("llGetLinkNumberOfSides");
}
public LSL_Integer llGetNumberOfSides()
{
m_host.AddScriptLPS(1);