Difference between revisions of "GetMinOf"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
(Created page with "{{Function |origin = JIP |summary = Returns the minimal out of up to five passed values. |name = GetMinOf |returnType = minimal:float |arguments = {{FunctionArgument...")
 
imported>Jazzisparis
Line 29: Line 29:
}}
}}
==See Also==
==See Also==
*[[GetMaxOf]]
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]

Revision as of 11:09, 28 March 2015

< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns the minimal out of up to five passed values.

Syntax

[help]
(minimal:float) GetMinOf value1:float value2:float value3:float value4:float value5:float

Example

GetMinOf fVar1 fVar2
GetMinOf fVar1 fVar2 fVar3 fVar4 fVar5

See Also