Osiris/API/IntegerSubtract: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
===== Full Definition(s) =====
===== Full Definition(s) =====
* query '''IntegerSubtract'''('''''[in]'''(INTEGER)'''''_A''',''''' [in]'''(INTEGER)'''''_B''',''''' [out]'''''(''INTEGER'')'''_Result''')
* query '''IntegerSubtract'''('''''[in]'''(INTEGER)'''''_A''',''''' [in]'''(INTEGER)'''''_B''', '''''[out]'''(INTEGER)'''''_Result''')
===== Description =====
===== Description =====
Returns the difference between '''_A''' and '''_B''' as '''_Result''', as '''_A''' - '''_B'''
Returns the difference between '''_A''' and '''_B''' as '''_Result''', as '''_A''' - '''_B'''
Line 6: Line 6:
* '''_Result''': The difference between _A and _B.
* '''_Result''': The difference between _A and _B.
===== Notes =====
===== Notes =====
* Valid attribute names are: '''Strength''', '''Finesse''', '''Constitution''', '''Intelligence''', '''Memory''', and '''Wits'''.
* /
===== See Also =====
===== See Also =====
* [[Osiris/API/IntegerSum]]
* [[Osiris/API/IntegerSum]]
* [[Osiris/API/IntegerProduct]]
* [[Osiris/API/IntegerProduct]]
* [[Osiris/API/IntegerDivide]]
* [[Osiris/API/IntegerDivide]]
* [[Osiris/API/RealSubtract]]
    
    
[[Category:Osiris Queries]]
[[Category:Osiris Queries|IntegerSubtract]]

Latest revision as of 14:39, 19 December 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, as _A - _B

Return Values
  • _Result: The difference between _A and _B.
Notes
  • /
See Also