Difference between revisions of "VoiceChatChannelInfo"
From SWGANH Wiki
Line 38: | Line 38: | ||
* '''Codes''': | * '''Codes''': | ||
<pre> | <pre> | ||
− | + | ||
− | + | //channelInfoFlags | |
− | + | ||
− | + | channelInfoFlags_None = 0x00 | |
− | + | channelInfoFlags_LeaveChannel = 0x01 | |
− | + | channelInfoFlags_AutoJoin = 0x02 | |
− | + | channelInfoFlags_ChannelDoesNotExist = 0x04 | |
+ | channelInfoFlags_TargetModerator = 0x08 | ||
+ | channelInfoFlags_ForcedShortlist = 0x10 | ||
</pre> | </pre> |
Revision as of 18:07, 1 January 2014
This article or section needs additional data. Please add a sample packet! |
Server Packet - AcceptAuctionResponseMessage (C58A446E)
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 = 3 Opcode = C58A446E
//channelInfoFlags channelInfoFlags_None = 0x00 channelInfoFlags_LeaveChannel = 0x01 channelInfoFlags_AutoJoin = 0x02 channelInfoFlags_ChannelDoesNotExist = 0x04 channelInfoFlags_TargetModerator = 0x08 channelInfoFlags_ForcedShortlist = 0x10 |
Tags
|
Sample Packet
Insert Sample Packet Here...