add from string, from lsl string and from span lsl vector3 and rotation variants

This commit is contained in:
UbitUmarov
2023-02-18 01:15:31 +00:00
parent 4a4ff5faf4
commit 361f6a9226
5 changed files with 50 additions and 48 deletions

View File

@@ -63,6 +63,8 @@ namespace OpenSim.Region.ScriptEngine.Yengine
/*
* For those listed in noCheckRun, we just generate the call (simple computations).
* For all others, we generate the call then a call to CheckRun().
* note to self: a change here implies change on magic numbers to invalidate older code and
* script state
*/
noCheckRuns = new HashSet<string>() {
"llBase64ToString",