GTAG - Modding - Opcode Database - 0AB3
Opcode Database
0AB3
| Description | Sets a new value of the global CLEO variable. These variables can be used to data communication between CLEO threads, or between CLEO and the main.scm. The total number of such variables is 100. Their values are saved in the CLEO save. This variables can be used in the main.scm as alternative to the common global variables. Parameters: 1 = global variable ID. Should be in a range of 0..999 2 = new value for the variable. (any number). |
|---|---|
| Parameters (v2) | 1) Integer (INT) 2) Integer or Float (ANY) |
| Games | |
| Category | CLEO 3 |
| San Andreas | |
| sascm.ini | 0AB3=2,set_cleo_shared_var %1d% to %2d% |
| Example | 0AB3: set_cleo_shared_var 0 to 10 |
| Command Name | SET_CLEO_SHARED_VAR |

