Osiris/API/IntegerSum

From Divinity Engine Wiki
Revision as of 16:39, 19 December 2017 by Tinkerer (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • query IntegerSum([in](INTEGER)_A, [in](INTEGER)_B, [out](INTEGER)_Sum)
Description

Returns the sum of integers _A and _B as _Sum.

Return Values
  • Sum: The sum of the two integers.
Notes

-

See Also