Difference between revisions of "SitOnObject (0000013B)"
From SWGANH Wiki
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{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" | ||
|- | |- | ||
− | | | + | |{{long}}|'''Cell ID''' |
|- | |- | ||
− | | | + | |{{float}}|'''coord X''' |
|- | |- | ||
− | | | + | |{{float}}|'''Coord Z''' |
|- | |- | ||
− | | | + | |{{float}}|'''Coord Y ''' |
|- | |- | ||
+ | |} | ||
|} | |} | ||
Line 24: | Line 26: | ||
---- | ---- | ||
+ | *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 | * Sit on chair | ||
Line 33: | Line 39: | ||
||{{ObjControllerMessageTag}} | ||{{ObjControllerMessageTag}} | ||
|- | |- | ||
− | ||{{ | + | ||{{100%}} |
|- | |- | ||
|} | |} | ||
|} | |} | ||
+ | |||
+ | ===Example Packet=== | ||
+ | <pre> | ||
+ | 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 | ||
+ | </pre> |
Latest revision as of 03: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
Variable DescriptionscontrollerID = 0000013B
|
Tags
|
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