Use 3rd party JS libraries (including JQuery), call Javascript functions, access object properties and methods. Implement game objects, and algorithms in Javasc...
In the version 0.7.0 is the expression FunctionReturnValue gone?! I have only the expressions :
JSCodeValue
StoredReturnValue
Value
?!
Yes, it's deprecated. Use "Value" instead. If it's a function you're getting the value of, it will return the function's return value
Okay, thank you :)