mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
add from string, from lsl string and from span lsl vector3 and rotation variants
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user