Hello, tried to run
M".ToAscii( "M" )
and it's returning 0.
Maybe you should remove parameter of string, and fix the issue of not returning a good value, but always 0
Hello, tried to run
M".ToAscii( "M" )
and it's returning 0.
Maybe you should remove parameter of string, and fix the issue of not returning a good value, but always 0
int test = M".ToAscii( "M" ); Print("ascii test : " + test);