| 1842 | } |
| 1843 | |
| 1844 | void xBinaryCamera::set_targets(xVec3 const& par_1, xVec3 const& par_2, F32 par_3) |
| 1845 | { |
| 1846 | this->s1 = (xVec3*)(&par_1); |
| 1847 | this->s2 = (xVec3*)(&par_2); |
| 1848 | this->s2_radius = par_3; |
| 1849 | } |
| 1850 | |
| 1851 | S32 zNPCGoalBossSandyLeap::Name() |
| 1852 | { |
no outgoing calls
no test coverage detected