Local * pLocal = *(Local**)0xE6EB54; // valid
How would u interpret these in english i understand it has to do with a pointer to a double pointer?
Local * pLocal = (Local**)0xE6EB54; // not sure if this is even valid
if the above is valid as well how would u interpret it?