| 34 | void PHCaptureObject(CPhysicsShellHolder* object, u16 element, LPCSTR = nullptr, bool = false); |
| 35 | CPHCapture* PHCapture() { return m_capture; } |
| 36 | CPHCharacter* PHCharacter() { return m_character; } |
| 37 | IPhysicsElement* IElement() const; |
| 38 | void PHReleaseObject(); |
| 39 | Fvector PHCaptureGetNearestElemPos(const CPhysicsShellHolder* object); |
no outgoing calls
no test coverage detected