| 134 | } |
| 135 | |
| 136 | void zNPCGoalJellyBumped::StreakUpdate() |
| 137 | { |
| 138 | zNPCJelly* npc = (zNPCJelly*)psyche->clt_owner; |
| 139 | xVec3 bone_pos1; |
| 140 | xVec3 bone_pos2; |
| 141 | |
| 142 | npc->JellyBoneWorldPos(&bone_pos1, 2); |
| 143 | npc->JellyBoneWorldPos(&bone_pos2, 3); |
| 144 | |
| 145 | xFXStreakUpdate(streakID, (const xVec3*)&bone_pos1, (const xVec3*)&bone_pos2); |
| 146 | } |
| 147 | |
| 148 | void zNPCGoalJellyBumped::ExtractAimDir(xVec3* dir_aim) |
| 149 | { |
nothing calls this directly
no test coverage detected