Difference between revisions of "0003"

From GTAMods Wiki
Jump to navigation Jump to search
(page updates)
 
Line 1: Line 1:
{{Icon|trilogy}} '''SHAKE_CAM'''
+
{{OpCode
<hr />
+
| games      = {{Icon|t}}
'''Description'''
+
| command    = SHAKE_CAM
: Shakes the in-game camera
+
| description = Shakes the in-game camera
'''Syntax'''
+
| syntax1    = 0003: shake_camera [''int'']
: 0003: shake_camera [''int'']
+
| syntax2    = Camera.Shake( [''int''] )
: Camera.Shake( [''int''] )
+
| p1t        = [''int'']
'''Parameter'''
+
| p1d        = Intensity and duration of the shaking
: [''int'']
+
}}
:: Intensity and duration of the shaking
 
  
 
This opcode shakes the in-game camera for a while. The higher the value is, the more and the longer the camera shakes.
 
This opcode shakes the in-game camera for a while. The higher the value is, the more and the longer the camera shakes.
Line 15: Line 14:
 
shake, jostle, cam, camera
 
shake, jostle, cam, camera
  
[[Category:OpCodes]]
+
== See also ==
 +
* {{Icon|3}} [[0136]], shake camera with point

Latest revision as of 03:59, 3 January 2016

GTA III Vice City San Andreas SHAKE_CAM


Description
Shakes the in-game camera
Syntax
0003: shake_camera [int]
Camera.Shake( [int] )
Parameter
[int]
Intensity and duration of the shaking

This opcode shakes the in-game camera for a while. The higher the value is, the more and the longer the camera shakes.

Keywords

shake, jostle, cam, camera

See also

  • GTA III 0136, shake camera with point