boolret=exp->execute(Array(),tree_base,false,Engine::get_singleton()->is_editor_hint());// Avoids allowing the user to crash the system with an expression by only allowing const calls.
boolret=exp->execute(Array(),expression_base,false,Engine::get_singleton()->is_editor_hint());// Avoids allowing the user to crash the system with an expression by only allowing const calls.