Difference between revisions of "0014"
Jump to navigation
Jump to search
(Created page with '{{OpCode | ini = 0014=2,%1d% /= %2d% | description = Divides a the value of a specific global variable by an interger value. | p1 = global variable | p2 …') |
|||
Line 1: | Line 1: | ||
− | {{ | + | {{Icon|trilogy}} '''DIV_INT_VAR_BY_VAL''' |
− | + | <hr /> | |
− | + | '''Description''' | |
− | + | : Divides the value stored in the global variable by the specified integer value | |
− | + | '''Syntax''' | |
− | + | : 0014: [''global var''] /= [''int''] | |
− | + | : [''global var''] /= [''int''] | |
− | + | '''Parameter''' | |
+ | : [''global var''] | ||
+ | :: Global variable | ||
+ | : [''int''] | ||
+ | :: Integer value | ||
− | == | + | == Keywords == |
+ | global, variable, var, integer, div | ||
− | + | == See also == | |
+ | * [[0015]] – divs global var by flt | ||
+ | * [[0016]] – divs local var by int | ||
+ | * [[0017]] – divs local var by flt | ||
− | + | [[Category:OpCodes]][[Category:Math OpCodes]] | |
− | |||
− | |||
− | [[Category: |
Latest revision as of 15:11, 3 February 2015
Description
- Divides the value stored in the global variable by the specified integer value
Syntax
- 0014: [global var] /= [int]
- [global var] /= [int]
Parameter
- [global var]
- Global variable
- [int]
- Integer value
Keywords
global, variable, var, integer, div