mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
* Patch to add llSetLinkPrimitiveParams stub
* Thanks krtaylor
This commit is contained in:
@@ -3268,6 +3268,12 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
NotImplemented("llSetPrimitiveParams");
|
||||
}
|
||||
|
||||
public void llSetLinkPrimitiveParams(int linknumber, LSL_Types.list rules)
|
||||
{
|
||||
m_host.AddScriptLPS(1);
|
||||
NotImplemented("llSetLinkPrimitiveParams");
|
||||
}
|
||||
|
||||
public string llStringToBase64(string str)
|
||||
{
|
||||
m_host.AddScriptLPS(1);
|
||||
|
||||
Reference in New Issue
Block a user