MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / getModelVisual

Method getModelVisual

src/logic/PlayerController.cpp:354–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354ModelVisual* 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
362void PlayerController::placeOnSurface(const Physics::RayTestResult& hit)
363{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected