Difference between revisions of "CraftCustomization (0000015A)"
From SWGANH Wiki
(→Struct) |
|||
(10 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{PageHeader|Object Controller|CraftCustomization (0000015A)}} | |
− | + | ||
{| border="0" width="90%" cellpadding=6 | {| border="0" width="90%" cellpadding=6 | ||
|- | |- | ||
Line 6: | Line 5: | ||
===Struct=== | ===Struct=== | ||
---- | ---- | ||
− | + | {| align="center" | |
+ | |- | ||
+ | || | ||
{| class="wikitable" | {| class="wikitable" | ||
+ | |{{u_string}}|'''Custom Item Name''' | ||
|- | |- | ||
− | | | + | |{{byte}}|{{unknown}} |
|- | |- | ||
− | | | + | |{{int}}|amount of items for man. schematic |
|- | |- | ||
− | | | + | |{{byte}}|amount of cust attributes in list |
− | + | ||
− | + | ||
|- | |- | ||
|} | |} | ||
− | + | {{beginlist|unknown|unknown count}} | |
:{| class="wikitable" | :{| class="wikitable" | ||
+ | |{{int}}|{{unknown}} | ||
|- | |- | ||
− | | | + | |{{int}}|selected color |
− | + | ||
− | + | ||
− | + | ||
|} | |} | ||
− | :} | + | {{endlist|unknown}} |
+ | |} | ||
+ | |||
+ | |||
+ | <pre> | ||
+ | USTRING: CustomName | ||
+ | BYTE: ModelNumber | ||
+ | INT: SchematicQuantity | ||
+ | BYTE: CustomizationList | ||
+ | { | ||
+ | INT: CustomizationSlot | ||
+ | INT: CustomizationValue | ||
+ | } | ||
+ | </pre> | ||
+ | |||
===Variable Descriptions=== | ===Variable Descriptions=== | ||
---- | ---- | ||
controllerID = '''0000015A''' | controllerID = '''0000015A''' | ||
---- | ---- | ||
− | + | * '''Custom Item Name''': ''Set by player'' | |
|valign=top| | |valign=top| | ||
+ | |||
===Tags=== | ===Tags=== | ||
---- | ---- | ||
Line 39: | Line 52: | ||
||{{ObjControllerMessageTag}} | ||{{ObjControllerMessageTag}} | ||
|- | |- | ||
− | ||{{ | + | ||{{50%}} |
|- | |- | ||
|} | |} | ||
|} | |} |
Latest revision as of 02:33, 18 February 2009
Object Controller - CraftCustomization (0000015A)
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Struct
USTRING: CustomName BYTE: ModelNumber INT: SchematicQuantity BYTE: CustomizationList { INT: CustomizationSlot INT: CustomizationValue } Variable DescriptionscontrollerID = 0000015A
|
Tags
|