Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 0AD3

Opcode Database

0AD3

DescriptionFormats 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 (...)
Gamessa
CategoryCLEO 4
San Andreas
sascm.ini0AD3=-1,string_format %1d% format %2s%
Example0AD3: string_format 0@v format "%d + %d = %d" 2 2 4
Command NameSTRING_FORMAT

<< 0AD2

0AD4 >>