Example #1
0
def canResizeTerrainMaps(item):
    """Returns 0 if the terrain maps can be resized, 1 if it can't."""
    return WorldEditor.canResizeCurrentTerrain()
Example #2
0
def canResizeTerrainMaps( item ):
	"""Returns 0 if the terrain maps can be resized, 1 if it can't."""
	return WorldEditor.canResizeCurrentTerrain()