add LSL_Integer osIsNotValidNumber(LSL_Float v)

This commit is contained in:
UbitUmarov
2019-10-17 23:33:11 +01:00
parent d6abf2a2fe
commit 2a90f78fe1
6 changed files with 77 additions and 56 deletions

View File

@@ -558,5 +558,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
LSL_Rotation osSlerp(LSL_Rotation a, LSL_Rotation b, LSL_Float amount);
void osResetAllScripts(LSL_Integer AllLinkset);
LSL_Integer osIsNotValidNumber(LSL_Float v);
}
}