mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
add from string, from lsl string and from span lsl vector3 and rotation variants
This commit is contained in:
@@ -6761,8 +6761,8 @@ namespace OpenSim.Region.ScriptEngine.Yengine
|
||||
{
|
||||
if(val is LSL_Vector)
|
||||
return rVal;
|
||||
if(val is string)
|
||||
nval = new LSL_Vector((string)val);
|
||||
if(val is string sval)
|
||||
nval = new LSL_Vector(sval);
|
||||
}
|
||||
|
||||
if(nval != null)
|
||||
|
||||
Reference in New Issue
Block a user