Osiris/API/IntegerMin

From Divinity Engine Wiki
Revision as of 14:16, 14 November 2017 by LarIlya (talk | contribs) (Created page with "===== Full Definition(s) ===== * query '''IntegerMin'''('''''[in]'''(INTEGER)'''''_A''',''''' [in]'''(INTEGER)'''''_B''',''''' [out]'''''(''INTEGER'')'''_Minimum''') ===== Des...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • query IntegerMin([in](INTEGER)_A, [in](INTEGER)_B, [out](INTEGER)_Minimum)
Description

Returns the smaller of two integers _A and _B as _Minimum.

Return Values
  • Success/Failure: Never fails.
  • _Min: The smaller of _A and _B.
Notes

-

See Also