Lua SDK
-
Python SDK
1.4.12
Tutorial
Examples
Frequently Asked Questions
Guerilla API Reference
Classes
Functions
_
_exec
blast
classisclassof
countchildren
evalstring
executefunction
executescript
executestring
firstchild
getclass
getclassbyname
getclasschildren
getclassesbypattern
getclassname
getclassparents
getmainwindowhandle
getopenfilename
getpreferences
getprefixesfromname
getsavefilename
gpu_memory_info
isclass
isclassof
listchildren
loaddocument
mergedocument
newdocument
perror
plog
printselection
pwarning
pynode
quit
rangetonumbers
removeprefixfrompath
render
saveasref
savedocument
savedocumentas
setglobal
version
Changelog
Guerilla
Docs
»
Guerilla API Reference
»
evalstring
View page source
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