You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
auto pObjectPlayer = ((Sonicteam::Player::Object*)g_memory.Translate(r_ObjectPlayer.u32));
213
+
auto pMessage = ((Message0x11047*)g_memory.Translate(r_Message.u32));
214
+
auto pObjectContext = ((Sonicteam::Player::State::ICommonContext*)g_memory.Translate(r_ObjectContext.u32));
215
+
auto speed_horizontal = f1.f64;
216
+
auto speed_forward = f2.f64;
217
+
218
+
auto Point = pObjectPlayer->m_spRootFrame->m_PositionF0;
219
+
auto Target = pMessage->m_position;
220
+
if (pMessage->m_ActorID.get() != -1)
221
+
{
222
+
auto pFixture = GuestToHostFunction<Sonicteam::Fixture*>(sub_821609D0,App::s_pApp->m_pDoc->GetDocMode<Sonicteam::GameMode>()->m_pGameImp->m_spActorManager.get(), &pMessage->m_ActorID);
0 commit comments