| 352 | } |
| 353 | |
| 354 | ModelVisual* PlayerController::getModelVisual() |
| 355 | { |
| 356 | Vob::VobInformation vob = Vob::asVob(m_World, m_Entity); |
| 357 | |
| 358 | // TODO: Bring in some type-checking here |
| 359 | return reinterpret_cast<ModelVisual*>(vob.visual); |
| 360 | } |
| 361 | |
| 362 | void PlayerController::placeOnSurface(const Physics::RayTestResult& hit) |
| 363 | { |
nothing calls this directly
no outgoing calls
no test coverage detected