Difference between revisions of "DraftSlotsQueryResponse (000001BF)"
From SWGANH Wiki
(→Variable Descriptions) |
|||
(37 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{PageHeader|Object Controller|DraftSlotsQueryResponse (000001BF)}} | |
− | + | ||
{| border="0" width="90%" cellpadding=6 | {| border="0" width="90%" cellpadding=6 | ||
|- | |- | ||
Line 7: | Line 6: | ||
---- | ---- | ||
− | + | {| class="wikitable" | |
− | + | |{{int}}||'''Resource Weight ID''' | |
− | + | |- | |
− | + | |{{int}}||'''Schematic CRC''' | |
− | + | |- | |
− | + | |{{int}}||'''Schematic Complexity''' | |
− | + | |- | |
− | { | + | |{{int}}||'''Schematic Datapad Size''' |
− | + | |- | |
− | + | |{{byte}}|'''Schematic Type''' | |
− | + | |- | |
− | + | |{{int}}||'''Schematic Slot Count''' | |
− | + | |} | |
− | { | + | {{beginlist|slots|slots count}} |
− | + | :{| class="wikitable" | |
− | + | |{{a_string}}||'''Path to String''' | |
− | + | |- | |
− | + | |{{int}}|always int32(0) | |
− | + | |- | |
− | + | |{{a_string}}||'''Slot Name''' | |
− | } | + | |- |
− | + | |{{byte}}||Flag if Optional(0 default 1 optional) | |
− | } | + | |- |
− | + | |{{int}}||'''Slot 1''' | |
+ | |} | ||
+ | :{{beginlist|slot resources|previous int?}} | ||
+ | ::{| class="wikitable" | ||
+ | |{{a_string}}||'''Path to String''' | ||
+ | |- | ||
+ | |{{int}}|always int32(0) | ||
+ | |- | ||
+ | |{{a_string}}||'''String Name''' | ||
+ | |- | ||
+ | |{{u_string}}||resource name or subcomponent iff | ||
+ | |- | ||
+ | |{{byte}}||'''Slot Type''' | ||
+ | |- | ||
+ | |{{int}}||'''Required Resource Amount''' | ||
+ | |- | ||
+ | |INT16||Only used on type 2 will be an extra int16(0) if other type this doesnt even exist | ||
+ | |} | ||
+ | :{{endlist|slot resources}} | ||
+ | :{| class="wikitable" | ||
+ | |{{a_string}}|{{unknown -> this string In my view doesnt exits Sch}} | ||
+ | |} | ||
+ | {{endlist|slots}} | ||
===Variable Descriptions=== | ===Variable Descriptions=== | ||
Line 36: | Line 57: | ||
controllerID = '''000001BF''' | controllerID = '''000001BF''' | ||
---- | ---- | ||
− | + | * '''Schematic Type''': 00 = looted or limited use and 01 = is standard schematics | |
+ | * '''Slot Type''': | ||
+ | {| align="center" | ||
+ | |- | ||
+ | || | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ||'''Value'''||'''Type''' | ||
+ | |- | ||
+ | ||4||Resources | ||
+ | |- | ||
+ | ||2||Identical | ||
+ | |- | ||
+ | ||5||Similar Components | ||
+ | |- | ||
+ | |} | ||
+ | |} | ||
|valign=top| | |valign=top| | ||
+ | |||
===Tags=== | ===Tags=== | ||
---- | ---- | ||
Line 44: | Line 82: | ||
||{{ObjControllerMessageTag}} | ||{{ObjControllerMessageTag}} | ||
|- | |- | ||
− | ||{{ | + | ||{{75%}} |
|- | |- | ||
|} | |} | ||
|} | |} |
Latest revision as of 14:48, 30 December 2007
Object Controller - DraftSlotsQueryResponse (000001BF)
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Struct
<slots count=slots count>
<slots/>
Variable DescriptionscontrollerID = 000001BF
|
Tags
|