Skip to content

Commit 1383da2

Browse files
committed
update docs
1 parent b5e7ee0 commit 1383da2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

gta3/docs/SET_MOTION_BLUR.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
This command sets the motion blur primarily by overlaying a color over the camera. It is most effective when the trails option is turned on and the amount of blurriness differs depending on the mode. The effects of this command are cleared when the player dies or is arrested. The effects are overridden when the Sniper Rifle is used.
22
| Mode | Enum | Color | Used in original SCM | Notes |
3-
|------|------|-------|----------------------|-------|
3+
|---|---|:---:|:---:|---|
44
| 0 | MOTION_BLUR_NONE | || Default scene |
5-
| 1 | MOTION_BLUR_SNIPER | | | When placed in a loop, this has the appearance of modes 4 and 7. The Sniper Rifle uses this mode which sets its own color to <span style="background-color: #B4FFB4;">#B4FFB4</span>. |
5+
| 1 | MOTION_BLUR_SNIPER | | | When placed in a loop, this has the appearance of modes 4 and 7. The Sniper Rifle uses this mode which sets its own color to <span style="color: #B4FFB4;">#B4FFB4</span>. |
66
| 2 | MOTION_BLUR_LIGHT_SCENE | | | |
7-
| 3 | MOTION_BLUR_SECURITY_CAM | <span style="background-color: #00FF00;">#00FF00</span> || Green security camera |
7+
| 3 | MOTION_BLUR_SECURITY_CAM | <span style="color: #00FF00;">#00FF00</span> || Green security camera |
88
| 4 | MOTION_BLUR_CUT_SCENE | | | |
9-
| 5 | MOTION_BLUR_INTRO | <span style="background-color: #64DCE6;">#64DCE6</span> || |
10-
| 6 | MOTION_BLUR_INTRO2 | <span style="background-color: #50FFE6;">#50FFE6</span> || |
9+
| 5 | MOTION_BLUR_INTRO | <span style="color: #64DCE6;">#64DCE6</span> || |
10+
| 6 | MOTION_BLUR_INTRO2 | <span style="color: #50FFE6;">#50FFE6</span> || |
1111
| 7 | MOTION_BLUR_SNIPER_ZOOM | || Explosion |
12-
| 8 | MOTION_BLUR_INTRO3 | <span style="background-color: #FF3C3C;">#FF3C3C</span> || Player is shot |
13-
| 9 | MOTION_BLUR_INTRO4 | <span style="background-color: #FFB4B4;">#FFB4B4</span> | | |
12+
| 8 | MOTION_BLUR_INTRO3 | <span style="color: #FF3C3C;">#FF3C3C</span> || Player is shot |
13+
| 9 | MOTION_BLUR_INTRO4 | <span style="color: #FFB4B4;">#FFB4B4</span> | | |

0 commit comments

Comments
 (0)