Difference between revisions of "0003"
Jump to navigation
Jump to search
Sleeper777 (talk | contribs) m |
(correction and standardizing) |
||
| Line 1: | Line 1: | ||
| − | + | {{OpCode | |
| + | | ini = 0003=1,%1d% | ||
| + | | description = Shakes the in-game camera | ||
| + | | p1 = Integer (intensity of shaking) | ||
| + | | game = GTA3, Vice City, San Andreas | ||
| + | }} | ||
| + | This opcode shakes the in-game camera. The higher the value is, the more the camera shakes. | ||
| − | ''' | + | ==Note== |
| + | In [[Sanny Builder]], this opcode is equivalent to the command '''Camera.Shake'''. | ||
| − | + | Example: <source lang="scm">Camera.Shake(20)</source> | |
| − | |||
| − | |||
| − | |||
| − | Camera.Shake( | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Revision as of 07:51, 17 August 2009
{{{games}}}
- Description
- Shakes the in-game camera
- Syntax
- {{{syntax1}}}
- Parameter
This opcode shakes the in-game camera. The higher the value is, the more the camera shakes.
Note
In Sanny Builder, this opcode is equivalent to the command Camera.Shake.
Example:
Camera.Shake(20)