| 835 | } |
| 836 | |
| 837 | void PilotHead::Init(Vector3Par neck, Vector3Par head, const Entity* vehicle) |
| 838 | { |
| 839 | _neck = neck, _head = head; |
| 840 | Reset(vehicle); |
| 841 | _valid = true; |
| 842 | } |
| 843 | |
| 844 | void PilotHead::SetPars(const PilotHeadPars& pars) |
| 845 | { |
no outgoing calls
no test coverage detected