llName2Key. Thanks to mewtwo0641 and watcher64.

Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
This commit is contained in:
Mandarinka Tasty
2018-09-22 07:21:13 +02:00
committed by UbitUmarov
parent 7c8cf9f362
commit 06a35b9559
3 changed files with 26 additions and 0 deletions

View File

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