/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
| 505 | // |
| 506 | //////////////////////////////////////////////////////////////////////////////////// |
| 507 | void ClearActor() |
| 508 | { |
| 509 | mActor = 0; |
| 510 | mActorSize = 0; |
| 511 | mDangerSpotRadiusSq = 0; |
| 512 | } |
| 513 | |
| 514 | gentity_t* GetActor() |
| 515 | { |
no outgoing calls
no test coverage detected