evalstring

guerilla.evalstring(script)

Evaluate a lua string, and print the result in the console

Parameters:script (str) – the script text
Returns:true if the script was executed without any error raised
Return type:bool