Difference between revisions of "ShipHit (00000433)"
From SWGANH Wiki
m (New page: My name is Conrad Caswell. I life in Erp (Netherlands).<br><br><br><br>Feel free to visit my homepage: [http://perfumydior.com/perfumy-dior-escale-a-pondichery/ perfumy dior addict 2]) |
|||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{PageHeader|Object Controller|ShipHit (00000433)}} | |
+ | {| border="0" width="90%" cellpadding=6 | ||
+ | |- | ||
+ | |valign=top| | ||
+ | ===Struct=== | ||
+ | ---- | ||
+ | {| align="center" | ||
+ | |- | ||
+ | || | ||
+ | {| class="wikitable" | ||
+ | |||
+ | |{{Long}}|'''Object ID''' | ||
+ | |- | ||
+ | |||
+ | |||
+ | |{{Int}}|'''Unknown INT''' | ||
+ | |- | ||
+ | |||
+ | |||
+ | |{{Float}}|'''Vector: Up_w''' | ||
+ | |- | ||
+ | |{{Float}}|'''Vector: HitLocation''' | ||
+ | |- | ||
+ | |{{Int}}|'''HitType''' | ||
+ | |- | ||
+ | |{{Float}}|'''Integrity''' | ||
+ | |- | ||
+ | |{{Float}}|'''Previous Integrity''' | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | ===Variable Descriptions=== | ||
+ | ---- | ||
+ | controllerID = '''00000433''' | ||
+ | ---- | ||
+ | |||
+ | |valign=top| | ||
+ | |||
+ | ===Tags=== | ||
+ | ---- | ||
+ | {| align="center" | ||
+ | |- | ||
+ | ||{{ObjControllerMessageTag}} | ||
+ | |- | ||
+ | ||{{100%}} | ||
+ | |- | ||
+ | |} | ||
+ | |} | ||
+ | |||
+ | |||
+ | <pre> | ||
+ | |||
+ | cAble | ||
+ | |||
+ | 05 00 #Operand | ||
+ | 46 5E CE 80 #ObjController | ||
+ | 1B 00 00 00 | ||
+ | 33 04 00 00 #shipHit | ||
+ | 59 07 4C 49 47 00 00 00 #Enemyship | ||
+ | |||
+ | 00 00 00 00 #UnknownINT | ||
+ | |||
+ | |||
+ | A0 65 81 43 #vector= Up_w (float) | ||
+ | 90 27 BC 42 | ||
+ | 90 BC 71 43 | ||
+ | |||
+ | |||
+ | 00 00 00 00 #Vector = HitLocation | ||
+ | 00 00 00 00 | ||
+ | 00 00 00 00 | ||
+ | |||
+ | 01 00 00 00 #HitType (This shown up as 00,01,02,03) | ||
+ | |||
+ | |||
+ | 87 71 76 3F #Integrity: float= (0.962670) | ||
+ | 61 D6 79 3F #previousIntegrity: Float (0.975927) | ||
+ | |||
+ | |||
+ | |||
+ | Note on HitTypes | ||
+ | |||
+ | 01 hitLight | ||
+ | |||
+ | 02 hitMedium | ||
+ | |||
+ | 03 hitHeavy | ||
+ | |||
+ | </pre> |
Latest revision as of 15:52, 15 September 2013
Object Controller - ShipHit (00000433)
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Struct
cAble 05 00 #Operand 46 5E CE 80 #ObjController 1B 00 00 00 33 04 00 00 #shipHit 59 07 4C 49 47 00 00 00 #Enemyship 00 00 00 00 #UnknownINT A0 65 81 43 #vector= Up_w (float) 90 27 BC 42 90 BC 71 43 00 00 00 00 #Vector = HitLocation 00 00 00 00 00 00 00 00 01 00 00 00 #HitType (This shown up as 00,01,02,03) 87 71 76 3F #Integrity: float= (0.962670) 61 D6 79 3F #previousIntegrity: Float (0.975927) Note on HitTypes 01 hitLight 02 hitMedium 03 hitHeavy |