OrionVeteran
Deity
I am trying to obtain the world size for the current game expressed in SDK. These lines both failed.
How do I fix this line?
Code:
WorldSizeTypes eWorldSize = (WorldSizeTypes)GC.getWorldInfo(GC.getMapINLINE().getWorldSize());
WorldSizeTypes eWorldSize = GC.getWorldInfo(GC.getMapINLINE().getWorldSize());
How do I fix this line?