GTAG - Modding - Opcode Database - 0AED
Opcode Database
0AED
Description | Converts a float value into a string. Params: 1. string that will be recorded results in line with the string convention; 2. the number being converted; 3. The format conversion, line meets the string convention. |
---|---|
Parameters (v2) | 1) Float (FLOAT) 2) String (ANY) 3) (Returned) String (ANY) |
Games | |
Category | CLEO 4 |
San Andreas | |
sascm.ini | 0AED=3,string_float_format %1d% format %2d% store_to %3d% |
Example | 0AED: string_float_format 0@ format "%.15g" store_to 1@v |
Command Name | STRING_FLOAT_FORMAT |