HolyLib Wiki

holylua.RunString

 boolean holylua.RunString( string code )

Description

Runs the given code inside HolyLib's separate holylua interface.

Does nothing if called from inside the HolyLua interface itself.

Arguments

1string code

The code to run inside the HolyLua interface

Returns

1boolean success

Returns false if the HolyLua interface isn't running (See holylib_lua)