mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
change llName2Key and add llRequestUserKey (not the patch on mantis 8369, now utdated). some testing needed..
This commit is contained in:
@@ -1336,6 +1336,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
m_LSL_Functions.llRemoveVehicleFlags(flags);
|
||||
}
|
||||
|
||||
public LSL_Key llRequestUserKey(LSL_String username)
|
||||
{
|
||||
return m_LSL_Functions.llRequestUserKey(username);
|
||||
}
|
||||
|
||||
public LSL_Key llRequestAgentData(string id, int data)
|
||||
{
|
||||
return m_LSL_Functions.llRequestAgentData(id, data);
|
||||
|
||||
Reference in New Issue
Block a user