TODO: This belongs in zNPCSupport.h but the compiler put it here for some reason?
| 8103 | // TODO: This belongs in zNPCSupport.h |
| 8104 | // but the compiler put it here for some reason? |
| 8105 | WEAK xVec3* NPCC_rightDir(xEnt* ent) |
| 8106 | { |
| 8107 | // So this is actually a reference to a struct RwV3D |
| 8108 | // which is the exact same as xVec3, but typed differently. |
| 8109 | // TODO: figure out what to do with these duplicate types |
| 8110 | return (xVec3*)&ent->model->Mat->right; |
| 8111 | } |
| 8112 | |
| 8113 | WEAK xVec3* NPCC_faceDir(xEnt* ent) |
| 8114 | { |
no outgoing calls
no test coverage detected