GTAG - Modding - Opcode Database - 0AD3
Opcode Database
0AD3
Description | Formats a string and writes the result to string variable or a pointer to a string. In the example, "2 + 2 = 4" will be written to the string 0@v. |
---|---|
Parameters (v2) | 1) String (ANY) 2) String (ANY) 3) Call arguments (...) |
Games | |
Category | CLEO 4 |
San Andreas | |
sascm.ini | 0AD3=-1,string_format %1d% format %2s% |
Example | 0AD3: string_format 0@v format "%d + %d = %d" 2 2 4 |
Command Name | STRING_FORMAT |