Difference between revisions of "006A"
Jump to navigation
Jump to search
(Created page with "{{Icon|trilogy}} '''MULT_INT_LVAR_BY_INT_LVAR''' <hr /> '''Description''' : Multiplies the integer value of the local variable by the integer value of the local variable '''Sy...") |
(No difference)
|
Latest revision as of 08:17, 19 February 2015
Description
- Multiplies the integer value of the local variable by the integer value of the local variable
Syntax
- 006A: [local var 1] *= [local var 2]
- [local var 1] *= [local var 2]
Parameter
- [local var 1]
- Local variable
- [local var 2]
- Local variable
Keywords
multiply, local, integer, variable, math
See also
- 0068 – muls float value of global var by float value of global var
- 0069 – muls float value of global var by float value of global var
- 006B – muls float value of local var by float value of local var
- 006C – muls int value of global var by int value of local var
- 006D – muls float value of global var by float value of local var
- 006E – muls int value of local var by int value of global var
- 006F – muls float value of local var by float value of global var