Log

Category: Messages
Since engine version: 1.0 OC

Description

Displays a text in the message board at the bottom of the screen. Parameters can be inserted in C formatting style. See Format.

Syntax

bool Log(string message,  ...);

Parameters

message:
Text to be displayed.
...:
[opt] Additional parameters for text formatting.

Example

Log("Moin, %s.", GetPlayerName(0));
Welcomes a player.
See also: Format, Message
Sven2, 2001-11