User Tools

Site Tools


crpl:docs:getcamerazoom

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
crpl:docs:getcamerazoom [2014/03/06 07:59] – created Clean0nioncrpl:docs:getcamerazoom [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
-~~DISCUSSION~~+
 <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#screen_commands|Screen Commands]] <- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#screen_commands|Screen Commands]]
 =====  GetCameraZoom  ===== =====  GetCameraZoom  =====
Line 8: Line 8:
  
 === Description === === Description ===
-Returns the camera zoom level as an integer between 0 and 12, with 0 being maximum zoom. FIXME+Returns the camera zoom level as an integer between 0 and 12 inclusive, with 0 being maximum zoom. 4 is the standard zoom. 
 + 
 +The scale multiple by which graphics are scaled or map pixel coordinates need to be multiplied by to get screen pixel coordinates is: (scale= 8.0/(4+zoom)). 
 === Examples === === Examples ===
 <code> <code>
-GetCamera+#This core now reports the zoom 
 +GetCameraZoom SetPopupText
 </code>  </code> 
crpl/docs/getcamerazoom.1394092763.txt.gz · Last modified: 2025/02/14 14:56 (external edit)