Most old maps should work from version to version. Hell I was playing 1.19 maps on 1.26 with no problem.
function H2I takes handle h returns integer
return h // I think this is correct order
return 0
endfunction
I recall people at WC3C saying it was slower than GetHandleId, but not that much slower. This is probably due to it being a native while the other was a function. I do agree that resolving the function name used to be faster as H2I is a lot shorter than GetHandleId and JASS interprets every name every time it is referenced.it wasnt slower
Fix all the triggers that used the return bug (typecasting exploit) to use the features now available to us. That is the only way.