Difference between revisions of "Osiris/API/IntegerSubtract"
From Divinity Engine Wiki
(Created page with "===== Full Definition(s) ===== * query '''IntegerSubtract'''('''''[in]'''(INTEGER)'''''_A''',''''' [in]'''(INTEGER)'''''_B''',''''' [out]'''''(''INTEGER'')'''_Result''') =====...") |
|||
Line 9: | Line 9: | ||
===== See Also ===== | ===== See Also ===== | ||
* [[Osiris/API/IntegerSum]] | * [[Osiris/API/IntegerSum]] | ||
+ | * [[Osiris/API/IntegerProduct]] | ||
[[Category:Osiris Queries]] | [[Category:Osiris Queries]] |
Revision as of 12:46, 14 November 2017
Full Definition(s)
- query IntegerSubtract([in](INTEGER)_A, [in](INTEGER)_B, [out](INTEGER)_Result)
Description
Returns the difference between _A and _B as _Result.
Return Values
- _Result: The difference between _A and _B.
Notes
- Valid attribute names are: Strength, Finesse, Constitution, Intelligence, Memory, and Wits.