Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 04AE

Opcode Database

04AE

DescriptionStores the value of the second variable into the first variable. Is used with both floats and integers.

In Rockstars Norths GTA3script compiler, this opcode is used when assigning a variable to the value of a constant.
Parameters (v2)1) Global variable (VAR)
2) Constant (INT)
Gamessa vc
CategoryMath
San Andreas
sascm.ini04AE=2,%1d% = %2d%
Example04AE: $ICON_CJ = 15
Command NameSET_VAR_INT_TO_CONSTANT
Vice City
sascm.ini04AE=2,%1d% = %2d% ;; = constant
Example04AE: $421 = 4 // $ = constant

<< 04AD

04AF >>