OsMax
From OpenSimulator
(Difference between revisions)
m (Added note stating which version of OpenSim introduced this function) |
|||
Line 1: | Line 1: | ||
{{osslfunc | {{osslfunc | ||
− | |function_syntax= | + | |function_syntax=float osMax(float a, float b) |
|threat_level=ignored | |threat_level=ignored | ||
|permissions=true | |permissions=true |
Revision as of 13:35, 27 November 2018
float osMax(float a, float 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 |
Notes | |
This function was added in 0.7.4-post-fixes |