Difference between revisions of "ChatInstantMessageToClient"
From SWGANH Wiki
(→Struct) |
|||
Line 8: | Line 8: | ||
{| class="wikitable" | {| class="wikitable" | ||
+ | |{{short}}||'''Opperand_Count''' | ||
|- | |- | ||
− | | | + | |{{int}}||'''Opcode''' |
|- | |- | ||
− | | | + | |{{a_string}}||'''Game ID''' |
|- | |- | ||
− | | | + | |{{a_string}}||'''Galaxy Name''' |
|- | |- | ||
− | | | + | |{{a_string}}||'''Playername''' |
|- | |- | ||
− | | | + | |{{u_string}}||'''Message''' |
|- | |- | ||
− | | | + | |{{int}}|{{unknown}} |
− | + | ||
− | + | ||
|- | |- | ||
|} | |} |
Revision as of 07:23, 10 April 2007
Struct
Variable DescriptionsOpperand_Count = 4 Opcode = 3C565CED
The abreviation for the game. For us it will always be 'SWG'.
Galaxy in which the sending cleint is from.
Message to send to the target client in unicode. |
Tags
|
Sample Code
Insert Code Snippet Here...
Sample Packet
Insert Sample Packet Here...