mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
Applied Patch mantis 1220. Implements llGetStartParameter. Thanks!
This commit is contained in:
@@ -2202,8 +2202,8 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
public LSL_Types.LSLInteger llGetStartParameter()
|
||||
{
|
||||
m_host.AddScriptLPS(1);
|
||||
NotImplemented("llGetStartParameter");
|
||||
return 0;
|
||||
// NotImplemented("llGetStartParameter");
|
||||
return m_host.ParentGroup.StartParameter;
|
||||
}
|
||||
|
||||
public void llGodLikeRezObject(string inventory, LSL_Types.Vector3 pos)
|
||||
|
||||
Reference in New Issue
Block a user