Map double: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
'''map_double''' resamples a map at twice the current resolution. The amount of memory required to store the map will increase eight-fold. | '''map_double''' resamples a map at twice the current resolution. The amount of memory required to store the map will increase eight-fold. | ||
=== | =Usage= | ||
<source lang="python"> | |||
map_double map_name, state | |||
</source> | |||
== See Also == | |||
[[Map_Halve]] | |||
[[Category:Commands|Map Double]] | [[Category:Commands|Map Double]] |
Revision as of 16:45, 24 March 2010
map_double resamples a map at twice the current resolution. The amount of memory required to store the map will increase eight-fold.
Usage
map_double map_name, state