ロケット

Last-modified: 2009-01-21 (水) 18:19:44

The rocket pool contains info on launched rockets (for example, Hydra rockets).

0xC891A8 - Rocket pool start. Each slot has 36 bytes of data. There are 32 elements in the pool.

  1. 0 = [dword] Rocket type:
    16 = none
    19 = normal
    20 = heatseeking
    58 = flare
  2. 4 = [dword] Pointer to launching vehicle
  3. 8 = [dword] Pointer to target vehicle (when heatseeking), 0 otherwise
  4. 16 = [byte] Does rocket exist?
    0 = exploded/does not exist
    1 = travelling
  5. 20 = [float] X-axis position
  6. 24 = [float] Y-axis position
  7. 28 = [float] Z-axis position