mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
change a few more
This commit is contained in:
@@ -961,7 +961,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
return m_LSL_Functions.llGetUsername(id);
|
||||
}
|
||||
|
||||
public LSL_String llRequestUsername(LSL_Key id)
|
||||
public LSL_Key llRequestUsername(LSL_Key id)
|
||||
{
|
||||
return m_LSL_Functions.llRequestUsername(id);
|
||||
}
|
||||
@@ -971,7 +971,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
return m_LSL_Functions.llGetDisplayName(id);
|
||||
}
|
||||
|
||||
public LSL_String llRequestDisplayName(LSL_Key id)
|
||||
public LSL_Key llRequestDisplayName(LSL_Key id)
|
||||
{
|
||||
return m_LSL_Functions.llRequestDisplayName(id);
|
||||
}
|
||||
@@ -1341,7 +1341,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
return m_LSL_Functions.llRequestAgentData(id, data);
|
||||
}
|
||||
|
||||
public LSL_Key llRequestInventoryData(string name)
|
||||
public LSL_Key llRequestInventoryData(LSL_String name)
|
||||
{
|
||||
return m_LSL_Functions.llRequestInventoryData(name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user