OsMin
From OpenSimulator
(Difference between revisions)
SignpostMarv (Talk | contribs) (documenting osMin) |
m (Added permissions and delay information) |
||
| Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
|function_syntax=LSLFloat osMin(Double a, Double b) | |function_syntax=LSLFloat osMin(Double a, Double b) | ||
| − | |threat_level= | + | |threat_level=ignored |
| + | |permissions=true | ||
| + | |delay=0 | ||
|description=Returns the smaller of two numbers. Wraps to the system Math.Min() function. | |description=Returns the smaller of two numbers. Wraps to the system Math.Min() function. | ||
}} | }} | ||
Revision as of 19:37, 25 October 2017
LSLFloat osMin(Double a, Double b)
| |
| Returns the smaller of two numbers. Wraps to the system Math.Min() function. | |
| Threat Level | This function does not do a threat level check |
| Permissions | Use of this function is always allowed by default |
| Extra Delay | 0 seconds |