LuaScript Xojo and Real Studio Plugin

LuaScript.ConsoleOutput Event

This event is called when the Lua script wants to output something with its print function, then the print function will send its data to this event.

ConsoleOutput(
   output as String)

Parameters

output
The data that the print function sent

Remarks

See Also

LuaScript Class