Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 0A8F

Opcode Database

0A8F

DescriptionSubtracts one integer value from another and stores the result to a variable.

Parameters:
1 = variable to store difference (any variable or array item)
2 = minuend (any integer value)
3 = subtrahend (any integer value)
Parameters (v2)1) Integer (INT)
2) Integer (INT)
3) (Returned) Integer (INT)
Gamessa
CategoryCLEO 3
San Andreas
sascm.ini0A8F=3,%3d% = %1d% - %2d%
Example0A8F: 4@ = 1@(0@,2i) - 1

<< 0A8E

0A90 >>