Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 0AD9

Opcode Database

0AD9

DescriptionFormats 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 (...)
Gamessa
CategoryCLEO 4
San Andreas
sascm.ini0AD9=-1,write_formatted_string_to_file %1d% format %2d%
Example0AD9: write_formatted_string_to_file 0@ format "CLEO version: %d.%d.%d.%d" 4 0 0 1
Command NameWRITE_FORMATTED_STRING_TO_FILE

<< 0AD8

0ADA >>