Introduction/functions-console-log
Console Log Function
Introduced in version 1.0
Console Log function allows you to print information to in game console using
GM_STOCK library.
Example:
gm_stock->console_log("Hello World")
Example above prints out "Hello World" to in-game console.
Introduction
Functions
Misc