Osiris/API/IntegerMax

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

Returns the greater of two integers _A and _B as _Maximum.

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

-

See Also