change a few more

This commit is contained in:
UbitUmarov
2020-08-15 04:53:30 +01:00
parent f1cd3aa007
commit bce206e6dc
3 changed files with 123 additions and 111 deletions

View File

@@ -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);
}