Strings are returned as const char* -- or, alternatively, CString -- as such:
return ret.ReturnString(VRuntime* pRuntime, const char* str);[/code:1cwi5gxp]
Ints and floats are returned just as they are in this manner
[code:1cwi5gxp]return ret = var;[/code:1cwi5gxp]