* Applying patch #1156 - More implementation work on llGetPrimitiveParams (Thanks middlelink!)

This commit is contained in:
Adam Frisby
2008-05-08 13:49:19 +00:00
parent dc21e8d5e2
commit 31c4d599a0
3 changed files with 179 additions and 5 deletions

View File

@@ -1605,9 +1605,9 @@ namespace OpenSim.Region.ScriptEngine.Common
return m_LSL_Functions.llGetGeometricCenter();
}
public void llGetPrimitiveParams()
public LSL_Types.list llGetPrimitiveParams(LSL_Types.list rules)
{
m_LSL_Functions.llGetPrimitiveParams();
return m_LSL_Functions.llGetPrimitiveParams(rules);
}
//