I've tried engine_getvar... But I don't know if I use it correctly.
I have a function, which gets the string and a pointer as parameters.
function MyFunction(STRING* FileStr, ENTITY* Object)
At the end of this function, I return the ENTITY* Object, because I want to convert the string into a pointer. Which function do I need for this? I think with engine_getvar I need a double pointer, but I don't know how.