Declaration
Print(string Text)
Description
Outputs the provided Text in the Scripts Console.
--Prints "Hello World" in the Scripts Console
Print("Hello World!");
Print(string Text)
Outputs the provided Text in the Scripts Console.
--Prints "Hello World" in the Scripts Console
Print("Hello World!");