Usage
Syntax: echo(str message);
Explanation
When on the serverside, the function will output a line in RC. However, on the clientside, it will output a line in your F2 menu.
Example
function onCreated() { echo("Hello world!"); }
... Will output "Hello world!" in RC when on the serverside, or in your F2 menu when on the clientside.
Categories
CategoryFunctionClientside
CategoryFunctionServerside
There are no comments on this page. [Add comment]