OsMax
From OpenSimulator
(Difference between revisions)
SignpostMarv (Talk | contribs) (documenting osMax) |
m (Added permissions and delay information) |
||
Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
|function_syntax=LSLFloat osMax(Double a, Double b) | |function_syntax=LSLFloat osMax(Double a, Double b) | ||
− | |threat_level= | + | |threat_level=ignored |
+ | |permissions=true | ||
+ | |delay=0 | ||
|description=Returns the larger of two numbers. Wraps to system Math.Max() | |description=Returns the larger of two numbers. Wraps to system Math.Max() | ||
}} | }} |
Revision as of 19:37, 25 October 2017
LSLFloat osMax(Double a, Double b)
| |
Returns the larger of two numbers. Wraps to system Math.Max() | |
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 |