Difference between revisions of "AboutToHyperspace (000003FE)"
From SWGANH Wiki
(New page: {{PageHeader|Object Controller|aboutToHyperspace (000003FE)}} {| border="0" width="90%" cellpadding=6 |- |valign=top| ===Struct=== ---- {| align="center" |- || '''Empty Method''' |} ===Var...) |
|||
(5 intermediate revisions by one other user not shown) | |||
Line 8: | Line 8: | ||
|- | |- | ||
|| | || | ||
− | ''' | + | {| class="wikitable" |
+ | |- | ||
+ | |{{Short}}|'''Operand''' | ||
+ | |- | ||
+ | |{{Int}}|'''ObjConMessage''' | ||
+ | |- | ||
+ | |{{Int}}|'''Unknown Int''' | ||
+ | |- | ||
+ | |{{Int}}|'''enum message name''' | ||
+ | |- | ||
+ | |{{Long}}|'''Object ID ship''' | ||
+ | |- | ||
+ | |{{int}}|'''spacer''' | ||
+ | |- | ||
+ | |{{Ascii}}|'''String''' | ||
+ | |- | ||
+ | |{{float}}|'''Waypoint x ''' | ||
+ | |- | ||
+ | |{{float}}|'''Waypoint y''' | ||
+ | |- | ||
+ | |{{float}}|'''Waypoint z''' | ||
+ | |- | ||
|} | |} | ||
+ | |} | ||
+ | |||
===Variable Descriptions=== | ===Variable Descriptions=== | ||
---- | ---- | ||
controllerID = '''000003FE''' | controllerID = '''000003FE''' | ||
---- | ---- | ||
+ | |||
+ | * Researched by cAble (NGE packet reverser) | ||
+ | * Packet struct is NGE although likely to be the same as PreCu. | ||
|valign=top| | |valign=top| | ||
+ | |||
===Tags=== | ===Tags=== | ||
---- | ---- | ||
Line 22: | Line 49: | ||
||{{ObjControllerMessageTag}} | ||{{ObjControllerMessageTag}} | ||
|- | |- | ||
− | ||{{ | + | ||{{100%}} |
|- | |- | ||
|} | |} | ||
|} | |} | ||
+ | |||
+ | <pre> | ||
+ | |||
+ | NGE struct | ||
+ | |||
+ | 05 00 #Operand | ||
+ | 46 5E CE 80 #obj con | ||
+ | 0B 00 00 00 #unknown INT | ||
+ | FE 03 00 00 #Enum: aboutToHyperspace | ||
+ | 56 F2 01 94 16 00 00 00 #ObjectID for Ship | ||
+ | 00 00 00 00 #Spacer | ||
+ | |||
+ | 0F 00 #StringSize | ||
+ | 73 70 61 63 65 5F 64 61 6E 74 6F 6F 69 6E 65 #Location: = space_dantooine | ||
+ | |||
+ | 00 EC CB C5 #x | ||
+ | 4A 2C CE 45 #Y | ||
+ | 96 7E C7 45 #z | ||
+ | |||
+ | </pre> |
Latest revision as of 19:45, 5 January 2014
Object Controller - aboutToHyperspace (000003FE)
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Struct
Variable DescriptionscontrollerID = 000003FE
|
Tags
|
NGE struct 05 00 #Operand 46 5E CE 80 #obj con 0B 00 00 00 #unknown INT FE 03 00 00 #Enum: aboutToHyperspace 56 F2 01 94 16 00 00 00 #ObjectID for Ship 00 00 00 00 #Spacer 0F 00 #StringSize 73 70 61 63 65 5F 64 61 6E 74 6F 6F 69 6E 65 #Location: = space_dantooine 00 EC CB C5 #x 4A 2C CE 45 #Y 96 7E C7 45 #z