static ZLevelManager* levelManager = reinterpret_cast<ZLevelManager*>(Globals::g_pLevelManagerSingleton); ZHitman5* player = levelManager->m_rHitman.m_pInterfaceRef; float4 localPosition = {}; player->GetSpatialEntityPtr()->GetLocalPosition(&localPosition); float4 worldPosition = {}; player->GetSpatialEntityPtr()->GetWorldPosition(&worldPosition);
There was an error while loading. Please reload this page.