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

@@ -225,6 +225,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
void llInstantMessage(string user, string message);
LSL_String llIntegerToBase64(int number);
LSL_String llKey2Name(string id);
LSL_Key llName2Key(string name);
LSL_String llGetUsername(string id);
LSL_Key llRequestUsername(string id);
LSL_String llGetDisplayName(string id);