GTAG - Modding - Opcode Database - 0AD9
Opcode Database
0AD9
Description | Formats a string and writes it to a file. In the example, the string "CLEO version: 4.0.0.1" will be written to the file. Params: 1. String format for recording. 2. Pointer to the file; +. Arguments, substituted in the string (up to 35 arguments). |
---|---|
Parameters (v2) | 1) File handle (Integer) (INT) 2) String (ANY) 3) Call arguments (...) |
Games | |
Category | CLEO 4 |
San Andreas | |
sascm.ini | 0AD9=-1,write_formatted_string_to_file %1d% format %2d% |
Example | 0AD9: write_formatted_string_to_file 0@ format "CLEO version: %d.%d.%d.%d" 4 0 0 1 |
Command Name | WRITE_FORMATTED_STRING_TO_FILE |