Difference between revisions of "SearchKnowledgeBaseResponseMessage"

From SWGANH Wiki
Jump to: navigation, search
Line 1: Line 1:
__NOTOC__
+
{{MissingPacket}}
 +
{{PageHeader|Server Packet|SearchKnowledgeBaseResponseMessage (7CBC8F67)}}
  
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
Line 6: Line 7:
 
===Struct===
 
===Struct===
 
----
 
----
 +
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
 
|{{short}}||'''Opperand_Count'''
 
|{{short}}||'''Opperand_Count'''
Line 27: Line 31:
 
|}
 
|}
 
{{endlist|Articles}}
 
{{endlist|Articles}}
 
+
|}
 
===Variable Descriptions===
 
===Variable Descriptions===
 
----
 
----
Line 54: Line 58:
 
|}
 
|}
 
|}
 
|}
 
----
 
 
==Sample Code==
 
----
 
 
<pre>
 
Insert Code Snippet Here...
 
</pre>
 
  
 
==Sample Packet==
 
==Sample Packet==

Revision as of 22:43, 8 January 2008





Server Packet - SearchKnowledgeBaseResponseMessage (7CBC8F67)

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.


Struct


SHORT Opperand_Count
INT Opcode
INT Options
INT Result Count

<Articles count=Result Count>

U_STRING Article Title
A_STRING Article ID
SHORT ??

<Articles/>

Variable Descriptions


Opperand_Count = 3

Opcode = 7CBC8F67


  • Options
1: Could not find anything
0: Display the results
  • Unknown short
Doesn't seem to effect anything

Tags


S→C This packet originates on the server.

75% This packet has been partially reversed.

Sample Packet

Insert Sample Packet Here...