HolyLib Wiki

LuaInterface:RunString

  LuaInterface:RunString( string code )

Description

Queues the given code to be run inside this interface.
The code only actually runs once this interface's tasks are executed, either by its own thread (See LuaInterface:EnableThinking) or thru LuaInterface:RunTasks.

Arguments

1string code

The code to run