Difference between revisions of "CmdSceneReady"
From SWGANH Wiki
(→Tags) |
|||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{PageHeader|Client Packet|CmdSceneReady (43FD1C22)}} | |
− | + | ||
{| border="0" width="90%" cellpadding=6 | {| border="0" width="90%" cellpadding=6 | ||
|- | |- | ||
Line 6: | Line 5: | ||
===Struct=== | ===Struct=== | ||
---- | ---- | ||
− | + | {| align="center" | |
+ | |- | ||
+ | || | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | | | + | |{{short}}||'''Op Count''' |
|- | |- | ||
− | | | + | |{{int}}||'''Opcode''' |
|- | |- | ||
+ | |} | ||
|} | |} | ||
Line 39: | Line 41: | ||
|- | |- | ||
|} | |} | ||
− | |||
|} | |} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Sample Packet== | ==Sample Packet== | ||
<pre> | <pre> | ||
− | + | 01 00 // Op Count | |
+ | 22 1C FD 43 // CmdSceneReady | ||
</pre> | </pre> |
Latest revision as of 18:13, 6 January 2008
Client Packet - CmdSceneReady (43FD1C22)
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Struct
Variable DescriptionsOpperand_Count = 1 Opcode = 43FD1C22
This packet is used by both client and server to signal to end the "loading" process and begin playing. Once both send it, the scene begins. |
Tags
|
Sample Packet
01 00 // Op Count 22 1C FD 43 // CmdSceneReady