Difference between revisions of "WAYP03"
From SWGANH Wiki
Line 12: | Line 12: | ||
---- | ---- | ||
<pre> | <pre> | ||
− | + | SHORT: ObjectOpperandCount | |
+ | FLOAT: Complexity | ||
+ | ASTRING: STFName(Table) | ||
+ | INT: ?? | ||
+ | ASTRING: STFName(ID) | ||
+ | USTRING: CustomName | ||
+ | INT: Volume | ||
+ | INT: GenericInt(CellID,SchematicQuantity)(not used here) | ||
+ | FLOAT: XCoordinate | ||
+ | FLOAT: ZCoordinate | ||
+ | FLOAT: YCoordinate | ||
+ | BYTE: ActivatedFlag | ||
+ | LONG: LocationNetworkID(doesn't work) | ||
+ | ASTRING: PlanetName | ||
+ | USTRING: WaypointName(doesn't display) | ||
+ | BOOL: ??(doesn't do anything) | ||
+ | ASTRING: ColorString | ||
</pre> | </pre> | ||
Line 18: | Line 34: | ||
---- | ---- | ||
<pre> | <pre> | ||
+ | SHORT: UpdateCount | ||
+ | SHORT: UpdateType | ||
+ | { | ||
+ | 00: | ||
+ | FLOAT: Complexity | ||
+ | 01: | ||
+ | ASTRING: STFName(Table) | ||
+ | INT: ?? | ||
+ | ASTRING: STFName(ID) | ||
+ | 02: | ||
+ | USTRING: CustomName | ||
+ | 03: | ||
+ | INT: Volume | ||
+ | 04: | ||
+ | INT: GenericInt(CellID,SchematicQuantity)(not used here) | ||
+ | 05: | ||
+ | FLOAT: XCoordinate | ||
+ | FLOAT: ZCoordinate | ||
+ | FLOAT: YCoordinate | ||
+ | 06: | ||
+ | BYTE: ActivatedFlag | ||
+ | 07: | ||
+ | LONG: LocationNetworkID(doesn't work) | ||
+ | 08: | ||
+ | ASTRING: PlanetName | ||
+ | 09: | ||
+ | USTRING: WaypointName(doesn't display) | ||
+ | 0A: | ||
+ | BOOL: ??(doesn't do anything) | ||
+ | 0B: | ||
+ | ASTRING: ColorString | ||
+ | |||
+ | } | ||
</pre> | </pre> | ||
Revision as of 21:52, 15 June 2008
Baseline - WAYP03
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
|
BaseLine StructSHORT: ObjectOpperandCount FLOAT: Complexity ASTRING: STFName(Table) INT: ?? ASTRING: STFName(ID) USTRING: CustomName INT: Volume INT: GenericInt(CellID,SchematicQuantity)(not used here) FLOAT: XCoordinate FLOAT: ZCoordinate FLOAT: YCoordinate BYTE: ActivatedFlag LONG: LocationNetworkID(doesn't work) ASTRING: PlanetName USTRING: WaypointName(doesn't display) BOOL: ??(doesn't do anything) ASTRING: ColorString Deltas StructSHORT: UpdateCount SHORT: UpdateType { 00: FLOAT: Complexity 01: ASTRING: STFName(Table) INT: ?? ASTRING: STFName(ID) 02: USTRING: CustomName 03: INT: Volume 04: INT: GenericInt(CellID,SchematicQuantity)(not used here) 05: FLOAT: XCoordinate FLOAT: ZCoordinate FLOAT: YCoordinate 06: BYTE: ActivatedFlag 07: LONG: LocationNetworkID(doesn't work) 08: ASTRING: PlanetName 09: USTRING: WaypointName(doesn't display) 0A: BOOL: ??(doesn't do anything) 0B: ASTRING: ColorString } |
Variable DescriptionsObj_OperandCount = ??
Tags
|