mantis 9056: add llReplaceSubString()

This commit is contained in:
UbitUmarov
2023-01-31 17:16:33 +00:00
parent 9e60afbb68
commit 6a2d9e8ec3
3 changed files with 41 additions and 0 deletions

View File

@@ -486,5 +486,6 @@ 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);
}
}