MapView Python: Difference between revisions

From Civilization Modding Wiki
Jump to navigationJump to search
(Created page with '=Overview= MapView 2.10 and any version above will support Python scripting opportunities. This article tries to give you a decent impression about the things that are possible t...')
(No difference)

Revision as of 19:31, 12 August 2009

Overview

MapView 2.10 and any version above will support Python scripting opportunities. This article tries to give you a decent impression about the things that are possible throught this interface.

How To access the current visible Map?

The current map will always be available under the variable mvMap

Basics

You will have access to several parts of MapView The most important is probably the value "mvMap". "mvMap" is the currently visible Map!