Difference between revisions of "SitOnObject (0000013B)"

From SWGANH Wiki
Jump to: navigation, search
 
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Object Controller|SitOnObject (0000013B)}}
 
+
 
{| border="0" width="90%" cellpadding=6
 
{| border="0" width="90%" cellpadding=6
 
|-
 
|-
Line 6: Line 5:
 
===Struct===
 
===Struct===
 
----
 
----
 
+
{| align="center"
 +
|-
 +
||
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Line 18: Line 19:
 
|-
 
|-
 
|}
 
|}
 
+
|}
  
 
===Variable Descriptions===
 
===Variable Descriptions===
Line 42: Line 43:
 
|}
 
|}
 
|}
 
|}
 
  
 
===Example Packet===
 
===Example Packet===
 
+
<pre>
 
+
 
  ObjectController 13Bh (S->C) SitOnObject
 
  ObjectController 13Bh (S->C) SitOnObject
 
   //Packet Break for SitOnObject Controller
 
   //Packet Break for SitOnObject Controller
Line 54: Line 53:
 
   DC 84 6B BE //-0.229999
 
   DC 84 6B BE //-0.229999
 
   8E 58 A6 C0 //-5.19831
 
   8E 58 A6 C0 //-5.19831
 +
</pre>

Latest revision as of 04:10, 13 January 2008

Object Controller - SitOnObject (0000013B)

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.

Struct


LONG Cell ID
FLOAT coord X
FLOAT Coord Z
FLOAT Coord Y

Variable Descriptions


controllerID = 0000013B


  • Cell ID: The ID of the cell the chair is in
  • coord X: X position of the chair
  • coord Z: Z position of the chair
  • coord Y: Y position of the chair
  • Sit on chair

Tags


OCM This header is part of the ObjControllerMessage.

100% This packet has been completely reversed.

Example Packet

 ObjectController 13Bh (S->C) SitOnObject
   //Packet Break for SitOnObject Controller
   ObjectControllerHeader (1Bh,13Bh)
   E0 BE 2F 2A 09 00 00 00  //CellID
   1F A2 AF 40 //5.48854
   DC 84 6B BE //-0.229999
   8E 58 A6 C0 //-5.19831