Types for Map hooks, Map utility & Teleport hooks

This commit is contained in:
Joaquin
2022-05-16 22:43:50 -06:00
parent be6b065bdd
commit 950f7cf197
9 changed files with 3084 additions and 2995 deletions

View File

@ -144,7 +144,7 @@ namespace cheat
CALL_ORIGIN(GameManager_Update_Hook, __this, method);
}
static void LevelSyncCombatPlugin_RequestSceneEntityMoveReq_Hook(app::BKFGGJFIIKC* __this, uint32_t entityId, app::MotionInfo* syncInfo,
static void LevelSyncCombatPlugin_RequestSceneEntityMoveReq_Hook(app::LevelSyncCombatPlugin* __this, uint32_t entityId, app::MotionInfo* syncInfo,
bool isReliable, uint32_t relseq, MethodInfo* method)
{
events::MoveSyncEvent(entityId, syncInfo);