Difference between revisions of "GetMaxOf"
Jump to navigation
Jump to search
imported>Jazzisparis |
imported>Jazzisparis |
||
Line 31: | Line 31: | ||
*[[GetMinOf]] | *[[GetMinOf]] | ||
[[Category:Functions_(JIP)]] | [[Category:Functions_(JIP)]] | ||
[[Category:Utility Functions (JIP)]] |
Latest revision as of 14:25, 30 March 2015
< [[::Category:Functions|Category:Functions]]
A function added by the JIP NVSE Plugin.
Description
Returns the maximal out of up to five passed values.
Syntax
(maximal:float) GetMaxOf value1:float value2:float value3:float value4:float value5:float
Example
GetMaxOf fVar1 fVar2
GetMaxOf fVar1 fVar2 fVar3 fVar4 fVar5