Difference between revisions of "AttributeListMessage"
From SWGANH Wiki
Line 9: | Line 9: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | |align="center" style="background:#6C86BF; color:white;"|'''SHORT'''||''' | + | |align="center" style="background:#6C86BF; color:white;"|'''SHORT'''||'''Opperand_Count''' |
|- | |- | ||
− | |align="center" style="background:#3C548A; color:white;"|'''INT'''||''' | + | |align="center" style="background:#3C548A; color:white;"|'''INT'''||'''Opcde''' |
|- | |- | ||
− | |align="center" style="background:#3C4565; color:white;"|'''LONG'''||''' | + | |align="center" style="background:#3C4565; color:white;"|'''LONG'''||'''ObjectID''' |
|- | |- | ||
− | |align="center" style="background:#3C548A; color:white;"|'''INT'''||''' | + | |align="center" style="background:#3C548A; color:white;"|'''INT'''||'''ListCount''' |
|- | |- | ||
|} | |} | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | |align="center" style="background:#D8F2E0; color:#3C4565;"|'''A_STRING'''||''' | + | |align="center" style="background:#D8F2E0; color:#3C4565;"|'''A_STRING'''||'''ObjectAttributeName''' |
|- | |- | ||
− | |align="center" style="background:#8BD9A3; color:white;"|'''U_STRING'''||''' | + | |align="center" style="background:#8BD9A3; color:white;"|'''U_STRING'''||'''ObjectAttributeValue''' |
|- | |- | ||
|} | |} |
Revision as of 23:22, 24 December 2006
Struct
Variable DescriptionsOpperand_Count = 3 Opcode = F3F12F2A
ObjectID that you are listing attributes for.
Counter of Attributes to list.
Name of attribute to display from string/en/obj_attr_n.stf
Value to display next to the attribute. |
Tags
|
Sample Code
Insert Code Snippet Here...
Sample Packet
Insert Sample Packet Here...