mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-10-31 15:35:07 -04:00
Create MediaWiki page '317 Create Projectile'
This commit is contained in:
parent
f4ab10d9cf
commit
95e8053bd6
47
317-Create-Projectile.mediawiki
Normal file
47
317-Create-Projectile.mediawiki
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
[[Category Packet]]
|
||||||
|
[[Category Packet 317]]
|
||||||
|
== Create Projectile ==
|
||||||
|
|
||||||
|
=== Description ===
|
||||||
|
|
||||||
|
Creates a projectile.
|
||||||
|
|
||||||
|
=== Packet Structure ===
|
||||||
|
{|border=2
|
||||||
|
! Data Type
|
||||||
|
! Description
|
||||||
|
|-
|
||||||
|
| [[Data Types#Standard data types|Byte]]
|
||||||
|
| Position offset
|
||||||
|
|-
|
||||||
|
| [[Data Types#Standard data types|Byte]]
|
||||||
|
| Second X offset
|
||||||
|
|-
|
||||||
|
| [[Data Types#Standard data types|Byte]]
|
||||||
|
| Second Y offset
|
||||||
|
|-
|
||||||
|
| [[Data Types#Standard data types|Short]]
|
||||||
|
| Target
|
||||||
|
|-
|
||||||
|
| [[Data Types#Little Endian|Little Endian]] [[Data Types#Standard data types|Short]]
|
||||||
|
| Graphic ID
|
||||||
|
|-
|
||||||
|
| [[Data Types#Standard data types|Byte]]
|
||||||
|
| Starting height
|
||||||
|
|-
|
||||||
|
| [[Data Types#Standard data types|Byte]]
|
||||||
|
| Ending height
|
||||||
|
|-
|
||||||
|
| [[Data Types#Little Endian|Little Endian]] [[Data Types#Standard data types|Short]]
|
||||||
|
| Starting time
|
||||||
|
|-
|
||||||
|
| [[Data Types#Little Endian|Little Endian]] [[Data Types#Standard data types|Short]]
|
||||||
|
| Speed
|
||||||
|
|-
|
||||||
|
| [[Data Types#Standard data types|Byte]]
|
||||||
|
| Initial slope
|
||||||
|
|-
|
||||||
|
| [[Data Types#Standard data types|Byte]]
|
||||||
|
| Initial distance from source
|
||||||
|
|-
|
||||||
|
|}
|
@ -2,9 +2,9 @@
|
|||||||
The following categories contain pages or media.
|
The following categories contain pages or media.
|
||||||
* [[Category Cache]] (3 members)
|
* [[Category Cache]] (3 members)
|
||||||
* [[Category Data Type]] (3 members)
|
* [[Category Data Type]] (3 members)
|
||||||
* [[Category Packet]] (137 members)
|
* [[Category Packet]] (138 members)
|
||||||
* [[Category Packet 194]] (4 members)
|
* [[Category Packet 194]] (4 members)
|
||||||
* [[Category Packet 317]] (98 members)
|
* [[Category Packet 317]] (99 members)
|
||||||
* [[Category Packet 377]] (24 members)
|
* [[Category Packet 377]] (24 members)
|
||||||
* [[Category Packet 474]] (3 members)
|
* [[Category Packet 474]] (3 members)
|
||||||
* [[Category Packet 718]] (7 members)
|
* [[Category Packet 718]] (7 members)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
317 Packets
|
317 Packets
|
||||||
<!-- DO NOT EDIT BELOW THIS LINE, OR CHANGE THIS COMMENT, CODE AUTOMATICALLY GENERATED BY category.sh -->
|
<!-- DO NOT EDIT BELOW THIS LINE, OR CHANGE THIS COMMENT, CODE AUTOMATICALLY GENERATED BY category.sh -->
|
||||||
== '''Pages in category "Packet 317"''' ==
|
== '''Pages in category "Packet 317"''' ==
|
||||||
The following 98 pages are in this category.
|
The following 99 pages are in this category.
|
||||||
* [[317 Add friend]]
|
* [[317 Add friend]]
|
||||||
* [[317 Add ignore]]
|
* [[317 Add ignore]]
|
||||||
* [[317 Alternate item option 2]]
|
* [[317 Alternate item option 2]]
|
||||||
@ -22,6 +22,7 @@ The following 98 pages are in this category.
|
|||||||
* [[317 Clear screen]]
|
* [[317 Clear screen]]
|
||||||
* [[317 Close window]]
|
* [[317 Close window]]
|
||||||
* [[317 Construct map region]]
|
* [[317 Construct map region]]
|
||||||
|
* [[317 Create Projectile]]
|
||||||
* [[317 Design screen]]
|
* [[317 Design screen]]
|
||||||
* [[317 Display hint icon]]
|
* [[317 Display hint icon]]
|
||||||
* [[317 Drop item]]
|
* [[317 Drop item]]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<!-- DO NOT EDIT BELOW THIS LINE, OR CHANGE THIS COMMENT, CODE AUTOMATICALLY GENERATED BY category.sh -->
|
<!-- DO NOT EDIT BELOW THIS LINE, OR CHANGE THIS COMMENT, CODE AUTOMATICALLY GENERATED BY category.sh -->
|
||||||
== '''Pages in category "Packet"''' ==
|
== '''Pages in category "Packet"''' ==
|
||||||
The following 137 pages are in this category.
|
The following 138 pages are in this category.
|
||||||
* [[194 Clear screen]]
|
* [[194 Clear screen]]
|
||||||
* [[194 Logout]]
|
* [[194 Logout]]
|
||||||
* [[194 Protocol]]
|
* [[194 Protocol]]
|
||||||
@ -25,6 +25,7 @@ The following 137 pages are in this category.
|
|||||||
* [[317 Clear screen]]
|
* [[317 Clear screen]]
|
||||||
* [[317 Close window]]
|
* [[317 Close window]]
|
||||||
* [[317 Construct map region]]
|
* [[317 Construct map region]]
|
||||||
|
* [[317 Create Projectile]]
|
||||||
* [[317 Design screen]]
|
* [[317 Design screen]]
|
||||||
* [[317 Display hint icon]]
|
* [[317 Display hint icon]]
|
||||||
* [[317 Drop item]]
|
* [[317 Drop item]]
|
||||||
|
Loading…
Reference in New Issue
Block a user