mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
Implements a very useful OSSL function to test a string to see
if it is a UUID. The function is osIsUUID(). Thanks SignpostMarv!
This commit is contained in:
@@ -930,5 +930,10 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
{
|
||||
m_OSSL_Functions.osSetTerrainTextureHeight(corner, low, high);
|
||||
}
|
||||
|
||||
public LSL_Integer osIsUUID(string thing)
|
||||
{
|
||||
return m_OSSL_Functions.osIsUUID(thing);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user