mantis 9056: add llReplaceSubString()

This commit is contained in:
UbitUmarov
2023-01-31 16:58:09 +00:00
parent 61cde32562
commit 9edba5582e
3 changed files with 43 additions and 0 deletions

View File

@@ -486,5 +486,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
LSL_String llChar(LSL_Integer unicode);
LSL_Integer llOrd(LSL_String s, LSL_Integer index);
LSL_Integer llHash(LSL_String s);
LSL_String llReplaceSubString(LSL_String src, LSL_String pattern, LSL_String replacement, int count);
}
}