mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-21 08:35:00 -05:00
Create MediaWiki page '377 Camera Shake'
This commit is contained in:
parent
bd3de564d6
commit
51ade58957
27
377-Camera-Shake.mediawiki
Normal file
27
377-Camera-Shake.mediawiki
Normal file
@ -0,0 +1,27 @@
|
||||
[[Category Packet]]
|
||||
[[Category Packet 377]]
|
||||
{{packet|name=Camera Shake|description=Set camera shake parameters.|opcode=67|type=Fixed|length=4|revision=377}}
|
||||
== Camera Shake ==
|
||||
|
||||
=== Description ===
|
||||
Set camera shake parameters. It may be worth reading about Sine Waves [http://en.wikipedia.org/wiki/Sine_wave].
|
||||
|
||||
=== Packet Structure ===
|
||||
|
||||
{| border=2
|
||||
! Data type
|
||||
! Description
|
||||
|-
|
||||
| [[Data Types#Standard data types|Byte]]
|
||||
| The index of the shake parameter to modify.
|
||||
|-
|
||||
| [[Data Types#Standard data types|Byte]]
|
||||
| The range of the shake randomness.
|
||||
|-
|
||||
| [[Data Types#Standard data types|Byte]]
|
||||
| The amplitude (maximum displacement from 0) of the shake.
|
||||
|-
|
||||
| [[Data Types#Standard data types|Byte]]
|
||||
| The phase (where in its cycle the oscillation is at t = 0) of the shake.
|
||||
|-
|
||||
|}
|
@ -2,10 +2,10 @@
|
||||
The following categories contain pages or media.
|
||||
* [[Category Cache]] (3 members)
|
||||
* [[Category Data Type]] (3 members)
|
||||
* [[Category Packet]] (115 members)
|
||||
* [[Category Packet]] (116 members)
|
||||
* [[Category Packet 194]] (4 members)
|
||||
* [[Category Packet 317]] (90 members)
|
||||
* [[Category Packet 377]] (17 members)
|
||||
* [[Category Packet 377]] (18 members)
|
||||
* [[Category Packet 474]] (3 members)
|
||||
* [[Category Packet {{{revision}}}]] (1 members)
|
||||
* [[Category RS2]] (14 members)
|
||||
|
@ -1,7 +1,8 @@
|
||||
<!-- DO NOT EDIT BELOW THIS LINE, OR CHANGE THIS COMMENT, CODE AUTOMATICALLY GENERATED BY category.sh -->
|
||||
== '''Pages in category "Packet 377"''' ==
|
||||
The following 17 pages are in this category.
|
||||
The following 18 pages are in this category.
|
||||
* [[377 Animation Reset]]
|
||||
* [[377 Camera Shake]]
|
||||
* [[377 Construct Map Region]]
|
||||
* [[377 Initialize Player]]
|
||||
* [[377 Input Amount]]
|
||||
|
@ -1,6 +1,6 @@
|
||||
<!-- DO NOT EDIT BELOW THIS LINE, OR CHANGE THIS COMMENT, CODE AUTOMATICALLY GENERATED BY category.sh -->
|
||||
== '''Pages in category "Packet"''' ==
|
||||
The following 115 pages are in this category.
|
||||
The following 116 pages are in this category.
|
||||
* [[194 Clear screen]]
|
||||
* [[194 Logout]]
|
||||
* [[194 Protocol]]
|
||||
@ -96,6 +96,7 @@ The following 115 pages are in this category.
|
||||
* [[317 Walkable interface]]
|
||||
* [[317 Weight]]
|
||||
* [[377 Animation Reset]]
|
||||
* [[377 Camera Shake]]
|
||||
* [[377 Construct Map Region]]
|
||||
* [[377 Initialize Player]]
|
||||
* [[377 Input Amount]]
|
||||
|
Loading…
Reference in New Issue
Block a user