Sorry, we don't support your browser.  Install a modern browser

Clamping angles/rotations to 0-360 is overly restrictive#38

I was poking about with RivalsGameplayEntity:SetMeshRotationCenter(float Angle) only to discover that if you set the angle to be outside the 0-360 range, it gets clamped. While I can work around this, it gets very annoying to have to manually wrap function results. Even if the underlying netcode can’t handle it, at least the Lua interface should be able to allow rotations/angles to be freely wrapped.

8 months ago
Changed the status to
Not Planned
4 months ago

The intended workflow for this would be to call it like this RivalsGameplayEntity:SetMeshRotationCenter(400 % 360)

4 months ago