Difference between revisions of "075B"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with '{{OpCode | ini = 075B=1, %1h% | description = Zooms in the radar. | p1 = Integer | game = San Andreas }} This opcode zooms in the radar. Using any ne…')
 
 
Line 1: Line 1:
 
{{OpCode
 
{{OpCode
| ini        = 075B=1, %1h%
+
| games      = {{Icon|SA}}
| description = Zooms in the radar.
+
| command    = SET_RADAR_ZOOM
| p1          = Integer
+
| description = Zooms in the radar
| game        = [[San Andreas]]
+
| syntax1    = 075B: zoom_radar [''int'']
 +
| p1t        = [''int'']
 +
| p1d        = Zoom
 
}}
 
}}
  
 
This opcode zooms in the radar. Using any negative value it will flip the map upside down. The equivalent US v1.0 memory address is 0x0A444A3.
 
This opcode zooms in the radar. Using any negative value it will flip the map upside down. The equivalent US v1.0 memory address is 0x0A444A3.
  
==Sanny Builder Example==
+
== Keywords ==
<source lang="scm">075B: zoom_radar 0 </source>
+
set, radar, zoom
 
 
==Keywords==
 
Radar, Zoom
 

Latest revision as of 06:32, 5 June 2016

San Andreas SET_RADAR_ZOOM


Description
Zooms in the radar
Syntax
075B: zoom_radar [int]
Parameter
[int]
Zoom

This opcode zooms in the radar. Using any negative value it will flip the map upside down. The equivalent US v1.0 memory address is 0x0A444A3.

Keywords

set, radar, zoom