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
Currently we use SDK::GetPlayerTeleportModule()->TeleportPlayer to move the player because it preloads the world (collisions).
It would be cleaner to load the world natively.
Summary
Currently we use
SDK::GetPlayerTeleportModule()->TeleportPlayer
to move the player because it preloads the world (collisions).It would be cleaner to load the world natively.
TODO
mafia::streaming::C_StreamingModule::RequestLoadCollisionsInRadius
game.streaming:RequestLoadCollisionsInRadius(inID, inPos, inRadius)
mafia::streaming::C_StreamingWrapper::RequestLoadCollisionsInRadius
mafia::streaming::C_StreamingModule::RequestLoadCollisionsInRadius
Related
The text was updated successfully, but these errors were encountered: