Difference between revisions of "MSCO06"
From SWGANH Wiki
(→Deltas Struct) |
(→Deltas Struct) |
||
Line 29: | Line 29: | ||
<pre> | <pre> | ||
+ | 00 | ||
+ | FLOAT: SchemComplexity | ||
+ | |||
+ | 01 | ||
+ | SHORT: ? perhaps string or list- | ||
+ | |||
+ | 02 | ||
+ | ASTRING: tangible object iff | ||
+ | |||
+ | 03 | ||
+ | INT: crc schematic | ||
+ | |||
+ | 04 | ||
+ | BYTE: ??? must be > 0 to open the second craft screen | ||
+ | |||
+ | 05 | ||
+ | BYTE: Monitors the slots filled | ||
</pre> | </pre> | ||
|valign=top| | |valign=top| |
Revision as of 15:52, 2 April 2007
|
BaseLine StructSHORT: ObjOpperandCount (6) FLOAT: SchemComplexity SHORT: ? perhaps string or list- ASTRING: tangible object iff INT: crc schematic BYTE: ??? must be > 0 to open the second craft screen BYTE: Monitors the slots filled Deltas StructThere's one delta I'm aware of that is sent after a slot has been filled. In NGE the var 6 (byte) is filled with the amount of filled slots. In precu it is var 5 00 FLOAT: SchemComplexity 01 SHORT: ? perhaps string or list- 02 ASTRING: tangible object iff 03 INT: crc schematic 04 BYTE: ??? must be > 0 to open the second craft screen 05 BYTE: Monitors the slots filled |
Variable DescriptionsObj_OperandCount = Tags
To Do |