I could use some help. How do I explicity convert a string to an int.
Here is an example of what I would like to have working:
string string_num = "" + 1;
int num = cast(string_num);
I've tried searching the internet using the following:
"angelscript convert string to int"
"angelscript cast string to int"
"angelscript dictionary keys to int"
Help would be appreciated.