mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
a few changes to last commit
This commit is contained in:
@@ -961,11 +961,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
return m_LSL_Functions.llKey2Name(id);
|
||||
}
|
||||
|
||||
public LSL_Key llName2Key(string name)
|
||||
{
|
||||
return m_LSL_Functions.llName2Key(name);
|
||||
}
|
||||
|
||||
public LSL_String llGetUsername(string id)
|
||||
{
|
||||
return m_LSL_Functions.llGetUsername(id);
|
||||
@@ -1186,6 +1181,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
m_LSL_Functions.llMoveToTarget(target, tau);
|
||||
}
|
||||
|
||||
public LSL_Key llName2Key(LSL_String name)
|
||||
{
|
||||
return m_LSL_Functions.llName2Key(name);
|
||||
}
|
||||
|
||||
public void llOffsetTexture(double u, double v, int face)
|
||||
{
|
||||
m_LSL_Functions.llOffsetTexture(u, v, face);
|
||||
|
||||
Reference in New Issue
Block a user