Difference between revisions of "CloseHolocronMessage"
From SWGANH Wiki
(→Variable Descriptions) |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
{{PageHeader|Server Packet|CloseHolocronMessage (C0938A9D)}} | {{PageHeader|Server Packet|CloseHolocronMessage (C0938A9D)}} | ||
Line 11: | Line 10: | ||
|| | || | ||
{| class="wikitable" | {| class="wikitable" | ||
− | |{{short}}||''' | + | |{{short}}||'''Op Count''' |
|- | |- | ||
|{{int}}||'''Opcode''' | |{{int}}||'''Opcode''' | ||
|} | |} | ||
|} | |} | ||
+ | |||
===Variable Descriptions=== | ===Variable Descriptions=== | ||
---- | ---- | ||
Line 23: | 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 30: | Line 36: | ||
||{{ServerPacket}} | ||{{ServerPacket}} | ||
|- | |- | ||
− | ||{{ | + | ||{{100%}} |
|- | |- | ||
|} | |} | ||
Line 38: | Line 44: | ||
<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.