Difference between revisions of "AttributeListMessage"

From SWGANH Wiki
Jump to: navigation, search
Line 8: Line 8:
  
 
{| class="wikitable"
 
{| class="wikitable"
 +
|{{short}}||'''Opperand_Count'''
 
|-
 
|-
|align="center" style="background:#6C86BF; color:white;"|'''SHORT'''||'''Opperand_Count'''
+
|{{int}}||'''Opcde'''
 
|-
 
|-
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''Opcde'''
+
|{{long}}||'''ObjectID'''
|-
+
|align="center" style="background:#3C4565; color:white;"|'''LONG'''||'''ObjectID'''
+
|-
+
|align="center" style="background:#3C548A; color:white;"|'''INT'''||'''ListCount'''
+
 
|-
 
|-
 +
|{{int}}||'''ListCount'''
 
|}
 
|}
{| class="wikitable"
+
{{beginlist|attributes|ListCount}}
|-
+
:{| class="wikitable"
|align="center" style="background:#D8F2E0; color:#3C4565;"|'''A_STRING'''||'''ObjectAttributeName'''
+
|{{a_string}}||'''ObjectAttributeName'''
|-
+
|align="center" style="background:#8BD9A3; color:white;"|'''U_STRING'''||'''ObjectAttributeValue'''
+
 
|-
 
|-
 +
|{{u_string}}||'''ObjectAttributeValue'''
 
|}
 
|}
 +
{{endlist|attributes}}
  
 
===Variable Descriptions===
 
===Variable Descriptions===

Revision as of 07:38, 10 April 2007


Struct


SHORT Opperand_Count
INT Opcde
LONG ObjectID
INT ListCount

<attributes count=ListCount>

A_STRING ObjectAttributeName
U_STRING ObjectAttributeValue

<attributes/>


Variable Descriptions


Opperand_Count = 3

Opcode = F3F12F2A


  • ObjectID:

ObjectID that you are listing attributes for.

  • ListCount:

Counter of Attributes to list.

  • ObjectAttributeName:

Name of attribute to display from string/en/obj_attr_n.stf

  • ObjectAttributeValue:

Value to display next to the attribute.

Tags


S→C This packet originates on the server.

100% This packet has been completely reversed.


Sample Code


Insert Code Snippet Here...

Sample Packet

Insert Sample Packet Here...