Difference between revisions of "UpdateCellPermissionMessage"
From SWGANH Wiki
(→Sample Code) |
m (Protected "UpdateCellPermissionMessage": Page is complete. [edit=sysop:move=sysop]) |
||
(15 intermediate revisions by 3 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 11: | Line 6: | ||
===Struct=== | ===Struct=== | ||
---- | ---- | ||
− | + | {| align="center" | |
+ | |- | ||
+ | || | ||
{| class="wikitable" | {| class="wikitable" | ||
+ | |{{short}}||'''Operand count''' | ||
|- | |- | ||
− | | | + | |{{int}}||'''Opcode''' |
|- | |- | ||
− | | | + | |{{byte}}||'''Permission Flag (0/1)''' |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
+ | |{{long}}||'''cell ID''' | ||
+ | |} | ||
|} | |} | ||
Line 43: | Line 23: | ||
---- | ---- | ||
− | + | Operand_Count = '''3''' | |
− | Opcode = ''' | + | Opcode = '''F612499C''' |
---- | ---- | ||
− | * | + | * This Packet is send to flag a cell as accessible or unaccessible for the Player |
− | * | + | * 0 = UnAccessible / 1 = Accessible |
− | + | ||
− | + | ||
− | + | ||
|valign=top| | |valign=top| | ||
+ | |||
===Tags=== | ===Tags=== | ||
---- | ---- | ||
Line 60: | Line 38: | ||
||{{ServerPacket}} | ||{{ServerPacket}} | ||
|- | |- | ||
− | ||{{ | + | ||{{100%}} |
|- | |- | ||
|} | |} | ||
Line 67: | Line 45: | ||
---- | ---- | ||
− | + | ==Sample Packet== | |
− | ==Sample | + | |
− | + | ||
<pre> | <pre> | ||
− | |||
[UINT16] 0x0003 | [UINT16] 0x0003 | ||
[UINT32] 0xf612499c | [UINT32] 0xf612499c | ||
[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