mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
llName2Key. Thanks to mewtwo0641 and watcher64.
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
This commit is contained in:
committed by
UbitUmarov
parent
7c8cf9f362
commit
06a35b9559
@@ -961,6 +961,11 @@ 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);
|
||||
|
||||
Reference in New Issue
Block a user