Difference between revisions of "UpdateCellPermissionMessage"
From SWGANH Wiki
(→Variable Descriptions) |
m (Protected "UpdateCellPermissionMessage": Page is complete. [edit=sysop:move=sysop]) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{PageHeader|Server Packet|UpdateCellPermissionMessage (F612499C)}} | |
{| 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}}||'''Operand count''' | ||
|- | |- | ||
− | | | + | |{{int}}||'''Opcode''' |
|- | |- | ||
− | | | + | |{{byte}}||'''Permission Flag (0/1)''' |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
+ | |{{long}}||'''cell ID''' | ||
+ | |} | ||
|} | |} | ||
Line 23: | Line 23: | ||
---- | ---- | ||
− | + | Operand_Count = '''3''' | |
Opcode = '''F612499C''' | Opcode = '''F612499C''' | ||
---- | ---- | ||
− | * This Packet is send to flag a cell as | + | * This Packet is send to flag a cell as accessible or unaccessible for the Player |
− | * | + | * 0 = UnAccessible / 1 = Accessible |
− | + | ||
|valign=top| | |valign=top| | ||
Line 46: | Line 45: | ||
---- | ---- | ||
+ | ==Sample Packet== | ||
− | |||
− | |||
<pre> | <pre> | ||
[UINT16] 0x0003 | [UINT16] 0x0003 | ||
Line 54: | Line 52: | ||
[UINT8] 1 | [UINT8] 1 | ||
[UINT64] cell ID | [UINT64] cell ID | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</pre> | </pre> |
Latest revision as of 09:37, 26 November 2007
Server Packet - UpdateCellPermissionMessage (F612499C)
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 DescriptionsOperand_Count = 3 Opcode = F612499C
|
Tags
|
Sample Packet
[UINT16] 0x0003 [UINT32] 0xf612499c [UINT8] 1 [UINT64] cell ID