| 425 | } |
| 426 | |
| 427 | void CPHSkeleton::SetAutoRemove(u32 time /*=CSE_PHSkeleton::existence_time*/) |
| 428 | { |
| 429 | b_removing = true; |
| 430 | m_remove_time = Device.dwTimeGlobal + iFloor(time / phTimefactor); |
| 431 | SetNotNeedSave(); |
| 432 | PPhysicsShellHolder()->SheduleRegister(); |
| 433 | } |
| 434 | |
| 435 | static bool removable; // for RecursiveBonesCheck |
| 436 | void CPHSkeleton::RecursiveBonesCheck(u16 id) |
no test coverage detected