MapView Python

From Civilization Modding Wiki
Revision as of 19:31, 12 August 2009 by GreyHound (talk | contribs) (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...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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!