formatText
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Armed Assault
- Version:
- 1.00
Description
- Description:
- Creates a structured text by replacing %1, %2, etc. in format with plain or structured texts given as arguments.
Syntax
- Syntax:
- Structured Text = formatText ["format", arg1, arg2, ...]
- Parameters:
- format: String
- arg1, arg2, ...]
- Return Value:
- Structured Text
Examples
- Example 1:
- _text = formatText ["Image: %1", image "data\isniper.paa"]
Additional Information
- Multiplayer:
- Behaviour unknown.
Notes
Notes
Notes

