Difference between revisions of "CloseHolocronMessage"
From SWGANH Wiki
(→Variable Descriptions) |
|||
(10 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{PageHeader|Server Packet|CloseHolocronMessage (C0938A9D)}} | |
{| border="0" width="90%" cellpadding=6 | {| border="0" width="90%" cellpadding=6 | ||
Line 6: | Line 6: | ||
===Struct=== | ===Struct=== | ||
---- | ---- | ||
− | + | {| align="center" | |
+ | |- | ||
+ | || | ||
{| class="wikitable" | {| class="wikitable" | ||
+ | |{{short}}||'''Op Count''' | ||
|- | |- | ||
− | | | + | |{{int}}||'''Opcode''' |
− | + | |} | |
− | + | ||
− | | | + | |
|} | |} | ||
Line 22: | Line 23: | ||
Opcode = '''C0938A9D''' | Opcode = '''C0938A9D''' | ||
---- | ---- | ||
+ | |||
+ | * Forces the holocron (help screen) to close. | ||
+ | |||
+ | * This packet is used in the tutorial as part of lesson one. | ||
+ | |||
|valign=top| | |valign=top| | ||
+ | |||
===Tags=== | ===Tags=== | ||
---- | ---- | ||
Line 32: | Line 39: | ||
|- | |- | ||
|} | |} | ||
− | |||
|} | |} | ||
− | + | ==Sample Packet== | |
− | + | ||
− | ==Sample | + | |
<pre> | <pre> | ||
− | + | 01 00 // op count | |
− | + | 9D 8A 93 C0 // CloseHolocronMessage | |
− | + | This packet was created since no way to get it on live. | |
− | + | ||
− | + | ||
− | + | ||
</pre> | </pre> |
Latest revision as of 09:06, 26 August 2008
Server Packet - CloseHolocronMessage (C0938A9D)
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 = C0938A9D
|
Tags
|
Sample Packet
01 00 // op count 9D 8A 93 C0 // CloseHolocronMessage This packet was created since no way to get it on live.